jadetex-3.13/0040775000076600007660000000000007661677204011225 5ustar ianianjadetex-3.13/doc/0040775000076600007660000000000007661677204011772 5ustar ianianjadetex-3.13/doc/.cvsignore0100664000076600007660000000006707416303372013760 0ustar ianian*.tex *.pdf *.rtf *.aux *.log *.html *.out jadetex.cfg jadetex-3.13/doc/Makefile0100664000076600007660000000215307424245614013421 0ustar ianianMAX_TEX_RECURSION=4 JADE=openjade JADETEX=jadetex PDFJADETEX=pdfjadetex XMLDECL=/usr/share/sgml/xml.dcl all: releasenotes.pdf releasenotes.html releasenotes.ps %.tex: %.xml %.dsl $(JADE) -v -t tex -V tex-backend -d $*.dsl#print $(XMLDECL) $*.xml %.pdf: %.tex $(PDFJADETEX) $< if ! cmp $(shell basename $< .tex).aux prior.aux 2>/dev/null && \ expr $(MAKELEVEL) '<' $(MAX_TEX_RECURSION); then \ cp -pf $(shell basename $< .tex).aux prior.aux ; \ rm -f $@ ; \ $(MAKE) $@ ; \ fi rm -f prior.aux %.dvi: %.tex $(JADETEX) $< if ! cmp $(shell basename $< .tex).aux prior.aux 2>/dev/null && \ expr $(MAKELEVEL) '<' $(MAX_TEX_RECURSION); then \ cp -pf $(shell basename $< .tex).aux prior.aux ; \ rm -f $@ ; \ $(MAKE) $@ ; \ fi rm -f prior.aux %.ps: %.pdf acroread -toPostScript -pairs $< $@ %.html: %.xml %.dsl $(JADE) -v -t sgml -i html -V nochunks -V rootchunk -V "%root-filename%=$*" -V "%html-ext%=.html" -d $*.dsl#html $(XMLDECL) $*.xml %.1: %.xml xmlto man -x /usr/share/xmlto/xsl/db2man/docbook.xsl $*.xml clean: -rm -f *.out *.aux *.log *.dvi *.tex realclean: clean -rm -f *.html *.pdf *.ps jadetex-3.13/doc/demo.sgm0100664000076600007660000000017007320150364013402 0ustar ianian ]> jadetex-3.13/doc/docbook.dsl0100664000076600007660000000072507416303372014105 0ustar ianian ]> ;; ==================== ;; customize the print stylesheet ;; ==================== jadetex-3.13/doc/logo.png0100664000076600007660000000436207424246072013432 0ustar ianianPNG  IHDR]򜷱 pHYs&?tEXtSoftwareGNU Ghostscript 5.50{IDATx*g O >%h S%,!%H 9?feD˕r3 0z]873ogH߄ϐ !}>C&|M 73ogH߄ϐ !}>C&|M 73ogH߄ϐ !}>C&|M 73v.2sC!įUX{T۶߮Oqũ@EQ8+RRqWxByi: 9HUU9c Gl [UUb1|,aX50UvT Ce}}w]QE!ЍAuu]4jA7ی4MhA1s}Yi˨yeu]FZQȺu) {밶X0 *u }^/y$6&YiJ&s}T$Ibp Ec9BTtN_%X{'q U*]in8GEQZ%'E] U};ϳ,[%>ثƭkoY8M<ϕRM*uUGq}ߣQJ}rF}[D۶; 11 GBIh[,+2R'mqۨ`.uf/C&|M 73M???s;~>C&|g~>C&|M 73ogH߄ϐ !}>C&|M 73ogH߄ϐ !}>C&|M̿\sIENDB`jadetex-3.13/doc/releasenotes.dsl0100664000076600007660000001550307424245614015161 0ustar ianian ]> ;; This draws in version 1.74b of the module docbook DSSSL stylesheets ;; together with sourceforge patch #502637 ;; customize the print stylesheet (define %hsize-bump-factor% 1.1) (define %chapter-autolabel% ;; Are chapters enumerated? #f) (define %two-side% #t) (define %graphic-extensions% ;; List of graphic filename extensions '("pdf" "eps" "epsf" "gif" "tif" "tiff" "jpg" "jpeg" "png")) (define preferred-mediaobject-notations (list "PDF" "EPS" "PS" "JPG" "JPEG" "PNG" "linespecific")) (define preferred-mediaobject-extensions (list "pdf" "eps" "ps" "jpg" "jpeg" "png")) (define %titlepage-in-info-order% #f) ;; Fix bug in numbering of the preface (define ($component$) (make simple-page-sequence page-n-columns: %page-n-columns% page-number-restart?: (or %page-number-restart% (first-chapter?)) page-number-format: ($page-number-format$) use: default-text-style left-header: ($left-header$) center-header: ($center-header$) right-header: ($right-header$) left-footer: ($left-footer$) center-footer: ($center-footer$) right-footer: ($right-footer$) start-indent: %body-start-indent% input-whitespace-treatment: 'collapse quadding: %default-quadding% (make sequence ($component-title$) (process-children)) (make-endnotes))) ;; Customise the title page (element book (let* ((bookinfo (select-elements (children (current-node)) (normalize "bookinfo"))) (dedication (select-elements (children (current-node)) (normalize "dedication"))) (nl (titlepage-info-elements (current-node) bookinfo))) (make sequence (if %generate-book-titlepage% (make simple-page-sequence page-n-columns: %titlepage-n-columns% input-whitespace-treatment: 'collapse use: default-text-style bottom-margin: 144pt right-footer: ($title-right-footer$) (book-titlepage nl 'recto) (make display-group break-before: 'page (book-titlepage nl 'verso))) (empty-sosofo)) (if (node-list-empty? dedication) (empty-sosofo) (with-mode dedication-page-mode (process-node-list dedication))) (if (not (generate-toc-in-front)) (process-children) (empty-sosofo)) (if %generate-book-toc% (make simple-page-sequence page-n-columns: %page-n-columns% page-number-format: ($page-number-format$ (normalize "toc")) use: default-text-style left-header: ($left-header$ (normalize "toc")) center-header: ($center-header$ (normalize "toc")) right-header: ($right-header$ (normalize "toc")) left-footer: ($left-footer$ (normalize "toc")) center-footer: ($center-footer$ (normalize "toc")) right-footer: ($right-footer$ (normalize "toc")) input-whitespace-treatment: 'collapse (build-toc (current-node) (toc-depth (current-node)))) (empty-sosofo)) (let loop ((gilist ($generate-book-lot-list$))) (if (null? gilist) (empty-sosofo) (if (not (node-list-empty? (select-elements (descendants (current-node)) (car gilist)))) (make simple-page-sequence page-n-columns: %page-n-columns% page-number-format: ($page-number-format$ (normalize "lot")) use: default-text-style left-header: ($left-header$ (normalize "lot")) center-header: ($center-header$ (normalize "lot")) right-header: ($right-header$ (normalize "lot")) left-footer: ($left-footer$ (normalize "lot")) center-footer: ($center-footer$ (normalize "lot")) right-footer: ($right-footer$ (normalize "lot")) input-whitespace-treatment: 'collapse (build-lot (current-node) (car gilist)) (loop (cdr gilist))) (loop (cdr gilist))))) (if (generate-toc-in-front) (process-children) (empty-sosofo))))) (define %openjade-logo% ;; The nice look systems logo "logo.png" ) (define ($title-right-footer$) (if-first-page (make external-graphic scale: 1.0 entity-system-id: %openjade-logo% notation-system-id: "PDF" display?: #f) (empty-sosofo))) (define (book-titlepage-recto-elements) (list (normalize "corpauthor") (normalize "subtitle") (normalize "title") (normalize "graphic"))) (define (book-titlepage-verso-elements) (list (normalize "legalnotice") (normalize "copyright") (normalize "edition") (normalize "pubdate") (normalize "abstract") (normalize "revhistory"))) (define (book-titlepage-before node side) (empty-sosofo) ) (mode book-titlepage-recto-mode (element graphic (make display-group (make external-graphic entity-system-id: (attribute-string "fileref") display?: #t ) ) ) (element title (make paragraph font-size: 36pt font-family-name: "Palatino" font-weight: 'bold space-before: 12pt line-spacing: 36pt (make rule space-after: 4pt line-thickness: 1pt) (process-children) ) ) (element subtitle (make paragraph font-size: 24pt line-spacing: 24pt font-family-name: "Palatino" font-weight: 'bold (process-children) ) ) (element corpauthor (make paragraph font-size: 24pt line-spacing: 24pt space-after: 6pt font-family-name: "Palatino" font-weight: 'normal (process-children) ) ) ) ;; customize the html stylesheet ;; customize the html stylesheet (define %body-attr% ;; What attributes should be hung off of BODY? (list (list "BGCOLOR" "#FFFFFF") (list "TEXT" "#000000"))) jadetex-3.13/doc/releasenotes.xml0100664000076600007660000003072107424245614015176 0ustar ianian JadeTeX 3.12 Release Notes JadeTeX Development Team Release 3.12 January 2002 2002 Ian Castle JadeTeX 3.12 Release Notes JadeTeX is a companion package to the OpenJade DSSSL processor. OpenJade applies a DSSSL stylesheet to an SGML or XML document. The output of this process can be in a number of forms, including a set of high level LaTeX macros. It is the task of the JadeTeX package to transform these macros into DVI/PostScript (use the command jadetex) or Portable Document Format (PDF) form (use the command pdfjadetex). JadeTeX is architecture and platform independent. If LaTeX is available for your platform, then JadeTeX will be also. Obtaining JadeTeX The latest version of JadeTeX may be obtained from http://jadetex.sourceforge.net Dependencies Jadetex is dependent upon OpenJade and a reasonably up to date and full featured LaTeX installation. For best results OpenJade 1.3.1 should be used. However, JadeTeX will work fine with older versions (including Jade 1.2.1), although it may be necessary to adjust your jadetex.cfg configuration file to supply JadeTeX with any features missing from your version of OpenJade. Any recent LaTeX distribution such as TeXlive, fpTeX or teTeX is required. As a guide the following table lists some of the requirements and suggested minimum versions. Dependencies on LaTeX Package Minimum Required Version times fontenc array longtable color colortbl marvosym graphicx 1997/06/09 multicol hyperref 2000/03/01 fancyhdr inputenc 1997/12/20 ulem pdfTeX 0.13d
Installation See the installation guide. Configuration It is possible to customize the behavior of JadeTeX by placing definitions in the file jadetex.cfg. This is usually placed in your working directory, but theoretically make be placed anywhere in your TeX path. If you are producing PDF files then you may wish to consult the hyperref documentation. Options for customizing the look and feel of the PDF file described in the hyperref documentation should be placed in the jadetex.cfg. For example: \hypersetup{pdfpagemode=None, pdfauthor=jadetex team, colorlinks=false, linkcolor=black, pdfstartview=FitH} \def\Gin@extensions{.pdf,.png,.jpg,.mps,.tif} Would cause the PDF document to open without displaying book marks. Links would not be highlighted in anyway (if they were, the would be color black). The document will be placed in a "fit width" viewing mode. Finally, pdfjadetex would prefer image with a pdf extensions over a png extension if none is specified. This is useful if you want to give priority to scalable documents for a PDF file, while preferring a bit mapped format for other output types. If you have a out of date version of openjade, which does not support the characteristics "UNREGISTERED::OpenJade//Characteristic::page-two-side?" "UNREGISTERED::OpenJade//Characteristic::two-side-start-on-right?" and you want to use two sided output then you would have to add the definitions \def\PageTwoSide{1} \def\TwoSideStartOnRight{1} to your jadetex.cfg to make up for the deficiency. Version 3.12 Released January 2002. This release is primarily a maintenance release and is intended to be used with openjade 1.3.1. In addition to fixing some bugs it also provides enhanced support for the "euro" monetary symbol €. Changes for release 3.12 Item 1 Fix for space above horizontal rule References Source Forge patch #444445 Category Software Bug Problem A horizontal rule has spurious blank space above it Resolution Added \nointerlineskip to suppress the blank space Item 2 Graphics centered within page not column References Source Forge patch #470586 Category Software Bug Problem External Graphics are centered with respect to the entire page. This causes a problem in multicolumn mode. Resolution External Graphics are now centered within the column width Item 3 Fix fatal error with unbalanced columns References Source Forge patch #492522 Category Software Bug Problem The TeX multicol package supports both balanced and unbalanced columns. However, JadeTeX 3.11 didn't call the functions for unbalanced columns correctly. Since a bug in the handling of %page-balanced-columns?% was fixed in 3.11, this is now the common case - so multicolumn documents that used to work in 3.10 no longer work Resolution Reworked the invocation of the unbalanced column macros. It isn't pretty, but it works. Item 4 Add DESTDIR environment variable to Makefile References None Category Software Installation / Configuration Problem Makefile doesn't have DESTDIR environment variable Resolution Make makefile more friendly for packagers with introduction of DESTDIR environment variable. This change is transparent to those that don't want to use DESTDIR. Item 5 Long directory/file names disappear of the page References Red Hat Bugzilla bug 47345 Category Software Bug Problem If there is a long directory path in a document it goes off the side of the page. Long pathnames should be split or put on a separate line so that they don't go off the edge of the page. Resolution Added '\setlength\emergencystretch{2in}'. In case of overfull hboxes, an extra stretchable length gets added to the end of the lines. Item 6 Add Extra Fonts References sf.net request #452537, Mandrakesoft Documentation Project Category Software Bug Problem Many commonly installed fonts such as Charter and Utopia are not available for use with JadeTeX Resolution Added the following fonts: Utopia, ZapfChancery, Fibonacci, Funny, Dunhill, Concrete, Charter, Fontpxr, Fontaer, Fontaess, Fontaett, Fontlcmss, Fontlcmtt, Fontlcmvtt, Fontcmbr, Fontcmtl, Fontpxss, Fonttxss, Fonttxr. Note that this justs makes the fonts available to JadeTeX. You must have them installed already to actually use them in documents Item 7 Enhanced Euro symbol € support References None Category Functional Change Problem Using the reference &euro; does not produce any output. Using the Unicode character reference produces a black square unless a Computer Modern font is being used. Resolution Switched to the marvosym.sty package for the euro symbol. This is provides a good quality postscript font containing the euro symbol. Some consideration was given to using Adobe's freely available euro fonts and the eurosans.sty package. However as the adobe fonts cannot be distributed freely this option was not chosen. In addition, the marvosym.sty package is available in most modern TeX distributions. Additionally, support was added for the &euro; entity reference.
jadetex-3.13/.cvsignore0100664000076600007660000000011407652476723013221 0ustar ianianjadetex.log pdfjadetex.log dsssl.def jadetex.ltx jadetex.fmt pdfjadetex.fmt jadetex-3.13/ChangeLog0100664000076600007660000001105607423045434012765 0ustar ianian2002-01-14 09:12 icastle * jadetex.dtx, ucharacters.sty, uentities.sty: Add support for euro symbol and € entity This provides higher quality euro symbol support using the PostScript font provided by the marvosym package (instead of the TC font). There is now a dependancy on the marvosym package as a result. In addition the € entity is now supported. 2002-01-07 17:34 icastle * doc/: Makefile, releasenotes.dsl, releasenotes.xml: Add skeleton for release notes 2002-01-07 17:33 icastle * doc/install.sgm: Remove obsolete install.sgm 2002-01-07 17:32 icastle * doc/install.sgm: install.sgm is obsoleted by index.xml 2002-01-07 14:46 icastle * ChangeLog, ChangeLog-old: The pre-CVS ChangeLog is now ChangeLog-old. ChangeLog is generated by cvs2cl from the CVS Commit messages 2002-01-07 14:28 icastle * mlnames.sty: sf.net request 452537 Add extra fonts Added a variety of extra fonts (also from the mandrakesoft configuration). Of course, you will need these fonts installed if you want to use them! 2002-01-07 13:08 icastle * jadetex.dtx: Red Hat bugzilla bug 47345 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=47345 Long Directory path goes off the page: If there is a long directory path in a document it goes off the side of the page. Long pathnames should be split or put on a separate line so that they don't go off the edge of the page. Added '\setlength\emergencystretch{2in}'. In case of overfull hboxes, an extra stretchable length gets added to the end of the lines. 2002-01-07 13:02 icastle * Makefile: Make makefile more friendly for packagers with introduction of DESTDIR environment variable. This change is transparent to those that don't want to use DESTDIR. 2002-01-07 11:56 icastle * jadetex.dtx: Applied sf patch #492522 Fix unbalanced multi columns: the TeX multicol package supports both balanced and unbalanced columns. However, jadetex 3.11 doesn't call the functions for unbalanced columns correctly. Since a bug in the handling of %page-balanced-columns?% was fixed in 3.11, this is now the common case - so multicolumn documents that used to work in 3.10 no longer work... 2002-01-07 11:52 icastle * jadetex.dtx: Apply sf patch #470586 Fix for ext-graphics rendering: ExternalGraphic is centered within \textwidth instead of \columnwidth, causing bad placement in multicolumn mode. 2002-01-07 11:45 icastle * jadetex.dtx: Add patch #444445 from source forge. Fix for space above horizontal rule: Not all of the patch detailed in http://sources.redhat.com/ml/docbook-apps/2001-q2/msg00352.html made it in to jadetex. The \nointerlineskip to supress blank space above a horizontal rule is missing. 2002-01-07 11:39 icastle * doc/install.sgm: Minor corrections 2002-01-07 11:31 icastle * doc/: .cvsignore, Makefile, demo.tex, docbook.dsl, install.log, install.pdf, install.sgm, install.tex: Reinstate "install.sgm". Remove output files from cvs. Make "Makefile" more generic so it will build in a standard environment. Add .cvsignore so that openjade/pdftex output files are not checked in. 2001-07-19 16:20 rahtz * ChangeLog, Makefile, jadetex.dtx, jadetex.ltx, unicode.sty: allowed for missing T2aenc.def, and Kubek's multicol patch 2001-07-13 10:53 rahtz * ChangeLog, jadetex.dtx, jadetex.ltx: corrected silly typo in qqq fix for 3.9 2001-07-11 22:53 rahtz * ChangeLog, jadetex.dtx, jadetex.ltx: make 3.9 release (forgot to update number!) 2001-07-11 22:46 rahtz * ChangeLog, Makefile, jadetex.dtx, jadetex.ltx: fixed problem with comparing -999 for unknown page 2001-07-02 23:49 rahtz * Makefile, index.html, index.xml, jadetex.dtx, jadetex.ltx: update documentation 2001-07-02 23:09 rahtz * index.html, index.xml, index.xsl, doc/install.sgm: added documentation to CVS 2001-07-02 20:51 rahtz * jadetex.1, jadetex.cfg, jadetex.dtx, jadetex.ini, jadetex.ins, dummyels.sty, jadetex.ltx, mlnames.sty, ucharacters.sty, uentities.sty, pdfjadetex.1, pdfjadetex.ini, unicode.sty, ChangeLog, Makefile, dsssl.def, ut1omlgc.fd, doc/install.log, doc/Makefile, doc/install.sgm, doc/demo.sgm, doc/demo.tex, doc/install.tex, doc/install.pdf: initial checkin of Jadetex at release 3.7 2001-07-02 20:51 rahtz * jadetex.1, jadetex.cfg, jadetex.dtx, jadetex.ini, jadetex.ins, dummyels.sty, jadetex.ltx, mlnames.sty, ucharacters.sty, uentities.sty, pdfjadetex.1, pdfjadetex.ini, unicode.sty, ChangeLog, Makefile, dsssl.def, ut1omlgc.fd, doc/install.log, doc/Makefile, doc/install.sgm, doc/demo.sgm, doc/demo.tex, doc/install.tex, doc/install.pdf: Initial revision jadetex-3.13/ChangeLog-old0100664000076600007660000002233407416332307013542 0ustar ianian2001-07-19 Sebastian Rahtz * jadetex.dtx: version 3.11 * jadetex.dtx: patches for multiple columns from Jean-Marie Kubek 2001-07-13 Sebastian Rahtz * jadetex.dtx: version 3.10 * jadetex.dtx: changed \if#1{qqq} to \ifx#1\@qqq, stupid mistake by me 2001-07-11 Sebastian Rahtz * jadetex.dtx: version 3.9 * jadetex.dtx: undefined page labels now "qqq" instead of -999, because pages can now be non-numeric (eg "ii"), and the \ifnum test could not work (from Ian Castle ) 2001-06-23 Sebastian Rahtz * jadetex.dtx: version 3.8 From: Richard Sharpe small patch to ensure that there is no ugly space before or after a Rule. 2001-06-22 Sebastian Rahtz * version 3.7 * patches from Francis J. Lacoste * mlnames.sty: There seems to be a problem with certain tetex installation where the name francais isn't defined. Change it back to french which is always supported. *jadetex.dtx: * Add a \noindent before the leaders so that they always work. * Make margins specification compliant with the DSSSL semantics. * Somewhat fixes the white space problem in the footnotes. Inter-line and inter-paragraph spacing wasn't working. This improves it a little bit, but it's still not perfect. * Fix a bug that prevent simple-page-sequence to be labelled (made some table of content generation failed) * It was possible for -999 page number to crept in the table of content. Fixed. * Implement inline graphic as per the DSSSL spec. Limited implementation of layer property : object with layer > 1 overdraw the text. This makes some superposition effects possible. * Implement all possible rule (inline and display, horizontal and vertical). Limited implementation of the layer property. 2001-03-28 Sebastian Rahtz * version 3.4, 3.5, 3.6: fixing errors in macros related to odd/even page setup 2001-02-01 Sebastian Rahtz version 3.3 * jadetex.dtx: make \Link look at \LinkType property 2001-01-18 Sebastian Rahtz Version 3.2 * jadetex.dtx: make a DisplayGroup set a link 2001-01-17 Sebastian Rahtz * jadetex.dtx: make twoside the default again (can still be turned off) 2001-01-10 Sebastian Rahtz * jadetex.dtx: remove Babel dependency, and pick up alternate code from mlnames.sty (shared with PassiveTeX) 2001-01-09 Sebastian Rahtz * fix Norwegian language support (from Tore Morkemo ) * loads of patches from http://indev.insu.com/openjade/ , communicated by Thomas Andre Berger (not sure who did the work). * twoside optional characteristic JadeTeX turns on the twoside LaTeX feature by default. Make it optional by using an extension characteristics (needs patched openjade) * cell-*-row-margin support JadeTeX support for the cell-before-row-margin and cell-after-row-margin wasn't working properly. * Sequence in table support JadeTeX wasn't handling sequence in table cells properly. If you used a sequence to typeset a word in italic, the rest of the cell was also typeset in italic. * multipar removal This patch removes the unused multipar macro from JadeTex. * Better table support Those patches makes the support for tables in the TeX backend a lot better (needs openjade patch too) Support for nested tables. cell-after-column-margin: and cell-before-column-margin: wasn't really working. Row spanning was broken. This patch only supports 'start row alignment though. Paragraphs in cell spanning multiple column are now working. Support for the row-alignment: characteristic. Support for cell-background? and background-color properties * Trailing page bug fix JadeTeX was always outputting an extra blank page. This patch solves this problem. * Support for 'asis and 'asis-wrap Those patches adds support for the 'asis and 'asis-wrap values for the paragraph's lines: characteristic. * Support for 'background-color box's characteristic This patch adds support for the 'background-color characteristic of the box sosofo object. * Support for more fonts with long name This patch adds windows like alias for the fonts Monospace821, Humanist521 and NewsGothic. 2000-06-20 Sebastian Rahtz * release 2.20 added special case of listitem-content-mode to allow element labelling (missed out changes 2.11 to 2.19 :-}) 2000-04-14 Sebastian Rahtz * jadetex.dtx: added ifmmode test for 183 in dsssl.def. \displaygroup now does setupics in a table cell 2000-03-26 Sebastian Rahtz * jadetex.dtx: fixes by Simon Pepping a) to indentation after display math b) to treatment of left and right in fences c) to the way multiple columns are worked out * monkeying around with tables, trying (not 100% successfully) to solve the outstanding errors * clean error in reading ucharacters.sty * manually set up characters 32-126 1999-12-30 Sebastian Rahtz * jadetex.dtx: math mode should be display by default, not inline (Matthias Clasen) 1999-12-17 Sebastian Rahtz RELEASE 2.10 * jadetex.dtx: used u*sty instead of u*tex * note dependence on PassiveTeX package 1999-12-17 Sebastian Rahtz RELEASE 2.9 * jadetex.dtx: defined \Entity 1999-12-09 Sebastian Rahtz RELEASE 2.8 * jadetex.dtx: new entitiy scheme, and shared code with PassiveTeX 1999-11-25 Sebastian Rahtz * jadetex.dtx: support for PageBalanceColumns (choose multicols* and multicols) 1999-06-29 Sebastian Rahtz RELEASE 2.7 * jadetex.dtx: J.-M. Kubek (kubek@insa-tlse.fr) supplied patches to support \HeadPar, for PDF bookmarks 1999-05-12 Sebastian Rahtz RELEASE 2.6 * jadetex.dtx: removed \@begindocumenthook from \FOT. fouls up pdftex. not even sure why it was there 1998-12-15 Sebastian Rahtz * jadetex.dtx: move read of jadetex.cfg to end of \FOT Sun Oct 18 22:51:35 1998 Sebastian Rahtz * RELEASE 2.3 (maybe test only) * jadetex.dtx: more vertical space changes. call \the\everypar at end of Displaynic and start of endDisplayNIC. Desparation. forget flags. forget conditional calls to useJadevskip. scream. Sat Oct 17 15:09:41 1998 Sebastian Rahtz * jadetex.dtx: an infinity of changes to get vertical space right with much help from David Carlisle. The algorithm now is a) at start of DisplayGroup: 1. if flag set, use Jadeskip 2. set Jadeskip to computed above-space; set flag b) at end of DisplayGroup, set Jadeskip to computed below-space; set flag c) at \everypar, use Jadeskip d) at use Jadeskip, unset flag this means that the Jadeskip space is replaced each time, and normally activated by everypar, but it is also activated by hand when a new display object starts; this makes \par\par\par have the right behaviour Wed Oct 14 10:24:08 1998 Sebastian Rahtz * jadetex.dtx: support for Score object added (for Lexis-Nexis). Support for "page" value of \Keep characteristic (for Simon Pepping) to keep displaygroup on same page (\vbox) * corrected entity list, it was wrong. sigh. * Release 2.2 for jadetex 1.2.1 * extensive changes and additions to the entity lists. * make T3 optional Sun Oct 04 22:32:35 1998 Sebastian Rahtz * jadetex.dtx: moderately manic changes to honour KeepWithNext, probably make no difference. Mon Sep 28 14:41:04 1998 Sebastian Rahtz * jadetex.dtx: rewrite test of previously defined hypertext anchor, to avoid duplicates * jadetex.dtx: various cleanups from Lassi A. Tuura Sun Sep 27 23:27:15 1998 Sebastian Rahtz * jadetex.dtx: removed traces of CellCount Sat Sep 12 14:24:09 1998 Sebastian Rahtz * Release 2.1 * jadetex.dtx: add version numbering and checking system (from ideas by Matthias Clasen) Thu Sep 10 22:25:25 1998 Sebastian Rahtz * Release 1.06 * jadetex.dtx: merged in David Carlisle's mods needed for MathML jadetex-3.13/Makefile0100664000076600007660000000157607416316126012662 0ustar ianiandefault: basic basic: jadetex.ltx tex jadetex.ins jadetex.fmt: basic tex -ini -progname=jadetex "&latex" jadetex.ini pdfjadetex.fmt: basic pdftex -ini -progname=pdfjadetex "&pdflatex" pdfjadetex.ini install: jadetex.fmt pdfjadetex.fmt (TT=$$DESTDIR/`kpsewhich -expand-var '$$TEXMFMAIN'`; \ mkdir -p $$TT/web2c; \ cp pdfjadetex.fmt $$TT/web2c; \ cp jadetex.fmt $$TT/web2c; \ mkdir -p $$TT/tex/jadetex ; \ cp dsssl.def jadetex.ltx $$TT/tex/jadetex) realclean: clean -rm jadetex.fmt pdfjadetex.fmt dsssl.def jadetex.ltx clean: -rm *.log *.aux *.idx *.pdf *.toc *.dvi *.out test: openjade -t tex -d ../docbook/print/docbook.dsl test-tables.sgm distrib: (cd ..; tar zcvf jadetex-$N.tar.gz jadetex/*1 jadetex/*.dtx jadetex/*.ins jadetex/*.sty jadetex/*.fd \ jadetex/index.* jadetex/doc/install.pdf \ jadetex/Makefile jadetex/ChangeLog jadetex/*ini) jadetex.ltx: jadetex.dtx jadetex-3.13/dummyels.sty0100664000076600007660000001344407320150324013605 0ustar ianian\ProvidesPackage{dummyels}[1999/12/06: S Rahtz; dummy Elsevier names] % for those who don't have Elsevier fonts \def\ElOr{\UnavailableSymbol{ElOr}} \def\Elbcong{\UnavailableSymbol{Elbcong}} \def\Elolarr{\UnavailableSymbol{Elolarr}} \def\Elorarr{\UnavailableSymbol{Elorarr}} \def\Elroang{\UnavailableSymbol{Elroang}} \def\Elxsqcup{\UnavailableSymbol{Elxsqcup}} \def\Elxuplus{\UnavailableSymbol{Elxuplus}} \def\ElzAnd{\UnavailableSymbol{ElzAnd}} \def\ElzCint{\UnavailableSymbol{ElzCint}} \def\ElzInf{\UnavailableSymbol{ElzInf}} \def\ElzLap{\UnavailableSymbol{ElzLap}} \def\ElzOr{\UnavailableSymbol{ElzOr}} \def\ElzRlarr{\UnavailableSymbol{ElzRlarr}} \def\ElzSup{\UnavailableSymbol{ElzSup}} \def\ElzThr{\UnavailableSymbol{ElzThr}} \def\ElzTimes{\UnavailableSymbol{ElzTimes}} \def\Elzbar{\UnavailableSymbol{Elzbar}} \def\Elzbtdl{\UnavailableSymbol{Elzbtdl}} \def\Elzcirfb{\UnavailableSymbol{Elzcirfb}} \def\Elzcirfl{\UnavailableSymbol{Elzcirfl}} \def\Elzcirfr{\UnavailableSymbol{Elzcirfr}} \def\Elzclomeg{\UnavailableSymbol{Elzclomeg}} \def\Elzcreps{\UnavailableSymbol{Elzcreps}} \def\Elzdbnd{\UnavailableSymbol{Elzdbnd}} \def\ElzdbndSIX{\UnavailableSymbol{ElzdbndSIX}} \def\Elzddfnc{\UnavailableSymbol{Elzddfnc}} \def\Elzdefas{\UnavailableSymbol{Elzdefas}} \def\Elzdlcorn{\UnavailableSymbol{Elzdlcorn}} \def\Elzdrcorn{\UnavailableSymbol{Elzdrcorn}} \def\Elzdshfnc{\UnavailableSymbol{Elzdshfnc}} \def\Elzdyogh{\UnavailableSymbol{Elzdyogh}} \def\Elzesh{\UnavailableSymbol{Elzesh}} \def\Elzfhr{\UnavailableSymbol{Elzfhr}} \def\Elzggrave{\UnavailableSymbol{Elzggrave}} \def\Elzglst{\UnavailableSymbol{Elzglst}} \def\Elzherma{\UnavailableSymbol{Elzherma}} \def\Elzhex{\UnavailableSymbol{Elzhex}} \def\Elzhlmrk{\UnavailableSymbol{Elzhlmrk}} \def\Elzht{\UnavailableSymbol{Elzht}} \def\Elzinglst{\UnavailableSymbol{Elzinglst}} \def\ElzinvR{\UnavailableSymbol{ElzinvR}} \def\Elzinvv{\UnavailableSymbol{Elzinvv}} \def\Elzinvw{\UnavailableSymbol{Elzinvw}} \def\ElzlbdTWObd{\UnavailableSymbol{ElzlbdTWObd}} \def\ElzlbdTWOtd{\UnavailableSymbol{ElzlbdTWOtd}} \def\ElzlbondTHREE{\UnavailableSymbol{ElzlbondTHREE}} \def\ElzlbondTWO{\UnavailableSymbol{ElzlbondTWO}} \def\Elzlmrk{\UnavailableSymbol{Elzlmrk}} \def\Elzlow{\UnavailableSymbol{Elzlow}} \def\Elzlozfl{\UnavailableSymbol{Elzlozfl}} \def\Elzlozfr{\UnavailableSymbol{Elzlozfr}} \def\Elzlpargt{\UnavailableSymbol{Elzlpargt}} \def\Elzltlmr{\UnavailableSymbol{Elzltlmr}} \def\Elzltln{\UnavailableSymbol{Elzltln}} \def\Elzlyogh{\UnavailableSymbol{Elzlyogh}} \def\Elzminhat{\UnavailableSymbol{Elzminhat}} \def\Elznesim{\UnavailableSymbol{Elznesim}} \def\Elzopeno{\UnavailableSymbol{Elzopeno}} \def\ElzpSlash{\UnavailableSymbol{ElzpSlash}} \def\Elzpalh{\UnavailableSymbol{Elzpalh}} \def\Elzpbgam{\UnavailableSymbol{Elzpbgam}} \def\Elzpdbdbd{\UnavailableSymbol{Elzpdbdbd}} \def\Elzpdbdtd{\UnavailableSymbol{Elzpdbdtd}} \def\Elzpdbond{\UnavailableSymbol{Elzpdbond}} \def\Elzpent{\UnavailableSymbol{Elzpent}} \def\Elzpes{\UnavailableSymbol{Elzpes}} \def\Elzpgamma{\UnavailableSymbol{Elzpgamma}} \def\Elzpscra{\UnavailableSymbol{Elzpscra}} \def\Elzpscrv{\UnavailableSymbol{Elzpscrv}} \def\Elzptbdbd{\UnavailableSymbol{Elzptbdbd}} \def\Elzptbdtd{\UnavailableSymbol{Elzptbdtd}} \def\Elzpupsil{\UnavailableSymbol{Elzpupsil}} \def\Elzqbnd{\UnavailableSymbol{Elzqbnd}} \def\ElzrLarr{\UnavailableSymbol{ElzrLarr}} \def\Elzrais{\UnavailableSymbol{Elzrais}} \def\Elzrarrx{\UnavailableSymbol{Elzrarrx}} \def\ElzrbdTWObd{\UnavailableSymbol{ElzrbdTWObd}} \def\ElzrbdTWOtd{\UnavailableSymbol{ElzrbdTWOtd}} \def\ElzrbondTHREE{\UnavailableSymbol{ElzrbondTHREE}} \def\ElzrbondTWO{\UnavailableSymbol{ElzrbondTWO}} \def\Elzreapos{\UnavailableSymbol{Elzreapos}} \def\Elzreglst{\UnavailableSymbol{Elzreglst}} \def\Elzreve{\UnavailableSymbol{Elzreve}} \def\Elzreveps{\UnavailableSymbol{Elzreveps}} \def\Elzrh{\UnavailableSymbol{Elzrh}} \def\Elzrl{\UnavailableSymbol{Elzrl}} \def\Elzrparlt{\UnavailableSymbol{Elzrparlt}} \def\Elzrtld{\UnavailableSymbol{Elzrtld}} \def\Elzrtll{\UnavailableSymbol{Elzrtll}} \def\Elzrtln{\UnavailableSymbol{Elzrtln}} \def\Elzrtlr{\UnavailableSymbol{Elzrtlr}} \def\Elzrtls{\UnavailableSymbol{Elzrtls}} \def\Elzrtlt{\UnavailableSymbol{Elzrtlt}} \def\Elzrtlz{\UnavailableSymbol{Elzrtlz}} \def\Elzrttrnr{\UnavailableSymbol{Elzrttrnr}} \def\Elzrvbull{\UnavailableSymbol{Elzrvbull}} \def\Elzsbbrg{\UnavailableSymbol{Elzsbbrg}} \def\Elzsblhr{\UnavailableSymbol{Elzsblhr}} \def\Elzsbrhr{\UnavailableSymbol{Elzsbrhr}} \def\Elzschwa{\UnavailableSymbol{Elzschwa}} \def\Elzsqfb{\UnavailableSymbol{Elzsqfb}} \def\Elzsqfl{\UnavailableSymbol{Elzsqfl}} \def\Elzsqfne{\UnavailableSymbol{Elzsqfne}} \def\Elzsqfnw{\UnavailableSymbol{Elzsqfnw}} \def\Elzsqfr{\UnavailableSymbol{Elzsqfr}} \def\Elzsqfse{\UnavailableSymbol{Elzsqfse}} \def\Elzsqfsw{\UnavailableSymbol{Elzsqfsw}} \def\Elzsqft{\UnavailableSymbol{Elzsqft}} \def\Elzsqshd{\UnavailableSymbol{Elzsqshd}} \def\Elzsqspne{\UnavailableSymbol{Elzsqspne}} \def\Elzsyllab{\UnavailableSymbol{Elzsyllab}} \def\Elztbnd{\UnavailableSymbol{Elztbnd}} \def\ElztbndSIX{\UnavailableSymbol{ElztbndSIX}} \def\Elztdcol{\UnavailableSymbol{Elztdcol}} \def\Elztesh{\UnavailableSymbol{Elztesh}} \def\Elztfnc{\UnavailableSymbol{Elztfnc}} \def\Elztrisla{\UnavailableSymbol{Elztrisla}} \def\Elztrna{\UnavailableSymbol{Elztrna}} \def\Elztrnh{\UnavailableSymbol{Elztrnh}} \def\Elztrnm{\UnavailableSymbol{Elztrnm}} \def\Elztrnmlr{\UnavailableSymbol{Elztrnmlr}} \def\Elztrnr{\UnavailableSymbol{Elztrnr}} \def\Elztrnrl{\UnavailableSymbol{Elztrnrl}} \def\Elztrnsa{\UnavailableSymbol{Elztrnsa}} \def\Elztrnt{\UnavailableSymbol{Elztrnt}} \def\Elztrny{\UnavailableSymbol{Elztrny}} \def\Elzverti{\UnavailableSymbol{Elzverti}} \def\Elzverts{\UnavailableSymbol{Elzverts}} \def\Elzvrecto{\UnavailableSymbol{Elzvrecto}} \def\Elzxh{\UnavailableSymbol{Elzxh}} \def\Elzxl{\UnavailableSymbol{Elzxl}} \def\Elzxrat{\UnavailableSymbol{Elzxrat}} \def\Elzyogh{\UnavailableSymbol{Elzyogh}} \endinput jadetex-3.13/index.html0100664000076600007660000004323107440702377013215 0ustar ianian JadeTeX
SourceForge    Logo

Sourceforge

JadeTeX


Contents

JadeTeX

This is a TeX macro package for processing the output from Jade/OpenJade in TeX (-t) mode. You can download it from Sourceforge; http://sourceforge.net/projects/jadetex/.

Installation

Introduction

This documents is based on a note by FC describing his experience installing JadeTeX with OpenJade 1.3 and teTeX 1.06 (on Unix). It has since been expanded and checked by SR and SP. It is aimed to people who have perhaps some experience using TeX and LaTeX, enough to write up technical reports using simple macros, but know little or nothing about format files or the particulars of the TeX distribution structure, and consequently have a rough time with JadeTeX…

This document relates to JadeTeX version 2.11 or later.

To use JadeTeX, you first of all should compile and install OpenJade. The resulting openjade executable, used with the -t tex flag, will format an SGML/XML file and yield a TeX output file. Using jadetex or pdfjadetex, you can transform this into DVI or PDF; from DVI, you can use a program like dvips to get PostScript output. This note describes how to build and install the former two programs, jadetex and pdfjadetex.

Increasing TeX capacities

The TeX output file uses a macro package, JadeTeX, built on top of LaTeX, just as LaTeX is a macro package sitting on top of plain TeX. It is probably possible to just stick an \input at the top of your .tex file and use the JadeTeX macros this way, but that would be slow since TeX would need to parse and compile the macro definitions every time you format your .tex file. So what we do instead is to use TeX (actually, initex) to read in the LaTeX format, followed by the JadeTeX package, once, and dump the compiled image to what is called a ‘format file.’ This is the same way that LaTeX is usually employed. Once the format file is built and installed, it is easy to arrange for TeX to read it in quickly and automatically when you process a .tex file.

But, as ever, there are complications, relating to TeX's capacity restrictions. TeX is designed to use a fixed amount of resources to process documents; for example, there is a maximum number of strings that can be allocated, and a maximum stack size. If a processing run exceeds the default limits, TeX will complain and refuse to continue. Unfortunately, OpenJade's TeX backend tends to exceed these default limits.

Fortunately, though, there is no need to recompile your TeX binary. If you are using teTeX (or any other Web2c-based distribution) there will be a file called texmf.cnf in your installation which sets the capacity parameters and is consulted every time TeX is run. By adding the right parameter settings here, you can ensure that JadeTeX will be unlikely to run out of memory.

Where is texmf.cnf? You can find it in the web2c directory under your texmf tree... which begs the question, where is texmf? The most straightforward way to find it is to make sure all the TeX executables are in your PATH; then do: kpsewhich -expand-var '$TEXMFMAIN' /usr/share/texmf/web2c/texmf.cnf and it will respond with the location of your texmf tree. As you can see, it is also known as $TEXMFMAIN, which is how I shall refer to it in the sequel.

If for some reason kpsewhich is not in your PATH, and you don't know where it is, here are some likely locations:

  • /usr/share/texmf
  • /usr/local/share/texmf
  • /usr/local/teTeX/texmf
  • /usr/local/lib/teTeX/texmf
  • /usr/local/lib/texmf
  • /usr/lib/texmf
  • /usr/lib/teTeX/texmf

In a minute we are going to modify texmf.cnf to increase the capacities, then build the JadeTeX format file and install the JadeTeX executable(s). You may have a command hugelatex, a version of latex with greater capacity settings than the usual one, which is named simply latex. If so, build your format file using hugelatex rather than latex, so that JadeTeX inherits the `huge' settings. Otherwise, make sure your latex is big. In addition, if you make any changes to the literate source of the JadeTeX macro package (see below), a normal latex may not do.

First we need to update texmf.cnf to ensure that latex really is huge. Take a look at the top of the file. It will probably say:

%original texmf.cnf -- runtime path configuration file for kpathsea.
% (If you change or delete `original' on the previous line, the
% distribution won't install its version over yours.)
If it says
% TeX Live texmf.cnf
then you can skip all this and proceed to the next section, as TeX Live is already set up for JadeTeX

If you have an `original', follow those directions and delete the string original to ensure that future upgrades won't obliterate your changes.

In the latter half of the file, you will find the capacity settings, which look something like this:

pool_size = 125000
pool_size.context = 750000
Here, pool_size is the name of the parameter in both cases, but the second one is qualified with .context, which indicates that this setting will be preferred when using the ConTeXt macro package. We need to make similar accomodations not only for latex but also jadetex and pdfjadetex. Unfortunately, we don't know the minimal required values for every parameter and some of these values are probably ridiculously high, but no matter ...
% latex settings
main_memory.latex = 1100000
param_size.latex = 1500
stack_size.latex = 1500
hash_extra.latex = 15000
string_vacancies.latex = 45000
pool_free.latex = 47500
nest_size.latex = 500
save_size.latex = 5000
pool_size.latex = 500000
max_strings.latex = 55000
font_mem_size.latex= 400000

% jadetex & pdfjadetex
main_memory.jadetex = 1500000
param_size.jadetex = 1500
stack_size.jadetex = 1500
hash_extra.jadetex = 50000
string_vacancies.jadetex = 45000
pool_free.jadetex = 47500
nest_size.jadetex = 500
save_size.jadetex = 5000
pool_size.jadetex = 500000
max_strings.jadetex = 55000

main_memory.pdfjadetex = 2500000
param_size.pdfjadetex = 1500
stack_size.pdfjadetex = 1500
hash_extra.pdfjadetex = 50000
string_vacancies.pdfjadetex = 45000
pool_free.pdfjadetex = 47500
nest_size.pdfjadetex = 500
save_size.pdfjadetex = 5000
pool_size.pdfjadetex = 500000
max_strings.pdfjadetex = 55000
Add these to the end of the file, or wherever makes you happy.

Now let's build some format files. Under $TEXMFMAIN/tex/latex/config, you will find the files necessary to rebuild latex. Copy them somewhere temporary and go there:

cp -R /usr/share/texmf/tex/latex/config /tmp
cd /tmp/config
Now do this:
tex -ini -progname=latex latex.ini
This will produce a file latex.fmt in the same directory. Become root and put it in $TEXMFMAIN/web2c. This is where all the format files are kept. (You can delete the other copied files from config afterwards.)
mv latex.fmt /usr/share/texmf/web2c

Now just create a symbolic link from tex to latex:

ln -s /usr/bin/tex /usr/local/bin/latex
When tex is invoked, it looks at the name X it was invoked with, then loads the format file X.fmt from $TEXMFMAIN/web2c before it starts processing the document. So creating this symbolic link is all that is needed to create the latex executable.

Creating the format files

Next, take a look at your OpenJade distribution. Under the directory dsssl you will find the files necessary to build jadetex and pdfjadetex, including a Makefile. Now become root and just do:

make  install
This creates jadetex.fmt and pdfjadetex.fmt, puts them in $TEXMFMAIN/web2c for you (using kpsewhich to find $TEXMFMAIN), and installs a few other auxiliary files under $TEXMFMAIN/tex/jadetex.

All that's left to do is to create the links:

ln -s /usr/bin/tex /usr/bin/jadetex
ln -s /usr/bin/pdftex /usr/bin/pdfjadetex
(changing the location of the binary directory to wherever your TeX is) and run mktexlsr so that your TeX distribution becomes aware of the newly installed files in $TEXMFMAIN/tex/jadetex.
mktexlsr

Testing the installation

Finally, test your installation using the demonstration files in that directory:

openjade -t tex -d demo.dsl demo.sgm
jadetex demo.tex
pdfjadetex demo.tex
You're done!

Frequently Asked Questions

I installed JadeTeX, but when I run it, it complains that a file named unicode.sty (or dsssl.def, etc) can't be found. What did I do wrong?
You didn't run the mktexlsr, so kpathsea doesn't know about the newly installed files.
I don't like JadeTeX's default behavior in some situations. How do I modify it?
If for some reason you want to modify the JadeTeX macro package, modify the file jadetex.dtx. This is the literate source for the format file and other files installed under $TEXMFMAIN/tex/jadetex. To format it, use latex:
latex jadetex.dtx
You will get tons of overfull hboxes but if you are using a nice big latex, it will work. Formatting the batch file jadetex.ins will produce stripped sources (dsssl.def and jadetex.ltx), which can be compiled into format files as before:
latex jadetex.ins
make -f Makefile.jadetex
What fonts can I use?
Following is the names of the font families supported at the time of writing. Of course you must actually have these fonts installed to format the document (but not to produce the TeX output).
  • Arial
  • Helvetica
  • Palatino
  • Bookman
  • Courier
  • Symbol
  • Wingdings
  • WingDings
  • LucidaSans
  • LucidaBright
  • Savoy
  • ACaslon
  • Caslon
  • Formata
  • FranklinGothic
  • OCRAbyBT
  • AGaramond
  • Avant-Garde
  • Courier-New
  • New-Century-Schoolbook
  • Times-Roman
  • Trade-Gothic
  • Times-New-Roman
  • Times-NR-MT
  • Courier-New
  • Zapf-Dingbats
  • Gill-Sans
  • iso-serif
  • iso-sanserif
  • iso-monocase
  • LetterGothic12PitchBT
  • Monospace821
  • OCRB10PitchBT
  • OCR-A
  • OCR-B-10PitchBT
  • Computer-Modern-Typewriter
  • Computer-Modern-Sans
  • Computer-Modern
  • Computer-Modern-Caps-And-Small-Caps
Why doesn't hyphenation work?
Remember that your text must be fully justified (quadding: #t), hyphenation must be on, hyphenation?: #t, and a current language must be selected (e.g., language: 'EN) for JadeTeX to perform hyphenation.
I'm using Norman Walsh's DocBook stylesheets and my footnotes are coming up at the end of the document rather than at the foot of each page. Why?
The DocBook stylesheets need to be made aware that you are using the TeX backend. Add -V tex-backend to your openjade command-line.



Date: (revised July 2001) Author: Sebastian RahtzSimon PeppingFrank Christoph.
Sebastian Rahtz
jadetex-3.13/index.xml0100664000076600007660000003600707440702377013054 0ustar ianian JadeTeX Sebastian Rahtz Simon Pepping Frank Christoph OUCS
sebastian.rahtz@oucs.ox.ac.uk

This is the master version of an original document.

Most recent revision. For a full list, see the change management records July 2001
JadeTeX

This is a TeX macro package for processing the output from Jade/OpenJade in TeX (-t) mode. You can download it from Sourceforge; .

Installation
Introduction

This documents is based on a note by FC describing his experience installing JadeTeX with OpenJade 1.3 and teTeX 1.06 (on Unix). It has since been expanded and checked by SR and SP. It is aimed to people who have perhaps some experience using TeX and LaTeX, enough to write up technical reports using simple macros, but know little or nothing about format files or the particulars of the TeX distribution structure, and consequently have a rough time with JadeTeX…

This document relates to JadeTeX version 2.11 or later.

To use JadeTeX, you first of all should compile and install OpenJade. The resulting openjade executable, used with the -t tex flag, will format an SGML/XML file and yield a TeX output file. Using jadetex or pdfjadetex, you can transform this into DVI or PDF; from DVI, you can use a program like dvips to get PostScript output. This note describes how to build and install the former two programs, jadetex and pdfjadetex.

Increasing TeX capacities

The TeX output file uses a macro package, JadeTeX, built on top of LaTeX, just as LaTeX is a macro package sitting on top of plain TeX. It is probably possible to just stick an \input at the top of your .tex file and use the JadeTeX macros this way, but that would be slow since TeX would need to parse and compile the macro definitions every time you format your .tex file. So what we do instead is to use TeX (actually, initex) to read in the LaTeX format, followed by the JadeTeX package, once, and dump the compiled image to what is called a format file. This is the same way that LaTeX is usually employed. Once the format file is built and installed, it is easy to arrange for TeX to read it in quickly and automatically when you process a .tex file.

But, as ever, there are complications, relating to TeX's capacity restrictions. TeX is designed to use a fixed amount of resources to process documents; for example, there is a maximum number of strings that can be allocated, and a maximum stack size. If a processing run exceeds the default limits, TeX will complain and refuse to continue. Unfortunately, OpenJade's TeX backend tends to exceed these default limits.

Fortunately, though, there is no need to recompile your TeX binary. If you are using teTeX (or any other Web2c-based distribution) there will be a file called texmf.cnf in your installation which sets the capacity parameters and is consulted every time TeX is run. By adding the right parameter settings here, you can ensure that JadeTeX will be unlikely to run out of memory.

Where is texmf.cnf? You can find it in the web2c directory under your texmf tree... which begs the question, where is texmf? The most straightforward way to find it is to make sure all the TeX executables are in your PATH; then do: kpsewhich -expand-var '$TEXMFMAIN' /usr/share/texmf/web2c/texmf.cnf and it will respond with the location of your texmf tree. As you can see, it is also known as $TEXMFMAIN, which is how I shall refer to it in the sequel.

If for some reason kpsewhich is not in your PATH, and you don't know where it is, here are some likely locations: /usr/share/texmf /usr/local/share/texmf /usr/local/teTeX/texmf /usr/local/lib/teTeX/texmf /usr/local/lib/texmf /usr/lib/texmf /usr/lib/teTeX/texmf

In a minute we are going to modify texmf.cnf to increase the capacities, then build the JadeTeX format file and install the JadeTeX executable(s). You may have a command hugelatex, a version of latex with greater capacity settings than the usual one, which is named simply latex. If so, build your format file using hugelatex rather than latex, so that JadeTeX inherits the `huge' settings. Otherwise, make sure your latex is big. In addition, if you make any changes to the literate source of the JadeTeX macro package (see below), a normal latex may not do.

First we need to update texmf.cnf to ensure that latex really is huge. Take a look at the top of the file. It will probably say: %original texmf.cnf -- runtime path configuration file for kpathsea. % (If you change or delete `original' on the previous line, the % distribution won't install its version over yours.) If it says % TeX Live texmf.cnf then you can skip all this and proceed to the next section, as TeX Live is already set up for JadeTeX

If you have an `original', follow those directions and delete the string original to ensure that future upgrades won't obliterate your changes.

In the latter half of the file, you will find the capacity settings, which look something like this: pool_size = 125000 pool_size.context = 750000 Here, pool_size is the name of the parameter in both cases, but the second one is qualified with .context, which indicates that this setting will be preferred when using the ConTeXt macro package. We need to make similar accomodations not only for latex but also jadetex and pdfjadetex. Unfortunately, we don't know the minimal required values for every parameter and some of these values are probably ridiculously high, but no matter ... % latex settings main_memory.latex = 1100000 param_size.latex = 1500 stack_size.latex = 1500 hash_extra.latex = 15000 string_vacancies.latex = 45000 pool_free.latex = 47500 nest_size.latex = 500 save_size.latex = 5000 pool_size.latex = 500000 max_strings.latex = 55000 font_mem_size.latex= 400000 % jadetex & pdfjadetex main_memory.jadetex = 1500000 param_size.jadetex = 1500 stack_size.jadetex = 1500 hash_extra.jadetex = 50000 string_vacancies.jadetex = 45000 pool_free.jadetex = 47500 nest_size.jadetex = 500 save_size.jadetex = 5000 pool_size.jadetex = 500000 max_strings.jadetex = 55000 main_memory.pdfjadetex = 2500000 param_size.pdfjadetex = 1500 stack_size.pdfjadetex = 1500 hash_extra.pdfjadetex = 50000 string_vacancies.pdfjadetex = 45000 pool_free.pdfjadetex = 47500 nest_size.pdfjadetex = 500 save_size.pdfjadetex = 5000 pool_size.pdfjadetex = 500000 max_strings.pdfjadetex = 55000 Add these to the end of the file, or wherever makes you happy.

Now let's build some format files. Under $TEXMFMAIN/tex/latex/config, you will find the files necessary to rebuild latex. Copy them somewhere temporary and go there: cp -R /usr/share/texmf/tex/latex/config /tmp cd /tmp/config Now do this: tex -ini -progname=latex latex.ini This will produce a file latex.fmt in the same directory. Become root and put it in $TEXMFMAIN/web2c. This is where all the format files are kept. (You can delete the other copied files from config afterwards.) mv latex.fmt /usr/share/texmf/web2c

Now just create a symbolic link from tex to latex: ln -s /usr/bin/tex /usr/local/bin/latex When tex is invoked, it looks at the name X it was invoked with, then loads the format file X.fmt from $TEXMFMAIN/web2c before it starts processing the document. So creating this symbolic link is all that is needed to create the latex executable.

Creating the format files

Next, take a look at your OpenJade distribution. Under the directory dsssl you will find the files necessary to build jadetex and pdfjadetex, including a Makefile. Now become root and just do: make install This creates jadetex.fmt and pdfjadetex.fmt, puts them in $TEXMFMAIN/web2c for you (using kpsewhich to find $TEXMFMAIN), and installs a few other auxiliary files under $TEXMFMAIN/tex/jadetex.

All that's left to do is to create the links: ln -s /usr/bin/tex /usr/bin/jadetex ln -s /usr/bin/pdftex /usr/bin/pdfjadetex (changing the location of the binary directory to wherever your TeX is) and run mktexlsr so that your TeX distribution becomes aware of the newly installed files in $TEXMFMAIN/tex/jadetex. mktexlsr

Testing the installation

Finally, test your installation using the demonstration files in that directory: openjade -t tex -d demo.dsl demo.sgm jadetex demo.tex pdfjadetex demo.tex You're done!

Frequently Asked Questions You didn't run the mktexlsr, so kpathsea doesn't know about the newly installed files. If for some reason you want to modify the JadeTeX macro package, modify the file jadetex.dtx. This is the literate source for the format file and other files installed under $TEXMFMAIN/tex/jadetex. To format it, use latex: latex jadetex.dtx You will get tons of overfull hboxes but if you are using a nice big latex, it will work. Formatting the batch file jadetex.ins will produce stripped sources (dsssl.def and jadetex.ltx), which can be compiled into format files as before: latex jadetex.ins make -f Makefile.jadetex Following is the names of the font families supported at the time of writing. Of course you must actually have these fonts installed to format the document (but not to produce the TeX output). Arial Helvetica Palatino Bookman Courier Symbol Wingdings WingDings LucidaSans LucidaBright Savoy ACaslon Caslon Formata FranklinGothic OCRAbyBT AGaramond Avant-Garde Courier-New New-Century-Schoolbook Times-Roman Trade-Gothic Times-New-Roman Times-NR-MT Courier-New Zapf-Dingbats Gill-Sans iso-serif iso-sanserif iso-monocase LetterGothic12PitchBT Monospace821 OCRB10PitchBT OCR-A OCR-B-10PitchBT Computer-Modern-Typewriter Computer-Modern-Sans Computer-Modern Computer-Modern-Caps-And-Small-Caps Remember that your text must be fully justified (quadding: #t), hyphenation must be on, hyphenation?: #t, and a current language must be selected (e.g., language: 'EN) for JadeTeX to perform hyphenation. The DocBook stylesheets need to be made aware that you are using the TeX backend. Add -V tex-backend to your openjade command-line.
jadetex-3.13/index.xsl0100664000076600007660000000730507440702377013061 0ustar ianian SourceForge
   Logo http://www.oucs.ox.ac.uk/stylesheets/tei-oucs.css mailto:sebastian.rahtz@oucs.ox.ac.uk Feedback Home http://www.oucs.ox.ac.uk/ Jadetex Project Sourceforge http://sourceforge.net/ Sourceforge http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=yourproject CVS web interface true true right true © Sebastian Rahtz 10% 200,*

[Back to top]

Appendix Contents Up Next Previous Contents Date: Author: 2 1 A.1 . 9 tt center .jpg true http://www.oucs.ox.ac.uk/images/down.gif iso-8859-1
jadetex-3.13/jadetex.10100664000076600007660000000322507320150314012706 0ustar ianian.TH JADETEX 1 "12 July 1998" "Marcus Brinkmann" .\"===================================================================== .if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP .if n .ds TX TeX .ie t .ds OX \fIT\v'+0.25m'E\v'-0.25m'X\fP\" for troff .el .ds OX TeX\" for nroff .\" the same but obliqued .\" BX definition must follow TX so BX can use TX .if t .ds BX \fRB\s-2IB\s0\fP\*(TX .if n .ds BX BibTeX .\" LX definition must follow TX so LX can use TX .if t .ds LX \fRL\\h'-0.36m'\\v'-0.15v'\s-2A\s0\\h'-0.15m'\\v'0.15v'\fP\*(TX .if n .ds LX LaTeX .\"===================================================================== .SH NAME jadetex \- processing tex files produced by the \*(TX backend of Jade. .SH SYNOPSIS .B jadetex [ first line ] .\"===================================================================== .SH DESCRIPTION This manual page was derived from the manual page for \*(LX and is not meant to be exhaustive. The complete documentation for this version of \*(TX can be found in the info file or manual .IR "Web2C: A TeX implementation" . .PP Jade\*(TX is a \*(TX macro package, not a modification to the \*(TX source program, so all the capabilities described in .BR tex (1) are present. .B pdfjadetex is the PDF\*(TX version of the jade\*(TX format. .\"===================================================================== .SH "SEE ALSO" .BR pdfjadetex (1), .BR latex (1), .BR tex (1), .br .SH AUTHORS The author of jade\*(TX is Sebastian Rahtz. .PP This manual page was derived from the \*(LX manual page. It is provided for the Debian distribution by Marcus Brinkmann. Please send improvements, suggestion and other comments to brinkmd@debian.org. jadetex-3.13/jadetex.cfg0100664000076600007660000000010007320150314013272 0ustar ianian\AtBeginDocument{% \def\pdfBorderAttrs{/Border [0 0 1]}% } jadetex-3.13/jadetex.dtx0100664000076600007660000022656107661666764013414 0ustar ianian% \iffalse % RCS: $Id: jadetex.dtx,v 1.14 2003/05/18 11:26:44 icastle Exp $ % File: jadetex.dtx. Copyright (C) 1996, 1997, 1998, 2000, 2001 % Sebastian Rahtz % Copyright (C) 2002, 2003 % Ian Castle % % Permission is hereby granted, free of charge, to any person obtaining % a copy of this software and associated documentation files (the % ``Software''), to deal in the Software without restriction, including % without limitation the rights to use, copy, modify, merge, publish, % distribute, sublicense, and/or sell copies of the Software, and to % permit persons to whom the Software is furnished to do so, subject to % the following conditions: % % The above copyright notice and this permission notice shall be included % in all copies or substantial portions of the Software. % % THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS % OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF % MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. % IN NO EVENT SHALL SEBASTIAN RAHTZ BE LIABLE FOR ANY CLAIM, DAMAGES OR % OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, % ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR % OTHER DEALINGS IN THE SOFTWARE. % %\ProvidesFile{dsssl.def} %<*dtx> \ProvidesFile{jadetex.ltx} % %\NeedsTeXFormat{LaTeX2e}[1995/06/01] %\ProvidesFile{jadetex.ltx} %\GetFileInfo{JadeTeX.dtx} % \ProvidesFile{jadetex.drv} % \fi % \ProvidesFile{jadetex.dtx} % % \iffalse %<*driver> \documentclass{ltxdoc} \usepackage{times,array,longtable,colortbl} \usepackage[T1]{fontenc} \makeatletter \let\\\@centercr \def\arraybackslash{\let\\=\@arraycr} \newcolumntype{P}[1]{>{\raggedright\arraybackslash}p{#1}} \makeatother \EnableCrossrefs \CodelineIndex \begin{document} \title{Jade DSSSL \TeX{} backend macros} \author{Sebastian Rahtz\\Email: \texttt{sebastian.rahtz@oucs.ox.ac.uk}} \date{printed \today} \maketitle \tableofcontents \DocInput{jadetex.dtx} \end{document} % % \fi % \CheckSum{4434} % \StopEventually{} % % \section{Introduction} % \subsection{Acknowledgements} % Developed from the skeleton by David Megginson % (\texttt{dmeggins@microstar.com}), who wrote the original Jade % \texttt{TeXFOTBuilder} module. This version incorporates support for % important changes made by Paul Prescod and Kathleen Marszalek for tables; % those changes and the corresponding work in JadeTeX were commissioned by % Novare International, to whom considerable thanks are due. % % Considerable benefit has been had from corrections, additions and % discusions from David Carlisle, Matthias Clasen, % Ulrich Drepper and Christian Leutloff. % % \subsection{Usage} % The file |jadetex.ltx| can either be loaded before the Jade output % or (better) made into a format file for fast loading; it % sits on top of \LaTeX, so do: % \begin{verbatim} % tex -ini \&hugelatex jadetex.ltx '\dump' % \end{verbatim} % Be warned that because many elements can get labelled in JadeTeX, it is % easy to run out of memory. You will very likely need to increase poolsize. % % If you really want to gain speed and save memory, % prepare an even more cut down \LaTeX with unneeded chunks cut out. % (such as the picture environment etc). Be careful and be legal, please. % % We build on \LaTeX, but do not need a lot of the paraphernalia % of the document classes, so we just load the \texttt{minimal} class, % designed for this purpose. We also need access to % input and output font encoding, color, graphics inclusion, and % headers and footers; so we load some standard packages. The % \texttt{inputenc} option is temporary, and needs more thought. % Eventually we want Unicode input working, with Omega. % \begin{macrocode} %<*package> \def\JadeTeXMajorVersion{3} \def\JadeTeXMinorVersion{13} \def\JadeTeXDate{2003/04/27} \documentclass{minimal} \RequirePackage{array}[1995/01/01] \RequirePackage{longtable}[1995/01/01] \RequirePackage{color}[1997/09/09] \RequirePackage{colortbl} \RequirePackage{marvosym} \RequirePackage{graphicx}[1997/06/09] \IfFileExists{multicol.sty} {\RequirePackage{multicol}[1997/12/16]} {\newenvironment{multicols}[1]% {\typeout{Warning, at line \the\inputlineno, multicol package not available}}{}% } \RequirePackage[normalem]{ulem} \RequirePackage{fancyhdr} \makeatletter \count@\time \divide\count@ 60 \count2=-\count@ \multiply\count2 60 \advance\count2 \time \edef\today{% \the\year/\two@digits{\the\month}/\two@digits{\the\day}:% \two@digits{\the\count@}:\two@digits{\the\count2}} \begingroup \catcode`P=12 \catcode`T=12 \lowercase{\endgroup \gdef\rem@ptetc#1.#2PT#3!{#1\ifnum#2>\z@.#2\fi}% } \def\strip@pt@and@otherjunk#1{\expandafter\rem@ptetc\the#1!} \makeatother \def\TeXFOTversion{0.0} \makeatletter \ifx\pushocplist\@undefined \RequirePackage[implicit=true,colorlinks,linkcolor=black,bookmarks=true]{hyperref}[2000/03/01] \def\PDFBorders{0 0 0} \RequirePackage[dsssl]{inputenc}[1997/12/20] \RequirePackage{mlnames} \RequirePackage{unicode} \def\DefineCharacter#1#2#3{\expandafter\def\csname!#1\endcsname{#3}} \def\DefineEntity#1#2{\expandafter\def\csname Ent#1\endcsname{#2}} \def\Entity#1{\csname Ent#1\endcsname} \input ucharacters.sty \input uentities.sty % \end{macrocode} % Define the characters under 127, normally not provided by ucharacters.sty % \begin{macrocode} \DefineCharacter{32}{20}{\space } \DefineCharacter{33}{21}{!} \DefineCharacter{34}{22}{"} \DefineCharacter{35}{23}{\#} \DefineCharacter{36}{24}{\ifmmode \$\else \textdollar \fi}% \DefineCharacter{37}{25}{\%} \DefineCharacter{38}{26}{\&} \DefineCharacter{39}{27}{\textquotesingle } \DefineCharacter{40}{28}{(} \DefineCharacter{41}{29}{)} \DefineCharacter{42}{2A}{\ensuremath{\ast }} \DefineCharacter{43}{2B}{\ensuremath{+}} \DefineCharacter{44}{2C}{,} \DefineCharacter{45}{2D}{\ensuremath{-}} \DefineCharacter{46}{2E}{.} \DefineCharacter{47}{2F}{/} \DefineCharacter{48}{30}{0} \DefineCharacter{49}{31}{1} \DefineCharacter{50}{32}{2} \DefineCharacter{51}{33}{3} \DefineCharacter{52}{34}{4} \DefineCharacter{53}{35}{5} \DefineCharacter{54}{36}{6} \DefineCharacter{55}{37}{7} \DefineCharacter{56}{38}{8} \DefineCharacter{57}{39}{9} \DefineCharacter{58}{3A}{:} \DefineCharacter{59}{3B}{\ensuremath{;}} \DefineCharacter{60}{3C}{\ensuremath{<}} \DefineCharacter{61}{3D}{=} \DefineCharacter{62}{3E}{\ensuremath{>}} \DefineCharacter{63}{3F}{?} \DefineCharacter{64}{40}{@} \DefineCharacter{65}{41}{A} \DefineCharacter{66}{42}{B} \DefineCharacter{67}{43}{C} \DefineCharacter{68}{44}{D} \DefineCharacter{69}{45}{E} \DefineCharacter{70}{46}{F} \DefineCharacter{71}{47}{G} \DefineCharacter{72}{48}{H} \DefineCharacter{73}{49}{I} \DefineCharacter{74}{4A}{J} \DefineCharacter{75}{4B}{K} \DefineCharacter{76}{4C}{L} \DefineCharacter{77}{4D}{M} \DefineCharacter{78}{4E}{N} \DefineCharacter{79}{4F}{O} \DefineCharacter{80}{50}{P} \DefineCharacter{81}{51}{Q} \DefineCharacter{82}{52}{R} \DefineCharacter{83}{53}{S} \DefineCharacter{84}{54}{T} \DefineCharacter{85}{55}{U} \DefineCharacter{86}{56}{V} \DefineCharacter{87}{57}{W} \DefineCharacter{88}{58}{X} \DefineCharacter{89}{59}{Y} \DefineCharacter{90}{5A}{Z} \DefineCharacter{91}{5B}{[} \DefineCharacter{92}{5C}{\ifmmode \backslash \else \textbackslash \fi}% \DefineCharacter{93}{5D}{]} \DefineCharacter{94}{5E}{\^{}} \DefineCharacter{95}{5F}{\ensuremath{\_}} \DefineCharacter{96}{60}{\textasciigrave } \DefineCharacter{97}{61}{a} \DefineCharacter{98}{62}{b} \DefineCharacter{99}{63}{c} \DefineCharacter{100}{64}{d} \DefineCharacter{101}{65}{e} \DefineCharacter{102}{66}{f} \DefineCharacter{103}{67}{g} \DefineCharacter{104}{68}{h} \DefineCharacter{105}{69}{i} \DefineCharacter{106}{6A}{j} \DefineCharacter{107}{6B}{k} \DefineCharacter{108}{6C}{l} \DefineCharacter{109}{6D}{m} \DefineCharacter{110}{6E}{n} \DefineCharacter{111}{6F}{o} \DefineCharacter{112}{70}{p} \DefineCharacter{113}{71}{q} \DefineCharacter{114}{72}{r} \DefineCharacter{115}{73}{s} \DefineCharacter{116}{74}{t} \DefineCharacter{117}{75}{u} \DefineCharacter{118}{76}{v} \DefineCharacter{119}{77}{w} \DefineCharacter{120}{78}{x} \DefineCharacter{121}{79}{y} \DefineCharacter{122}{7A}{z} \DefineCharacter{123}{7B}{\ensuremath{\lbrace }} \DefineCharacter{124}{7C}{\ensuremath{\vert }} \DefineCharacter{125}{7D}{\ensuremath{\rbrace }} \DefineCharacter{126}{7E}{\textasciitilde } \else % \end{macrocode} % If we are Omega, do some things differently. % From Apostolos Syropoulos % \begin{macrocode} \RequirePackage{omega}[1999/06/01] \background{greek} \RequirePackage{nohyperref} \RequirePackge{mlnames} \fi % \end{macrocode} % This was suggested by Matthias Clasen, checking that the macros % come from the right version of the Jade TeX backend. The package % will have a n.m version number, where the n changes when Jade changes, % and the m changes when the JadeTeX package changes. % \begin{macrocode} \def\checkFOTversion#1{% \ifx\\#1\\\def\TeXFOTmajor{2} \else \def\TeXFOTmajor{#1}% \fi \let\next\relax \ifnum\TeXFOTmajor>\JadeTeXMajorVersion \message{Your file was generated by Jade TeX backend version \TeXFOTmajor} \message{- these macros are for version \JadeTeXMajorVersion and lower. } \message{I'll stop here...} \let\next\@@end \fi \next} % \end{macrocode} % \section{Inherited characteristics} % Here we list the default values; non-inherited characteristics % will always be specified. % \begin{macrocode} \def\AlignLeader{} \def\AsisWrapIndent{} \def\BackgroundColor{} \let\BackgroundColorRed\@empty \def\BackgroundLayer{} \def\BackgroundTile{} \def\BorderAlignment{} \def\BorderOmitAtBreak{} \def\BorderPresent{0} \def\BorderPriority{} \def\BoxBorderAlignment{} \def\BoxCornerRadius{} \def\BoxOpenEnd{} \def\BoxType{} \def\CellBackground{} \def\CellCrossed{} \def\CellRowAlignment{start} \def\CellBeforeRowMargin{\z@} \def\CellAfterRowMargin{\z@} \def\CellBeforeColumnMargin{\z@} \def\CellAfterColumnMargin{\z@} \def\Color{} \def\Country{} \def\DisplayAlignment{} \def\EndIndent{\z@} \def\EndMargin{} \def\ExpandTabs{} \def\FieldAlign{start} \def\FieldWidth{0pt} \def\FillingDirection{} \def\FirstLineStartIndent{0pt} \def\FloatOutLineNumbers{} \def\FloatOutMarginalia{} \def\FloatOutSidelines{} \def\fFamName{Times-Roman} % Use Adobe Times Roman by default \def\fPosture{normal} \def\fProportionateWidth{medium} \def\fSize{10pt} \def\fStructure{} \def\fWeight{medium} \def\GlyphAlignmentMode{} \def\GlyphReorderMethod{} \def\GlyphSubstMethod{} \def\HangingPunct{} \def\HeadingLevel{0} \def\Hyphenate{} \def\HyphenationKeep{} \def\HyphenationLadderCount{} \def\HyphenationMethod{} \def\HyphenationPushCharCount{} \def\HyphenationRemainCharCount{} \def\IgnoreRecordEnd{} \def\ImplicitBidiMethod{} \def\InhibitLineBreaks{} \def\InputWhitespaceTreatment{} \def\JustifyGlyphSpaceMaxAdd{} \def\JustifyGlyphSpaceMaxRemove{} \def\KernMode{} \def\Kern{} \def\Language{} \def\LastLineEndIndent{} \def\LastLineJustifyLimit{} \def\LastLineQuadding{} \def\Layer{0} \def\Ligature{} \def\LineBreakingMethod{} \def\LineCap{} \def\LineCompositionMethod{} \def\LineJoin{} \def\LineNumberSep{} \def\LineNumberSide{} \def\LineRepeat{} \def\LineSpacing{12pt} \def\Lines{} \def\MarginaliaKeepWithPrevious{} \def\MarginaliaSep{} \def\MarginaliaSide{} \def\MathDisplayMode{display} \def\MinLeaderRepeat{} \def\MinLeading{2\p@} \def\NColumnsSpanned{1} \def\NumberedLines{} \def\OrphanCount{} \def\PositionPreference{} \def\PrincipalModeSimultaneous{} \def\Quadding{start} \def\ScoreSpaces{} \def\SidelineSep{} \def\SidelineSide{} \def\SpanWeak{} \def\Span{0} \def\StartIndent{\z@} \def\StartMargin{} \def\TableAutoWidthMethod{} \def\TableCornerRadius{} \def\TablePartOmitMiddleFooter{0} \def\TablePartOmitMiddleHeader{0} \def\TruncateLeader{} \def\WidowCount{} \def\WritingMode{} \def\AlignLeader{1}% true \def\BreakAfter{0}% false \def\BreakAfterPriority{0}% \def\BreakBefore{0}% false \def\BreakBeforePriority{0}% \def\CoalesceId{0}% false \def\EntitySystemId{}% [required] \def\EscapementDirection{}% [=writing-mode] \def\EscapementSpaceAfterNom{\z@}% \def\EscapementSpaceAfterMin{\z@}% \def\EscapementSpaceAfterMax{\z@}% \def\IdrefAddress{}% \def\IsDisplay{0}% false \def\Keep{0}% false \def\KeepWithNext{0}% false \def\KeepWithPrevious{0}% false \def\MayViolateKeepAfter{0}% false \def\MayViolateKeepBefore{0}% false \def\MaxWidth{!} \def\MaxHeight{!} \def\NotationSystemId{}% [required] \def\Orientation{}% [required] \def\PageNColumns{1} \def\PageNumberRestart{0} \def\PageNumberFormat{1} \expandafter\def\csname PageNumbering@1\endcsname#1{% \expandafter\@arabic#1} \expandafter\def\csname PageNumbering@i\endcsname#1{% \expandafter\@roman#1} \expandafter\def\csname PageNumbering@I\endcsname#1{% \expandafter\@Roman#1} \expandafter\def\csname PageNumbering@a\endcsname#1{% \expandafter\@alph#1} \expandafter\def\csname PageNumbering@A\endcsname#1{% \expandafter\@Alph#1} \expandafter\def\csname PageNumbering@0\endcsname#1{% this shouldn't happen \expandafter\@arabic#1} \expandafter\def\csname PageNumbering@\endcsname#1{% \expandafter\@arabic#1} \def\PageBalanceColumns{0} \def\PageTwoSide{0} \def\TwoSideStartOnRight{0} \def\PageColumnSep{\z@} \def\GridColumnSep{\z@} \def\PositionPointShift{\z@} \def\PositionPointShiftFactor{} \def\PositionPointX{\z@}% ?? \def\PositionPointY{\z@}% ?? \def\PositionPreference{0}% false \def\ScaleType{max-uniform}% \def\ScaleX{}% [n/a] =scale \def\ScaleY{}% [n/a] =scale \def\ScoreLength{}% ?? \def\ScoreType{}% [required] =type \def\saConditional{0}% false =space-after \def\saForce{0}% false =space-after \def\saMax{0pt}% =space-after \def\saMaxFactor{0}% =space-after \def\saMin{0pt}% =space-after \def\saMinFactor{0}% =space-after \def\saNom{0pt}% =space-after \def\saNomFactor{0}% =space-after \def\saPriority{0}% =space-after \let\@sAfterMin\saMin \let\@sAfterMax\saMax \let\@sAfterNom\saNom \let\@sAfterPriority\saPriority \def\sbConditional{0}% false \def\sbForce{0}% false \def\sbMax{0pt}% \def\sbMaxFactor{0}% \def\sbMin{0pt}% \def\sbMinFactor{0}% \def\sbNom{0pt}% \def\sbNomFactor{0}% \def\sbPriority{0}% \newdimen\CurrentSpaceNom \newdimen\CurrentSpaceMin \newdimen\CurrentSpaceMax \newdimen\LastSpaceNom \newdimen\LastSpaceMin \newdimen\LastSpaceMax \CurrentSpaceNom\z@ \CurrentSpaceMax\z@ \CurrentSpaceMin\z@ \LastSpaceNom\z@ \LastSpaceMax\z@ \LastSpaceMin\z@ \def\LastSpaceConditional{0}% false \def\LastSpaceForce{0}% false \def\LastSpaceMaxFactor{0}% \def\LastSpaceMinFactor{0}% \def\LastSpaceNomFactor{0}% \def\LastSpacePriority{0}% \def\TruncateLeader{0}% false \def\Width{}% [required] * \def\Length{}% [context] \def\TableWidth{\hsize}% \def\ColumnIndex{}% [contextual] =column-number? \def\HeaderMargin{\z@} \def\FooterMargin{\z@} \def\LeftMargin{\z@} \def\RightMargin{\z@} \def\TopMargin{\z@} \def\BottomMargin{\z@} \def\PageWidth{211mm} \def\PageHeight{297mm} \def\placement{htbp} \edef\OldFontSize{\fSize} \edef\OldLineSpacing{\LineSpacing} \edef\OldFontPosture{\fPosture} \edef\OldFontProportionateWidth{\fProportionateWidth} \edef\OldFontWeight{\fWeight} \edef\OldfFamName{\fFamName} \let\pageFontSize\fSize \let\pageLineSpacing\LineSpacing \let\pageFontPosture\fPosture \let\pageFontProportionateWidth\fProportionateWidth \let\pageFontWeight\fWeight \let\pagefFamName\fFamName \let\ColorRed\@empty \def\listitem@content@mode{listitem-content-mode} \newtoks\JadeTeXtoks \def\@displaylevel{0} \def\NoLig#1{#1\ifmmode\else\/\fi} \def\DEBUG#1{\typeout{DBG: #1 at \the\inputlineno}} % \end{macrocode} % \section{Nodes and labels} % A node in mode `listitem-content-mode' is allowed to be % labeled, but normally only elements in empty mode % get labels. % \begin{macrocode} \let\Label\@empty \let\Element\@empty \def\Node#1{% \ifnum\Mathcount>1\relax \else \ifx\\#1\\\else \let\ProcessingMode\@empty #1% \ifx\ProcessingMode\@empty\else \ifx\ProcessingMode\listitem@content@mode\else \let\Label\@empty\let\Element\@empty \fi \fi % \typeout{Node <\Label> or <\Element> -- pending at \the\inputlineno}% \fi \fi } \def\endNode#1{% \let\Label\@empty\let\Element\@empty%\noindent } \def\PageLabel#1{% \@bsphack \expandafter\ifx\csname p@#1\endcsname\relax \else \protected@write\@auxout{}% {\string\pagelabel{#1}{\thepage}}% \fi \@esphack} \def\OriginalPageLabel#1{% \@bsphack\protected@write\@auxout{}% {\string\pagelabel{#1}{\thepage}}\@esphack} \def\pagelabel#1#2{\global\@namedef{p@#1}{#2}} \def\Pageref#1{\expandafter\@Setref\csname p@#1\endcsname{#1}} \def\@qqq{qqq} \def\@Setref#1#2{% \ifx#1\relax \immediate\write\@mainaux{\string\pagelabel{#2}{qqq}}% \protect\G@refundefinedtrue \nfss@text{\reset@font\bfseries ??}% \@latex@warning{Reference `#2' on page \thepage \space undefined}% \else \ifx#1\@qqq \protect\G@refundefinedtrue \nfss@text{\reset@font\bfseries ??}% \@latex@warning{Reference `#2' on page \thepage \space undefined}% \else \ifNestedLink{#1}% \else \hyper@@link[Page]{}{page.#1}{#1}% % \typeout{Made a Link at \the\inputlineno, to page.#1}% \fi \fi \fi } % \def\insertCurrentNodePageNumber#1{% \bgroup \SetupICs{#1}% \InlineNIC \ifx\Label\@empty \Pageref{\Element}% \else \Pageref{\Label}% \fi \endInlineNIC \endSetupICs \egroup } % \end{macrocode} %\section{Atomic flow objects} % \begin{macrocode} \def\insertAlignmentPoint#1{} % \end{macrocode} % \subsection{Maths} % \subsubsection{General math sequences} % \begin{macrocode} \def\@display{display} % \end{macrocode} % We are likely to meet nested math sequences, so maintain a counter % to determine if we are at the outer level, and should turn % math (display or inline) off or on. % \begin{macrocode} \newcount\Mathcount \def\MathSeq#1{% \bgroup \SetupICs{#1}% \FlowObjectSetup{0}% \global\advance\Mathcount by 1% \let\Action\relax \ifnum\Mathcount=1 \ifx\MathDisplayMode\@display \let\Action\Dmath \else \let\Action\Imath \fi \fi \Action } \def\endMathSeq{% \global\advance\Mathcount by -1% \let\Action\relax \ifnum\Mathcount=0 \ifx\MathDisplayMode\@display\let\Action\endDmath\else\let\Action\Imath\fi \fi \Action \endSetupICs \egroup } \def\Dmath{\begingroup\abovedisplayskip\Jadeskip\global\Jadeskip\z@\[} \def\endDmath{\]\endgroup} \def\Imath{$} \def\Cleanmath{\def\Node##1{}\def\endNode##1{}% \def\MathSeq##1{}\def\endMathSeq##1{} } % \end{macrocode} % \subsubsection{Fences} % \begin{macrocode} \def\FenceSerial#1#2#3#4{#1\FlowObjectSetup{0}% {\Cleanmath % % #1: fence characteristics % #2: fence contents % #3 open character % #4 close character % \ifx\\#3\\\left.\else \let\plainCharacter\Character \let\Character\LeftDelimiterCharacter #3% \let\Character\plainCharacter\fi {#2}% \ifx\\#4\\\right.\else \let\plainCharacter\Character \let\Character\RightDelimiterCharacter #4% \let\Character\plainCharacter\fi }% } % \end{macrocode} % Simon Pepping added this, to really make sure the open and close % characters of the fence are proper left and right. % \begin{macrocode} \let\plainCharacter\Character \def\LeftDelimiterCharacter#1{\DelimiterCharacter\left{#1}}% \def\RightDelimiterCharacter#1{\DelimiterCharacter\right{#1}}% \def\DelimiterCharacter#1#2{% \SetupICs{}% \expandafter\ifx\csname !#2\endcsname\relax <#2>\typeout{Warning: Unknown character #2, at \the\inputlineno}% \else\expandafter#1\csname !#2\endcsname\fi % #1 is \left or \right \ifdim\EscapementSpaceAfterNom=\z@ \else \@tempdima\EscapementSpaceAfterNom \advance\@tempdima by -\EscapementSpaceAfterMin \@tempdimb\EscapementSpaceAfterNom \advance\@tempdimb by -\EscapementSpaceAfterMax \hskip\EscapementSpaceAfterNom plus \@tempdimb minus \@tempdima% \fi \endSetupICs{}% } % \end{macrocode} % \subsubsection{Fractions} % These simply translate into |{Numerator \over Denominator}| % \begin{macrocode} \def\FractionSerial#1{#1\FlowObjectSetup{0}\bgroup} \def\endFractionSerial{\egroup} \def\FractionDenominator{} \def\endFractionDenominator{} \def\FractionNumerator{} \def\endFractionNumerator{\over } \def\insertFractionBar{} % \end{macrocode} % \subsubsection{Marks} % Waiting to be implemented. % \begin{macrocode} \def\MarkOver#1#2\endMarkOver{} \def\MarkUnder#1#2\endMarkUnder{} \def\MarkSerial#1{} \def\endMarkSerial{} % \end{macrocode} % \subsubsection{Operators/limits} % \begin{macrocode} \def\MathOperatorSerial#1{#1\FlowObjectSetup{0}\begingroup\Cleanmath} \def\endMathOperatorSerial{\endgroup} \def\MathOperatorOperator#1#2\endMathOperatorOperator#3{#1% \mathop{#2}} \def\MathOperatorLowerLimit#1{#1_\bgroup} \def\endMathOperatorLowerLimit#1{\egroup} \def\MathOperatorUpperLimit#1{#1^\bgroup} \def\endMathOperatorUpperLimit#1{\egroup} % \end{macrocode} % \subsubsection{Radicals} % \begin{macrocode} \def\RadicalSerial#1\insertRadicalRadicalDefaulted#2#3\RadicalDegree#4#5\endRadicalDegree#6\endRadicalSerial{#1\FlowObjectSetup{0}% \ifx\\#5\\\ensuremath{\sqrt{#3}}\else\ensuremath{\root #5 \of {#3}}\fi} % \end{macrocode} % \subsubsection{Grids} % \begin{macrocode} \newcount\GridCells \newcount\GridRows \newif\ifExplicitGrid \def\Grid#1{#1% \begingroup \FlowObjectSetup{0}% \Cleanmath \global\GridCells\@ne\global\GridRows0 \ifnum\NColumns=0 \ExplicitGridtrue\def\NColumns{25}% \else\ExplicitGridfalse\fi \begin{array}{*{\NColumns}{c}}% } \def\endGrid{\end{array}\endgroup} \def\GridCell#1{#1\FlowObjectSetup{0}} \def\endGridCell#1{% \ifnum\NColumns=\GridCells \global\GridCells\@ne \def\@tempa{\cr}% \else \global\advance\GridCells\@ne \def\@tempa{&}% \fi \@tempa} \def\NewColumn{&} \def\NewRow{\\} % \end{macrocode} % \subsubsection{Superscript, subscript} % \begin{macrocode} \def\Subscript#1#2{_{#2}} \def\Superscript#1#2{^{#2}} % \end{macrocode} % \subsubsection{Unmath} % \begin{macrocode} \def\Unmath#1#2{% {\SetupICs{#1}\mbox{#2}\endSetupICs}% } % \end{macrocode} % \subsubsection{ScriptSerial} % \begin{macrocode} \def\ScriptSerial#1#2#3#4#5#6#7#8{% \ifx$#3#4$% \else \vphantom{#2}_{#4}^{#3}% \fi \ifx$#7#8$% {#2}% \else {\mathop{#2}\limits_{#8}^{#7}}\vphantom{#2}% \fi _{#6}^{#5}} % \end{macrocode} % \subsection{External Graphic flow object class (clause 12.6.15)} % How we include graphics depends on the NotationSystemId. % Ulrich Drepper worked this % out, and he also made the alignment and indentation work correctly. %If any other notation needs special % handling it can be implemented by adding a macro % |insertExternalGraphicNotationXXX| % where XXX is the notation name. % \begin{macrocode} \def\insertExternalGraphic#1{% \begingroup \SetupICs{#1}% \expandafter\ifx\csname insertExternalGraphicNotation\NotationSystemId\endcsname\relax% \insertExternalGraphicNotation% \else \csname insertExternalGraphicNotation\NotationSystemId\endcsname \fi \endgroup } \newbox\jadeGraphic \newdimen\jadeGraphicHeight \newdimen\jadeGraphicWidth \def\insertExternalGraphicNotation{% \ifnum\@TableNest>0\def\IsDisplay{0}\fi \ExternalGraphicNIC \ifcase\IsDisplay % 0, its inline \setbox\jadeGraphic=\hbox{\expandafter\IncludeGraphic\EntitySystemId\\}% \noindent%Enter hmode \ifdim\PositionPointX>\z@ \kern -\PositionPointX \fi \ifnum\Layer>0% % Graphic drawn at layer > 0 overwrites surrounding text \jadeGraphicWidth=\wd\jadeGraphic \raisebox{-\PositionPointY}[\z@][\z@]{\box\jadeGraphic} \kern\PositionPointX\kern-\jadeGraphicWidth \else \jadeGraphicHeight=\ht\jadeGraphic \advance\jadeGraphicHeight by \dp\jadeGraphic \advance\jadeGraphicHeight by -\PositionPointY \raisebox{-\PositionPointY}[\jadeGraphicHeight][\PositionPointY]{% \box\jadeGraphic }% \fi % 1 its display \or% \DisplayNIC \@@par% \@tempdima\columnwidth \nointerlineskip \ifdim\EndIndent>\z@ \advance\@tempdima by-\EndIndent \fi \ifdim\StartIndent>\z@ \advance\@tempdima by-\StartIndent \moveright\StartIndent \fi \hbox to\@tempdima{% \ifx\DisplayAlignment\A@center\hfill\fi% \ifx\DisplayAlignment\A@end\hfill\fi% \expandafter\IncludeGraphic\EntitySystemId\\% \ifx\DisplayAlignment\A@center\hfill\fi% \ifx\DisplayAlignment\A@start\hfill\fi% }% \@@par% \else% \expandafter\IncludeGraphic\EntitySystemId\\% \fi \endExternalGraphicNIC \ifcase\IsDisplay \or \endDisplayNIC \fi } \def\insertExternalGraphicNotationTEX{% \input\EntitySystemId } \def\IncludeGraphic{\@ifnextchar<{\@IncludeGraphic}{\@IncludeGraphic<>}} \def\scale@max{max} \def\scale@false{false} \def\scale@maxuniform{max-uniform} % \end{macrocode} % There are three situations: ScaleX and ScaleY are supplied % (possibly identical), in which case ScaleType is `false', or % ScaleType is `max' or `max-uniform' (the default); in the latter % cases, use MaxWidth and MaxHeight, with and without preserved % aspect ratio. The width and height default to \LaTeX{} graphics package % `!', ie their natural size. I \emph{think} this is the right % interpretation of the standard. % \begin{macrocode} \def\Exclams{!!} \def\@IncludeGraphic<#1>#2\\{% \ifx\ScaleType\scale@false \ifx\ScaleX\ScaleY \scalebox{\ScaleX}{\includegraphics{#2}}% \else \scalebox{\ScaleX}[\ScaleY]{\includegraphics{#2}}% \fi \else \ifx\ScaleType\scale@maxuniform \edef\MaxBoth{\MaxHeight\MaxWidth}% \ifx\MaxBoth\Exclams \includegraphics{#2}% \else \includegraphics[width=\MaxWidth,keepaspectratio=true, height=\MaxHeight]{#2}% \fi \else \ifx\ScaleType\scale@max \includegraphics[width=\MaxWidth,height=\MaxHeight, keepaspectratio=false]{#2}% \else \typeout{ERROR: invalid scale type of \ScaleType}% \fi \fi \fi } \def\insertPageNumber#1{#1% \csname PageNumbering@\PageNumberFormat\endcsname\c@page} \def\insertParagraphBreak#1{\@@par} % \def\horizontal{horizontal} \def\vertical{vertical} \def\escapement{escapement} \def\LineThickness{1pt} \def\A@center{center} \def\A@end{end} \def\A@start{start} \def\insertRule#1{% \bgroup \SetupICs{#1}% \def\IsDisplay{0} \ifx\Orientation\horizontal\def\IsDisplay{1}\fi \ifx\Orientation\vertical\def\IsDisplay{1}\fi \RuleNIC \ifcase\IsDisplay % 0, its inline \ifx\Orientation\escapement \ifx\Length\@empty % Length isn't specified, so it depends of the context. % No rule is a good context ;-) \else \noindent\raisebox{\PositionPointShift}[\z@][\z@]{\vrule width \Length height \LineThickness depth \z@} \ifnum\Layer>0 \kern-\Length% \fi \fi \else % Line-progression orientation doesn't affect placement of subsequent % flow object. [Note 104] \ifx\Length\@empty % Length isn't specified, so it depends of the context. % No rule is a good context ;-) \else \raisebox{\PositionPointShift}[\z@][\z@]{\vrule width \LineThickness height \z@ depth \Length} \fi \kern-\LineThickness% \fi % 1 its display \or% \DisplayNIC \@@par% \@tempdima\linewidth \nointerlineskip \ifdim\EndIndent>\z@ \advance\@tempdima by-\EndIndent \fi \ifdim\StartIndent>\z@ \advance\@tempdima by-\StartIndent \moveright\StartIndent \fi \hbox to\@tempdima{% \ifx\DisplayAlignment\A@center\hfill\fi \ifx\DisplayAlignment\A@end\hfill\fi \ifx\Orientation\horizontal \ifx\Length\@empty\else \hbox to \Length\fi {\leaders\hrule height \LineThickness \hfill}% \else \hbox to \LineThickness {\leaders\hrule \ifx\Length\@empty\else height \Length \fi \relax \hfill}% \fi \ifx\DisplayAlignment\A@center\hfill\fi \ifx\DisplayAlignment\A@start\hfill\fi }% \nointerlineskip \@@par% \else% % Unknown IsDiplay \typeout{ERROR: invalid IsDisplay value of \IsDisplay}% \fi \endRuleNIC \ifcase\IsDisplay \or \endDisplayNIC \fi \endSetupICs \egroup } % \end{macrocode} % \subsection{Tables} % \begin{macrocode} \setlength\arraycolsep\z@ \setlength\tabcolsep\z@ %\extrarowheight3\p@ \setlength\arrayrulewidth{.4\p@} \setlength\doublerulesep{2\p@} \def\arraybackslash{\let\\=\@arraycr} \renewcommand{\arraystretch}{0} % Those are for backward compatibility \newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}} \newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}} \newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}} % Those columns defs follows the direction of the corresponding % keys on a QWERTY keyboard. \newcolumntype{T}[3]{@{\hspace{#1}}>{\raggedright\arraybackslash}p{#2}@{\hspace{#3}}} \newcolumntype{Y}[3]{@{\hspace{#1}}>{\centering\arraybackslash}p{#2}@{\hspace{#3}}} \newcolumntype{U}[3]{@{\hspace{#1}}>{\raggedleft\arraybackslash}p{#2}@{\hspace{#3}}} \newcolumntype{G}[3]{@{\hspace{#1}}>{\raggedright\arraybackslash}m{#2}@{\hspace{#3}}} \newcolumntype{H}[3]{@{\hspace{#1}}>{\centering\arraybackslash}m{#2}@{\hspace{#3}}} \newcolumntype{J}[3]{@{\hspace{#1}}>{\raggedleft\arraybackslash}m{#2}@{\hspace{#3}}} \newcolumntype{B}[3]{@{\hspace{#1}}>{\raggedright\arraybackslash}b{#2}@{\hspace{#3}}} \newcolumntype{N}[3]{@{\hspace{#1}}>{\centering\arraybackslash}b{#2}@{\hspace{#3}}} \newcolumntype{M}[3]{@{\hspace{#1}}>{\raggedleft\arraybackslash}b{#2}@{\hspace{#3}}} % The numeric column types follows the numeric keypad direction % and support colour \newcolumntype{7}[4]{@{\hspace{#1}}>{\columncolor[rgb]{#4}\raggedright\arraybackslash}p{#2}@{\hspace{#3}}} \newcolumntype{8}[4]{@{\hspace{#1}}>{\columncolor[rgb]{#4}\centering\arraybackslash}p{#2}@{\hspace{#3}}} \newcolumntype{9}[4]{@{\hspace{#1}}>{\columncolor[rgb]{#4}\raggedleft\arraybackslash}p{#2}@{\hspace{#3}}} \newcolumntype{4}[4]{@{\hspace{#1}}>{\columncolor[rgb]{#4}\raggedright\arraybackslash}m{#2}@{\hspace{#3}}} \newcolumntype{5}[4]{@{\hspace{#1}}>{\columncolor[rgb]{#4}\centering\arraybackslash}m{#2}@{\hspace{#3}}} \newcolumntype{6}[4]{@{\hspace{#1}}>{\columncolor[rgb]{#4}\raggedleft\arraybackslash}m{#2}@{\hspace{#3}}} \newcolumntype{1}[4]{@{\hspace{#1}}>{\columncolor[rgb]{#4}\raggedright\arraybackslash}b{#2}@{\hspace{#3}}} \newcolumntype{2}[4]{@{\hspace{#1}}>{\columncolor[rgb]{#4}\centering\arraybackslash}b{#2}@{\hspace{#3}}} \newcolumntype{3}[4]{@{\hspace{#1}}>{\columncolor[rgb]{#4}\raggedleft\arraybackslash}b{#2}@{\hspace{#3}}} \newcount\@tmpcounta \def\JadeRowSpanBox#1{\csname jadeRowSpanBox#1\endcsname} \def\JadeRowSpanSpace#1{\csname jadeRowSpanSpace#1\endcsname} \def\JadeRowSpan{% \expandafter\ifx\csname jadeRowSpanBox\ColumnIndex\endcsname\relax \expandafter\newbox\csname jadeRowSpanBox\ColumnIndex\endcsname \expandafter\newdimen\csname jadeRowSpanSpace\ColumnIndex\endcsname \fi \setbox\JadeRowSpanBox{\ColumnIndex}\vtop\bgroup\noindent% } \def\endJadeRowSpan{% \egroup% \global\JadeRowSpanSpace{\ColumnIndex}\ht\JadeRowSpanBox{\ColumnIndex}% \global\advance\JadeRowSpanSpace{\ColumnIndex} by \dp\JadeRowSpanBox{\ColumnIndex}% \@tempdima\ht\JadeRowSpanBox{\ColumnIndex}% \@tempdimb\dp\JadeRowSpanBox{\ColumnIndex}% \@tmpcounta\NRowsSpanned% \advance\@tmpcounta by -1% \@tempdima\CellBeforeRowMargin% \@tempdimb\CellAfterRowMargin% \multiply\@tempdima by \@tmpcounta% \multiply\@tempdimb by \@tmpcounta% \global\advance\JadeRowSpanSpace{\ColumnIndex} by -\@tempdima% \global\advance\JadeRowSpanSpace{\ColumnIndex} by -\@tempdimb% \global\divide\JadeRowSpanSpace{\ColumnIndex} by \NRowsSpanned% \vtop to \JadeRowSpanSpace{\ColumnIndex}{\unvbox\JadeRowSpanBox{\ColumnIndex}} } \def\JadeRowSpanFiller{% \expandafter\ifx\csname jadeRowSpanBox\ColumnIndex\endcsname\relax \errmessage{Invalid row span identifier} \fi \vtop to \JadeRowSpanSpace{\ColumnIndex}{}% } \def\insertTableAfterColumnBorder#1{} \def\insertTableAfterRowBorder#1{} \def\insertTableBeforeColumnBorder#1{} \def\insertTableBeforeRowBorder#1{} % \def\insertTableCellAfterColumnBorder#1{\edef\AfterCol{\BorderPresent}} \def\insertTableCellAfterRowBorder#1{\edef\AfterRow{\BorderPresent}} \def\insertTableCellBeforeColumnBorder#1{\edef\BeforeCol{\BorderPresent}} \def\insertTableCellBeforeRowBorder#1{\edef\BeforeRow{\BorderPresent}} \def\insertTableColumn#1{#1} % \end{macrocode} % \section{Non-atomic flow objects} % \subsection{Box flow object class} % \begin{macrocode} \def\BOX#1{% \SetupICs{#1}% \fboxrule\LineThickness \@tempdima\columnwidth \ifdim\EndIndent>\z@ \advance\@tempdima by-\EndIndent \fi \ifdim\StartIndent>\z@ \advance\@tempdima by-\StartIndent \hspace*{\StartIndent}% \fi \advance\@tempdima by-\StartIndent \setbox0\vbox\bgroup\def\StartIndent{\z@}\hsize\@tempdima\ignorespaces} \def\endBOX{% \ifhmode\unskip\fi \egroup% % FIXME: we aren't handling box-type: 'both \ifx\BackgroundColorRed\@empty \ifdim\ht0>\ht\strutbox \noindent\fbox{\box0}% \else \setbox0\vbox{\unvbox0\global\setbox1\lastbox}% \noindent\fbox{\kern-\parindent\unhbox1\unskip\unskip}% \fi \else \c@lor@RGB@rgb{\BackgroundColorRed}\@tempa \c@lor@RGB@rgb{\BackgroundColorGreen}\@tempb \c@lor@RGB@rgb{\BackgroundColorBlue}\@tempc \ifdim\ht0>\ht\strutbox \noindent\colorbox[rgb]{\@tempa, \@tempb, \@tempc}{\box0}% \else \setbox0\vbox{\unvbox0\global\setbox1\lastbox}% \noindent\colorbox[rgb]{\@tempa, \@tempb, \@tempc}{\kern-\parindent\unhbox1\unskip\unskip}% \fi \fi% } % \end{macrocode} % \subsection{Multicolumn management macros} % Contributed by Simon Pepping. % \begin{macrocode} \def\closeOrOpenMulticols#1{% % juggling with nesting levels {#1\global\edef\SavedSpan{\Span}}% \ifnum\@displaylevel=0\relax\ifnum\PageNColumns>1\relax % close \ifnum\SavedSpan>1\relax \ifnum\col@number>1\relax % in multicols \ifnum\PageBalanceColumns>0 \end{multicols} \else % \endmulticols* \vfill\end{multicols} \fi \fi % or delayed open \else % not \ifnum\SavedSpan>1\relax \ifnum\col@number=1 % not in multicols \columnsep\PageColumnSep \ifnum\PageBalanceColumns>0 \begin{multicols}{\PageNColumns} \else % \begin{multicols*}{\PageNColumns} \let\balance@columns@out \multi@column@out \begin{multicols}{\PageNColumns} \fi \fi \fi \fi\fi } \def\openMulticols{% \ifnum\@displaylevel=0\relax \def\@displaylevel{1}% % local to this nesting level, for use by endDisplayGroup \edef\@SavedSpan{\SavedSpan} \ifnum\PageNColumns>1\relax \ifnum\@SavedSpan>1\relax \ifnum\@SavedSpan=\PageNColumns\else \columnsep\PageColumnSep \ifnum\PageBalanceColumns>0 \begin{multicols}{\PageNColumns} \else % \begin{multicols*}{\PageNColumns} \let\balance@columns@out \multi@column@out \begin{multicols}{\PageNColumns} \fi \fi \fi \fi \else \def\@displaylevel{2}% \fi } \def\closeMulticols{% \ifnum\@displaylevel=1\ifnum\PageNColumns>1\relax \ifnum\@SavedSpan>1\relax \ifnum\@SavedSpan=\PageNColumns\else \ifnum\PageBalanceColumns>0 \end{multicols} \else % \endmulticols* \vfill\end{multicols} \fi \fi \fi \fi\fi } % \end{macrocode} % \subsection{Display group flow object class (clause 12.6.2)} % \begin{macrocode} \def\Keep@Page{page} \def\Keep@Column{column} \newif\ifKeepPage \KeepPagefalse \def\DisplayGroup#1{\ifnum\@TableNest>0\SetupICs{#1}\else\@DisplayGroup{#1}\fi} \def\@DisplayGroup#1{% \closeOrOpenMulticols{#1} \begingroup \SetupICs{#1}% \FlowObjectSetup{1}% \ifx\Keep\Keep@Page\KeepPagetrue \else \ifx\Keep\Keep@Column\KeepPagetrue \else \KeepPagefalse \fi \fi \ifKeepPage \vbox\bgroup \fi \DisplayGroupNIC \ifnum\Mathcount>0\relax \else\everypar{\UseJadevskip{everypar}}\@@par \fi \FlowObjectSetup{1}% \openMulticols } \def\endDisplayGroup#1{\ifnum\@TableNest>0\else\@endDisplayGroup{#1}\fi} \def\@endDisplayGroup#1{% \closeMulticols \ifnum\Mathcount>0\relax\else \@@par \fi \endDisplayGroupNIC \ifKeepPage \egroup \fi \endgroup \gdef\SavedSpan{0}% % \end{macrocode} % This eats the parindent, and then restores an empty everypar; % it is called by an implicit start of hmode. Contributed by Simon Pepping. % \begin{macrocode} \everypar{{\leavevmode\setbox\z@\lastbox \UseJadevskip{everypar}}% \everypar{\UseJadevskip {everypar}}% } } % \end{macrocode} % \subsection{Leader flow object class} % \begin{macrocode} \newsavebox{\leaderbox} \def\Leader#1{#1\begin{LRbox}{\leaderbox}} \def\endLeader{\end{LRbox}\noindent\leaders\box\leaderbox\hfill} % \end{macrocode} % \subsection{Line Field flow object class} % Field align can be \emph{start}, \emph{end}, or \emph{center}. % \begin{macrocode} \newsavebox\dssslbox \def\LRbox#1{% \edef\reserved@a{% \endgroup \setbox#1\hbox{% \begingroup\aftergroup}% \def\noexpand\@currenvir{\@currenvir}}% \reserved@a \@endpefalse \color@setgroup\ignorespaces } \def\LRboxW#1#2{% \edef\reserved@a{% \endgroup \setbox#1\hbox to #2{% \begingroup\aftergroup}% \def\noexpand\@currenvir{\@currenvir}}% \reserved@a \@endpefalse \color@setgroup\ignorespaces } \def\endLRbox{\color@endgroup} \let\endLRboxW\endLRbox \def\LineField#1{\bgroup \SetupICs{#1}% \LineFieldNIC \FlowObjectSetup{0}% \begin{LRbox}{\dssslbox}% } \def\endLineField{% \end{LRbox}% \ifdim\wd\dssslbox>\FieldWidth\def\FieldWidth{\wd\dssslbox}\fi \makebox[\FieldWidth][\csname Fld@\FieldAlign\endcsname]{% \ifdim\PositionPointShift=\z@ \usebox{\dssslbox}% \else \raisebox{\PositionPointShift}{\usebox{\dssslbox}}% \fi \EndSetFont}% \endLineFieldNIC \endSetupICs \egroup } % % \end{macrocode} % \subsection{Link flow object class (clause 12.6.28.3)} % \begin{macrocode} \newif\ifLabelElements \LabelElementstrue \newif\ifNestedLink \NestedLinkfalse \def\LinkType{link} \def\Link#1{% \begingroup \SetupICs{#1}% \ifx\Label\@empty\let\Label\Element\fi % \typeout{Made a Link at \the\inputlineno, to \Label}% \hyper@linkstart{\LinkType}{\Label}% \NestedLinktrue } \def\endLink{% \hyper@linkend \NestedLinkfalse \endSetupICs \endgroup } % \end{macrocode} % \subsection{Marginalia flow object class (clause 12.6.28.4)} % \begin{macrocode} \def\Marginalia#1{#1\FlowObjectSetup{0}} \def\endMarginalia{} % \end{macrocode} % \subsection{Paragraph flow object class (clause 12.6.6)} %\begin{longtable}{|P{.2\textwidth}|l|P{.25\textwidth}|l|l|} %\hline %\itshape %Characteristic& %\itshape Inh.&\itshape Values&\itshape Default&\itshape Dsssl-o\\ %\hline %\endhead %\hline %\endfoot %lines&I&wrap, asis, asis-wrap*, asis-truncate*, none&wrap&Partial\\ %\rowcolor{yellow} %asis-truncate-char&I&\#f, \emph{char object}& &Ignore\\ %asis-wrap-char&I&\#f, \emph{char object}& &Ignore\\ %\rowcolor{yellow} %asis-wrap-indent&I&\emph{length-spec}& &Ignore\\ %first-line-align&I&\#f, \emph{char object}& &Ignore\\ %\rowcolor{yellow} %alignment-point-offset&I&\#f, \emph{number between 0 and 100}& &Ignore\\ %ignore-record-end?&I&\#f, \#t&\#f&Standard\\ %\rowcolor{yellow} %expand-tabs?&I&\#f, \emph{integer greater than zero}&8&Standard\\ %line-spacing&I&\emph{length-spec}&12pt&Standard\\ %\rowcolor{yellow} %line-spacing-priority&I&force, \emph{integer}&0&Default\\ %min-pre-line-spacing&I&\#f, \emph{length-spec}&\#f&Default\\ %\rowcolor{yellow} %min-post-line-spacing&I&\#f, \emph{length-spec}&\#f&Default\\ %min-leading&I&\#f, \emph{length-spec}&\#f&Standard\\ %\rowcolor{yellow} %first-line-start-indent&I&\emph{length-spec}&0m&Standard\\ %last-line-end-indent&I&\emph{length-spec}&0m&Default\\ %\rowcolor{yellow} %hyphenation-char&I&\emph{character}& &Ignore\\ %hyphenation-method&I&\#f, \emph{public identifier}&\#f&Default\\ %\rowcolor{yellow} %hyphenation-ladder-count&I&\#f, \emph{integer greater than zero}&\#f&Default\\ %hyphenation-remain-char-count&I&\emph{positive integer}&2&Ignore\\ %\rowcolor{yellow} %hyphenation-push-char-count&I&\emph{positive integer}&2&Ignore\\ %hyphenation-keep&I&\#f, spread, page, column&\#f&Default\\ %\rowcolor{yellow} %hyphenation-exceptions&I&\emph{list of strings}&empty list&Default\\ %line-breaking-method&I&\#f, \emph{public identifier}&\#f&Default\\ %\rowcolor{yellow} %line-composition-method&I&\#f, \emph{public identifier}&\#f&Default\\ %implicit-bidi-method&I&\#f, \emph{public identifier}& &Default\\ %\rowcolor{yellow} %glyph-alignment-mode&I&base, center, top, bottom, font&font&Default\\ %font-family-name&I&\#f, \emph{string}&iso-serif&Standard\\ %\rowcolor{yellow} %font-weight&I&\#f, not-applicable*, ultra-light*, extra-light*, light, semi-light*, medium, semi-bold*, bold, extra-bold*, ultra-bold*&medium&Partial\\ %font-posture&I&\#f, not-applicable*, upright, oblique, back-slanted-oblique*, italic, back-slanted-italic*&upright&Partial\\ %\rowcolor{yellow} %font-structure&I&\#f, not-applicable, solid, outline&solid&Default\\ %font-proportionate-width&I&\#f, not-applicable*, ultra-condensed*, extra-condensed*, condensed, semi-condensed*, medium, semi-expanded*, expanded, extra-expanded*, ultra-expanded*&medium&Partial\\ %\rowcolor{yellow} %font-name&I&\#f, \emph{public identifier}& &Standard\\ %font-size&I&\emph{length}&10pt&Standard\\ %\rowcolor{yellow} %numbered-lines?&I&\#f, \#t&\#t&Ignore\\ %line-number&I&\#f, \emph{unlabeled sosofo}& &Ignore\\ %\rowcolor{yellow} %line-number-side&I&start, end, spread-inside, spread-outside, page-inside, page-outside& &Ignore\\ %line-number-sep&I&\emph{length-spec}& &Ignore\\ %\rowcolor{yellow} %quadding&I&start, end, spread-inside*, spread-outside*, page-inside*, page-outside*, center, justify*&start&Partial\\ %last-line-quadding&I&relative, start, end, spread-inside, spread-outside, page-inside, page-outside, center, justify&relative&Default\\ %\rowcolor{yellow} %last-line-justify-limit&I&\emph{length-spec}&0&Ignore\\ %justify-glyph-space-max-add&I&\emph{length-spec}&0m&Ignore\\ %\rowcolor{yellow} %justify-glyph-space-max-remove&I&\emph{length-spec}&0m&Ignore\\ %hanging-punct?&I&\#f, \#t&\#f&Default\\ %\rowcolor{yellow} %widow-count&I&\emph{positive integer}&2&Default\\ %orphan-count&I&\emph{positive integer}&2&Default\\ %\rowcolor{yellow} %language&I&\#f, \emph{ISO 639 language code}&\#f&Standard\\ %country&I&\#f, \emph{ISO 3166 country code}&\#f&Standard\\ %\rowcolor{yellow} %position-preference&N&\#f, top, bottom&\#f&Ignore\\ %writing-mode&I&left-to-right, right-to-left, top-to-bottom&left-to-right&Default\\ %\rowcolor{yellow} %start-indent&I&\emph{length-spec}&0m&Standard\\ %end-indent&I&\emph{length-spec}&0m&Standard\\ %\rowcolor{yellow} %span&I&\emph{integer greater than zero}&1&Default\\ %span-weak?&I&\#f, \#t&\#f&Default\\ %\rowcolor{yellow} %space-before&N&\emph{display space}&no space before &Standard\\ %space-after&N&\emph{display space}&no space after &Standard\\ %\rowcolor{yellow} %keep-with-previous?&N&\#f, \#t&\#f&Standard\\ %keep-with-next?&N&\#f, \#t&\#f&Standard\\ %\rowcolor{yellow} %break-before&N&\#f, page, page-region*, column*, column-set*&\#f&Partial\\ %break-after&N&\#f, page, page-region*, column*, column-set*&\#f&Partial\\ %\rowcolor{yellow} %keep&N&\#f, page, column-set*, column*, \#t*&\#f&Partial\\ %may-violate-keep-before?&N&\#f, \#t&\#f&Default\\ %\rowcolor{yellow} %may-violate-keep-after?&N&\#f, \#t&\#f&Default\\ %\end{longtable} % \begin{macrocode} \newcount\@TablePars \newcount\@ParNest \newcount\@TableNest \def\Par#1{% % \end{macrocode} % We need to end the current paragraph, with its current line spacing, % hyphenation, what have you, before anything is done. % This could have horrible repercussions, but something like % it is necessary. % \begin{macrocode} \everypar{\UseJadevskip{everypar}}\@@par \closeOrOpenMulticols{#1} \begingroup \SetupICs{#1}% \ParagraphNIC \FlowObjectSetup{1}% \openMulticols \paraSetup% } \def\TablePar#1{% \begingroup \let\@action\relax \global\advance\@ParNest by 1 \ifnum\@ParNest=1 \ifnum\@TablePars>0% \def\@action{\@@par}%\@arraycr}% \fi \else \ifnum\@ParNest>1 \ifnum\@TablePars>0\def\@action{\par}\fi \fi \fi \@action \SetupICs{#1}% \csname startQ@\Quadding\endcsname \FlowObjectSetup{1}% \paraSetup% } \def\FootnotePar#1{% \begingroup \let\@action\relax \global\advance\@ParNest by 1 \ifnum\@ParNest=1 \ifnum\@FootnotePars>0% \def\@action{\@@par}% \fi \else \ifnum\@ParNest>1 \ifnum\@FootnotePars>0\def\@action{\par}\fi \fi \fi \@action \SetupICs{#1}% \csname startQ@\Quadding\endcsname \FlowObjectSetup{1}% \paraSetup% } \def\HeadPar#1{\Par{#1}} \setcounter{tocdepth}{99} \def\@mysect#1#2#3{% \edef\@thishlabel{\csname theH#1\endcsname}% \pdfbookmark[#2]{#3}{\@thishlabel}% } % \end{macrocode} % From J.-M. Kubek, for PDF bookmarks % \begin{macrocode} \newcounter {headingOne} \newcounter {headingTwo}[headingOne] \newcounter {headingThree}[headingTwo] \newcounter {headingFour}[headingThree] \newcounter {headingFive}[headingFour] \def\theHheadingOne{\arabic{headingOne}} \def\theHheadingTwo{\theHheadingOne.\arabic{headingTwo}} \def\theHheadingThree{\theHheadingTwo.\arabic{headingThree}} \def\theHheadingFour{\theHheadingThree.\arabic{headingFour}} \def\theHheadingFive{\theHheadingFour.\arabic{headingFive}} \def\endHeadPar#1{% \ifnum\@TableNest>0 \ifnum\@ParNest>1 \ifnum\@TablePars>0\box\@@par\fi \fi \csname endQ@\Quadding\endcsname\null \global\advance\@TablePars by 1 \global\advance\@ParNest by -1 \else \ifnum\HeadingLevel>0% \ifnum\HeadingLevel=1% \addtocounter{headingOne}{1}% \@mysect{headingOne}{0}{\HeadingText}% \else\ifnum\HeadingLevel=2% \addtocounter{headingTwo}{1}% \@mysect{headingTwo}{1}{\HeadingText}% \else\ifnum\HeadingLevel=3% \addtocounter{headingThree}{1}% \@mysect{headingThree}{2}{\HeadingText}% \else\ifnum\HeadingLevel=4% \addtocounter{headingFour}{1}% \@mysect{headingFour}{3}{\HeadingText}% \else\ifnum\HeadingLevel=5% \addtocounter{headingFive}{1}% \@mysect{headingFive}{4}{\HeadingText}% \fi \fi \fi \fi \fi \fi % SP \closeMulticols \@@par \endParagraphNIC \fi \endSetupICs \endgroup % \end{macrocode} % This eats the parindent, and then restores an empty everypar; % it is called by an implicit start of hmode. Contributed by Simon Pepping. % \begin{macrocode} \everypar{{\leavevmode\setbox\z@\lastbox \UseJadevskip{everypar}}% \everypar{\UseJadevskip {everypar}}% } } \def\endPar#1{% \ifnum\@TableNest>0 \let\@action\relax \ifnum\@ParNest>1 \ifnum\@TablePars>0\def\@action{\@@par}\fi \fi \@action \csname endQ@\Quadding\endcsname\null \global\advance\@TablePars by 1 \global\advance\@ParNest by -1 \else % SP \closeMulticols \@@par \endParagraphNIC \fi \endSetupICs \endgroup % \end{macrocode} % This eats the parindent, and then restores an empty everypar; % it is called by an implicit start of hmode. Contributed by Simon Pepping. % \begin{macrocode} \everypar{{\leavevmode\setbox\z@\lastbox \UseJadevskip{everypar}}% \everypar{\UseJadevskip {everypar}}% } } \def\endFootnotePar#1{% \let\@action\relax \ifnum\@ParNest>1 \ifnum\@FootnotePars>0\def\@action{\@@par}\fi \fi \@action \csname endQ@\Quadding\endcsname\null \global\advance\@FootnotePars by 1 \global\advance\@ParNest by -1 \endSetupICs \endgroup \everypar{{\leavevmode\setbox\z@\lastbox \UseJadevskip{everypar}}% \everypar{\UseJadevskip {everypar}}% } } % \end{macrocode} % \subsection{Score flow object class (clause 12.6.17)} % No support for: score-spaces, color or % line-thickness yet. % % \begin{macrocode} \def\Scoreafter{\uline} \def\Scorethrough{\sout} \def\Scorebefore{} \def\Score#1#2\endScore{#1% \csname Score\ScoreType\endcsname{#2}% } % \end{macrocode} % \subsection{Scroll flow object class (clause 12.6.28.1)} % \begin{macrocode} \def\Scroll{\SpS} \def\endScroll{\endSpS} % \end{macrocode} % \subsection{Sequence flow object class (clause 12.6.1)} % We have to allow for the document starting with a % sequence, not a simple page sequence, so we check if the % `begin document' work has been done. % \begin{macrocode} \newdimen\CurPosShift\CurPosShift\z@ \newif\if@Raised \def\Seq#1{% \ifInSpS\begingroup\fi \SetupICs{#1}% \ifx \@nodocument\relax \else \typeout{Jade begin document sequence at \the\inputlineno}% \JadeSetPage \JadeBeginDocument \ifnum\PageNColumns>1 \columnsep\PageColumnSep \ifnum\PageBalanceColumns>0 \begin{multicols}{\PageNColumns} \else % begin\{multicols*}{\PageNColumns} \let\balance@columns@out \multi@column@out \begin{multicols}{\PageNColumns} \fi \fi \fi \FlowObjectSetup{0}% \@Raisedfalse \ifdim\PositionPointShift=\CurPosShift \else \@tempdima\PositionPointShift \ifdim\PositionPointShift>\CurPosShift \advance\@tempdima by -\CurPosShift \else \advance\@tempdima by \CurPosShift \fi \CurPosShift\PositionPointShift \@Raisedtrue \fi \ifnum\@TableNest>0\else\if@Raised\leavevmode\raise\@tempdima\hbox\bgroup\fi\fi } \def\endSeq{% \ifnum\@TableNest>0\else\if@Raised\egroup\fi\fi \EndSetFont \endSetupICs \@Raisedfalse \ifInSpS\endgroup\fi } % \end{macrocode} % \subsection{Side Line flow object class} % \begin{macrocode} \def\SideLine#1{#1} \def\endSideLine{} % \end{macrocode} % \subsection{Simple Page Sequence flow object class (clause 12.6.3)} % Look out for the canonical 1in margins in TeX systems! % \begin{macrocode} \def\JadeSetPage{% \ifnum\PageNumberRestart=1 \global\c@page \@ne \fi \ifnum\PageTwoSide=0 \global\@twosidefalse \else \global\@twosidetrue \fi \oddsidemargin\LeftMargin \ifnum\PageTwoSide=0 \evensidemargin\LeftMargin \else \evensidemargin\RightMargin \fi \topmargin\HeaderMargin \headheight\LineSpacing \headsep\TopMargin \advance\headsep by -\HeaderMargin \advance\headsep by -\LineSpacing \footskip\BottomMargin \advance\footskip by -\FooterMargin \paperwidth\PageWidth \paperheight\PageHeight \textheight\paperheight \textwidth\paperwidth \advance\textheight by -\TopMargin \advance\textheight by -\BottomMargin \advance\textwidth by -\LeftMargin \advance\textwidth by -\RightMargin \ifx\pdfimage\@undefined \else \global\pdfpagewidth\paperwidth \global\pdfpageheight\paperheight \fi \@colht\textheight \@colroom\textheight \vsize\textheight \headwidth\textwidth \linewidth\textwidth \columnwidth\textwidth \hsize\columnwidth \linewidth\hsize \headheight12pt \let\pageFontSize\fSize \let\pageLineSpacing\LineSpacing \let\pageFontPosture\fPosture \let\pageFontProportionateWidth\fProportionateWidth \let\pageFontWeight\fWeight \let\pagefFamName\fFamName \arraycolsep\GridColumnSep } % initialize it \JadeSetPage \def\JadeBeginDocument{% % \end{macrocode} % We borrow most of the code of |\begin{document}|; we do not % want it all, as it interposes an unwanted group. % \begin{macrocode} \@clubpenalty\clubpenalty \begingroup\@floatplacement\@dblfloatplacement \makeatletter\let\@writefile\@gobbletwo \global \let \@multiplelabels \relax \@input{\jobname.aux}% \endgroup \immediate\openout\@mainaux\jobname.aux \immediate\write\@mainaux{\relax}% \process@table \let\glb@currsize\@empty %% Force math initialisation. \normalsize \everypar{\UseJadevskip{everypar}}% \@noskipsecfalse \let \@refundefined \relax \let\AtBeginDocument\@firstofone \ifdim\topskip<1sp\global\topskip 1sp\relax\fi \global\@maxdepth\maxdepth \@begindocumenthook \global\let\@begindocumenthook\@undefined \global\let\@filelist\relax \global\let\@addtofilelist\@gobble \gdef\do##1{\global\let ##1\@notprerr}% \@preamblecmds \global\let \@nodocument \relax \global\let\do\noexpand \ignorespaces } \newif\ifInSpS \def\SpS#1{% \InSpStrue \DoFOBSettrue \SetupICs{#1}% \gdef\thepage{\csname PageNumbering@\PageNumberFormat\endcsname\c@page}% % \end{macrocode} % The basic page setup needs to be delayed to this point, otherwise % the first page will be `frozen' in the format file. So check % here whether we are at the start of the document, and if so trigger % \LaTeX's |\begin{document}|. This is a pain, delaying the start of % the document. It means that documents which don't have a simple-page- % sequence at the start will fail. % \begin{macrocode} \JadeSetPage \ifx \@nodocument\relax \else \JadeBeginDocument \fi % \end{macrocode} % Grouping is turned on now we are inside a simple page sequence. % but is itself inside a group of the page sequence. % The problem is that if we start a Sequence, then start a % PageSequence, the |\begin{document}| occurs inside a group, % and so gets in a mess. If we turn off grouping % outside simple page sequences, any changes become global! % Does it make sense to have material not in a page % sequence, in TeX? Sadly, yes. The % document will still \emph{start} in non-group mode. % \begin{macrocode} \closeOrOpenMulticols{#1}% \DisplayNIC \openMulticols \FlowObjectSetup{0}% } \def\endSpS{% \DoFOBSetfalse \ifnum\PageNColumns>1\relax \ifnum\col@number>1\relax % in multicols \ifnum\PageBalanceColumns>0 \end{multicols} \else % \endmulticols* \vfill\end{multicols} \fi \fi \fi \if@twoside \ifnum\TwoSideStartOnRight=1 \cleardoublepage \else \clearpage \fi \else \clearpage \fi \fancyhf{}% \endDisplayNIC \let\FancyHook\@empty \let\FancyFirstHook\@empty \global\let\@sAfterMin\saMin \global\let\@sAfterMax\saMax \global\let\@sAfterNom\saNom \global\let\@sAfterPriority\saPriority \InSpSfalse } % \end{macrocode} % \subsection{Headers and footers} % \begin{macrocode} \def\SpSCenterFooter#1{\Setfoot[C]{#1}{CenterFooter}} \def\SpSCenterHeader#1{\Sethead[C]{#1}{CenterHeader}} \def\SpSLeftFooter#1{\Setfoot[L]{#1}{LeftFooter}} \def\SpSLeftHeader#1{\Sethead[L]{#1}{LeftHeader}} \def\SpSRightFooter#1{\Setfoot[R]{#1}{RightFooter}} \def\SpSRightHeader#1{\Sethead[R]{#1}{RightHeader}} % \def\SpSOtherBackCenterFooter#1{\Setfoot[CE]{#1}{OtherBackCenterFooter}} \def\SpSOtherBackLeftFooter#1{\Setfoot[LE]{#1}{OtherBackLeftFooter}} \def\SpSOtherBackRightFooter#1{\Setfoot[RE]{#1}{OtherBackRightFooter}} \def\SpSOtherBackRightHeader#1{\Sethead[RE]{#1}{OtherBackRightHeader}} \def\SpSOtherBackCenterHeader#1{\Sethead[CE]{#1}{OtherBackCenterHeader}} \def\SpSOtherBackLeftHeader#1{\Sethead[LE]{#1}{OtherBackLeftHeader}} % \def\SpSOtherFrontCenterFooter#1{\Setfoot[CO]{#1}{OtherFrontCenterFooter}} \def\SpSOtherFrontLeftFooter#1{\Setfoot[LO]{#1}{OtherFrontLeftFooter}} \def\SpSOtherFrontRightFooter#1{\Setfoot[RO]{#1}{OtherFrontRightFooter}} \def\SpSOtherFrontRightHeader#1{\Sethead[RO]{#1}{OtherFrontRightHeader}} \def\SpSOtherFrontCenterHeader#1{\Sethead[CO]{#1}{OtherFrontCenterHeader}} \def\SpSOtherFrontLeftHeader#1{\Sethead[LO]{#1}{OtherFrontLeftHeader}} % \def\SpSFirstBackCenterFooter#1{\SetFirstfoot[CE]{#1}{FirstBackCenterFooter}} \def\SpSFirstBackLeftFooter#1{\SetFirstfoot[LE]{#1}{FirstBackLeftFooter}} \def\SpSFirstBackRightFooter#1{\SetFirstfoot[RE]{#1}{FirstBackRightFooter}} \def\SpSFirstBackCenterHeader#1{\SetFirsthead[CE]{#1}{FirstBackCenterHeader}} \def\SpSFirstBackLeftHeader#1{\SetFirsthead[LE]{#1}{FirstBackLeftHeader}} \def\SpSFirstBackRightHeader#1{\SetFirsthead[RE]{#1}{FirstBackRightHeader}} \def\SpSFirstFrontCenterFooter#1{\SetFirstfoot[CO]{#1}{FirstFrontCenterFooter}} \def\SpSFirstFrontLeftFooter#1{\SetFirstfoot[LO]{#1}{FirstFrontLeftFooter}} \def\SpSFirstFrontRightFooter#1{\SetFirstfoot[RO]{#1}{FirstFrontRightFooter}} \def\SpSFirstFrontCenterHeader#1{\SetFirsthead[CO]{#1}{FirstFrontCenterHeader}} \def\SpSFirstFrontLeftHeader#1{\SetFirsthead[LO]{#1}{FirstFrontLeftHeader}} \def\SpSFirstFrontRightHeader#1{% \SetFirsthead[RO]{#1}{FirstFrontRightHeader}% % \end{macrocode} % This one comes last, so now set up page styles. YUCK! % \begin{macrocode} \pagestyle{jadeother}% \thispagestyle{jadefirst}% } \fancypagestyle{jadeother}{\fancyhf{}\FancyHook}% \fancypagestyle{jadefirst}{\fancyhf{}\FancyFirstHook}% % \def\Sethead[#1]#2#3{% \ifx\\#2\\\relax\else \g@addto@macro\FancyHook{\fancyhead[#1]{\setnormal#2}}% \fi } \def\Setfoot[#1]#2#3{% \ifx\\#2\\\relax\else \g@addto@macro\FancyHook{\fancyfoot[#1]{\setnormal#2}}% \fi } \def\SetFirsthead[#1]#2#3{% \ifx\\#2\\\relax\else \g@addto@macro\FancyFirstHook{\fancyhead[#1]{\setnormal#2}}% \fi } \def\SetFirstfoot[#1]#2#3{% \ifx\\#2\\\relax\else \g@addto@macro\FancyFirstHook{\fancyfoot[#1]{\setnormal#2}}% \fi } \def\FancyHook{} \def\FancyFirstHook{} \pagestyle{jadeother} % \end{macrocode} % \subsection{Table flow object class} % \begin{macrocode} \def\Table#1{\TableNIC\UseJadevskip{table}\SetupICs{#1}} \def\endTable{\endSetupICs\endTableNIC} \def\@full{full} \LTpre=\z@ \LTpost=\z@ \newenvironment{TeXTable}[3]{% width, ncolumns, template \global\advance\@TableNest by 1 \ifx\TableWidth\@full\def\TableWidth{\hsize}\fi \FlowObjectSetup{0}% \let\Node\@gobble \let\endNode\@gobble \let\Par\TablePar \setlength\LTleft\StartIndent \setlength\LTright\fill \ifnum\PageNColumns>1 \tabular{#3}% \else \ifnum\@TableNest>1 \tabular{#3}% \else \longtable{#3}% \fi \fi }{% \ifnum\PageNColumns>1 \endtabular \else \ifnum\@TableNest>1 \endtabular \else \endlongtable \fi \fi \ifvoid\@mpfootins\else \vskip\skip\@mpfootins \normalcolor \unvbox\@mpfootins \fi \global\advance\@TableNest by -1 } % \end{macrocode} % \subsection{Table Cell flow object class} % \begin{macrocode} \def\Hline{\hline} \def\Cline{\cline} \let\TeXTableCell=\multicolumn \def\TableCell#1{% \TableCellNIC% \SetupICs{#1}% \FlowObjectSetup{0}% \rule[2ex]{0pt}{\CellBeforeRowMargin}% \global\@TablePars0% \ifnum\NRowsSpanned>1% Row spanning \JadeRowSpan% \else \ifnum\TeXRowSpanFiller>0% \JadeRowSpanFiller \fi \fi% } \def\endTableCell#1{% \ifnum\NRowsSpanned>1% \endJadeRowSpan% \fi \rule[-\CellAfterRowMargin]{0pt}{0pt}% \endSetupICs \endTableCellNIC } % \end{macrocode} % \subsection{Table Part flow object class} % \begin{macrocode} \def\TablePart#1{#1\FlowObjectSetup{0}} \def\TablePartHeader#1{} \def\TablePartFooter#1{} \def\endTablePartFooter#1{} \def\endTablePartHeader#1{% \ifnum\TablePartOmitMiddleHeader=1 \endfirsthead \else \endhead \fi} \def\endTablePart{} % \end{macrocode} % \subsection{Table Row flow object class} % \begin{macrocode} \def\TableRow#1{#1} \def\endTableRow#1{\\} % \end{macrocode} % % \subsection{Character mapping} % \begin{macrocode} \def\Character#1{% \SetupICs{}% \ifnum#1<255\char#1\else \expandafter\ifx\csname !#1\endcsname\relax <#1>\typeout{Warning: Unknown character #1, at \the\inputlineno}% \else\csname !#1\endcsname\fi \fi \ifdim\EscapementSpaceAfterNom=\z@ \else \@tempdima\EscapementSpaceAfterNom \advance\@tempdima by -\EscapementSpaceAfterMin \@tempdimb\EscapementSpaceAfterNom \advance\@tempdimb by -\EscapementSpaceAfterMax \hskip\EscapementSpaceAfterNom plus \@tempdimb minus \@tempdima% \fi \endSetupICs{}% } % \end{macrocode} %\subsection{DisplayNIC} % \begin{macrocode} \newcount\DisplayStack \newcount\LastDisplayStack \newif\ifBreakMe \newif\ifJadeskipready \Jadeskipreadyfalse \newskip\Jadeskip \newskip\Jadelastskip \newskip\jadetempskip \BreakMefalse \DisplayStack0 \LastDisplayStack-1 \let\@sBeforeMin\sbMin \let\@sBeforeMax\sbMax \let\@sBeforeNom\sbNom \let\@sBeforePriority\sbPriority \def\@force{force} \def\Jadevskip#1#2{\global\Jadeskipreadytrue\global\Jadeskip#1\relax} \def\UseJadevskip#1{% \global\Jadeskipreadyfalse \ifdim\Jadeskip=\z@\else \ifvmode \vskip\Jadeskip\global\Jadeskip\z@ \else \setbox\z@\lastbox\par \vskip\Jadeskip\global\Jadeskip\z@ {\everypar{}\noindent\box\z@}% \fi \fi } \def\QueryPageBreak{% \ifBreakMe \ifvmode \penalty \@M \else \@bsphack \vadjust{\penalty \@M}% \@esphack \fi \else \ifnum\KeepWithNext=1 \penalty-600 \else \penalty \z@ \fi \fi } \def\DisplayNIC{% \advance\DisplayStack by 1 \QueryPageBreak % \end{macrocode} % What we are trying to identify is a display which starts % inside another display. % \begin{macrocode} % \ifnum\DisplayStack>\LastDisplayStack % \def\sbPriority{force}% % \def\LastSpaceBeforePriority{0}% % \fi \let\@sAfterMin\saMin \let\@sAfterMax\saMax \let\@sAfterNom\saNom \let\@sAfterPriority\saPriority % \begingroup \ifx\BreakBefore\relax\else \csname Break@\BreakBefore\endcsname \fi \CurrentSpaceMin=\sbMin \CurrentSpaceNom=\sbNom \CurrentSpaceMax=\sbMax % \edef\CurrentSpacePriority{\sbPriority}% % \end{macrocode} % See if either display space priority is set to `force'; % if so, use that set of values; % if both priorities are `force', add values together % \begin{macrocode} \ifx\sbPriority\@force \ifx\LastSpacePriority\@force \advance\CurrentSpaceMin by \LastSpaceMin \advance\CurrentSpaceNom by \LastSpaceNom \advance\CurrentSpaceMax by \LastSpaceMax \fi \else \ifx\LastSpacePriority\@force \CurrentSpaceMin=\LastSpaceMin \CurrentSpaceNom=\LastSpaceNom \CurrentSpaceMax=\LastSpaceMax % \end{macrocode} % See if the priority of either set is higher, if so use that % \begin{macrocode} \else \ifnum\CurrentSpacePriority>\LastSpacePriority \relax \else \ifnum\LastSpacePriority>\CurrentSpacePriority \CurrentSpaceMin=\LastSpaceMin \CurrentSpaceNom=\LastSpaceNom \CurrentSpaceMax=\LastSpaceMax \else % \end{macrocode} % So the priorities are equal; take the one with the larger Nom % \begin{macrocode} \ifdim\CurrentSpaceNom>\LastSpaceNom \relax \else \ifdim\LastSpaceNom>\CurrentSpaceNom \CurrentSpaceMin=\LastSpaceMin \CurrentSpaceNom=\LastSpaceNom \CurrentSpaceMax=\LastSpaceMax \else % \end{macrocode} % Dang, the Noms are equal. Take the larger minimum, and smaller % maximum % \begin{macrocode} \ifdim\LastSpaceMax<\CurrentSpaceMax \CurrentSpaceMax\LastSpaceMax \fi \ifdim\LastSpaceMin>\CurrentSpaceMin \CurrentSpaceMin\LastSpaceMin \fi \fi \fi \fi \fi \fi \fi \@tempdima\CurrentSpaceNom \advance\@tempdima by -\CurrentSpaceMin \@tempdimb\CurrentSpaceNom \advance\@tempdimb by -\CurrentSpaceMax \QueryPageBreak \jadetempskip=\CurrentSpaceNom plus \@tempdimb minus \@tempdima \Jadevskip{\the\jadetempskip}{startDisplayNIC}% \let\Keep\relax \let\BreakBefore\relax \let\BreakAfter\relax \let\KeepWithPrevious\relax \let\MayViolateKeepBefore\relax \let\MayViolateKeepAfter\relax \def\sbMin{\z@}% \def\sbMax{\z@}% \def\sbNom{\z@}% \def\sbPriority{0}% \def\saMin{\z@}% \def\saMax{\z@}% \def\saNom{\z@}% \def\saPriority{0}% \ifdim\Jadeskip=\z@\else\the\everypar\fi } \def\endDisplayNIC{% \ifnum\KeepWithNext=1 \penalty\@M\global\BreakMetrue\else\global\BreakMefalse \fi \ifdim\Jadeskip=\z@\else\the\everypar\fi \endgroup \global\LastSpaceNom=\@sAfterNom \global\LastSpaceMax=\@sAfterMax \global\LastSpaceMin=\@sAfterMin \global\edef\LastSpacePriority{\@sAfterPriority}% \@tempdima\@sAfterNom \advance\@tempdima by -\@sAfterMin \@tempdimb\@sAfterNom \advance\@tempdimb by -\@sAfterMax \jadetempskip=\@sAfterNom plus \@tempdimb minus \@tempdima \Jadevskip{\the\jadetempskip}{endDIsplayNIC}% \global\LastDisplayStack=\DisplayStack \advance\DisplayStack by -1 } \def\paraSetup{% \rightskip\EndIndent \leftskip\StartIndent \csname JQ@\Quadding\endcsname \csname L@\Language\endcsname \ifx\FirstLineStartIndent\@empty\relax \else\parindent\FirstLineStartIndent \fi \ifx\InputWhitespaceTreatment\@empty\relax \else\csname White@\InputWhitespaceTreatment\endcsname \fi \ifx\Lines\@empty\relax \else\csname Lines@\Lines\endcsname \fi } % \end{macrocode} %\section{Setup of non-inherited characteristics} %\subsection{Inline} % \begin{macrocode} \def\InlineNIC{% \begingroup } \def\endInlineNIC{% \let\BreakBeforePriority\relax \let\BreakAfterPriority\relax \endgroup } % \end{macrocode} %\subsection{Display} % \begin{macrocode} \def\DisplayGroupNIC{% \DisplayNIC } \def\endDisplayGroupNIC{% \endDisplayNIC } % \end{macrocode} %\subsection{Graphics, boxes, leaders} % \begin{macrocode} \def\ExternalGraphicNIC{% \InlineNIC } \def\endExternalGraphicNIC{% \endInlineNIC } \def\BoxNIC{% \DisplayNIC \InlineNIC } \def\endBoxNIC{% \endInlineNIC \endDisplayNIC } \def\RuleNIC{% \DisplayNIC \InlineNIC } \def\endRuleNIC{% \endInlineNIC \endDisplayNIC } \def\LeaderNIC{% \InlineNIC } \def\LeaderNIC{% \InlineNIC } % \end{macrocode} %\subsection{Tables} % \begin{macrocode} \let\TableNIC\DisplayNIC \let\endTableNIC\endDisplayNIC \def\TableColumnNIC{} \def\endTableColumnNIC{} \def\TableCellNIC{% \begingroup% \def\NColumnsSpanned{1}% \def\NRowsSpanned{1}% \def\ColumnIndex{0}% \def\TeXRowSpanFiller{0}% } \def\endTableCellNIC{\endgroup} \def\GridNIC{} \def\endGridNIC{} \def\GridCellNIC{} \def\endGridCellNIC{} \let\ParagraphNIC\DisplayNIC \let\LineFieldNIC\InlineNIC \let\endParagraphNIC\endDisplayNIC \let\endLineFieldNIC\endInlineNIC % \end{macrocode} %\section{Setup of inherited characteristics} % A problem arises here is `whitespacetreatment' is set to % `preserve', as this makes spaces active. If then a font name % like `Times Roman' is processed, the space in the middle % is processed! We replace spaces in font family names with `-' % in TeXFOTBuilder.cxx % \begin{macrocode} \newif\ifNeedsSelect \chardef\nonactive=10 \def\SetupICs#1{#1% \let\current@f@series\f@series \let\current@f@shape\f@shape \let\current@f@family\f@family \let\current@f@size\f@size \edef\LaTeXshape{\csname Width@\fProportionateWidth\endcsname \csname Weight@\fWeight\endcsname}% \ifx\LaTeXshape\@empty\def\LaTeXshape{m}\fi \edef\f@series{\LaTeXshape}% \edef\f@shape{\csname Posture@\fPosture\endcsname}% \IfFileExists{t1\fFamName.fd} {\def\f@family{\fFamName}} {\edef\f@family{% \expandafter\ifx\csname Family@\fFamName\endcsname\relax \csname Family@\DefaultfFamName\endcsname \else \csname Family@\fFamName\endcsname \fi}}% \set@fontsize\baselinestretch{\fSize}{\LineSpacing}% %\NeedsSelecttrue %\ifx\f@size\current@f@size\relax\NeedsSelectfalse\fi %\ifx\f@family\current@f@family\relax\NeedsSelectfalse\fi %\ifx\f@shape\current@f@shape\relax\NeedsSelectfalse\fi %\ifx\f@series\current@f@series\relax\NeedsSelectfalse\fi %\ifNeedsSelect \selectfont %\fi \ifx\ColorRed\@empty\relax\else \RGBColor{\ColorRed}{\ColorGreen}{\ColorBlue}% \fi } \def\endSetupICs{} % \end{macrocode} % |\FlowObjectSetup| should be called at the beginning of every object % that can be meaningfully labelled. It is this that creates an anchor, % not the |\Node|, to avoid duplicates and wastage. % % Because labelling writes to an external file, or does a |\special|, % it adds a whatsit to the main vertical list. This wrecks the % |\vskip-\lastskip| which every paragraph or display does. Bad news! % Labelling when we are in a Link element is not a good thing. % It messes up the references. % \begin{macrocode} \def\@madelink{ } \newif\ifDoFOBSet \DoFOBSettrue \def\FlowObjectSetup#1{% \ifDoFOBSet \ifLabelElements \ifx\Label\@empty\let\Label\Element\fi \fi \ifx\Label\@empty\else \expandafter\ifx\csname x@\Label\endcsname\@madelink \else \bgroup \ifNestedLink \else \hyper@anchorstart{\Label}\hyper@anchorend \PageLabel{\Label}% \expandafter\gdef\csname x@\Label\endcsname{ }% \fi \egroup \let\Label\@empty \let\Element\@empty \fi \fi \fi } % \end{macrocode} % \section{Non-standard flow objects} % \begin{macrocode} \def\fps@figure{htbp} % prefer figures to be placed here \def\ftype@figure{1} \def\PageFloat#1{\SetupICs{#1}% \ifnum\Span>0 \def\Span{0}% \typeout{JadeTeX WARNING: specifying column spans for floats not supported}% \fi \FlowObjectSetup{0}% \@dblfloat{figure}[\placement]% } \def\endPageFloat{\end@dblfloat} \def\Footnotesize{\@setfontsize\small\@ixpt{11}} \newcount\@FootnotePars \skip\@mpfootins = \skip\footins \long\def\PageFootnote#1#2{#1% \ifnum\@TableNest>0 \global\setbox\@mpfootins\vbox{% \unvbox\@mpfootins \reset@font\Footnotesize \hsize\TableWidth \leftskip\StartIndent \@parboxrestore \color@begingroup \@makefntext{% \rule\z@\footnotesep\ignorespaces#2\@finalstrut\strutbox}% \color@endgroup}% \else \insert\footins{% \let\Par\FootnotePar \let\endPar\endFootnotePar \global\@FootnotePars0% \reset@font\Footnotesize \interlinepenalty\interfootnotelinepenalty \splittopskip\footnotesep \splitmaxdepth \dp\strutbox \floatingpenalty \@MM \hsize\columnwidth \@parboxrestore \color@begingroup \@makefntext{% \rule\z@\footnotesep\ignorespaces#2\@finalstrut\strutbox} \color@endgroup}% \fi } \def\@makefntext#1{% \parindent 1em% \noindent #1} % \end{macrocode} % \section{Color} % Only RGB color working at present. Sorry. % \begin{macrocode} \def\RGBColor#1#2#3{% \c@lor@RGB@rgb{#1}\@tempa \c@lor@RGB@rgb{#2}\@tempb \c@lor@RGB@rgb{#3}\@tempc % \typeout{Set Color \@tempa, \@tempb, \@tempc}% \color[rgb]{\@tempa, \@tempb, \@tempc}% } \def\c@lor@RGB@rgb#1#2{% \dimen@#1\p@ \divide\dimen@\@cclv \edef#2{\strip@pt\dimen@}} \def\EndSetFont{% \ifx\csname\fPosture Over\endcsname\relax \relax\else\csname\fPosture Over\endcsname\fi } % \end{macrocode} % \section{Startup} % \begin{macrocode} %\let\DEBUG\@gobble \def\endFOT{%\let\normalcolor\relax \def\Hy@colorlink##1{}% \def\Hy@endcolorlink{}% \ifnum\col@number>1 \ifnum\PageBalanceColumns>0 \end{multicols} \else % \endmulticols* \vfill\end{multicols} \fi \fi \enddocument} \def\FOT#1{% \checkFOTversion{#1}% \hoffset-1in\voffset-1in \def\setnormal{% \let\fSize\pageFontSize \let\LineSpacing\pageLineSpacing \let\fPosture\pageFontPosture \let\fProportionateWidth\pageFontProportionateWidth \let\fWeight\pageFontWeight \let\fFamName\pagefFamName } \def\headrulewidth{0\p@}% \def\footrulewidth{0\p@}% \abovedisplayskip=\z@ \abovedisplayshortskip=\z@ \belowdisplayskip=\z@ \belowdisplayshortskip=\z@ \raggedbottom \clubpenalty=4000 \widowpenalty=2000 \setlength\emergencystretch{2in} \frenchspacing \fancyhf{}% \def\familydefault{ptm}% \fontfamily{\familydefault}\selectfont \pagenumbering{arabic}% \nonstopmode \Mathcount0 % \end{macrocode} % We do not put out a |\begin{document}|, as that would fix % the page size in advance; we delay that for the first % page sequence. % \begin{macrocode} \let\default@color\current@color % \end{macrocode} % Individual users or projects can override anything in this % setup with a configuration file, loaded here, called % \texttt{jadetex.cfg}. % \begin{macrocode} \InputIfFileExists{jadetex.cfg}{}{}% \ifLabelElements \typeout{Elements will be labelled}% \else \typeout{Elements will NOT be labelled}% \fi % wicked. dont redo \@begindocumenthook! cause color in pdftex to foul up. % \@begindocumenthook \makeatletter } \everyjob{% \typeout{JadeTeX \JadeTeXDate: \JadeTeXMajorVersion.\JadeTeXMinorVersion}% } \catcode`\^^M=10% \catcode0=9% % %<*dsssldef> \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvideTextCommandDefault{\textonequarter}{\ensuremath{\frac14}} \ProvideTextCommandDefault{\textonehalf}{\ensuremath{\frac12}} \ProvideTextCommandDefault{\textthreequarters}{\ensuremath{\frac34}} \ProvideTextCommandDefault{\textcent} {\TextSymbolUnavailable\textcent} \ProvideTextCommandDefault{\textyen} {\TextSymbolUnavailable\textyen} \ProvideTextCommandDefault{\textcurrency} {\TextSymbolUnavailable\textcurrency} \ProvideTextCommandDefault{\textbrokenbar} {\TextSymbolUnavailable\textbrokenbar} \providecommand{\mathdegree}{{\ensuremath{^\circ}} } \providecommand{\mathonesuperior}{{^1}} \providecommand{\mathtwosuperior}{{^2}} \providecommand{\maththreesuperior}{{^3}} \providecommand{\mathordmasculine}{\mathrm{^{\underline{o}}}} \providecommand{\mathordfeminine}{\mathrm{^{\underline{a}}}} \DeclareInputText{"0A0}{\nobreakspace} \DeclareInputMath{"0B0}{\mathdegree} \DeclareInputText{"0A1}{\textexclamdown} \DeclareInputMath{"0B1}{\ensuremath{\pm}} \DeclareInputText{"0A2}{\textcent} \DeclareInputMath{"0B2}{\mathtwosuperior} \DeclareInputText{"0B2}{\ensuremath{\mathtwosuperior}} \DeclareInputText{"0A3}{\pounds} \DeclareInputMath{"0B3}{\maththreesuperior} \DeclareInputText{"0B3}{\ensuremath{\maththreesuperior}} \DeclareInputText{"0A4}{\textcurrency} \DeclareInputText{"0B4}{\@tabacckludge'{}} \DeclareInputText{"0A5}{\textyen} \DeclareInputMath{"0B5}{\mu} \DeclareInputText{"0B5}{\textmu} \DeclareInputText{"0A6}{\textbrokenbar} \DeclareInputText{"0B6}{\P} \DeclareInputText{"0A7}{\S} \DeclareInputText{"0B7}{\ifmmode\cdot\else\textperiodcentered\fi} \DeclareInputText{"0A8}{\"{}} \DeclareInputText{"0B8}{\c{}} \DeclareInputText{"0A9}{\copyright} \DeclareInputMath{"0B9}{\mathonesuperior} \DeclareInputMath{"0AA}{\mathordfeminine} \DeclareInputMath{"0BA}{\mathordmasculine} \DeclareInputText{"0B9}{\ensuremath{\mathonesuperior}} \DeclareInputText{"0AA}{\ensuremath{\mathordfeminine}} \DeclareInputText{"0BA}{\ensuremath{\mathordmasculine}} \DeclareInputText{"0AB}{\guillemotleft} \DeclareInputText{"0BB}{\guillemotright} \DeclareInputMath{"0AC}{\lnot} \DeclareInputText{"0AC}{\ensuremath{\lnot}} \DeclareInputText{"0BC}{\textonequarter} \DeclareInputText{"0AD}{\-} \DeclareInputText{"0BD}{\textonehalf} \DeclareInputText{"0AE}{\textregistered} \DeclareInputText{"0BE}{\textthreequarters} \DeclareInputText{"0AF}{\ifmmode\else\@tabacckludge={}\fi} \DeclareInputText{"0BF}{\textquestiondown} \DeclareInputText{"0C0}{\@tabacckludge`A} \DeclareInputText{"0D0}{\DH} \DeclareInputText{"0C1}{\@tabacckludge'A} \DeclareInputText{"0D1}{\~N} \DeclareInputText{"0C2}{\^A} \DeclareInputText{"0D2}{\@tabacckludge`O} \DeclareInputText{"0C3}{\~A} \DeclareInputText{"0D3}{\@tabacckludge'O} \DeclareInputText{"0C4}{\"A} \DeclareInputText{"0D4}{\^O} \DeclareInputText{"0C5}{\AA} \DeclareInputText{"0D5}{\~O} \DeclareInputText{"0C6}{\AE} \DeclareInputText{"0D6}{\"O} \DeclareInputText{"0C7}{\c C} \DeclareInputMath{"0D7}{\ensuremath{\times}} \DeclareInputText{"0C8}{\@tabacckludge`E} \DeclareInputText{"0D8}{\O} \DeclareInputText{"0C9}{\@tabacckludge'E} \DeclareInputText{"0D9}{\@tabacckludge`U} \DeclareInputText{"0CA}{\^E} \DeclareInputText{"0DA}{\@tabacckludge'U} \DeclareInputText{"0CB}{\"E} \DeclareInputText{"0DB}{\^U} \DeclareInputText{"0CC}{\@tabacckludge`I} \DeclareInputText{"0DC}{\"U} \DeclareInputText{"0CD}{\@tabacckludge'I} \DeclareInputText{"0DD}{\@tabacckludge'Y} \DeclareInputText{"0CE}{\^I} \DeclareInputText{"0DE}{\TH} \DeclareInputText{"0CF}{\"I} \DeclareInputText{"0DF}{\ss} \DeclareInputText{"0E0}{\@tabacckludge`a} \DeclareInputText{"0F0}{\dh} \DeclareInputText{"0E1}{\@tabacckludge'a} \DeclareInputText{"0F1}{\~n} \DeclareInputText{"0E2}{\^a} \DeclareInputText{"0F2}{\@tabacckludge`o} \DeclareInputText{"0E3}{\~a} \DeclareInputText{"0F3}{\@tabacckludge'o} \DeclareInputText{"0E4}{\"a} \DeclareInputText{"0F4}{\^o} \DeclareInputText{"0E5}{\aa} \DeclareInputText{"0F5}{\~o} \DeclareInputText{"0E6}{\ae} \DeclareInputText{"0F6}{\"o} \DeclareInputText{"0E7}{\c c} \DeclareInputMath{"0F7}{\ensuremath{\div}} \DeclareInputText{"0E8}{\@tabacckludge`e} \DeclareInputText{"0F8}{\o} \DeclareInputText{"0E9}{\@tabacckludge'e} \DeclareInputText{"0F9}{\@tabacckludge`u} \DeclareInputText{"0EA}{\^e} \DeclareInputText{"0FA}{\@tabacckludge'u} \DeclareInputText{"0EB}{\"e} \DeclareInputText{"0FB}{\^u} \DeclareInputText{"0EC}{\@tabacckludge`\i} \DeclareInputText{"0FC}{\"u} \DeclareInputText{"0ED}{\@tabacckludge'\i} \DeclareInputText{"0FD}{\@tabacckludge'y} \DeclareInputText{"0EE}{\^\i} \DeclareInputText{"0FE}{\th} \DeclareInputText{"0EF}{\"\i} \DeclareInputText{"0FF}{\"y} % % \end{macrocode} % \Finale % \endinput jadetex-3.13/jadetex.ini0100664000076600007660000000004207320150320013314 0ustar ianian\input jadetex.ltx \dump \endinputjadetex-3.13/jadetex.ins0100664000076600007660000000043207320150320013331 0ustar ianian\def\batchfile{jadetex.ins} \input docstrip.tex \keepsilent \preamble \endpreamble \generateFile{jadetex.ltx}{f}{\from{jadetex.dtx}{package}} \generateFile{dsssl.def} {f}{\from{jadetex.dtx}{dsssldef}} \Msg{***************************************************************} \endinput jadetex-3.13/mlnames.sty0100664000076600007660000003245207416330175013414 0ustar ianian%% File: $Id: mlnames.sty,v 1.2 2002/01/07 14:28:13 icastle Exp $ $Date: 2002/01/07 14:28:13 $ Copyright 1999 Sebastian Rahtz %% %% This package may be distributed under the terms of the LaTeX Project Public %% License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. %% \ProvidesPackage{mlnames}[2001/01/10, some XSL and Unicode support material, Sebastian Rahtz] % \DeclareFontFamily{T1}{pzd}{} \DeclareFontShape{T1}{pzd}{m}{n}{<->pzdr}{} \def\Family@monospace{pcr} \def\Family@sansserif{phv} \expandafter\def\csname Family@sans-serif\endcsname{phv} \def\Family@serif{ptm} \def\Family@cursive{uzc} \def\Family@fantasy{uzc} \DeclareFontFamily{T1}{uzc}{} \DeclareFontShape{T1}{uzc}{mb}{it}{<-> uzcmi8t}{} \DeclareFontShape{T1}{uzc}{m}{it}{<->ssub * uzc/mb/it}{} \DeclareFontShape{T1}{uzc}{m}{n}{<->ssub * uzc/mb/it}{} \def\Family@unknown{} \def\Family@Arial{phv} \def\Family@Helvetica{phv} \def\Family@Palatino{ppl} \def\Family@Bookman{pbk} \def\Family@BaskervilleMT{mbv} \def\Family@Courier{pcr} \def\Family@Symbol{psy} \def\Family@Wingdings{pzd} \def\Family@WingDings{pzd} \def\Family@LucidaSans{hls} \def\Family@LucidaBright{hlh} \def\Family@LucidaTypewriter{hlst} \def\Family@Savoy{usb} \def\Family@ACaslon{pca} \def\Family@Caslon{uca} \def\Family@Formata{pfa} \def\Family@FranklinGothic{pfg} \def\Family@OCRAbyBT{boa} \def\Family@AGaramond{pad} \expandafter\def\csname Family@Avant-Garde\endcsname{pag} \expandafter\def\csname Family@Courier New\endcsname{pcr} \expandafter\def\csname Family@New-Century-Schoolbook\endcsname{pnc} \expandafter\def\csname Family@Times-Roman\endcsname{ptm} \expandafter\def\csname Family@Trade-Gothic\endcsname{ptg} \expandafter\def\csname Family@Times-New-Roman\endcsname{ptm} \expandafter\def\csname Family@Times New Roman\endcsname{ptm} \expandafter\def\csname Family@Times Roman\endcsname{ptm} \expandafter\def\csname Family@Times-NR-MT\endcsname{mnt} \expandafter\def\csname Family@Courier-New\endcsname{pcr} \expandafter\def\csname Family@Zapf-Dingbats\endcsname{pzd} \expandafter\def\csname Family@Gill-Sans\endcsname{pgs} \expandafter\def\csname Family@iso-serif\endcsname{ptm} \expandafter\def\csname Family@sans-serif\endcsname{phv} \expandafter\def\csname Family@iso-sanserif\endcsname{phv} \expandafter\def\csname Family@iso-monospace\endcsname{pcr} \expandafter\def\csname Family@LetterGothic12PitchBT\endcsname{blg} \expandafter\def\csname Family@NewsGothic\endcsname{bng} \expandafter\def\csname Family@NewsGothicBT\endcsname{bng} \expandafter\def\csname Family@Humanist521\endcsname{bgs} \expandafter\def\csname Family@Humanist521BT\endcsname{bgs} \expandafter\def\csname Family@Monospace821\endcsname{bhvt} \expandafter\def\csname Family@Monospace821BT\endcsname{bhvt} \expandafter\def\csname Family@OCRB10PitchBT\endcsname{bob} \expandafter\def\csname Family@OCR-A\endcsname{boa} \expandafter\def\csname Family@OCR-B-10PitchBT\endcsname{bob} % \end{macrocode} % Matthias Clasen asked for the special code to be able % to access Computer Modern caps and small caps as a font family. % \begin{macrocode} \expandafter\def\csname Family@Computer-Modern-Typewriter\endcsname{aett} \expandafter\def\csname Family@Computer-Modern-Sans\endcsname{aess} \expandafter\def\csname Family@Computer-Modern\endcsname{aer} \DeclareFontFamily{T1}{aett}{} \DeclareFontShape{T1}{aett}{bx}{m}{<-> aebx10}{} \DeclareFontShape{T1}{aett}{m}{n}{ <-9> aett8 <9-10> aett9 <10-12> aett10 <12-> aett12 }{} \DeclareFontShape{T1}{aett}{m}{it}{ <-> aeitt10 }{} \DeclareFontShape{T1}{aett}{m}{sl}{ <-> aesltt10 }{} \DeclareFontShape{T1}{aett}{m}{sc}{ <-> aetcsc10 }{} \DeclareFontShape{T1}{aett}{l}{n}{<->ssub * aett/m/n}{} \DeclareFontShape{T1}{aett}{l}{it}{<->ssub * aett/m/it}{} \DeclareFontShape{T1}{aett}{l}{sl}{<->ssub * aett/m/sl}{} \DeclareFontShape{T1}{aett}{l}{sc}{<->ssub * aett/m/sc}{} \providecommand{\EC@family}[5]{% \DeclareFontShape{#1}{#2}{#3}{#4}% {<5><6><7><8><9><10><10.95><12><14.4>% <17.28><20.74><24.88>genb*#5}{}} \DeclareFontFamily{T1}{cmcsc}{} \EC@family{T1}{cmcsc}{m}{n}{eccc} \EC@family{T1}{cmcsc}{bx}{n}{ecxc} \EC@family{T1}{cmcsc}{m}{sl}{ecsc} \EC@family{T1}{cmcsc}{bx}{sl}{ecoc} \expandafter\def\csname Family@Computer-Modern-Caps-And-Small-Caps\endcsname{cmcsc} \def\Family@cmr{cmr} \def\Family@cmss{cmss} \def\Family@cmtt{cmtt} \def\Family@cmcsc{cmcsc} \def\Family@ectt{ectt} % Fonts used by Mandrakesoft configuration \def\Family@Utopia{put} \def\Family@ZapfChancery{pzc} \def\Family@Fibonacci{cmfib} \def\Family@Funny{cmfr} \def\Family@Dunhill{cmdh} \def\Family@Concrete{ccr} \def\Family@Charter{bch} \def\Family@Fontpxr{pxr} \def\Family@Fontaer{aer} \def\Family@Fontaess{aess} \def\Family@Fontaett{aett} \def\Family@Fontlcmss{lcmss} \def\Family@Fontlcmtt{lcmtt} \def\Family@Fontcmvtt{cmvtt} \def\Family@Fontcmbr{cmbr} \def\Family@Fontcmtl{cmtl} \def\Family@Fontpxss{pxss} \def\Family@Fonttxss{txss} \def\Family@Fonttxr{txr} % \def\Posture@upright{n} \def\Posture@normal{n} \def\Posture@math{it} \def\Posture@oblique{sl} \def\Posture@backslantedoblique{ui} \def\Posture@italic{it} \def\Posture@backslanteditalic{ui} % \def\Weight@ultralight{ul} \def\Weight@extralight{el} \def\Weight@light{l} \def\Weight@semilight{sl} \def\Weight@medium{} \def\Weight@normal{} \def\Weight@semibold{sb} \def\Weight@bold{bx} \def\Weight@extrabold{eb} \def\Weight@ultrabold{ub} \def\Weight@false{} % \expandafter\def\csname Width@ultra-condensed\endcsname{uc} \expandafter\def\csname Width@extra-condensed\endcsname{ec} \expandafter\def\csname Width@condensed\endcsname{c} \expandafter\def\csname Width@semi-condensed\endcsname{sc} \expandafter\def\csname Width@normal\endcsname{} \expandafter\def\csname Width@semi-expanded\endcsname{sx} \expandafter\def\csname Width@expanded\endcsname{x} \expandafter\def\csname Width@extra-expanded\endcsname{ex} \expandafter\def\csname Width@ultra-expanded\endcsname{ux} \def\Width@ultracondensed{uc} \def\Width@extracondensed{ec} \def\Width@condensed{c} \def\Width@semicondensed{sc} \def\Width@medium{} \def\Width@semiexpanded{sx} \def\Width@expanded{x} \def\Width@extraexpanded{ex} \def\Width@ultraexpanded{ux} % % \end{macrocode} % \subsection{Languages} % This needs the TeX format to have these % languages selected, of course. That is up to the users. % Make sure shorthands are disabled. % \begin{macrocode} % % Mimic Babel for hyphenation. % read language.dat, using code from Johannes Braams' package, % to get the list of known languages % \def\selectlanguage#1{% \@ifundefined{l@#1}{\typeout{WARNING!! patterns for #1 not in format file^^JWARNING!! - add them in language.dat and rebuild}} {\language=\csname l@#1\endcsname \@ifundefined{hyphenmins@#1} {\lefthyphenmin2\righthyphenmin2} {\edef\this{\csname hyphenmins@#1\endcsname}\expandafter\setmins\this\relax} }} \def\setmins#1#2\relax{\lefthyphenmin#1\righthyphenmin#2} \def\process@line#1#2 #3/{% \ifx=#1 \process@synonym#2 / \else \process@language#1#2 #3/% \fi } \def\process@synonym#1 /{% \ifnum\last@language=\m@ne \expandafter\chardef\csname l@#1\endcsname0\relax \wlog{\string\l@#1=\string\language0} \else \expandafter\chardef\csname l@#1\endcsname\last@language \wlog{\string\l@#1=\string\language\the\last@language} \fi } \def\process@language#1 #2 #3/{% \expandafter\addlanguage\csname l@#1\endcsname \expandafter\language\csname l@#1\endcsname } \catcode`\^^I=10\relax \openin1 = language.dat \ifeof1 \message{I couldn't find the file language.dat. No hyphenation!!!} \else \last@language\m@ne \loop \endlinechar\m@ne \read1 to \fo@line \endlinechar`\^^M \ifx\fo@line\@empty \else \edef\fo@line{\fo@line\space/}% \expandafter\process@line\fo@line \fi \iftrue \csname fi\endcsname \csname if\ifeof1 false\else true\fi\endcsname \repeat \language=0 \fi \closein1 \def\L@{} \def\hyphenmins@welsh{23} \def\hyphenmins@greek{11} \def\hyphenmins@ukenglish{23} \def\hyphenmins@dutch{23} \def\hyphenmins@english{23} \def\L@BR{\selectlanguage{brazil}} \def\L@CA{\selectlanguage{catalan}} \def\L@CY{\selectlanguage{welsh}} \def\L@CZ{\selectlanguage{czech}} \def\L@DE{\selectlanguage{german}} \def\L@DK{\selectlanguage{danish}} \def\L@EL{\selectlanguage{greek}} \def\L@ES{\selectlanguage{spanish}} \def\L@ET{\selectlanguage{estonian}} \def\L@FI{\selectlanguage{finnish}} \def\L@FR{\selectlanguage{french}} \def\L@GB{\selectlanguage{ukenglish}} \def\L@HR{\selectlanguage{croatian}} \def\L@HU{\selectlanguage{hungarian}} \def\L@IT{\selectlanguage{italian}} \def\L@NE{\selectlanguage{dutch}} \def\L@NO{\selectlanguage{norsk}} \def\L@PL{\selectlanguage{polish}} \def\L@PT{\selectlanguage{portuguese}} \def\L@RO{\selectlanguage{romanian}} \def\L@RU{\relax} \def\L@SH{\selectlanguage{serbocroat}} \def\L@SI{\selectlanguage{slovene}} \def\L@SK{\selectlanguage{slovak}} \def\L@US{\selectlanguage{english}} \def\L@none{\selectlanguage{english}} \def\L@br{\selectlanguage{portuguese}} \def\L@ca{\selectlanguage{catalan}} \def\L@cy{\selectlanguage{welsh}} \def\L@cs{\selectlanguage{czech}} \def\L@de{\selectlanguage{german}} \def\L@da{\selectlanguage{danish}} \def\L@el{\selectlanguage{greek}} \def\L@es{\selectlanguage{spanish}} \def\L@et{\selectlanguage{estonian}} \def\L@fi{\selectlanguage{finnish}} \def\L@fr{\selectlanguage{french}} \def\L@gb{\selectlanguage{ukenglish}} \def\L@hr{\selectlanguage{croatian}} \def\L@hu{\selectlanguage{hungarian}} \def\L@it{\selectlanguage{italian}} \def\L@nl{\selectlanguage{dutch}} \def\L@no{\selectlanguage{norsk}} \def\L@pl{\selectlanguage{polish}} \def\L@pt{\selectlanguage{portuguese}} \def\L@ro{\selectlanguage{romanian}} \def\L@ru{\relax} \def\L@sh{\selectlanguage{serbocroat}} \def\L@si{\selectlanguage{slovene}} \def\L@sk{\selectlanguage{slovak}} \def\L@us{\selectlanguage{english}} \def\L@en{\selectlanguage{english}} \def\L@id{\selectlanguage{indonesian}} \def\L@ja{\selectlanguage{japanese}} \def\L@ko{\selectlanguage{korean}} \def\L@sl{\selectlanguage{slovenian}} \def\L@sv{\selectlanguage{swedish}} \expandafter\def\csname L@pt_br\endcsname{\selectlanguage{portuguese}} \expandafter\def\csname L@zh_cn\endcsname{\selectlanguage{chinese}} \expandafter\def\csname L@zh_tw\endcsname{\selectlanguage{chinese-taiwan}} % % \end{macrocode} % \subsection{Paragraphs} % \begin{macrocode} \def\italicOver{\ifhmode\@@italiccorr\fi} % \def\startQ@justify{} \def\endQ@justify{} % % \def\startQ@center{\hskip\z@ plus 1filll} \def\endQ@center{\hskip\z@ plus 1filll} % \def\startQ@justified{% \leftskip\StartIndent \rightskip\EndIndent \@rightskip\rightskip } \def\endQ@justified{} % \def\startQ@pageoutside{\hfill} \def\endQ@pageoutside{} % \def\startQ@pageinside{} \def\endQ@pageinside{\hfill} % \def\startQ@start{} \def\endQ@start{\hfill} \def\startQ@left{} \def\endQ@left{\hfill} % \def\startQ@end{\hfill} \def\endQ@end{} \def\startQ@right{\hfill} \def\endQ@right{} \def\Listjustified{% \gdef\makelabel##1{##1}} \def\Liststart{% raggedright, I hope \gdef\makelabel##1{##1\hfil}} \def\Listend{% raggedleft, I hope \gdef\makelabel##1{\hfil##1}} \def\Listcentered{% centered \gdef\makelabel##1{\hfil##1\hfil}} \def\Listcenter{% centered \gdef\makelabel##1{\hfil##1\hfil}} % \def\Q@start{% raggedright, I hope % \let\\\@centercr \rightskip\EndIndent plus 1fil \@rightskip\rightskip \leftskip\StartIndent \parfillskip\z@skip } \def\Q@justified{% % \let\\\@normalcr \parfillskip\@flushglue \leftskip\StartIndent \rightskip\EndIndent \@rightskip\rightskip } \let\Q@\Q@justified \let\startQ@\startQ@justified \let\endQ@\endQ@justified \def\Q@end{% raggedleft, I hope % \let\\\@centercr \leftskip\StartIndent plus 1fil% \parfillskip\z@skip } \def\Q@centered{% % \let\\\@centercr \rightskip-\StartIndent plus 1fil% \@rightskip\rightskip \leftskip-\EndIndent plus 1fil% \parfillskip\z@skip } \def\Q@center{% % \let\\\@centercr \rightskip-\StartIndent plus 1fil% \@rightskip\rightskip \leftskip-\EndIndent plus 1fil% \parfillskip\z@skip } \let\Q@left\Q@start \let\Q@right\Q@end % for JadeTeX \def\JQ@justify{% \let\\\@normalcr \parfillskip\@flushglue \parindent\z@ } \def\JQ@start{% raggedright, I hope \let\\\@centercr \rightskip\EndIndent plus 1fil \@rightskip\rightskip \parfillskip\z@skip \parindent\z@ } \def\JQ@end{% raggedleft, I hope \let\\\@centercr \leftskip\StartIndent plus 1fil% \parfillskip\z@skip } \def\JQ@center{% \let\\\@centercr \rightskip\EndIndent plus 1fil% \@rightskip\rightskip \leftskip\StartIndent plus 1fil% \parfillskip\z@skip\parindent\z@ } \def\Q@pageoutside{% \let\\\@centercr \leftskip\StartIndent plus 1fil% \parfillskip\z@skip } \def\Q@pageinside{% \let\\\@centercr \rightskip\EndIndent plus 1fil% \@rightskip\rightskip \parfillskip\z@skip } \def\JObeylines{% \@tempswafalse \def\par{% \if@tempswa \leavevmode \null \@@par\penalty\interlinepenalty \else \@tempswatrue \ifhmode\@@par\penalty\interlinepenalty\fi \fi}% \obeylines\everypar \expandafter{\the\everypar \ifvmode\else\unpenalty\fi}% } \newif\if@obeylines \@obeylinesfalse \def\Lines@asis{\pretolerance=-1\tolerance=-1\JObeylines\@obeylinestrue} \def\Lines@wrap{\@obeylinesfalse} \expandafter\def\csname Lines@asis-truncate\endcsname{% \JObeylines\@obeylinestrue} \expandafter\def\csname Lines@asis-wrap\endcsname{\@obeylinesfalse} % \def\Fld@start{l} \def\Fld@center{c} \def\Fld@end{r} % \def\White@preserve{\catcode`\ =\active\@vobeyspaces} % \def\Break@page{\newpage} \def\Break@{} \endinput jadetex-3.13/pdfjadetex.10100664000076600007660000001401107320150354013377 0ustar ianian.TH PDFJADETEX 1 "12 July 1998" "Marcus Brinkmann" .\"===================================================================== .if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP .if n .ds TX TeX .if n .ds MF Metafont .if t .ds MF M\s-2ETAFONT\s0 .ie t .ds OX \fIT\v'+0.25m'E\v'-0.25m'X\fP\" for troff .el .ds OX TeX\" for nroff .\" the same but obliqued .\" BX definition must follow TX so BX can use TX .if t .ds BX \fRB\s-2IB\s0\fP\*(TX .if n .ds BX BibTeX .\" LX definition must follow TX so LX can use TX .if t .ds LX \fRL\\h'-0.36m'\\v'-0.15v'\s-2A\s0\\h'-0.15m'\\v'0.15v'\fP\*(TX .if n .ds LX LaTeX .if t .ds AX \fRA\\h'-0.1667m'\\v'0.20v'M\\v'-0.20v'\\h'-0.125m'S\fP\*(TX .if n .ds AX AmSTeX .if t .ds AY \fRA\\h'-0.1667m'\\v'0.20v'M\\v'-0.20v'\\h'-0.125m'S\fP\*(LX .if n .ds AY AmSLaTeX .\"===================================================================== .SH NAME pdfjadetex \- PDF output from JadeTeX .SH SYNOPSIS .B pdfjadetex .RI [ options ] .RI [ commands ] .\"===================================================================== .SH DESCRIPTION This manual page was derived from the manual page for pdf\*(TX and is not meant to be exhaustive. The complete documentation for this version of \*(TX can be found in the info file or manual .IR "Web2C: A TeX implementation" . .PP pdfjade\*(TX is a version of \*(TX that can create .I PDF files as well as .I DVI files. .PP The typical use of pdfjade\*(TX is with a pregenerated formats for which PDF output has been enabled. The .B pdfjadetex command uses the equivalent of the plain Jade\*(TX format. .PP pdfjade\*(TX's handling of its command-line arguments is similar to that of \*(LX. .\"===================================================================== .SH OPTIONS This version of pdfjade\*(TX understands the following command line options. .TP .BI --fmt \ format .rb Use .I format as the name of the format to be used, instead of the name by which pdfjade\*(TX was called or a .I %& line. .TP .B --help .rb Print help message and exit. .TP .B --ini .rb Be .BR pdfinitex , for dumping formats; this is implicitly true if the program is called as .BR pdfinitex . .TP .BI --interaction \ mode .rb Sets the interaction mode. The mode can be one of .IR batchmode , .IR nonstopmode , .IR scrollmode , and .IR errorstopmode . The meaning of these modes is the same as that of the corresponding \ecommands. .TP .B --ipc .rb Send DVI or PDF output to a socket as well as the usual output file. Whether this option is available is the choice of the installer. .TP .B --ipc-start .rb As .BR --ipc , and starts the server at the other end as well. Whether this option is available is the choice of the installer. .TP .BI --kpathsea-debug \ bitmask .rb Sets path searching debugging flags according to the bitmask. See the .I Kpathsea manual for details. .TP .BI --maketex \ fmt .rb Enable .RI mktex fmt , where .I fmt must be one of .I tex or .IR tfm . .TP .BI --no-maketex \ fmt .rb Disable .RI mktex fmt , where .I fmt must be one of .I tex or .IR tfm . .TP .BI --output-comment \ string .rb Use .I string for the DVI file comment instead of the date. .TP .BI --progname \ name .rb Pretend to be program .IR name . This affects both the format used and the search paths. .TP .B --shell-escape .rb Enable the .BI \ewrite18{ command } construct. The .I command can be any Bourne shell command. This construct is normally disallowed for security reasons. .TP .B --version .rb Print version information and exit. .\"===================================================================== .SH ENVIRONMENT See the Kpathsearch library documentation (the `Path specifications' node) for precise details of how the environment variables are used. The .B kpsewhich utility can be used to query the values of the variables. .PP One caveat: In most pdfjade\*(TX formats, you cannot use ~ in a filename you give directly to pdfjade\*(TX, because ~ is an active character, and hence is expanded, not taken as part of the filename. Other programs, such as \*(MF, do not have this problem. .PP .TP TEXMFOUTPUT Normally, pdfjade\*(TX puts its output files in the current directory. If any output file cannot be opened there, it tries to open it in the directory specified in the environment variable TEXMFOUTPUT. There is no default value for that variable. For example, if you say .I tex paper and the current directory is not writable, if TEXMFOUTPUT has the value .IR /tmp , pdfjade\*(TX attempts to create .I /tmp/paper.log (and .IR /tmp/paper.pdf , if any output is produced.) .TP TEXINPUTS Search path for .I \einput and .I \eopenin files. This should probably start with ``.'', so that user files are found before system files. .TP TEXFONTS Search path for font metric .RI ( .tfm ) files. .TP TEXFORMATS Search path for format files. .TP TEXPOOL search path for .B pdfinitex internal strings. .TP TEXEDIT Command template for switching to editor. The default, usually .BR vi , is set when pdfjade\*(TX is compiled. .\"===================================================================== .SH FILES The location of the files mentioned below varies from system to system. Use the .B kpsewhich utility to find their locations. .TP .I pdfjadetex.pool Encoded text of pdfjade\*(TX's messages. .TP .I texfonts.map Filename mapping definitions. .TP .I *.tfm Metric files for pdfjade\*(TX's fonts. .TP .I *.fmt Predigested pdfjade\*(TX format (.\|fmt) files. .br .\"===================================================================== .SH BUGS This version of pdfjade\*(TX fails to trap arithmetic overflow when dimensions are added or subtracted. Cases where this occurs are rare, but when it does the generated .I DVI file will be invalid. .\"===================================================================== .SH "SEE ALSO" .BR jadetex (1), .BR tex (1), .BR mf (1), .BR undump (1). .\"===================================================================== .SH AUTHORS The author of pdfjade\*(TX is Sebastian Rahtz. .PP This manual page was derived by Marcus Brinkmann for the Debian distribution from the pdf\*(TX manual page from the te\*(TX distribution by Thomas Esser. jadetex-3.13/pdfjadetex.ini0100664000076600007660000000004307320150354014016 0ustar ianian\input jadetex.ltx \dump \endinput jadetex-3.13/ucharacters.sty0100664000076600007660000037701107652472650014276 0ustar ianian\DefineCharacter{160}{A0}{\ensuremath{\penalty10000\ }} \DefineCharacter{161}{A1}{\textexclamdown } \DefineCharacter{162}{A2}{\ifmmode \mbox{\textcent}\else \textcent \fi}% \DefineCharacter{163}{A3}{\ifmmode \pounds \else \textsterling \fi}% \DefineCharacter{164}{A4}{\ifmmode \mbox{\textcurrency}\else \textcurrency \fi}% \DefineCharacter{165}{A5}{\ifmmode \yen \else \textyen \fi}% \DefineCharacter{166}{A6}{\textbrokenbar } \DefineCharacter{167}{A7}{\ifmmode \S \else \textsection \fi}% \DefineCharacter{168}{A8}{\textasciidieresis } \DefineCharacter{169}{A9}{\ifmmode \copyright \else \textcopyright \fi}% \DefineCharacter{170}{AA}{\textordfeminine } \DefineCharacter{171}{AB}{\ifmmode \mbox{\guillemotleft}\else \guillemotleft \fi}% \DefineCharacter{172}{AC}{\ensuremath{\lnot }} \DefineCharacter{173}{AD}{\ensuremath{\-}} \DefineCharacter{174}{AE}{\ifmmode \circledR \else \textregistered \fi}% \DefineCharacter{175}{AF}{\textasciimacron } \DefineCharacter{176}{B0}{\ifmmode \mbox{\textdegree}\else \textdegree \fi}% \DefineCharacter{177}{B1}{\ensuremath{\pm }} \DefineCharacter{178}{B2}{\ensuremath{{^2}}} \DefineCharacter{179}{B3}{\ensuremath{{^3}}} \DefineCharacter{180}{B4}{\textasciiacute } \DefineCharacter{181}{B5}{\ensuremath{\mathrm{\mu}}} \DefineCharacter{182}{B6}{\ifmmode \P \else \textparagraph \fi}% \DefineCharacter{183}{B7}{\ensuremath{\cdot }} \DefineCharacter{184}{B8}{\ifmmode \mbox{\c{}}\else \c{}\fi}% \DefineCharacter{185}{B9}{\ensuremath{{^1}}} \DefineCharacter{186}{BA}{\textordmasculine } \DefineCharacter{187}{BB}{\ifmmode \mbox{\guillemotright}\else \guillemotright \fi}% \DefineCharacter{188}{BC}{\textonequarter } \DefineCharacter{189}{BD}{\textonehalf } \DefineCharacter{190}{BE}{\textthreequarters } \DefineCharacter{191}{BF}{\textquestiondown } \DefineCharacter{192}{C0}{\ifmmode \grave{A}\else \`{A}\fi}% \DefineCharacter{193}{C1}{\ifmmode \acute{A}\else \'{A}\fi}% \DefineCharacter{194}{C2}{\ifmmode \hat{A}\else \^{A}\fi}% \DefineCharacter{195}{C3}{\ifmmode \tilde{A}\else \~{A}\fi}% \DefineCharacter{196}{C4}{\ifmmode \ddot{A}\else \"{A}\fi}% \DefineCharacter{197}{C5}{\AA } \DefineCharacter{198}{C6}{\AE } \DefineCharacter{199}{C7}{\ifmmode \mbox{\c{C}}\else \c{C}\fi}% \DefineCharacter{200}{C8}{\ifmmode \grave{E}\else \`{E}\fi}% \DefineCharacter{201}{C9}{\ifmmode \acute{E}\else \'{E}\fi}% \DefineCharacter{202}{CA}{\ifmmode \hat{E}\else \^{E}\fi}% \DefineCharacter{203}{CB}{\ifmmode \ddot{E}\else \"{E}\fi}% \DefineCharacter{204}{CC}{\ifmmode \grave{I}\else \`{I}\fi}% \DefineCharacter{205}{CD}{\ifmmode \acute{I}\else \'{I}\fi}% \DefineCharacter{206}{CE}{\ifmmode \hat{I}\else \^{I}\fi}% \DefineCharacter{207}{CF}{\ifmmode \ddot{I}\else \"{I}\fi}% \DefineCharacter{208}{D0}{\DH } \DefineCharacter{209}{D1}{\ifmmode \tilde{N}\else \~{N}\fi}% \DefineCharacter{210}{D2}{\ifmmode \grave{O}\else \`{O}\fi}% \DefineCharacter{211}{D3}{\ifmmode \acute{O}\else \'{O}\fi}% \DefineCharacter{212}{D4}{\ifmmode \hat{O}\else \^{O}\fi}% \DefineCharacter{213}{D5}{\ifmmode \tilde{O}\else \~{O}\fi}% \DefineCharacter{214}{D6}{\ifmmode \ddot{O}\else \"{O}\fi}% \DefineCharacter{215}{D7}{\ifmmode \times \else \texttimes \fi}% \DefineCharacter{216}{D8}{\O } \DefineCharacter{217}{D9}{\ifmmode \grave{U}\else \`{U}\fi}% \DefineCharacter{218}{DA}{\ifmmode \acute{U}\else \'{U}\fi}% \DefineCharacter{219}{DB}{\ifmmode \hat{U}\else \^{U}\fi}% \DefineCharacter{220}{DC}{\ifmmode \ddot{U}\else \"{U}\fi}% \DefineCharacter{221}{DD}{\ifmmode \acute{Y}\else \'{Y}\fi}% \DefineCharacter{222}{DE}{\TH } \DefineCharacter{223}{DF}{\ss } \DefineCharacter{224}{E0}{\ifmmode \grave{a}\else \`{a}\fi}% \DefineCharacter{225}{E1}{\ifmmode \acute{a}\else \'{a}\fi}% \DefineCharacter{226}{E2}{\ifmmode \hat{a}\else \^{a}\fi}% \DefineCharacter{227}{E3}{\ifmmode \tilde{a}\else \~{a}\fi}% \DefineCharacter{228}{E4}{\ifmmode \ddot{a}\else \"{a}\fi}% \DefineCharacter{229}{E5}{\aa } \DefineCharacter{230}{E6}{\ae } \DefineCharacter{231}{E7}{\ifmmode \mbox{\c{c}}\else \c{c}\fi}% \DefineCharacter{232}{E8}{\ifmmode \grave{e}\else \`{e}\fi}% \DefineCharacter{233}{E9}{\ifmmode \acute{e}\else \'{e}\fi}% \DefineCharacter{234}{EA}{\ifmmode \hat{e}\else \^{e}\fi}% \DefineCharacter{235}{EB}{\ifmmode \ddot{e}\else \"{e}\fi}% \DefineCharacter{236}{EC}{\ifmmode \grave{\imath}\else \`{\i}\fi}% \DefineCharacter{237}{ED}{\ifmmode \acute{\imath}\else \'{\i}\fi}% \DefineCharacter{238}{EE}{\ifmmode \hat{\imath}\else \^{\i}\fi}% \DefineCharacter{239}{EF}{\ifmmode \ddot{\imath}\else \"{\i}\fi}% \DefineCharacter{240}{F0}{\dh } \DefineCharacter{241}{F1}{\ifmmode \tilde{n}\else \~{n}\fi}% \DefineCharacter{242}{F2}{\ifmmode \grave{o}\else \`{o}\fi}% \DefineCharacter{243}{F3}{\ifmmode \acute{o}\else \'{o}\fi}% \DefineCharacter{244}{F4}{\ifmmode \hat{o}\else \^{o}\fi}% \DefineCharacter{245}{F5}{\ifmmode \tilde{o}\else \~{o}\fi}% \DefineCharacter{246}{F6}{\ifmmode \ddot{o}\else \"{o}\fi}% \DefineCharacter{247}{F7}{\ensuremath{\div }} \DefineCharacter{248}{F8}{\o } \DefineCharacter{249}{F9}{\ifmmode \grave{u}\else \`{u}\fi}% \DefineCharacter{250}{FA}{\ifmmode \acute{u}\else \'{u}\fi}% \DefineCharacter{251}{FB}{\ifmmode \hat{u}\else \^{u}\fi}% \DefineCharacter{252}{FC}{\ifmmode \ddot{u}\else \"{u}\fi}% \DefineCharacter{253}{FD}{\ifmmode \acute{y}\else \'{y}\fi}% \DefineCharacter{254}{FE}{\th } \DefineCharacter{255}{FF}{\ifmmode \ddot{y}\else \"{y}\fi}% \DefineCharacter{256}{100}{\ifmmode \bar{A}\else \={A}\fi}% \DefineCharacter{257}{101}{\ifmmode \bar{a}\else \={a}\fi}% \DefineCharacter{258}{102}{\ifmmode \breve{A}\else \u{A}\fi}% \DefineCharacter{259}{103}{\ifmmode \u{a}\else \u{a}\fi}% \DefineCharacter{260}{104}{\k{A}} \DefineCharacter{261}{105}{\k{a}} \DefineCharacter{262}{106}{\ifmmode \acute{C}\else \'{C}\fi}% \DefineCharacter{263}{107}{\ifmmode \acute{c}\else \'{c}\fi}% \DefineCharacter{264}{108}{\ifmmode \hat{C}\else \^{C}\fi}% \DefineCharacter{265}{109}{\ifmmode \hat{c}\else \^{c}\fi}% \DefineCharacter{266}{10A}{\ifmmode \dot{C}\else \.{C}\fi}% \DefineCharacter{267}{10B}{\ifmmode \dot{c}\else \.{c}\fi}% \DefineCharacter{268}{10C}{\ifmmode \check{C}\else \v{C}\fi}% \DefineCharacter{269}{10D}{\ifmmode \check{c}\else \v{c}\fi}% \DefineCharacter{270}{10E}{\ifmmode \check{D}\else \v{D}\fi}% \DefineCharacter{271}{10F}{\ifmmode \check{d}\else \v{d}\fi}% \DefineCharacter{272}{110}{\DJ } \DefineCharacter{273}{111}{\dj } \DefineCharacter{274}{112}{\ifmmode \bar{E}\else \={E}\fi}% \DefineCharacter{275}{113}{\ifmmode \bar{e}\else \={e}\fi}% \DefineCharacter{276}{114}{\ifmmode \breve{E}\else \u{E}\fi}% \DefineCharacter{277}{115}{\ifmmode \breve{e}\else \u{e}\fi}% \DefineCharacter{278}{116}{\ifmmode \dot{E}\else \.{E}\fi}% \DefineCharacter{279}{117}{\ifmmode \dot{e}\else \.{e}\fi}% \DefineCharacter{280}{118}{\ifmmode \k{E}\else \k{E}\fi}% \DefineCharacter{281}{119}{\k{e}} \DefineCharacter{282}{11A}{\ifmmode \check{E}\else \v{E}\fi}% \DefineCharacter{283}{11B}{\ifmmode \check{e}\else \v{e}\fi}% \DefineCharacter{284}{11C}{\ifmmode \hat{G}\else \^{G}\fi}% \DefineCharacter{285}{11D}{\ifmmode \hat{g}\else \^{g}\fi}% \DefineCharacter{286}{11E}{\ifmmode \breve{G}\else \u{G}\fi}% \DefineCharacter{287}{11F}{\ifmmode \breve{g}\else \u{g}\fi}% \DefineCharacter{288}{120}{\ifmmode \dot{G}\else \.{G}\fi}% \DefineCharacter{289}{121}{\ifmmode \dot{g}\else \.{g}\fi}% \DefineCharacter{290}{122}{\ifmmode \mbox{\c{G}}\else \c{G}\fi}% \DefineCharacter{291}{123}{\ifmmode \mbox{\c{g}}\else \c{g}\fi}% \DefineCharacter{292}{124}{\ifmmode \hat{H}\else \^{H}\fi}% \DefineCharacter{293}{125}{\ifmmode \hat{h}\else \^{h}\fi}% \DefineCharacter{294}{126}{{\fontencoding{LELA}\selectfont\char40}} \DefineCharacter{295}{127}{\ensuremath{\Elzxh }} \DefineCharacter{296}{128}{\ifmmode \tilde{I}\else \~{I}\fi}% \DefineCharacter{297}{129}{\ifmmode \tilde{\imath}\else \~{\i}\fi}% \DefineCharacter{298}{12A}{\ifmmode \bar{I}\else \={I}\fi}% \DefineCharacter{299}{12B}{\ifmmode \bar{\imath}\else \={\i}\fi}% \DefineCharacter{300}{12C}{\ifmmode \breve{I}\else \u{I}\fi}% \DefineCharacter{301}{12D}{\ifmmode \breve{\imath}\else \u{\i}\fi}% \DefineCharacter{302}{12E}{\k{I}} \DefineCharacter{303}{12F}{\k{i}} \DefineCharacter{304}{130}{\ifmmode \dot{I}\else \.{I}\fi}% \DefineCharacter{305}{131}{\ifmmode \imath \else \i \fi}% \DefineCharacter{306}{132}{IJ} \DefineCharacter{307}{133}{ij} \DefineCharacter{308}{134}{\ifmmode \hat{J}\else \^{J}\fi}% \DefineCharacter{309}{135}{\ifmmode \hat{\jmath}\else \^{\j}\fi}% \DefineCharacter{310}{136}{\ifmmode \mbox{\c{K}}\else \c{K}\fi}% \DefineCharacter{311}{137}{\ifmmode \mbox{\c{k}}\else \c{k}\fi}% \DefineCharacter{312}{138}{{\fontencoding{LELA}\selectfont\char91}} \DefineCharacter{313}{139}{\ifmmode \acute{L}\else \'{L}\fi}% \DefineCharacter{314}{13A}{\ifmmode \acute{l}\else \'{l}\fi}% \DefineCharacter{315}{13B}{\ifmmode \mbox{\c{L}}\else \c{L}\fi}% \DefineCharacter{316}{13C}{\ifmmode \mbox{\c{l}}\else \c{l}\fi}% \DefineCharacter{317}{13D}{\ifmmode \check{L}\else \v{L}\fi}% \DefineCharacter{318}{13E}{\ifmmode \check{l}\else \v{l}\fi}% \DefineCharacter{319}{13F}{{\fontencoding{LELA}\selectfont\char201}} \DefineCharacter{320}{140}{{\fontencoding{LELA}\selectfont\char202}} \DefineCharacter{321}{141}{\L } \DefineCharacter{322}{142}{\l } \DefineCharacter{323}{143}{\ifmmode \acute{N}\else \'{N}\fi}% \DefineCharacter{324}{144}{\ifmmode \acute{n}\else \'{n}\fi}% \DefineCharacter{325}{145}{\ifmmode \mbox{\c{N}}\else \c{N}\fi}% \DefineCharacter{326}{146}{\ifmmode \mbox{\c{n}}\else \c{n}\fi}% \DefineCharacter{327}{147}{\ifmmode \check{N}\else \v{N}\fi}% \DefineCharacter{328}{148}{\ifmmode \check{n}\else \v{n}\fi}% \DefineCharacter{329}{149}{'n} \DefineCharacter{330}{14A}{\NG } \DefineCharacter{331}{14B}{\ng } \DefineCharacter{332}{14C}{\ifmmode \bar{O}\else \={O}\fi}% \DefineCharacter{333}{14D}{\ifmmode \bar{o}\else \={o}\fi}% \DefineCharacter{334}{14E}{\ifmmode \breve{O}\else \u{O}\fi}% \DefineCharacter{335}{14F}{\ifmmode \breve{o}\else \u{o}\fi}% \DefineCharacter{336}{150}{\ifmmode \mbox{\H{O}}\else \H{O}\fi}% \DefineCharacter{337}{151}{\ifmmode \mbox{\H{o}}\else \H{o}\fi}% \DefineCharacter{338}{152}{\OE } \DefineCharacter{339}{153}{\oe } \DefineCharacter{340}{154}{\ifmmode \acute{R}\else \'{R}\fi}% \DefineCharacter{341}{155}{\ifmmode \acute{r}\else \'{r}\fi}% \DefineCharacter{342}{156}{\ifmmode \mbox{\c{R}}\else \c{R}\fi}% \DefineCharacter{343}{157}{\ifmmode \mbox{\c{r}}\else \c{r}\fi}% \DefineCharacter{344}{158}{\ifmmode \check{R}\else \v{R}\fi}% \DefineCharacter{345}{159}{\ifmmode \check{r}\else \v{r}\fi}% \DefineCharacter{346}{15A}{\ifmmode \acute{S}\else \'{S}\fi}% \DefineCharacter{347}{15B}{\ifmmode \acute{s}\else \'{s}\fi}% \DefineCharacter{348}{15C}{\ifmmode \hat{S}\else \^{S}\fi}% \DefineCharacter{349}{15D}{\ifmmode \hat{s}\else \^{s}\fi}% \DefineCharacter{350}{15E}{\ifmmode \mbox{\c{S}}\else \c{S}\fi}% \DefineCharacter{351}{15F}{\ifmmode \mbox{\c{s}}\else \c{s}\fi}% \DefineCharacter{352}{160}{\ifmmode \check{S}\else \v{S}\fi}% \DefineCharacter{353}{161}{\ifmmode \check{s}\else \v{s}\fi}% \DefineCharacter{354}{162}{\ifmmode \mbox{\c{T}}\else \c{T}\fi}% \DefineCharacter{355}{163}{\ifmmode \mbox{\c{t}}\else \c{t}\fi}% \DefineCharacter{356}{164}{\ifmmode \check{T}\else \v{T}\fi}% \DefineCharacter{357}{165}{\ifmmode \check{t}\else \v{t}\fi}% \DefineCharacter{358}{166}{{\fontencoding{LELA}\selectfont\char47}} \DefineCharacter{359}{167}{{\fontencoding{LELA}\selectfont\char63}} \DefineCharacter{360}{168}{\ifmmode \tilde{U}\else \~{U}\fi}% \DefineCharacter{361}{169}{\ifmmode \tilde{u}\else \~{u}\fi}% \DefineCharacter{362}{16A}{\ifmmode \bar{U}\else \={U}\fi}% \DefineCharacter{363}{16B}{\ifmmode \bar{u}\else \={u}\fi}% \DefineCharacter{364}{16C}{\ifmmode \breve{U}\else \u{U}\fi}% \DefineCharacter{365}{16D}{\ifmmode \breve{u}\else \u{u}\fi}% \DefineCharacter{366}{16E}{\ifmmode \mathring{U}\else \r{U}\fi}% \DefineCharacter{367}{16F}{\ifmmode \mathring{u}\else \r{u}\fi}% \DefineCharacter{368}{170}{\ifmmode \mbox{\H{U}}\else \H{U}\fi}% \DefineCharacter{369}{171}{\ifmmode \mbox{\H{u}}\else \H{u}\fi}% \DefineCharacter{370}{172}{\ifmmode \k{U}\else \k{U}\fi}% \DefineCharacter{371}{173}{\k{u}} \DefineCharacter{372}{174}{\ifmmode \hat{W}\else \^{W}\fi}% \DefineCharacter{373}{175}{\ifmmode \hat{w}\else \^{w}\fi}% \DefineCharacter{374}{176}{\ifmmode \hat{Y}\else \^{Y}\fi}% \DefineCharacter{375}{177}{\ifmmode \hat{y}\else \^{y}\fi}% \DefineCharacter{376}{178}{\ifmmode \ddot{Y}\else \"{Y}\fi}% \DefineCharacter{377}{179}{\ifmmode \acute{Z}\else \'{Z}\fi}% \DefineCharacter{378}{17A}{\ifmmode \acute{z}\else \'{z}\fi}% \DefineCharacter{379}{17B}{\ifmmode \dot{Z}\else \.{Z}\fi}% \DefineCharacter{380}{17C}{\ifmmode \dot{z}\else \.{z}\fi}% \DefineCharacter{381}{17D}{\ifmmode \check{Z}\else \v{Z}\fi}% \DefineCharacter{382}{17E}{\ifmmode \check{z}\else \v{z}\fi}% \DefineCharacter{402}{192}{\ensuremath{f}} \DefineCharacter{405}{195}{\texthvlig } \DefineCharacter{414}{19E}{\textnrleg } \DefineCharacter{426}{1AA}{\ensuremath{\eth }} \DefineCharacter{442}{1BA}{{\fontencoding{LELA}\selectfont\char195}} \DefineCharacter{450}{1C2}{\textdoublepipe } \DefineCharacter{501}{1F5}{\ifmmode \acute{g}\else \'{g}\fi}% \DefineCharacter{592}{250}{\ensuremath{\Elztrna }} \DefineCharacter{594}{252}{\ensuremath{\Elztrnsa }} \DefineCharacter{596}{254}{\ensuremath{\Elzopeno }} \DefineCharacter{598}{256}{\ensuremath{\Elzrtld }} \DefineCharacter{600}{258}{{\fontencoding{LEIP}\selectfont\char61}} \DefineCharacter{601}{259}{\ensuremath{\Elzschwa }} \DefineCharacter{603}{25B}{\ensuremath{\varepsilon }} \DefineCharacter{609}{261}{g} \DefineCharacter{611}{263}{\ensuremath{\Elzpgamma }} \DefineCharacter{612}{264}{\ensuremath{\Elzpbgam }} \DefineCharacter{613}{265}{\ensuremath{\Elztrnh }} \DefineCharacter{620}{26C}{\ensuremath{\Elzbtdl }} \DefineCharacter{621}{26D}{\ensuremath{\Elzrtll }} \DefineCharacter{623}{26F}{\ensuremath{\Elztrnm }} \DefineCharacter{624}{270}{\ensuremath{\Elztrnmlr }} \DefineCharacter{625}{271}{\ensuremath{\Elzltlmr }} \DefineCharacter{626}{272}{\Elzltln } \DefineCharacter{627}{273}{\ensuremath{\Elzrtln }} \DefineCharacter{631}{277}{\ensuremath{\Elzclomeg }} \DefineCharacter{632}{278}{\textphi } \DefineCharacter{633}{279}{\ensuremath{\Elztrnr }} \DefineCharacter{634}{27A}{\ensuremath{\Elztrnrl }} \DefineCharacter{635}{27B}{\ensuremath{\Elzrttrnr }} \DefineCharacter{636}{27C}{\ensuremath{\Elzrl }} \DefineCharacter{637}{27D}{\ensuremath{\Elzrtlr }} \DefineCharacter{638}{27E}{\ensuremath{\Elzfhr }} \DefineCharacter{639}{27F}{{\fontencoding{LEIP}\selectfont\char202}} \DefineCharacter{642}{282}{\ensuremath{\Elzrtls }} \DefineCharacter{643}{283}{\ensuremath{\Elzesh }} \DefineCharacter{647}{287}{\ensuremath{\Elztrnt }} \DefineCharacter{648}{288}{\ensuremath{\Elzrtlt }} \DefineCharacter{650}{28A}{\ensuremath{\Elzpupsil }} \DefineCharacter{651}{28B}{\ensuremath{\Elzpscrv }} \DefineCharacter{652}{28C}{\ensuremath{\Elzinvv }} \DefineCharacter{653}{28D}{\ensuremath{\Elzinvw }} \DefineCharacter{654}{28E}{\ensuremath{\Elztrny }} \DefineCharacter{656}{290}{\ensuremath{\Elzrtlz }} \DefineCharacter{658}{292}{\ensuremath{\Elzyogh }} \DefineCharacter{660}{294}{\ensuremath{\Elzglst }} \DefineCharacter{661}{295}{\ensuremath{\Elzreglst }} \DefineCharacter{662}{296}{\ensuremath{\Elzinglst }} \DefineCharacter{670}{29E}{\textturnk } \DefineCharacter{676}{2A4}{\ensuremath{\Elzdyogh }} \DefineCharacter{679}{2A7}{\ensuremath{\Elztesh }} \DefineCharacter{700}{2BC}{'} \DefineCharacter{711}{2C7}{\textasciicaron } \DefineCharacter{712}{2C8}{\ensuremath{\Elzverts }} \DefineCharacter{716}{2CC}{\ensuremath{\Elzverti }} \DefineCharacter{720}{2D0}{\ensuremath{\Elzlmrk }} \DefineCharacter{721}{2D1}{\ensuremath{\Elzhlmrk }} \DefineCharacter{722}{2D2}{\ensuremath{\Elzsbrhr }} \DefineCharacter{723}{2D3}{\ensuremath{\Elzsblhr }} \DefineCharacter{724}{2D4}{\ensuremath{\Elzrais }} \DefineCharacter{725}{2D5}{\ensuremath{\Elzlow }} \DefineCharacter{728}{2D8}{\ifmmode \u\else \textasciibreve \fi}% \DefineCharacter{729}{2D9}{\ifmmode \dot{}\else \textperiodcentered \fi}% \DefineCharacter{730}{2DA}{\ifmmode \mathring{}\else \r{}\fi}% \DefineCharacter{731}{2DB}{\ifmmode \mbox{\k{}}\else \k{}\fi}% \DefineCharacter{732}{2DC}{\texttildelow } \DefineCharacter{733}{2DD}{\ifmmode \mbox{\H{}}\else \H{}\fi}% \DefineCharacter{741}{2E5}{\tone{55}} \DefineCharacter{742}{2E6}{\tone{44}} \DefineCharacter{743}{2E7}{\tone{33}} \DefineCharacter{744}{2E8}{\tone{22}} \DefineCharacter{745}{2E9}{\tone{11}} \DefineCharacter{768}{300}{\ifmmode \grave{}\else \`{}\fi}% \DefineCharacter{769}{301}{\ifmmode \acute{}\else \'{}\fi}% \DefineCharacter{770}{302}{\ifmmode \hat{}\else \^{}\fi}% \DefineCharacter{771}{303}{\ifmmode \tilde{}\else \~{}\fi}% \DefineCharacter{772}{304}{\ifmmode \bar{}\else \={}\fi}% \DefineCharacter{774}{306}{\ifmmode \breve{}\else \u{}\fi}% \DefineCharacter{775}{307}{\ifmmode \dot{}\else \.{}\fi}% \DefineCharacter{776}{308}{\ifmmode \ddot{}\else \"{}\fi}% \DefineCharacter{778}{30A}{\r{}} \DefineCharacter{779}{30B}{\H{}} \DefineCharacter{780}{30C}{\ifmmode \check{}\else \v{}\fi}% \DefineCharacter{783}{30F}{\cyrchar\C{}} \DefineCharacter{785}{311}{{\fontencoding{LECO}\selectfont\char177}} \DefineCharacter{792}{318}{{\fontencoding{LECO}\selectfont\char184}} \DefineCharacter{793}{319}{{\fontencoding{LECO}\selectfont\char185}} \DefineCharacter{801}{321}{\ensuremath{\Elzpalh }} \DefineCharacter{802}{322}{\Elzrh } \DefineCharacter{807}{327}{\c{}} \DefineCharacter{808}{328}{\k} \DefineCharacter{810}{32A}{\ensuremath{\Elzsbbrg }} \DefineCharacter{811}{32B}{{\fontencoding{LECO}\selectfont\char203}} \DefineCharacter{815}{32F}{{\fontencoding{LECO}\selectfont\char207}} \DefineCharacter{821}{335}{\Elzxl } \DefineCharacter{822}{336}{\Elzbar } \DefineCharacter{823}{337}{{\fontencoding{LECO}\selectfont\char215}} \DefineCharacter{824}{338}{\llap{\not\;}} \DefineCharacter{826}{33A}{{\fontencoding{LECO}\selectfont\char218}} \DefineCharacter{827}{33B}{{\fontencoding{LECO}\selectfont\char219}} \DefineCharacter{828}{33C}{{\fontencoding{LECO}\selectfont\char220}} \DefineCharacter{829}{33D}{{\fontencoding{LECO}\selectfont\char221}} \DefineCharacter{865}{361}{{\fontencoding{LECO}\selectfont\char225}} \DefineCharacter{902}{386}{\ifmmode \acute{A}\else \'{A}\fi}% \DefineCharacter{904}{388}{\ifmmode \acute{E}\else \'{E}\fi}% \DefineCharacter{905}{389}{\ifmmode \grave{H}\else \'{H}\fi}% \DefineCharacter{906}{38A}{\ifmmode \acute{I}\else \'{I}\fi}% \DefineCharacter{908}{38C}{\ifmmode \acute{O}\else \'{O}\fi}% \DefineCharacter{910}{38E}{\ensuremath{\acute{Y}}} \DefineCharacter{911}{38F}{\ensuremath{\acute{\Omega}}} \DefineCharacter{912}{390}{\ensuremath{\acute{\ddot{\iota}}}} \DefineCharacter{913}{391}{\ensuremath{\Alpha }} \DefineCharacter{914}{392}{\ensuremath{\Beta }} \DefineCharacter{915}{393}{\ensuremath{\Gamma }} \DefineCharacter{916}{394}{\ensuremath{\Delta }} \DefineCharacter{917}{395}{\ensuremath{\Epsilon }} \DefineCharacter{918}{396}{\ensuremath{\Zeta }} \DefineCharacter{919}{397}{\ensuremath{\Eta }} \DefineCharacter{920}{398}{\ensuremath{\Theta }} \DefineCharacter{921}{399}{\ensuremath{\Iota }} \DefineCharacter{922}{39A}{\ensuremath{\Kappa }} \DefineCharacter{923}{39B}{\ensuremath{\Lambda }} \DefineCharacter{924}{39C}{\ensuremath{M}} \DefineCharacter{925}{39D}{\ensuremath{N}} \DefineCharacter{926}{39E}{\ensuremath{\Xi }} \DefineCharacter{927}{39F}{\ensuremath{O}} \DefineCharacter{928}{3A0}{\ensuremath{\Pi }} \DefineCharacter{929}{3A1}{\ensuremath{\Rho }} \DefineCharacter{931}{3A3}{\ensuremath{\Sigma }} \DefineCharacter{932}{3A4}{\ensuremath{\Tau }} \DefineCharacter{933}{3A5}{\ensuremath{\Upsilon }} \DefineCharacter{934}{3A6}{\ensuremath{\Phi }} \DefineCharacter{935}{3A7}{\ensuremath{\Chi }} \DefineCharacter{936}{3A8}{\ensuremath{\Psi }} \DefineCharacter{937}{3A9}{\ensuremath{\Omega }} \DefineCharacter{938}{3AA}{\ensuremath{\ddot{I}}} \DefineCharacter{939}{3AB}{\ensuremath{\ddot{U}}} \DefineCharacter{940}{3AC}{\ifmmode \acute{\alpha}\else \'{$\alpha$}\fi}% \DefineCharacter{941}{3AD}{\ensuremath{\acute{\epsilon}}} \DefineCharacter{942}{3AE}{\ensuremath{\acute{\eta}}} \DefineCharacter{943}{3AF}{\ensuremath{\acute{\iota}}} \DefineCharacter{944}{3B0}{\ensuremath{\ddot{\acute{\upsilon}}}} \DefineCharacter{945}{3B1}{\ensuremath{\alpha }} \DefineCharacter{946}{3B2}{\ensuremath{\beta }} \DefineCharacter{947}{3B3}{\ensuremath{\gamma }} \DefineCharacter{948}{3B4}{\ensuremath{\delta }} \DefineCharacter{949}{3B5}{\ensuremath{\epsilon }} \DefineCharacter{950}{3B6}{\ensuremath{\zeta }} \DefineCharacter{951}{3B7}{\ensuremath{\eta }} \DefineCharacter{952}{3B8}{\ensuremath{\theta }} \DefineCharacter{953}{3B9}{\ensuremath{\iota }} \DefineCharacter{954}{3BA}{\ensuremath{\kappa }} \DefineCharacter{955}{3BB}{\ensuremath{\lambda }} \DefineCharacter{956}{3BC}{\ensuremath{\mu }} \DefineCharacter{957}{3BD}{\ensuremath{\nu }} \DefineCharacter{958}{3BE}{\ensuremath{\xi }} \DefineCharacter{959}{3BF}{\ensuremath{o}} \DefineCharacter{960}{3C0}{\ensuremath{\pi }} \DefineCharacter{961}{3C1}{\ensuremath{\rho }} \DefineCharacter{962}{3C2}{\ensuremath{\varsigma }} \DefineCharacter{963}{3C3}{\ensuremath{\sigma }} \DefineCharacter{964}{3C4}{\ensuremath{\tau }} \DefineCharacter{965}{3C5}{\ensuremath{\upsilon }} \DefineCharacter{966}{3C6}{\ensuremath{\phi }} \DefineCharacter{967}{3C7}{\ensuremath{\chi }} \DefineCharacter{968}{3C8}{\ensuremath{\psi }} \DefineCharacter{969}{3C9}{\ensuremath{\omega }} \DefineCharacter{970}{3CA}{\ensuremath{\ddot{\iota}}} \DefineCharacter{971}{3CB}{\ensuremath{\ddot{\upsilon}}} \DefineCharacter{972}{3CC}{\ifmmode \acute{o}\else \'{o}\fi}% \DefineCharacter{973}{3CD}{\ensuremath{\acute{\upsilon}}} \DefineCharacter{974}{3CE}{\ensuremath{\acute{\omega}}} \DefineCharacter{976}{3D0}{\Pisymbol{ppi022}{87}} \DefineCharacter{977}{3D1}{\ifmmode \vartheta \else \textvartheta \fi}% \DefineCharacter{978}{3D2}{\ensuremath{\Upsilon }} \DefineCharacter{981}{3D5}{\ensuremath{\varphi }} \DefineCharacter{982}{3D6}{\ensuremath{\varpi }} \DefineCharacter{988}{3DC}{\ensuremath{\Digamma }} \DefineCharacter{1008}{3F0}{\ensuremath{\varkappa }} \DefineCharacter{1009}{3F1}{\ensuremath{\varrho }} \DefineCharacter{1025}{401}{\cyrchar\CYRYO } \DefineCharacter{1026}{402}{\cyrchar\CYRDJE } \DefineCharacter{1027}{403}{\cyrchar{\'\CYRG}} \DefineCharacter{1028}{404}{\cyrchar\CYRIE } \DefineCharacter{1029}{405}{\cyrchar\CYRDZE } \DefineCharacter{1030}{406}{\cyrchar\CYRII } \DefineCharacter{1031}{407}{\cyrchar\CYRYI } \DefineCharacter{1032}{408}{\cyrchar\CYRJE } \DefineCharacter{1033}{409}{\cyrchar\CYRLJE } \DefineCharacter{1034}{40A}{\cyrchar\CYRNJE } \DefineCharacter{1035}{40B}{\cyrchar\CYRTSHE } \DefineCharacter{1036}{40C}{\cyrchar{\'\CYRK}} \DefineCharacter{1038}{40E}{\cyrchar\CYRUSHRT } \DefineCharacter{1039}{40F}{\cyrchar\CYRDZHE } \DefineCharacter{1040}{410}{\cyrchar\CYRA } \DefineCharacter{1041}{411}{\cyrchar\CYRB } \DefineCharacter{1042}{412}{\cyrchar\CYRV } \DefineCharacter{1043}{413}{\cyrchar\CYRG } \DefineCharacter{1044}{414}{\cyrchar\CYRD } \DefineCharacter{1045}{415}{\cyrchar\CYRE } \DefineCharacter{1046}{416}{\cyrchar\CYRZH } \DefineCharacter{1047}{417}{\cyrchar\CYRZ } \DefineCharacter{1048}{418}{\cyrchar\CYRI } \DefineCharacter{1049}{419}{\cyrchar\CYRISHRT } \DefineCharacter{1050}{41A}{\cyrchar\CYRK } \DefineCharacter{1051}{41B}{\cyrchar\CYRL } \DefineCharacter{1052}{41C}{\cyrchar\CYRM } \DefineCharacter{1053}{41D}{\cyrchar\CYRN } \DefineCharacter{1054}{41E}{\cyrchar\CYRO } \DefineCharacter{1055}{41F}{\cyrchar\CYRP } \DefineCharacter{1056}{420}{\cyrchar\CYRR } \DefineCharacter{1057}{421}{\cyrchar\CYRS } \DefineCharacter{1058}{422}{\cyrchar\CYRT } \DefineCharacter{1059}{423}{\cyrchar\CYRU } \DefineCharacter{1060}{424}{\cyrchar\CYRF } \DefineCharacter{1061}{425}{\cyrchar\CYRH } \DefineCharacter{1062}{426}{\cyrchar\CYRC } \DefineCharacter{1063}{427}{\cyrchar\CYRCH } \DefineCharacter{1064}{428}{\cyrchar\CYRSH } \DefineCharacter{1065}{429}{\cyrchar\CYRSHCH } \DefineCharacter{1066}{42A}{\cyrchar\CYRHRDSN } \DefineCharacter{1067}{42B}{\cyrchar\CYRERY } \DefineCharacter{1068}{42C}{\cyrchar\CYRSFTSN } \DefineCharacter{1069}{42D}{\cyrchar\CYREREV } \DefineCharacter{1070}{42E}{\cyrchar\CYRYU } \DefineCharacter{1071}{42F}{\cyrchar\CYRYA } \DefineCharacter{1072}{430}{\cyrchar\cyra } \DefineCharacter{1073}{431}{\cyrchar\cyrb } \DefineCharacter{1074}{432}{\cyrchar\cyrv } \DefineCharacter{1075}{433}{\cyrchar\cyrg } \DefineCharacter{1076}{434}{\cyrchar\cyrd } \DefineCharacter{1077}{435}{\cyrchar\cyre } \DefineCharacter{1078}{436}{\cyrchar\cyrzh } \DefineCharacter{1079}{437}{\cyrchar\cyrz } \DefineCharacter{1080}{438}{\cyrchar\cyri } \DefineCharacter{1081}{439}{\cyrchar\cyrishrt } \DefineCharacter{1082}{43A}{\cyrchar\cyrk } \DefineCharacter{1083}{43B}{\cyrchar\cyrl } \DefineCharacter{1084}{43C}{\cyrchar\cyrm } \DefineCharacter{1085}{43D}{\cyrchar\cyrn } \DefineCharacter{1086}{43E}{\cyrchar\cyro } \DefineCharacter{1087}{43F}{\cyrchar\cyrp } \DefineCharacter{1088}{440}{\cyrchar\cyrr } \DefineCharacter{1089}{441}{\cyrchar\cyrs } \DefineCharacter{1090}{442}{\cyrchar\cyrt } \DefineCharacter{1091}{443}{\cyrchar\cyru } \DefineCharacter{1092}{444}{\cyrchar\cyrf } \DefineCharacter{1093}{445}{\cyrchar\cyrh } \DefineCharacter{1094}{446}{\cyrchar\cyrc } \DefineCharacter{1095}{447}{\cyrchar\cyrch } \DefineCharacter{1096}{448}{\cyrchar\cyrsh } \DefineCharacter{1097}{449}{\cyrchar\cyrshch } \DefineCharacter{1098}{44A}{\cyrchar\cyrhrdsn } \DefineCharacter{1099}{44B}{\cyrchar\cyrery } \DefineCharacter{1100}{44C}{\cyrchar\cyrsftsn } \DefineCharacter{1101}{44D}{\cyrchar\cyrerev } \DefineCharacter{1102}{44E}{\cyrchar\cyryu } \DefineCharacter{1103}{44F}{\cyrchar\cyrya } \DefineCharacter{1105}{451}{\cyrchar\cyryo } \DefineCharacter{1106}{452}{\cyrchar\cyrdje } \DefineCharacter{1107}{453}{\cyrchar{\'\cyrg}} \DefineCharacter{1108}{454}{\cyrchar\cyrie } \DefineCharacter{1109}{455}{\cyrchar\cyrdze } \DefineCharacter{1110}{456}{\cyrchar\cyrii } \DefineCharacter{1111}{457}{\cyrchar\cyryi } \DefineCharacter{1112}{458}{\cyrchar\cyrje } \DefineCharacter{1113}{459}{\cyrchar\cyrlje } \DefineCharacter{1114}{45A}{\cyrchar\cyrnje } \DefineCharacter{1115}{45B}{\cyrchar\cyrtshe } \DefineCharacter{1116}{45C}{\cyrchar{\'\cyrk}} \DefineCharacter{1118}{45E}{\cyrchar\cyrushrt } \DefineCharacter{1119}{45F}{\cyrchar\cyrdzhe } \DefineCharacter{1120}{460}{\cyrchar\CYROMEGA } \DefineCharacter{1121}{461}{\cyrchar\cyromega } \DefineCharacter{1122}{462}{\cyrchar\CYRYAT } \DefineCharacter{1124}{464}{\cyrchar\CYRIOTE } \DefineCharacter{1125}{465}{\cyrchar\cyriote } \DefineCharacter{1126}{466}{\cyrchar\CYRLYUS } \DefineCharacter{1127}{467}{\cyrchar\cyrlyus } \DefineCharacter{1128}{468}{\cyrchar\CYRIOTLYUS } \DefineCharacter{1129}{469}{\cyrchar\cyriotlyus } \DefineCharacter{1130}{46A}{\cyrchar\CYRBYUS } \DefineCharacter{1132}{46C}{\cyrchar\CYRIOTBYUS } \DefineCharacter{1133}{46D}{\cyrchar\cyriotbyus } \DefineCharacter{1134}{46E}{\cyrchar\CYRKSI } \DefineCharacter{1135}{46F}{\cyrchar\cyrksi } \DefineCharacter{1136}{470}{\cyrchar\CYRPSI } \DefineCharacter{1137}{471}{\cyrchar\cyrpsi } \DefineCharacter{1138}{472}{\cyrchar\CYRFITA } \DefineCharacter{1140}{474}{\cyrchar\CYRIZH } \DefineCharacter{1144}{478}{\cyrchar\CYRUK } \DefineCharacter{1145}{479}{\cyrchar\cyruk } \DefineCharacter{1146}{47A}{\cyrchar\CYROMEGARND } \DefineCharacter{1147}{47B}{\cyrchar\cyromegarnd } \DefineCharacter{1148}{47C}{\cyrchar\CYROMEGATITLO } \DefineCharacter{1149}{47D}{\cyrchar\cyromegatitlo } \DefineCharacter{1150}{47E}{\cyrchar\CYROT } \DefineCharacter{1151}{47F}{\cyrchar\cyrot } \DefineCharacter{1152}{480}{\cyrchar\CYRKOPPA } \DefineCharacter{1153}{481}{\cyrchar\cyrkoppa } \DefineCharacter{1154}{482}{\cyrchar\cyrthousands } \DefineCharacter{1160}{488}{\cyrchar\cyrhundredthousands } \DefineCharacter{1161}{489}{\cyrchar\cyrmillions } \DefineCharacter{1164}{48C}{\cyrchar\CYRSEMISFTSN } \DefineCharacter{1165}{48D}{\cyrchar\cyrsemisftsn } \DefineCharacter{1166}{48E}{\cyrchar\CYRRTICK } \DefineCharacter{1167}{48F}{\cyrchar\cyrrtick } \DefineCharacter{1168}{490}{\cyrchar\CYRGUP } \DefineCharacter{1169}{491}{\cyrchar\cyrgup } \DefineCharacter{1170}{492}{\cyrchar\CYRGHCRS } \DefineCharacter{1171}{493}{\cyrchar\cyrghcrs } \DefineCharacter{1172}{494}{\cyrchar\CYRGHK } \DefineCharacter{1173}{495}{\cyrchar\cyrghk } \DefineCharacter{1174}{496}{\cyrchar\CYRZHDSC } \DefineCharacter{1175}{497}{\cyrchar\cyrzhdsc } \DefineCharacter{1176}{498}{\cyrchar\CYRZDSC } \DefineCharacter{1177}{499}{\cyrchar\cyrzdsc } \DefineCharacter{1178}{49A}{\cyrchar\CYRKDSC } \DefineCharacter{1179}{49B}{\cyrchar\cyrkdsc } \DefineCharacter{1180}{49C}{\cyrchar\CYRKVCRS } \DefineCharacter{1181}{49D}{\cyrchar\cyrkvcrs } \DefineCharacter{1182}{49E}{\cyrchar\CYRKHCRS } \DefineCharacter{1183}{49F}{\cyrchar\cyrkhcrs } \DefineCharacter{1184}{4A0}{\cyrchar\CYRKBEAK } \DefineCharacter{1185}{4A1}{\cyrchar\cyrkbeak } \DefineCharacter{1186}{4A2}{\cyrchar\CYRNDSC } \DefineCharacter{1187}{4A3}{\cyrchar\cyrndsc } \DefineCharacter{1188}{4A4}{\cyrchar\CYRNG } \DefineCharacter{1189}{4A5}{\cyrchar\cyrng } \DefineCharacter{1190}{4A6}{\cyrchar\CYRPHK } \DefineCharacter{1191}{4A7}{\cyrchar\cyrphk } \DefineCharacter{1192}{4A8}{\cyrchar\CYRABHHA } \DefineCharacter{1193}{4A9}{\cyrchar\cyrabhha } \DefineCharacter{1194}{4AA}{\cyrchar\CYRSDSC } \DefineCharacter{1195}{4AB}{\cyrchar\cyrsdsc } \DefineCharacter{1196}{4AC}{\cyrchar\CYRTDSC } \DefineCharacter{1197}{4AD}{\cyrchar\cyrtdsc } \DefineCharacter{1198}{4AE}{\cyrchar\CYRY } \DefineCharacter{1199}{4AF}{\cyrchar\cyry } \DefineCharacter{1200}{4B0}{\cyrchar\CYRYHCRS } \DefineCharacter{1201}{4B1}{\cyrchar\cyryhcrs } \DefineCharacter{1202}{4B2}{\cyrchar\CYRHDSC } \DefineCharacter{1203}{4B3}{\cyrchar\cyrhdsc } \DefineCharacter{1204}{4B4}{\cyrchar\CYRTETSE } \DefineCharacter{1205}{4B5}{\cyrchar\cyrtetse } \DefineCharacter{1206}{4B6}{\cyrchar\CYRCHRDSC } \DefineCharacter{1207}{4B7}{\cyrchar\cyrchrdsc } \DefineCharacter{1208}{4B8}{\cyrchar\CYRCHVCRS } \DefineCharacter{1209}{4B9}{\cyrchar\cyrchvcrs } \DefineCharacter{1210}{4BA}{\cyrchar\CYRSHHA } \DefineCharacter{1211}{4BB}{\cyrchar\cyrshha } \DefineCharacter{1212}{4BC}{\cyrchar\CYRABHCH } \DefineCharacter{1213}{4BD}{\cyrchar\cyrabhch } \DefineCharacter{1214}{4BE}{\cyrchar\CYRABHCHDSC } \DefineCharacter{1215}{4BF}{\cyrchar\cyrabhchdsc } \DefineCharacter{1216}{4C0}{\cyrchar\CYRpalochka } \DefineCharacter{1219}{4C3}{\cyrchar\CYRKHK } \DefineCharacter{1220}{4C4}{\cyrchar\cyrkhk } \DefineCharacter{1223}{4C7}{\cyrchar\CYRNHK } \DefineCharacter{1224}{4C8}{\cyrchar\cyrnhk } \DefineCharacter{1227}{4CB}{\cyrchar\CYRCHLDSC } \DefineCharacter{1228}{4CC}{\cyrchar\cyrchldsc } \DefineCharacter{1236}{4D4}{\cyrchar\CYRAE } \DefineCharacter{1237}{4D5}{\cyrchar\cyrae } \DefineCharacter{1240}{4D8}{\cyrchar\CYRSCHWA } \DefineCharacter{1241}{4D9}{\cyrchar\cyrschwa } \DefineCharacter{1248}{4E0}{\cyrchar\CYRABHDZE } \DefineCharacter{1249}{4E1}{\cyrchar\cyrabhdze } \DefineCharacter{1256}{4E8}{\cyrchar\CYROTLD } \DefineCharacter{1257}{4E9}{\cyrchar\cyrotld } \DefineCharacter{8194}{2002}{\hspace{0.6em}} \DefineCharacter{8195}{2003}{\hspace{1em}} \DefineCharacter{8196}{2004}{\hspace{0.33em}} \DefineCharacter{8197}{2005}{\hspace{0.25em}} \DefineCharacter{8198}{2006}{\hspace{0.166em}} \DefineCharacter{8199}{2007}{\hphantom{0}} \DefineCharacter{8200}{2008}{\hphantom{,}} \DefineCharacter{8201}{2009}{\hspace{0.167em}} \DefineCharacter{8202}{200A}{\ensuremath{\mkern1mu }} \DefineCharacter{8208}{2010}{-} \DefineCharacter{8211}{2013}{\textendash } \DefineCharacter{8212}{2014}{\ifmmode ---\else \textemdash \fi}% \DefineCharacter{8213}{2015}{\rule{1em}{1pt}} \DefineCharacter{8214}{2016}{\ensuremath{\Vert }} \DefineCharacter{8216}{2018}{`} \DefineCharacter{8217}{2019}{'} \DefineCharacter{8218}{201A}{,} \DefineCharacter{8219}{201B}{\ensuremath{\Elzreapos }} \DefineCharacter{8220}{201C}{\textquotedblleft } \DefineCharacter{8221}{201D}{\textquotedblright } \DefineCharacter{8222}{201E}{,,} \DefineCharacter{8224}{2020}{\ifmmode \dag \else \textdagger \fi}% \DefineCharacter{8225}{2021}{\ifmmode \ddag \else \textdaggerdbl \fi}% \DefineCharacter{8226}{2022}{\ifmmode \bullet\else \textbullet \fi}% \DefineCharacter{8228}{2024}{.} \DefineCharacter{8229}{2025}{..} \DefineCharacter{8230}{2026}{\ldots } \DefineCharacter{8240}{2030}{\textperthousand } \DefineCharacter{8241}{2031}{\textpertenthousand } \DefineCharacter{8242}{2032}{\ensuremath{{'}}} \DefineCharacter{8243}{2033}{\ensuremath{{''}}} \DefineCharacter{8244}{2034}{\ensuremath{{'''}}} \DefineCharacter{8245}{2035}{\ensuremath{\backprime }} \DefineCharacter{8249}{2039}{\guilsinglleft } \DefineCharacter{8250}{203A}{\guilsinglright } \DefineCharacter{8359}{20A7}{\ensuremath{\Elzpes}} \DefineCharacter{8364}{20AC}{\EUR} \DefineCharacter{8411}{20DB}{\ensuremath{\dddot{}{}}} \DefineCharacter{8412}{20DC}{\ensuremath{\ddddot {}}} \DefineCharacter{8450}{2102}{\ensuremath{\mathbb{C}}} \DefineCharacter{8458}{210A}{\mathscr{g}} \DefineCharacter{8459}{210B}{\ensuremath{\mathscr{H}}} \DefineCharacter{8460}{210C}{\ensuremath{\mathfrak{H}}} \DefineCharacter{8461}{210D}{\ensuremath{\mathbb{H}}} \DefineCharacter{8463}{210F}{\ensuremath{\hslash }} \DefineCharacter{8464}{2110}{\ensuremath{\mathscr{I}}} \DefineCharacter{8465}{2111}{\ensuremath{\mathfrak{I}}} \DefineCharacter{8466}{2112}{\ensuremath{\mathscr{L}}} \DefineCharacter{8467}{2113}{\ensuremath{\mathscr{l}}} \DefineCharacter{8469}{2115}{\ensuremath{\mathbb{N}}} \DefineCharacter{8470}{2116}{\cyrchar\textnumero } \DefineCharacter{8472}{2118}{\ensuremath{\wp }} \DefineCharacter{8473}{2119}{\ensuremath{\mathbb{P}}} \DefineCharacter{8474}{211A}{\ensuremath{\mathbb{Q}}} \DefineCharacter{8475}{211B}{\ensuremath{\mathscr{R}}} \DefineCharacter{8476}{211C}{\ensuremath{\mathfrak{R}}} \DefineCharacter{8477}{211D}{\ensuremath{\mathbb{R}}} \DefineCharacter{8478}{211E}{\ensuremath{\Elzxrat }} \DefineCharacter{8482}{2122}{\texttrademark } \DefineCharacter{8484}{2124}{\ensuremath{\mathbb{Z}}} \DefineCharacter{8486}{2126}{\ensuremath{\Omega }} \DefineCharacter{8487}{2127}{\ensuremath{\mho }} \DefineCharacter{8488}{2128}{\ensuremath{\mathfrak{Z}}} \DefineCharacter{8489}{2129}{\ensuremath{\ElsevierGlyph{2129}}} \DefineCharacter{8491}{212B}{\AA } \DefineCharacter{8492}{212C}{\ensuremath{\mathscr{B}}} \DefineCharacter{8493}{212D}{\ensuremath{\mathfrak{C}}} \DefineCharacter{8495}{212F}{\ensuremath{\mathscr{e}}} \DefineCharacter{8496}{2130}{\ensuremath{\mathscr{E}}} \DefineCharacter{8497}{2131}{\ensuremath{\mathscr{F}}} \DefineCharacter{8499}{2133}{\ensuremath{\mathscr{M}}} \DefineCharacter{8500}{2134}{\ensuremath{\mathscr{o}}} \DefineCharacter{8501}{2135}{\ensuremath{\aleph }} \DefineCharacter{8502}{2136}{\ensuremath{\beth }} \DefineCharacter{8503}{2137}{\ensuremath{\gimel }} \DefineCharacter{8504}{2138}{\ensuremath{\daleth }} \DefineCharacter{8531}{2153}{\ensuremath{\textfrac{1}{3}}} \DefineCharacter{8532}{2154}{\ensuremath{\textfrac{2}{3}}} \DefineCharacter{8533}{2155}{\ensuremath{\textfrac{1}{5}}} \DefineCharacter{8534}{2156}{\ensuremath{\textfrac{2}{5}}} \DefineCharacter{8535}{2157}{\ensuremath{\textfrac{3}{5}}} \DefineCharacter{8536}{2158}{\ensuremath{\textfrac{4}{5}}} \DefineCharacter{8537}{2159}{\ensuremath{\textfrac{1}{6}}} \DefineCharacter{8538}{215A}{\ensuremath{\textfrac{5}{6}}} \DefineCharacter{8539}{215B}{\ensuremath{\textfrac{1}{8}}} \DefineCharacter{8540}{215C}{\ensuremath{\textfrac{3}{8}}} \DefineCharacter{8541}{215D}{\ensuremath{\textfrac{5}{8}}} \DefineCharacter{8542}{215E}{\ensuremath{\textfrac{7}{8}}} \DefineCharacter{8592}{2190}{\ensuremath{\leftarrow }} \DefineCharacter{8592}{2190x}{\ensuremath{\longleftarrow }} \DefineCharacter{8593}{2191}{\ensuremath{\uparrow }} \DefineCharacter{8594}{2192}{\ensuremath{\rightarrow }} \DefineCharacter{8594}{2192x}{\ensuremath{\longrightarrow }} \DefineCharacter{8595}{2193}{\ensuremath{\downarrow }} \DefineCharacter{8596}{2194}{\ensuremath{\leftrightarrow }} \DefineCharacter{8596}{2194x}{\ensuremath{\longleftrightarrow }} \DefineCharacter{8597}{2195}{\ensuremath{\updownarrow }} \DefineCharacter{8598}{2196}{\ensuremath{\nwarrow }} \DefineCharacter{8599}{2197}{\ensuremath{\nearrow }} \DefineCharacter{8600}{2198}{\ensuremath{\searrow }} \DefineCharacter{8601}{2199}{\ensuremath{\swarrow }} \DefineCharacter{8602}{219A}{\ensuremath{\nleftarrow }} \DefineCharacter{8603}{219B}{\ensuremath{\nrightarrow }} \DefineCharacter{8604}{219C}{\ensuremath{\arrowwaveright }} \DefineCharacter{8605}{219D}{\ensuremath{\arrowwaveright }} \DefineCharacter{8606}{219E}{\ensuremath{\twoheadleftarrow }} \DefineCharacter{8608}{21A0}{\ensuremath{\twoheadrightarrow }} \DefineCharacter{8610}{21A2}{\ensuremath{\leftarrowtail }} \DefineCharacter{8611}{21A3}{\ensuremath{\rightarrowtail }} \DefineCharacter{8614}{21A6}{\ensuremath{\mapsto }} \DefineCharacter{8614}{21A6x}{\ensuremath{\longmapsto }} \DefineCharacter{8617}{21A9}{\ensuremath{\hookleftarrow }} \DefineCharacter{8618}{21AA}{\ensuremath{\hookrightarrow }} \DefineCharacter{8619}{21AB}{\ensuremath{\looparrowleft }} \DefineCharacter{8620}{21AC}{\ensuremath{\looparrowright }} \DefineCharacter{8621}{21AD}{\ensuremath{\leftrightsquigarrow }} \DefineCharacter{8622}{21AE}{\ensuremath{\nleftrightarrow }} \DefineCharacter{8624}{21B0}{\ensuremath{\Lsh }} \DefineCharacter{8625}{21B1}{\ensuremath{\Rsh }} \DefineCharacter{8627}{21B3}{\ensuremath{\ElsevierGlyph{21B3}}} \DefineCharacter{8630}{21B6}{\ensuremath{\curvearrowleft }} \DefineCharacter{8631}{21B7}{\ensuremath{\curvearrowright }} \DefineCharacter{8634}{21BA}{\ensuremath{\circlearrowleft }} \DefineCharacter{8635}{21BB}{\ensuremath{\circlearrowright }} \DefineCharacter{8636}{21BC}{\ensuremath{\leftharpoonup }} \DefineCharacter{8637}{21BD}{\ensuremath{\leftharpoondown }} \DefineCharacter{8638}{21BE}{\ensuremath{\upharpoonright }} \DefineCharacter{8639}{21BF}{\ensuremath{\upharpoonleft }} \DefineCharacter{8640}{21C0}{\ensuremath{\rightharpoonup }} \DefineCharacter{8641}{21C1}{\ensuremath{\rightharpoondown }} \DefineCharacter{8642}{21C2}{\ensuremath{\downharpoonright }} \DefineCharacter{8643}{21C3}{\ensuremath{\downharpoonleft }} \DefineCharacter{8644}{21C4}{\ensuremath{\rightleftarrows }} \DefineCharacter{8645}{21C5}{\ensuremath{\dblarrowupdown }} \DefineCharacter{8646}{21C6}{\ensuremath{\leftrightarrows }} \DefineCharacter{8647}{21C7}{\ensuremath{\leftleftarrows }} \DefineCharacter{8648}{21C8}{\ensuremath{\upuparrows }} \DefineCharacter{8649}{21C9}{\ensuremath{\rightrightarrows }} \DefineCharacter{8650}{21CA}{\ensuremath{\downdownarrows }} \DefineCharacter{8651}{21CB}{\ensuremath{\leftrightharpoons }} \DefineCharacter{8652}{21CC}{\ensuremath{\rightleftharpoons }} \DefineCharacter{8653}{21CD}{\ensuremath{\nLeftarrow }} \DefineCharacter{8654}{21CE}{\ensuremath{\nLeftrightarrow }} \DefineCharacter{8655}{21CF}{\ensuremath{\nRightarrow }} \DefineCharacter{8656}{21D0}{\ensuremath{\Leftarrow }} \DefineCharacter{8656}{21D0x}{\ensuremath{\Longleftarrow }} \DefineCharacter{8657}{21D1}{\ensuremath{\Uparrow }} \DefineCharacter{8658}{21D2}{\ensuremath{\Rightarrow }} \DefineCharacter{8658}{21D2x}{\ensuremath{\Longrightarrow }} \DefineCharacter{8659}{21D3}{\ensuremath{\Downarrow }} \DefineCharacter{8660}{21D4}{\ensuremath{\Leftrightarrow }} \DefineCharacter{8660}{21D4x}{\ensuremath{\Longleftrightarrow }} \DefineCharacter{8661}{21D5}{\ensuremath{\Updownarrow }} \DefineCharacter{8666}{21DA}{\ensuremath{\Lleftarrow }} \DefineCharacter{8667}{21DB}{\ensuremath{\Rrightarrow }} \DefineCharacter{8669}{21DD}{\ensuremath{\rightsquigarrow }} \DefineCharacter{8693}{21F5}{\ensuremath{\DownArrowUpArrow }} \DefineCharacter{8704}{2200}{\ensuremath{\forall }} \DefineCharacter{8705}{2201}{\ensuremath{\complement }} \DefineCharacter{8706}{2202}{\ensuremath{\partial }} \DefineCharacter{8707}{2203}{\ensuremath{\exists }} \DefineCharacter{8708}{2204}{\ensuremath{\nexists }} \DefineCharacter{8709}{2205}{\ensuremath{\varnothing }} \DefineCharacter{8711}{2207}{\ensuremath{\nabla }} \DefineCharacter{8712}{2208}{\ensuremath{\in }} \DefineCharacter{8713}{2209}{\ensuremath{\not\in }} \DefineCharacter{8715}{220B}{\ensuremath{\ni }} \DefineCharacter{8716}{220C}{\ensuremath{\not\ni }} \DefineCharacter{8719}{220F}{\ensuremath{\prod }} \DefineCharacter{8720}{2210}{\ensuremath{\coprod }} \DefineCharacter{8721}{2211}{\ensuremath{\sum }} \DefineCharacter{8722}{2212}{-} \DefineCharacter{8723}{2213}{\ensuremath{\mp }} \DefineCharacter{8724}{2214}{\ensuremath{\dotplus }} \DefineCharacter{8726}{2216}{\ensuremath{\setminus }} \DefineCharacter{8727}{2217}{\ensuremath{{_\ast}}} \DefineCharacter{8728}{2218}{\ensuremath{\circ }} \DefineCharacter{8729}{2219}{\ensuremath{\bullet }} \DefineCharacter{8730}{221A}{\ensuremath{\surd }} \DefineCharacter{8733}{221D}{\ensuremath{\propto }} \DefineCharacter{8734}{221E}{\ensuremath{\infty }} \DefineCharacter{8735}{221F}{\ensuremath{\rightangle }} \DefineCharacter{8736}{2220}{\ensuremath{\angle }} \DefineCharacter{8737}{2221}{\ensuremath{\measuredangle }} \DefineCharacter{8738}{2222}{\ensuremath{\sphericalangle }} \DefineCharacter{8739}{2223}{\ensuremath{\mid }} \DefineCharacter{8740}{2224}{\ensuremath{\nmid }} \DefineCharacter{8741}{2225}{\ensuremath{\parallel }} \DefineCharacter{8742}{2226}{\ensuremath{\nparallel }} \DefineCharacter{8743}{2227}{\ensuremath{\wedge }} \DefineCharacter{8744}{2228}{\ensuremath{\vee }} \DefineCharacter{8745}{2229}{\ensuremath{\cap }} \DefineCharacter{8746}{222A}{\ensuremath{\cup }} \DefineCharacter{8747}{222B}{\ensuremath{\int }} \DefineCharacter{8748}{222C}{\ensuremath{\int\!\int }} \DefineCharacter{8749}{222D}{\ensuremath{\int\!\int\!\int }} \DefineCharacter{8750}{222E}{\ensuremath{\oint }} \DefineCharacter{8751}{222F}{\ensuremath{\surfintegral }} \DefineCharacter{8752}{2230}{\ensuremath{\volintegral }} \DefineCharacter{8753}{2231}{\ensuremath{\clwintegral }} \DefineCharacter{8754}{2232}{\ensuremath{\ElsevierGlyph{2232}}} \DefineCharacter{8755}{2233}{\ensuremath{\ElsevierGlyph{2233}}} \DefineCharacter{8756}{2234}{\ensuremath{\therefore }} \DefineCharacter{8757}{2235}{\ensuremath{\because }} \DefineCharacter{8759}{2237}{\ensuremath{\Colon }} \DefineCharacter{8760}{2238}{\ensuremath{\ElsevierGlyph{2238}}} \DefineCharacter{8762}{223A}{\ensuremath{\mathbin{{:}\!\!{-}\!\!{:}}}} \DefineCharacter{8763}{223B}{\ensuremath{\homothetic }} \DefineCharacter{8764}{223C}{\ensuremath{\sim }} \DefineCharacter{8765}{223D}{\ensuremath{\backsim }} \DefineCharacter{8766}{223E}{\ensuremath{\lazysinv }} \DefineCharacter{8768}{2240}{\ensuremath{\wr }} \DefineCharacter{8769}{2241}{\ensuremath{\not\sim }} \DefineCharacter{8770}{2242}{\ensuremath{\ElsevierGlyph{2242}}} \DefineCharacter{8771}{2243}{\ensuremath{\simeq }} \DefineCharacter{8772}{2244}{\ensuremath{\not\simeq }} \DefineCharacter{8773}{2245}{\ensuremath{\cong }} \DefineCharacter{8774}{2246}{\ensuremath{\approxnotequal }} \DefineCharacter{8775}{2247}{\ensuremath{\not\cong }} \DefineCharacter{8776}{2248}{\ensuremath{\approx }} \DefineCharacter{8777}{2249}{\ensuremath{\not\approx }} \DefineCharacter{8778}{224A}{\ensuremath{\approxeq }} \DefineCharacter{8779}{224B}{\ensuremath{\tildetrpl }} \DefineCharacter{8780}{224C}{\ensuremath{\allequal }} \DefineCharacter{8781}{224D}{\ensuremath{\asymp }} \DefineCharacter{8782}{224E}{\ensuremath{\Bumpeq }} \DefineCharacter{8783}{224F}{\ensuremath{\bumpeq }} \DefineCharacter{8784}{2250}{\ensuremath{\doteq }} \DefineCharacter{8785}{2251}{\ensuremath{\doteqdot }} \DefineCharacter{8786}{2252}{\ensuremath{\fallingdotseq }} \DefineCharacter{8787}{2253}{\ensuremath{\risingdotseq }} \DefineCharacter{8788}{2254}{:=} \DefineCharacter{8789}{2255}{\ensuremath{=:}} \DefineCharacter{8790}{2256}{\ensuremath{\eqcirc }} \DefineCharacter{8791}{2257}{\ensuremath{\circeq }} \DefineCharacter{8793}{2259}{\ensuremath{\estimates }} \DefineCharacter{8794}{225A}{\ensuremath{\ElsevierGlyph{225A}}} \DefineCharacter{8795}{225B}{\ensuremath{\starequal }} \DefineCharacter{8796}{225C}{\ensuremath{\triangleq }} \DefineCharacter{8799}{225F}{\ensuremath{\ElsevierGlyph{225F}}} \DefineCharacter{8800}{2260}{\ensuremath{\not =}} \DefineCharacter{8801}{2261}{\ensuremath{\equiv }} \DefineCharacter{8802}{2262}{\ensuremath{\not\equiv }} \DefineCharacter{8804}{2264}{\ensuremath{\leq }} \DefineCharacter{8805}{2265}{\ensuremath{\geq }} \DefineCharacter{8806}{2266}{\ensuremath{\leqq }} \DefineCharacter{8807}{2267}{\ensuremath{\geqq }} \DefineCharacter{8808}{2268}{\ensuremath{\lneqq }} \DefineCharacter{8809}{2269}{\ensuremath{\gneqq }} \DefineCharacter{8810}{226A}{\ensuremath{\ll }} \DefineCharacter{8811}{226B}{\ensuremath{\gg }} \DefineCharacter{8812}{226C}{\ensuremath{\between }} \DefineCharacter{8813}{226D}{\ensuremath{\not\kern-0.3em\times }} \DefineCharacter{8814}{226E}{\ensuremath{\not<}} \DefineCharacter{8815}{226F}{\ensuremath{\not>}} \DefineCharacter{8816}{2270}{\ensuremath{\nleqslant }} \DefineCharacter{8817}{2271}{\ensuremath{\ngeqslant }} \DefineCharacter{8818}{2272}{\ensuremath{\lessequivlnt }} \DefineCharacter{8819}{2273}{\ensuremath{\greaterequivlnt }} \DefineCharacter{8820}{2274}{\ensuremath{\ElsevierGlyph{2274}}} \DefineCharacter{8821}{2275}{\ensuremath{\ElsevierGlyph{2275}}} \DefineCharacter{8822}{2276}{\ensuremath{\lessgtr }} \DefineCharacter{8823}{2277}{\ensuremath{\gtrless }} \DefineCharacter{8824}{2278}{\ensuremath{\notlessgreater }} \DefineCharacter{8825}{2279}{\ensuremath{\notgreaterless }} \DefineCharacter{8826}{227A}{\ensuremath{\prec }} \DefineCharacter{8827}{227B}{\ensuremath{\succ }} \DefineCharacter{8828}{227C}{\ensuremath{\preccurlyeq }} \DefineCharacter{8829}{227D}{\ensuremath{\succcurlyeq }} \DefineCharacter{8830}{227E}{\ensuremath{\precapprox }} \DefineCharacter{8831}{227F}{\ensuremath{\succapprox }} \DefineCharacter{8832}{2280}{\ensuremath{\not\prec }} \DefineCharacter{8833}{2281}{\ensuremath{\not\succ }} \DefineCharacter{8834}{2282}{\ensuremath{\subset }} \DefineCharacter{8835}{2283}{\ensuremath{\supset }} \DefineCharacter{8836}{2284}{\ensuremath{\not\subset }} \DefineCharacter{8837}{2285}{\ensuremath{\not\supset }} \DefineCharacter{8838}{2286}{\ensuremath{\subseteq }} \DefineCharacter{8839}{2287}{\ensuremath{\supseteq }} \DefineCharacter{8840}{2288}{\ensuremath{\not\subseteq }} \DefineCharacter{8841}{2289}{\ensuremath{\not\supseteq }} \DefineCharacter{8842}{228A}{\ensuremath{\subsetneq }} \DefineCharacter{8843}{228B}{\ensuremath{\supsetneq }} \DefineCharacter{8846}{228E}{\ensuremath{\uplus }} \DefineCharacter{8847}{228F}{\ensuremath{\sqsubset }} \DefineCharacter{8848}{2290}{\ensuremath{\sqsupset }} \DefineCharacter{8849}{2291}{\ensuremath{\sqsubseteq }} \DefineCharacter{8850}{2292}{\ensuremath{\sqsupseteq }} \DefineCharacter{8851}{2293}{\ensuremath{\sqcap }} \DefineCharacter{8852}{2294}{\ensuremath{\sqcup }} \DefineCharacter{8853}{2295}{\ensuremath{\oplus }} \DefineCharacter{8854}{2296}{\ensuremath{\ominus }} \DefineCharacter{8855}{2297}{\ensuremath{\otimes }} \DefineCharacter{8856}{2298}{\ensuremath{\oslash }} \DefineCharacter{8857}{2299}{\ensuremath{\odot }} \DefineCharacter{8858}{229A}{\ensuremath{\circledcirc }} \DefineCharacter{8859}{229B}{\ensuremath{\circledast }} \DefineCharacter{8861}{229D}{\ensuremath{\circleddash }} \DefineCharacter{8862}{229E}{\ensuremath{\boxplus }} \DefineCharacter{8863}{229F}{\ensuremath{\boxminus }} \DefineCharacter{8864}{22A0}{\ensuremath{\boxtimes }} \DefineCharacter{8865}{22A1}{\ensuremath{\boxdot }} \DefineCharacter{8866}{22A2}{\ensuremath{\vdash }} \DefineCharacter{8867}{22A3}{\ensuremath{\dashv }} \DefineCharacter{8868}{22A4}{\ensuremath{\top }} \DefineCharacter{8869}{22A5}{\ensuremath{\perp }} \DefineCharacter{8871}{22A7}{\ensuremath{\truestate }} \DefineCharacter{8872}{22A8}{\ensuremath{\forcesextra }} \DefineCharacter{8873}{22A9}{\ensuremath{\Vdash }} \DefineCharacter{8874}{22AA}{\ensuremath{\Vvdash }} \DefineCharacter{8875}{22AB}{\ensuremath{\VDash }} \DefineCharacter{8876}{22AC}{\ensuremath{\nvdash }} \DefineCharacter{8877}{22AD}{\ensuremath{\nvDash }} \DefineCharacter{8878}{22AE}{\ensuremath{\nVdash }} \DefineCharacter{8879}{22AF}{\ensuremath{\nVDash }} \DefineCharacter{8882}{22B2}{\ensuremath{\vartriangleleft }} \DefineCharacter{8883}{22B3}{\ensuremath{\vartriangleright }} \DefineCharacter{8884}{22B4}{\ensuremath{\trianglelefteq }} \DefineCharacter{8885}{22B5}{\ensuremath{\trianglerighteq }} \DefineCharacter{8886}{22B6}{\ensuremath{\original }} \DefineCharacter{8887}{22B7}{\ensuremath{\image }} \DefineCharacter{8888}{22B8}{\ensuremath{\multimap }} \DefineCharacter{8889}{22B9}{\ensuremath{\hermitconjmatrix }} \DefineCharacter{8890}{22BA}{\ensuremath{\intercal }} \DefineCharacter{8891}{22BB}{\ensuremath{\veebar }} \DefineCharacter{8892}{22BC}{\ensuremath{\barwedge }} \DefineCharacter{8894}{22BE}{\ensuremath{\rightanglearc }} \DefineCharacter{8896}{22C0}{\ensuremath{\ElsevierGlyph{22C0}}} \DefineCharacter{8897}{22C1}{\ensuremath{\ElsevierGlyph{22C1}}} \DefineCharacter{8898}{22C2}{\ensuremath{\bigcap }} \DefineCharacter{8899}{22C3}{\ensuremath{\bigcup }} \DefineCharacter{8900}{22C4}{\ensuremath{\diamond }} \DefineCharacter{8901}{22C5}{\ensuremath{\cdot }} \DefineCharacter{8902}{22C6}{\ensuremath{\star }} \DefineCharacter{8903}{22C7}{\ensuremath{\divideontimes }} \DefineCharacter{8904}{22C8}{\ensuremath{\bowtie }} \DefineCharacter{8905}{22C9}{\ensuremath{\ltimes }} \DefineCharacter{8906}{22CA}{\ensuremath{\rtimes }} \DefineCharacter{8907}{22CB}{\ensuremath{\leftthreetimes }} \DefineCharacter{8908}{22CC}{\ensuremath{\rightthreetimes }} \DefineCharacter{8909}{22CD}{\ensuremath{\backsimeq }} \DefineCharacter{8910}{22CE}{\ensuremath{\curlyvee }} \DefineCharacter{8911}{22CF}{\ensuremath{\curlywedge }} \DefineCharacter{8912}{22D0}{\ensuremath{\Subset }} \DefineCharacter{8913}{22D1}{\ensuremath{\Supset }} \DefineCharacter{8914}{22D2}{\ensuremath{\Cap }} \DefineCharacter{8915}{22D3}{\ensuremath{\Cup }} \DefineCharacter{8916}{22D4}{\ensuremath{\pitchfork }} \DefineCharacter{8918}{22D6}{\ensuremath{\lessdot }} \DefineCharacter{8919}{22D7}{\ensuremath{\gtrdot }} \DefineCharacter{8920}{22D8}{\ensuremath{\verymuchless }} \DefineCharacter{8921}{22D9}{\ensuremath{\verymuchgreater }} \DefineCharacter{8922}{22DA}{\ensuremath{\lesseqgtr }} \DefineCharacter{8923}{22DB}{\ensuremath{\gtreqless }} \DefineCharacter{8924}{22DC}{\ensuremath{\eqslantless }} \DefineCharacter{8925}{22DD}{\ensuremath{\eqslantgtr }} \DefineCharacter{8926}{22DE}{\ensuremath{\curlyeqprec }} \DefineCharacter{8927}{22DF}{\ensuremath{\curlyeqsucc }} \DefineCharacter{8930}{22E2}{\ensuremath{\not\sqsubseteq }} \DefineCharacter{8931}{22E3}{\ensuremath{\not\sqsupseteq }} \DefineCharacter{8933}{22E5}{\ensuremath{\Elzsqspne }} \DefineCharacter{8934}{22E6}{\ensuremath{\lnsim }} \DefineCharacter{8935}{22E7}{\ensuremath{\gnsim }} \DefineCharacter{8936}{22E8}{\ensuremath{\precedesnotsimilar }} \DefineCharacter{8937}{22E9}{\ensuremath{\succnsim }} \DefineCharacter{8938}{22EA}{\ensuremath{\ntriangleleft }} \DefineCharacter{8939}{22EB}{\ensuremath{\ntriangleright }} \DefineCharacter{8940}{22EC}{\ensuremath{\ntrianglelefteq }} \DefineCharacter{8941}{22ED}{\ensuremath{\ntrianglerighteq }} \DefineCharacter{8942}{22EE}{\ensuremath{\vdots }} \DefineCharacter{8943}{22EF}{\ensuremath{\cdots }} \DefineCharacter{8944}{22F0}{\ensuremath{\upslopeellipsis }} \DefineCharacter{8945}{22F1}{\ensuremath{\downslopeellipsis }} \DefineCharacter{8966}{2306}{\ensuremath{\perspcorrespond }} \DefineCharacter{8968}{2308}{\ensuremath{\lceil }} \DefineCharacter{8969}{2309}{\ensuremath{\rceil }} \DefineCharacter{8970}{230A}{\ensuremath{\lfloor }} \DefineCharacter{8971}{230B}{\ensuremath{\rfloor }} \DefineCharacter{8981}{2315}{\ensuremath{\recorder }} \DefineCharacter{8982}{2316}{\ensuremath{\mathchar"2208}} \DefineCharacter{8988}{231C}{\ensuremath{\ulcorner }} \DefineCharacter{8989}{231D}{\ensuremath{\urcorner }} \DefineCharacter{8990}{231E}{\ensuremath{\llcorner }} \DefineCharacter{8991}{231F}{\ensuremath{\lrcorner }} \DefineCharacter{8994}{2322}{\ensuremath{\frown }} \DefineCharacter{8995}{2323}{\ensuremath{\smile }} \DefineCharacter{9001}{2329}{\ensuremath{\langle }} \DefineCharacter{9002}{232A}{\ensuremath{\rangle }} \DefineCharacter{9251}{2423}{\textvisiblespace } \DefineCharacter{9312}{2460}{\ding{172}} \DefineCharacter{9313}{2461}{\ding{173}} \DefineCharacter{9314}{2462}{\ding{174}} \DefineCharacter{9315}{2463}{\ding{175}} \DefineCharacter{9316}{2464}{\ding{176}} \DefineCharacter{9317}{2465}{\ding{177}} \DefineCharacter{9318}{2466}{\ding{178}} \DefineCharacter{9319}{2467}{\ding{179}} \DefineCharacter{9320}{2468}{\ding{180}} \DefineCharacter{9321}{2469}{\ding{181}} \DefineCharacter{9416}{24C8}{\ensuremath{\circledS }} \DefineCharacter{9497}{2519}{\ensuremath{\Elzsqfnw }} \DefineCharacter{9632}{25A0}{\ding{110}} \DefineCharacter{9633}{25A1}{\ensuremath{\square }} \DefineCharacter{9642}{25AA}{\ensuremath{\blacksquare }} \DefineCharacter{9645}{25AD}{\ensuremath{\fbox{~~}}} \DefineCharacter{9647}{25AF}{\ensuremath{\Elzvrecto }} \DefineCharacter{9649}{25B1}{\ensuremath{\ElsevierGlyph{E381}}} \DefineCharacter{9650}{25B2}{\ding{115}} \DefineCharacter{9651}{25B3}{\ensuremath{\bigtriangleup }} \DefineCharacter{9652}{25B4}{\ensuremath{\blacktriangle }} \DefineCharacter{9653}{25B5}{\ensuremath{\vartriangle }} \DefineCharacter{9656}{25B8}{\ensuremath{\blacktriangleright }} \DefineCharacter{9657}{25B9}{\ensuremath{\triangleright }} \DefineCharacter{9660}{25BC}{\ding{116}} \DefineCharacter{9661}{25BD}{\ensuremath{\bigtriangledown }} \DefineCharacter{9662}{25BE}{\ensuremath{\blacktriangledown }} \DefineCharacter{9663}{25BF}{\ensuremath{\triangledown }} \DefineCharacter{9666}{25C2}{\ensuremath{\blacktriangleleft }} \DefineCharacter{9667}{25C3}{\ensuremath{\triangleleft }} \DefineCharacter{9670}{25C6}{\ding{117}} \DefineCharacter{9674}{25CA}{\ensuremath{\lozenge }} \DefineCharacter{9675}{25CB}{\ensuremath{\bigcirc }} \DefineCharacter{9679}{25CF}{\ding{108}} \DefineCharacter{9680}{25D0}{\ensuremath{\Elzcirfl }} \DefineCharacter{9681}{25D1}{\ensuremath{\Elzcirfr }} \DefineCharacter{9682}{25D2}{\ensuremath{\Elzcirfb }} \DefineCharacter{9687}{25D7}{\ding{119}} \DefineCharacter{9688}{25D8}{\ensuremath{\Elzrvbull }} \DefineCharacter{9703}{25E7}{\ensuremath{\Elzsqfl }} \DefineCharacter{9704}{25E8}{\ensuremath{\Elzsqfr }} \DefineCharacter{9706}{25EA}{\ensuremath{\Elzsqfse }} \DefineCharacter{9711}{25EF}{\ensuremath{\bigcirc }} \DefineCharacter{9733}{2605}{\ding{72}} \DefineCharacter{9734}{2606}{\ding{73}} \DefineCharacter{9742}{260E}{\ding{37}} \DefineCharacter{9755}{261B}{\ding{42}} \DefineCharacter{9758}{261E}{\ding{43}} \DefineCharacter{9790}{263E}{\rightmoon } \DefineCharacter{9791}{263F}{\mercury } \DefineCharacter{9792}{2640}{\venus } \DefineCharacter{9794}{2642}{\male } \DefineCharacter{9795}{2643}{\jupiter } \DefineCharacter{9796}{2644}{\saturn } \DefineCharacter{9797}{2645}{\uranus } \DefineCharacter{9798}{2646}{\neptune } \DefineCharacter{9799}{2647}{\pluto } \DefineCharacter{9800}{2648}{\aries } \DefineCharacter{9801}{2649}{\taurus } \DefineCharacter{9802}{264A}{\gemini } \DefineCharacter{9803}{264B}{\cancer } \DefineCharacter{9804}{264C}{\leo } \DefineCharacter{9805}{264D}{\virgo } \DefineCharacter{9806}{264E}{\libra } \DefineCharacter{9807}{264F}{\scorpio } \DefineCharacter{9808}{2650}{\sagittarius } \DefineCharacter{9809}{2651}{\capricornus } \DefineCharacter{9810}{2652}{\aquarius } \DefineCharacter{9811}{2653}{\pisces } \DefineCharacter{9824}{2660}{\ding{171}} \DefineCharacter{9826}{2662}{\ensuremath{\diamond }} \DefineCharacter{9827}{2663}{\ding{168}} \DefineCharacter{9829}{2665}{\ding{170}} \DefineCharacter{9830}{2666}{\ding{169}} \DefineCharacter{9833}{2669}{\quarternote } \DefineCharacter{9834}{266A}{\eighthnote } \DefineCharacter{9837}{266D}{\ensuremath{\flat }} \DefineCharacter{9838}{266E}{\ensuremath{\natural }} \DefineCharacter{9839}{266F}{\ensuremath{\sharp }} \DefineCharacter{9985}{2701}{\ding{33}} \DefineCharacter{9986}{2702}{\ding{34}} \DefineCharacter{9987}{2703}{\ding{35}} \DefineCharacter{9988}{2704}{\ding{36}} \DefineCharacter{9990}{2706}{\ding{38}} \DefineCharacter{9991}{2707}{\ding{39}} \DefineCharacter{9992}{2708}{\ding{40}} \DefineCharacter{9993}{2709}{\ding{41}} \DefineCharacter{9996}{270C}{\ding{44}} \DefineCharacter{9997}{270D}{\ding{45}} \DefineCharacter{9998}{270E}{\ding{46}} \DefineCharacter{9999}{270F}{\ding{47}} \DefineCharacter{10000}{2710}{\ding{48}} \DefineCharacter{10001}{2711}{\ding{49}} \DefineCharacter{10002}{2712}{\ding{50}} \DefineCharacter{10003}{2713}{\ding{51}} \DefineCharacter{10004}{2714}{\ding{52}} \DefineCharacter{10005}{2715}{\ding{53}} \DefineCharacter{10006}{2716}{\ding{54}} \DefineCharacter{10007}{2717}{\ding{55}} \DefineCharacter{10008}{2718}{\ding{56}} \DefineCharacter{10009}{2719}{\ding{57}} \DefineCharacter{10010}{271A}{\ding{58}} \DefineCharacter{10011}{271B}{\ding{59}} \DefineCharacter{10012}{271C}{\ding{60}} \DefineCharacter{10013}{271D}{\ding{61}} \DefineCharacter{10014}{271E}{\ding{62}} \DefineCharacter{10015}{271F}{\ding{63}} \DefineCharacter{10016}{2720}{\ding{64}} \DefineCharacter{10017}{2721}{\ding{65}} \DefineCharacter{10018}{2722}{\ding{66}} \DefineCharacter{10019}{2723}{\ding{67}} \DefineCharacter{10020}{2724}{\ding{68}} \DefineCharacter{10021}{2725}{\ding{69}} \DefineCharacter{10022}{2726}{\ding{70}} \DefineCharacter{10023}{2727}{\ding{71}} \DefineCharacter{10025}{2729}{\ding{73}} \DefineCharacter{10026}{272A}{\ding{74}} \DefineCharacter{10027}{272B}{\ding{75}} \DefineCharacter{10028}{272C}{\ding{76}} \DefineCharacter{10029}{272D}{\ding{77}} \DefineCharacter{10030}{272E}{\ding{78}} \DefineCharacter{10031}{272F}{\ding{79}} \DefineCharacter{10032}{2730}{\ding{80}} \DefineCharacter{10033}{2731}{\ding{81}} \DefineCharacter{10034}{2732}{\ding{82}} \DefineCharacter{10035}{2733}{\ding{83}} \DefineCharacter{10036}{2734}{\ding{84}} \DefineCharacter{10037}{2735}{\ding{85}} \DefineCharacter{10038}{2736}{\ding{86}} \DefineCharacter{10039}{2737}{\ding{87}} \DefineCharacter{10040}{2738}{\ding{88}} \DefineCharacter{10041}{2739}{\ding{89}} \DefineCharacter{10042}{273A}{\ding{90}} \DefineCharacter{10043}{273B}{\ding{91}} \DefineCharacter{10044}{273C}{\ding{92}} \DefineCharacter{10045}{273D}{\ding{93}} \DefineCharacter{10046}{273E}{\ding{94}} \DefineCharacter{10047}{273F}{\ding{95}} \DefineCharacter{10048}{2740}{\ding{96}} \DefineCharacter{10049}{2741}{\ding{97}} \DefineCharacter{10050}{2742}{\ding{98}} \DefineCharacter{10051}{2743}{\ding{99}} \DefineCharacter{10052}{2744}{\ding{100}} \DefineCharacter{10053}{2745}{\ding{101}} \DefineCharacter{10054}{2746}{\ding{102}} \DefineCharacter{10055}{2747}{\ding{103}} \DefineCharacter{10056}{2748}{\ding{104}} \DefineCharacter{10057}{2749}{\ding{105}} \DefineCharacter{10058}{274A}{\ding{106}} \DefineCharacter{10059}{274B}{\ding{107}} \DefineCharacter{10061}{274D}{\ding{109}} \DefineCharacter{10063}{274F}{\ding{111}} \DefineCharacter{10064}{2750}{\ding{112}} \DefineCharacter{10065}{2751}{\ding{113}} \DefineCharacter{10066}{2752}{\ding{114}} \DefineCharacter{10070}{2756}{\ding{118}} \DefineCharacter{10072}{2758}{\ding{120}} \DefineCharacter{10073}{2759}{\ding{121}} \DefineCharacter{10074}{275A}{\ding{122}} \DefineCharacter{10075}{275B}{\ding{123}} \DefineCharacter{10076}{275C}{\ding{124}} \DefineCharacter{10077}{275D}{\ding{125}} \DefineCharacter{10078}{275E}{\ding{126}} \DefineCharacter{10081}{2761}{\ding{161}} \DefineCharacter{10082}{2762}{\ding{162}} \DefineCharacter{10083}{2763}{\ding{163}} \DefineCharacter{10084}{2764}{\ding{164}} \DefineCharacter{10085}{2765}{\ding{165}} \DefineCharacter{10086}{2766}{\ding{166}} \DefineCharacter{10087}{2767}{\ding{167}} \DefineCharacter{10102}{2776}{\ding{182}} \DefineCharacter{10103}{2777}{\ding{183}} \DefineCharacter{10104}{2778}{\ding{184}} \DefineCharacter{10105}{2779}{\ding{185}} \DefineCharacter{10106}{277A}{\ding{186}} \DefineCharacter{10107}{277B}{\ding{187}} \DefineCharacter{10108}{277C}{\ding{188}} \DefineCharacter{10109}{277D}{\ding{189}} \DefineCharacter{10110}{277E}{\ding{190}} \DefineCharacter{10111}{277F}{\ding{191}} \DefineCharacter{10112}{2780}{\ding{192}} \DefineCharacter{10113}{2781}{\ding{193}} \DefineCharacter{10114}{2782}{\ding{194}} \DefineCharacter{10115}{2783}{\ding{195}} \DefineCharacter{10116}{2784}{\ding{196}} \DefineCharacter{10117}{2785}{\ding{197}} \DefineCharacter{10118}{2786}{\ding{198}} \DefineCharacter{10119}{2787}{\ding{199}} \DefineCharacter{10120}{2788}{\ding{200}} \DefineCharacter{10121}{2789}{\ding{201}} \DefineCharacter{10122}{278A}{\ding{202}} \DefineCharacter{10123}{278B}{\ding{203}} \DefineCharacter{10124}{278C}{\ding{204}} \DefineCharacter{10125}{278D}{\ding{205}} \DefineCharacter{10126}{278E}{\ding{206}} \DefineCharacter{10127}{278F}{\ding{207}} \DefineCharacter{10128}{2790}{\ding{208}} \DefineCharacter{10129}{2791}{\ding{209}} \DefineCharacter{10130}{2792}{\ding{210}} \DefineCharacter{10131}{2793}{\ding{211}} \DefineCharacter{10132}{2794}{\ding{212}} \DefineCharacter{10136}{2798}{\ding{216}} \DefineCharacter{10137}{2799}{\ding{217}} \DefineCharacter{10138}{279A}{\ding{218}} \DefineCharacter{10139}{279B}{\ding{219}} \DefineCharacter{10140}{279C}{\ding{220}} \DefineCharacter{10141}{279D}{\ding{221}} \DefineCharacter{10142}{279E}{\ding{222}} \DefineCharacter{10143}{279F}{\ding{223}} \DefineCharacter{10144}{27A0}{\ding{224}} \DefineCharacter{10145}{27A1}{\ding{225}} \DefineCharacter{10146}{27A2}{\ding{226}} \DefineCharacter{10147}{27A3}{\ding{227}} \DefineCharacter{10148}{27A4}{\ding{228}} \DefineCharacter{10149}{27A5}{\ding{229}} \DefineCharacter{10150}{27A6}{\ding{230}} \DefineCharacter{10151}{27A7}{\ding{231}} \DefineCharacter{10152}{27A8}{\ding{232}} \DefineCharacter{10153}{27A9}{\ding{233}} \DefineCharacter{10154}{27AA}{\ding{234}} \DefineCharacter{10155}{27AB}{\ding{235}} \DefineCharacter{10156}{27AC}{\ding{236}} \DefineCharacter{10157}{27AD}{\ding{237}} \DefineCharacter{10158}{27AE}{\ding{238}} \DefineCharacter{10159}{27AF}{\ding{239}} \DefineCharacter{10161}{27B1}{\ding{241}} \DefineCharacter{10162}{27B2}{\ding{242}} \DefineCharacter{10163}{27B3}{\ding{243}} \DefineCharacter{10164}{27B4}{\ding{244}} \DefineCharacter{10165}{27B5}{\ding{245}} \DefineCharacter{10166}{27B6}{\ding{246}} \DefineCharacter{10167}{27B7}{\ding{247}} \DefineCharacter{10168}{27B8}{\ding{248}} \DefineCharacter{10169}{27B9}{\ding{249}} \DefineCharacter{10170}{27BA}{\ding{250}} \DefineCharacter{10171}{27BB}{\ding{251}} \DefineCharacter{10172}{27BC}{\ding{252}} \DefineCharacter{10173}{27BD}{\ding{253}} \DefineCharacter{10174}{27BE}{\ding{254}} \DefineCharacter{10501}{2905}{\ensuremath{\ElsevierGlyph{E212}}} \DefineCharacter{10531}{2923}{\ensuremath{\ElsevierGlyph{E20C}}} \DefineCharacter{10532}{2924}{\ensuremath{\ElsevierGlyph{E20D}}} \DefineCharacter{10533}{2925}{\ensuremath{\ElsevierGlyph{E20B}}} \DefineCharacter{10534}{2926}{\ensuremath{\ElsevierGlyph{E20A}}} \DefineCharacter{10535}{2927}{\ensuremath{\ElsevierGlyph{E211}}} \DefineCharacter{10536}{2928}{\ensuremath{\ElsevierGlyph{E20E}}} \DefineCharacter{10537}{2929}{\ensuremath{\ElsevierGlyph{E20F}}} \DefineCharacter{10538}{292A}{\ensuremath{\ElsevierGlyph{E210}}} \DefineCharacter{10606}{296E}{\ensuremath{\UpEquilibrium }} \DefineCharacter{10607}{296F}{\ensuremath{\ReverseUpEquilibrium }} \DefineCharacter{10547}{2933}{\ensuremath{\ElsevierGlyph{E21C}}} \DefineCharacter{10550}{2936}{\ensuremath{\ElsevierGlyph{E21A}}} \DefineCharacter{10551}{2937}{\ensuremath{\ElsevierGlyph{E219}}} \DefineCharacter{10620}{297C}{\ensuremath{\ElsevierGlyph{E214}}} \DefineCharacter{10621}{297D}{\ensuremath{\ElsevierGlyph{E215}}} \DefineCharacter{10815}{2A3F}{\ensuremath{\amalg }} \DefineCharacter{10758}{2A06}{\ensuremath{\Elxsqcup }} \DefineCharacter{10756}{2A04}{\ensuremath{\Elxuplus }} \DefineCharacter{10812}{2A3C}{\ensuremath{\ElsevierGlyph{E259}}} \DefineCharacter{10789}{2A25}{\ensuremath{\ElsevierGlyph{E25A}}} \DefineCharacter{10794}{2A2A}{\ensuremath{\ElsevierGlyph{E25B}}} \DefineCharacter{10797}{2A2D}{\ensuremath{\ElsevierGlyph{E25C}}} \DefineCharacter{10798}{2A2E}{\ensuremath{\ElsevierGlyph{E25D}}} \DefineCharacter{10804}{2A34}{\ensuremath{\ElsevierGlyph{E25E}}} \DefineCharacter{10805}{2A35}{\ensuremath{\ElsevierGlyph{E25E}}} \DefineCharacter{10677}{29B5}{\ensuremath{\ElsevierGlyph{E260}}} \DefineCharacter{10847}{2A5F}{\ensuremath{\Elzminhat }} \DefineCharacter{10644}{2994}{\ensuremath{\ElsevierGlyph{E291}}} \DefineCharacter{10643}{2993}{\ensuremath{<\kern-0.58em(}} \DefineCharacter{10647}{2997}{\ensuremath{\rmoustache }} \DefineCharacter{10648}{2998}{\ensuremath{\lmoustache }} \DefineCharacter{10890}{2A8A}{\ensuremath{\gnapprox }} \DefineCharacter{10888}{2A88}{\ensuremath{\gneq }} \DefineCharacter{10889}{2A89}{\ensuremath{\lnapprox }} \DefineCharacter{10887}{2A87}{\ensuremath{\lneq }} \DefineCharacter{10937}{2AB9}{\ensuremath{\precnapprox }} \DefineCharacter{10933}{2AB5}{\ensuremath{\precneqq }} \DefineCharacter{10938}{2ABA}{\ensuremath{\succnapprox }} \DefineCharacter{10934}{2AB6}{\ensuremath{\succneqq }} \DefineCharacter{10955}{2ACB}{\ensuremath{\subsetneqq }} \DefineCharacter{10956}{2ACC}{\ensuremath{\supsetneqq }} \DefineCharacter{8463}{210Fx}{\ensuremath{\hslash }} \DefineCharacter{10886}{2A86}{\ensuremath{\gtrapprox }} \DefineCharacter{10892}{2A8C}{\ensuremath{\gtreqqless }} \DefineCharacter{10878}{2A7E}{\ensuremath{\geqslant }} \DefineCharacter{10914}{2AA2}{\ensuremath{\NestedGreaterGreater }} \DefineCharacter{10885}{2A85}{\ensuremath{\lessapprox }} \DefineCharacter{10891}{2A8B}{\ensuremath{\lesseqqgtr }} \DefineCharacter{10877}{2A7D}{\ensuremath{\leqslant }} \DefineCharacter{10913}{2AA1}{\ensuremath{\NestedLessLess }} \DefineCharacter{10935}{2AB7}{\ensuremath{\precapprox }} \DefineCharacter{10927}{2AAF}{\ensuremath{\preceq }} \DefineCharacter{10936}{2AB8}{\ensuremath{\succapprox }} \DefineCharacter{10928}{2AB0}{\ensuremath{\succeq }} \DefineCharacter{10949}{2AC5}{\ensuremath{\subseteqq }} \DefineCharacter{10950}{2AC6}{\ensuremath{\supseteqq }} \DefineCharacter{10909}{2A9D}{\ensuremath{\Pisymbol{ppi020}{117}}} \DefineCharacter{10910}{2A9E}{\ensuremath{\Pisymbol{ppi020}{105}}} \DefineCharacter{10987}{2AEB}{\ensuremath{\ElsevierGlyph{E30D}}} \DefineCharacter{989}{3DD}{\ensuremath{\digamma }} \DefineCharacter{8660}{21D4xx}{\ensuremath{\ElsevierGlyph{E365}}} \DefineCharacter{10837}{2A55}{\ensuremath{\ElsevierGlyph{E36E}}} \DefineCharacter{10838}{2A56}{\ensuremath{\ElOr }} \DefineCharacter{8279}{2057}{\ensuremath{''''}} \DefineCharacter{8285}{2063}{\llap{\not\;}} \DefineCharacter{10716}{29DC}{\ensuremath{\ElsevierGlyph{E372}}} \DefineCharacter{10652}{299C}{\ensuremath{\Angle }} \DefineCharacter{10835}{2A53}{\ensuremath{\ElzAnd }} \DefineCharacter{10836}{2A54}{\ensuremath{\ElzOr }} \DefineCharacter{10774}{2A16}{\ensuremath{\sqrint }} \DefineCharacter{10629}{2985x}{\ensuremath{\ElsevierGlyph{3018}}} \DefineCharacter{10630}{2986x}{\ensuremath{\ElsevierGlyph{3019}}} \DefineCharacter{10768}{2A10}{\ensuremath{\ElsevierGlyph{E395}}} \DefineCharacter{10765}{2A0D}{\ensuremath{\ElzCint }} \DefineCharacter{10767}{2A0F}{\ensuremath{\clockoint }} \DefineCharacter{10562}{2942}{\ensuremath{\ElzRlarr }} \DefineCharacter{10564}{2944}{\ensuremath{\ElzrLarr }} \DefineCharacter{10567}{2947}{\ensuremath{\Elzrarrx }} \DefineCharacter{10560}{2940}{\ensuremath{\Elolarr }} \DefineCharacter{10561}{2941}{\ensuremath{\Elorarr }} \DefineCharacter{9123}{23A3x}{\ensuremath{\Elzdlcorn }} \DefineCharacter{10629}{2985}{\ensuremath{\ElsevierGlyph{3018}}} \DefineCharacter{10624}{2980}{\ensuremath{\Elztfnc }} \DefineCharacter{9126}{23A6x}{\ensuremath{\Elzdrcorn }} \DefineCharacter{10630}{2986}{\ensuremath{\Elroang }} \DefineCharacter{10998}{2AF6}{\ensuremath{\Elztdcol }} \DefineCharacter{10649}{2999}{\ensuremath{\Elzddfnc }} \DefineCharacter{9478}{2506}{\ensuremath{\Elzdshfnc }} \DefineCharacter{8738}{2222x}{\ensuremath{\Elzrparlt }} \DefineCharacter{10656}{29A0}{\ensuremath{\Elzlpargt }} \DefineCharacter{10760}{2A08}{\ensuremath{\ElzSup }} \DefineCharacter{10759}{2A07}{\ensuremath{\ElzInf }} \DefineCharacter{10851}{2A63}{\ensuremath{\ElsevierGlyph{225A}}} \DefineCharacter{10846}{2A5E}{\ensuremath{\perspcorrespond }} \DefineCharacter{10698}{29CA}{\ensuremath{\ElzLap }} \DefineCharacter{10901}{2A95}{\ensuremath{\eqslantless }} \DefineCharacter{10902}{2A96}{\ensuremath{\eqslantgtr }} \DefineCharacter{8276}{2054}{\ensuremath{\diagdown }} \DefineCharacter{8277}{2055}{\ensuremath{\diagup }} \DefineCharacter{10862}{2A6E}{\ensuremath{\Elbcong }} \DefineCharacter{10699}{29CB}{\ensuremath{\Elzdefas }} \DefineCharacter{10799}{2A2F}{\ensuremath{\ElzTimes }} \DefineCharacter{10678}{29B6}{\ensuremath{\ElsevierGlyph{E61B}}} \DefineCharacter{10757}{2A05}{\ensuremath{\ElzThr }} \DefineCharacter{1012}{3F4}{\textTheta } \DefineCharacter{8508}{213C}{\ensuremath{\backepsilon }} \DefineCharacter{10731}{29EB}{\ensuremath{\blacklozenge }} \DefineCharacter{9021}{233D}{\ensuremath{\ElsevierGlyph{E838}}} \DefineCharacter{8726}{2216x}{\ensuremath{\smallsetminus }} \DefineCharacter{65279}{FEFF}{\nolinebreak } \DefineCharacter{8197}{2005x}{\ensuremath{\;}} \DefineCharacter{10703}{29CF}{\ensuremath{\LeftTriangleBar }} \DefineCharacter{10704}{29D0}{\ensuremath{\RightTriangleBar }} \DefineCharacter{10869}{2A75}{\ensuremath{\Equal }} \DefineCharacter{10514}{2912}{\ensuremath{\UpArrowBar }} \DefineCharacter{10515}{2913}{\ensuremath{\DownArrowBar }} \DefineCharacter{10574}{294E}{\ensuremath{\LeftRightVector }} \DefineCharacter{10578}{2952}{\ensuremath{\LeftVectorBar }} \DefineCharacter{10579}{2953}{\ensuremath{\RightVectorBar }} \DefineCharacter{10586}{295A}{\ensuremath{\LeftTeeVector }} \DefineCharacter{10587}{295B}{\ensuremath{\RightTeeVector }} \DefineCharacter{10576}{2950}{\ensuremath{\DownLeftRightVector }} \DefineCharacter{10582}{2956}{\ensuremath{\DownLeftVectorBar }} \DefineCharacter{10583}{2957}{\ensuremath{\DownRightVectorBar }} \DefineCharacter{10590}{295E}{\ensuremath{\DownLeftTeeVector }} \DefineCharacter{10591}{295F}{\ensuremath{\DownRightTeeVector }} \DefineCharacter{10575}{294F}{\ensuremath{\RightUpDownVector }} \DefineCharacter{10580}{2954}{\ensuremath{\RightUpVectorBar }} \DefineCharacter{10581}{2955}{\ensuremath{\RightDownVectorBar }} \DefineCharacter{10588}{295C}{\ensuremath{\RightUpTeeVector }} \DefineCharacter{10589}{295D}{\ensuremath{\RightDownTeeVector }} \DefineCharacter{10577}{2951}{\ensuremath{\LeftUpDownVector }} \DefineCharacter{10584}{2958}{\ensuremath{\LeftUpVectorBar }} \DefineCharacter{10585}{2959}{\ensuremath{\LeftDownVectorBar }} \DefineCharacter{10592}{2960}{\ensuremath{\LeftUpTeeVector }} \DefineCharacter{10593}{2961}{\ensuremath{\LeftDownTeeVector }} \DefineCharacter{10740}{29F4}{\ensuremath{\RuleDelayed }} \DefineCharacter{10608}{2970}{\ensuremath{\RoundImplies }} \DefineCharacter{986}{3DA}{\ensuremath{\Stigma }} \DefineCharacter{990}{3DE}{\ensuremath{\Koppa }} \DefineCharacter{992}{3E0}{\ensuremath{\Sampi }} \DefineCharacter{12298}{300A}{\ensuremath{\ElsevierGlyph{300A}}} \DefineCharacter{12299}{300B}{\ensuremath{\ElsevierGlyph{300B}}} \DefineCharacter{12312}{3018}{\ensuremath{\ElsevierGlyph{3018}}} \DefineCharacter{12313}{3019}{\ensuremath{\ElsevierGlyph{3019}}} \DefineCharacter{12314}{301A}{\ensuremath{\openbracketleft }} \DefineCharacter{12315}{301B}{\ensuremath{\openbracketright }} \DefineCharacter{64256}{FB00}{ff} \DefineCharacter{64257}{FB01}{fi} \DefineCharacter{64258}{FB02}{fl} \DefineCharacter{64259}{FB03}{ffi} \DefineCharacter{64260}{FB04}{ffl} \DefineCharacter{63172}{F6C4}{\cyrchar\cyrvarg } \DefineCharacter{63173}{F6C5}{\cyrchar\cyrvarb } \DefineCharacter{63174}{F6C6}{\cyrchar\cyrvard } \DefineCharacter{63175}{F6C7}{\cyrchar\cyrvarp } \DefineCharacter{63176}{F6C8}{\cyrchar\cyrvart } \DefineCharacter{63185}{F6D1}{\cyrchar\U } \DefineCharacter{63186}{F6D2}{\cyrchar\f } \DefineCharacter{63187}{F6D3}{\cyrchar\C } \DefineCharacter{63188}{F6D4}{\cyrchar\U } \DefineCharacter{63189}{F6D5}{\cyrchar\f } \DefineCharacter{63190}{F6D6}{\cyrchar\C } \DefineCharacter{119808}{1D400}{\ensuremath{\mathbf{A}}} \DefineCharacter{119809}{1D401}{\ensuremath{\mathbf{B}}} \DefineCharacter{119810}{1D402}{\ensuremath{\mathbf{C}}} \DefineCharacter{119811}{1D403}{\ensuremath{\mathbf{D}}} \DefineCharacter{119812}{1D404}{\ensuremath{\mathbf{E}}} \DefineCharacter{119813}{1D405}{\ensuremath{\mathbf{F}}} \DefineCharacter{119814}{1D406}{\ensuremath{\mathbf{G}}} \DefineCharacter{119815}{1D407}{\ensuremath{\mathbf{H}}} \DefineCharacter{119816}{1D408}{\ensuremath{\mathbf{I}}} \DefineCharacter{119817}{1D409}{\ensuremath{\mathbf{J}}} \DefineCharacter{119818}{1D40A}{\ensuremath{\mathbf{K}}} \DefineCharacter{119819}{1D40B}{\ensuremath{\mathbf{L}}} \DefineCharacter{119820}{1D40C}{\ensuremath{\mathbf{M}}} \DefineCharacter{119821}{1D40D}{\ensuremath{\mathbf{N}}} \DefineCharacter{119822}{1D40E}{\ensuremath{\mathbf{O}}} \DefineCharacter{119823}{1D40F}{\ensuremath{\mathbf{P}}} \DefineCharacter{119824}{1D410}{\ensuremath{\mathbf{Q}}} \DefineCharacter{119825}{1D411}{\ensuremath{\mathbf{R}}} \DefineCharacter{119826}{1D412}{\ensuremath{\mathbf{S}}} \DefineCharacter{119827}{1D413}{\ensuremath{\mathbf{T}}} \DefineCharacter{119828}{1D414}{\ensuremath{\mathbf{U}}} \DefineCharacter{119829}{1D415}{\ensuremath{\mathbf{V}}} \DefineCharacter{119830}{1D416}{\ensuremath{\mathbf{W}}} \DefineCharacter{119831}{1D417}{\ensuremath{\mathbf{X}}} \DefineCharacter{119832}{1D418}{\ensuremath{\mathbf{Y}}} \DefineCharacter{119833}{1D419}{\ensuremath{\mathbf{Z}}} \DefineCharacter{119834}{1D41A}{\ensuremath{\mathbf{a}}} \DefineCharacter{119835}{1D41B}{\ensuremath{\mathbf{b}}} \DefineCharacter{119836}{1D41C}{\ensuremath{\mathbf{c}}} \DefineCharacter{119837}{1D41D}{\ensuremath{\mathbf{d}}} \DefineCharacter{119838}{1D41E}{\ensuremath{\mathbf{e}}} \DefineCharacter{119839}{1D41F}{\ensuremath{\mathbf{f}}} \DefineCharacter{119840}{1D420}{\ensuremath{\mathbf{g}}} \DefineCharacter{119841}{1D421}{\ensuremath{\mathbf{h}}} \DefineCharacter{119842}{1D422}{\ensuremath{\mathbf{i}}} \DefineCharacter{119843}{1D423}{\ensuremath{\mathbf{j}}} \DefineCharacter{119844}{1D424}{\ensuremath{\mathbf{k}}} \DefineCharacter{119845}{1D425}{\ensuremath{\mathbf{l}}} \DefineCharacter{119846}{1D426}{\ensuremath{\mathbf{m}}} \DefineCharacter{119847}{1D427}{\ensuremath{\mathbf{n}}} \DefineCharacter{119848}{1D428}{\ensuremath{\mathbf{o}}} \DefineCharacter{119849}{1D429}{\ensuremath{\mathbf{p}}} \DefineCharacter{119850}{1D42A}{\ensuremath{\mathbf{q}}} \DefineCharacter{119851}{1D42B}{\ensuremath{\mathbf{r}}} \DefineCharacter{119852}{1D42C}{\ensuremath{\mathbf{s}}} \DefineCharacter{119853}{1D42D}{\ensuremath{\mathbf{t}}} \DefineCharacter{119854}{1D42E}{\ensuremath{\mathbf{u}}} \DefineCharacter{119855}{1D42F}{\ensuremath{\mathbf{v}}} \DefineCharacter{119856}{1D430}{\ensuremath{\mathbf{w}}} \DefineCharacter{119857}{1D431}{\ensuremath{\mathbf{x}}} \DefineCharacter{119858}{1D432}{\ensuremath{\mathbf{y}}} \DefineCharacter{119859}{1D433}{\ensuremath{\mathbf{z}}} \DefineCharacter{119860}{1D434}{\ensuremath{\mathsl{A}}} \DefineCharacter{119861}{1D435}{\ensuremath{\mathsl{B}}} \DefineCharacter{119862}{1D436}{\ensuremath{\mathsl{C}}} \DefineCharacter{119863}{1D437}{\ensuremath{\mathsl{D}}} \DefineCharacter{119864}{1D438}{\ensuremath{\mathsl{E}}} \DefineCharacter{119865}{1D439}{\ensuremath{\mathsl{F}}} \DefineCharacter{119866}{1D43A}{\ensuremath{\mathsl{G}}} \DefineCharacter{119867}{1D43B}{\ensuremath{\mathsl{H}}} \DefineCharacter{119868}{1D43C}{\ensuremath{\mathsl{I}}} \DefineCharacter{119869}{1D43D}{\ensuremath{\mathsl{J}}} \DefineCharacter{119870}{1D43E}{\ensuremath{\mathsl{K}}} \DefineCharacter{119871}{1D43F}{\ensuremath{\mathsl{L}}} \DefineCharacter{119872}{1D440}{\ensuremath{\mathsl{M}}} \DefineCharacter{119873}{1D441}{\ensuremath{\mathsl{N}}} \DefineCharacter{119874}{1D442}{\ensuremath{\mathsl{O}}} \DefineCharacter{119875}{1D443}{\ensuremath{\mathsl{P}}} \DefineCharacter{119876}{1D444}{\ensuremath{\mathsl{Q}}} \DefineCharacter{119877}{1D445}{\ensuremath{\mathsl{R}}} \DefineCharacter{119878}{1D446}{\ensuremath{\mathsl{S}}} \DefineCharacter{119879}{1D447}{\ensuremath{\mathsl{T}}} \DefineCharacter{119880}{1D448}{\ensuremath{\mathsl{U}}} \DefineCharacter{119881}{1D449}{\ensuremath{\mathsl{V}}} \DefineCharacter{119882}{1D44A}{\ensuremath{\mathsl{W}}} \DefineCharacter{119883}{1D44B}{\ensuremath{\mathsl{X}}} \DefineCharacter{119884}{1D44C}{\ensuremath{\mathsl{Y}}} \DefineCharacter{119885}{1D44D}{\ensuremath{\mathsl{Z}}} \DefineCharacter{119886}{1D44E}{\ensuremath{\mathsl{a}}} \DefineCharacter{119887}{1D44F}{\ensuremath{\mathsl{b}}} \DefineCharacter{119888}{1D450}{\ensuremath{\mathsl{c}}} \DefineCharacter{119889}{1D451}{\ensuremath{\mathsl{d}}} \DefineCharacter{119890}{1D452}{\ensuremath{\mathsl{e}}} \DefineCharacter{119891}{1D453}{\ensuremath{\mathsl{f}}} \DefineCharacter{119892}{1D454}{\ensuremath{\mathsl{g}}} \DefineCharacter{119894}{1D456}{\ensuremath{\mathsl{i}}} \DefineCharacter{119895}{1D457}{\ensuremath{\mathsl{j}}} \DefineCharacter{119896}{1D458}{\ensuremath{\mathsl{k}}} \DefineCharacter{119897}{1D459}{\ensuremath{\mathsl{l}}} \DefineCharacter{119898}{1D45A}{\ensuremath{\mathsl{m}}} \DefineCharacter{119899}{1D45B}{\ensuremath{\mathsl{n}}} \DefineCharacter{119900}{1D45C}{\ensuremath{\mathsl{o}}} \DefineCharacter{119901}{1D45D}{\ensuremath{\mathsl{p}}} \DefineCharacter{119902}{1D45E}{\ensuremath{\mathsl{q}}} \DefineCharacter{119903}{1D45F}{\ensuremath{\mathsl{r}}} \DefineCharacter{119904}{1D460}{\ensuremath{\mathsl{s}}} \DefineCharacter{119905}{1D461}{\ensuremath{\mathsl{t}}} \DefineCharacter{119906}{1D462}{\ensuremath{\mathsl{u}}} \DefineCharacter{119907}{1D463}{\ensuremath{\mathsl{v}}} \DefineCharacter{119908}{1D464}{\ensuremath{\mathsl{w}}} \DefineCharacter{119909}{1D465}{\ensuremath{\mathsl{x}}} \DefineCharacter{119910}{1D466}{\ensuremath{\mathsl{y}}} \DefineCharacter{119911}{1D467}{\ensuremath{\mathsl{z}}} \DefineCharacter{119912}{1D468}{\ensuremath{\mathbit{A}}} \DefineCharacter{119913}{1D469}{\ensuremath{\mathbit{B}}} \DefineCharacter{119914}{1D46A}{\ensuremath{\mathbit{C}}} \DefineCharacter{119915}{1D46B}{\ensuremath{\mathbit{D}}} \DefineCharacter{119916}{1D46C}{\ensuremath{\mathbit{E}}} \DefineCharacter{119917}{1D46D}{\ensuremath{\mathbit{F}}} \DefineCharacter{119918}{1D46E}{\ensuremath{\mathbit{G}}} \DefineCharacter{119919}{1D46F}{\ensuremath{\mathbit{H}}} \DefineCharacter{119920}{1D470}{\ensuremath{\mathbit{I}}} \DefineCharacter{119921}{1D471}{\ensuremath{\mathbit{J}}} \DefineCharacter{119922}{1D472}{\ensuremath{\mathbit{K}}} \DefineCharacter{119923}{1D473}{\ensuremath{\mathbit{L}}} \DefineCharacter{119924}{1D474}{\ensuremath{\mathbit{M}}} \DefineCharacter{119925}{1D475}{\ensuremath{\mathbit{N}}} \DefineCharacter{119926}{1D476}{\ensuremath{\mathbit{O}}} \DefineCharacter{119927}{1D477}{\ensuremath{\mathbit{P}}} \DefineCharacter{119928}{1D478}{\ensuremath{\mathbit{Q}}} \DefineCharacter{119929}{1D479}{\ensuremath{\mathbit{R}}} \DefineCharacter{119930}{1D47A}{\ensuremath{\mathbit{S}}} \DefineCharacter{119931}{1D47B}{\ensuremath{\mathbit{T}}} \DefineCharacter{119932}{1D47C}{\ensuremath{\mathbit{U}}} \DefineCharacter{119933}{1D47D}{\ensuremath{\mathbit{V}}} \DefineCharacter{119934}{1D47E}{\ensuremath{\mathbit{W}}} \DefineCharacter{119935}{1D47F}{\ensuremath{\mathbit{X}}} \DefineCharacter{119936}{1D480}{\ensuremath{\mathbit{Y}}} \DefineCharacter{119937}{1D481}{\ensuremath{\mathbit{Z}}} \DefineCharacter{119938}{1D482}{\ensuremath{\mathbit{a}}} \DefineCharacter{119939}{1D483}{\ensuremath{\mathbit{b}}} \DefineCharacter{119940}{1D484}{\ensuremath{\mathbit{c}}} \DefineCharacter{119941}{1D485}{\ensuremath{\mathbit{d}}} \DefineCharacter{119942}{1D486}{\ensuremath{\mathbit{e}}} \DefineCharacter{119943}{1D487}{\ensuremath{\mathbit{f}}} \DefineCharacter{119944}{1D488}{\ensuremath{\mathbit{g}}} \DefineCharacter{119945}{1D489}{\ensuremath{\mathbit{h}}} \DefineCharacter{119946}{1D48A}{\ensuremath{\mathbit{i}}} \DefineCharacter{119947}{1D48B}{\ensuremath{\mathbit{j}}} \DefineCharacter{119948}{1D48C}{\ensuremath{\mathbit{k}}} \DefineCharacter{119949}{1D48D}{\ensuremath{\mathbit{l}}} \DefineCharacter{119950}{1D48E}{\ensuremath{\mathbit{m}}} \DefineCharacter{119951}{1D48F}{\ensuremath{\mathbit{n}}} \DefineCharacter{119952}{1D490}{\ensuremath{\mathbit{o}}} \DefineCharacter{119953}{1D491}{\ensuremath{\mathbit{p}}} \DefineCharacter{119954}{1D492}{\ensuremath{\mathbit{q}}} \DefineCharacter{119955}{1D493}{\ensuremath{\mathbit{r}}} \DefineCharacter{119956}{1D494}{\ensuremath{\mathbit{s}}} \DefineCharacter{119957}{1D495}{\ensuremath{\mathbit{t}}} \DefineCharacter{119958}{1D496}{\ensuremath{\mathbit{u}}} \DefineCharacter{119959}{1D497}{\ensuremath{\mathbit{v}}} \DefineCharacter{119960}{1D498}{\ensuremath{\mathbit{w}}} \DefineCharacter{119961}{1D499}{\ensuremath{\mathbit{x}}} \DefineCharacter{119962}{1D49A}{\ensuremath{\mathbit{y}}} \DefineCharacter{119963}{1D49B}{\ensuremath{\mathbit{z}}} \DefineCharacter{119964}{1D49C}{\ensuremath{\mathscr{A}}} \DefineCharacter{119966}{1D49E}{\ensuremath{\mathscr{C}}} \DefineCharacter{119967}{1D49F}{\ensuremath{\mathscr{D}}} \DefineCharacter{119970}{1D4A2}{\ensuremath{\mathscr{G}}} \DefineCharacter{119973}{1D4A5}{\ensuremath{\mathscr{J}}} \DefineCharacter{119974}{1D4A6}{\ensuremath{\mathscr{K}}} \DefineCharacter{119977}{1D4A9}{\ensuremath{\mathscr{N}}} \DefineCharacter{119978}{1D4AA}{\ensuremath{\mathscr{O}}} \DefineCharacter{119979}{1D4AB}{\ensuremath{\mathscr{P}}} \DefineCharacter{119980}{1D4AC}{\ensuremath{\mathscr{Q}}} \DefineCharacter{119982}{1D4AE}{\ensuremath{\mathscr{S}}} \DefineCharacter{119983}{1D4AF}{\ensuremath{\mathscr{T}}} \DefineCharacter{119984}{1D4B0}{\ensuremath{\mathscr{U}}} \DefineCharacter{119985}{1D4B1}{\ensuremath{\mathscr{V}}} \DefineCharacter{119986}{1D4B2}{\ensuremath{\mathscr{W}}} \DefineCharacter{119987}{1D4B3}{\ensuremath{\mathscr{X}}} \DefineCharacter{119988}{1D4B4}{\ensuremath{\mathscr{Y}}} \DefineCharacter{119989}{1D4B5}{\ensuremath{\mathscr{Z}}} \DefineCharacter{119990}{1D4B6}{\ensuremath{\mathscr{a}}} \DefineCharacter{119991}{1D4B7}{\ensuremath{\mathscr{b}}} \DefineCharacter{119992}{1D4B8}{\ensuremath{\mathscr{c}}} \DefineCharacter{119993}{1D4B9}{\ensuremath{\mathscr{d}}} \DefineCharacter{119995}{1D4BB}{\ensuremath{\mathscr{f}}} \DefineCharacter{119997}{1D4BD}{\ensuremath{\mathscr{h}}} \DefineCharacter{119998}{1D4BE}{\ensuremath{\mathscr{i}}} \DefineCharacter{119999}{1D4BF}{\ensuremath{\mathscr{j}}} \DefineCharacter{120000}{1D4C0}{\ensuremath{\mathscr{k}}} \DefineCharacter{120002}{1D4C2}{\ensuremath{\mathscr{m}}} \DefineCharacter{120003}{1D4C3}{\ensuremath{\mathscr{n}}} \DefineCharacter{120005}{1D4C5}{\ensuremath{\mathscr{p}}} \DefineCharacter{120006}{1D4C6}{\ensuremath{\mathscr{q}}} \DefineCharacter{120007}{1D4C7}{\ensuremath{\mathscr{r}}} \DefineCharacter{120008}{1D4C8}{\ensuremath{\mathscr{s}}} \DefineCharacter{120009}{1D4C9}{\ensuremath{\mathscr{t}}} \DefineCharacter{120010}{1D4CA}{\ensuremath{\mathscr{u}}} \DefineCharacter{120011}{1D4CB}{\ensuremath{\mathscr{v}}} \DefineCharacter{120012}{1D4CC}{\ensuremath{\mathscr{w}}} \DefineCharacter{120013}{1D4CD}{\ensuremath{\mathscr{x}}} \DefineCharacter{120014}{1D4CE}{\ensuremath{\mathscr{y}}} \DefineCharacter{120015}{1D4CF}{\ensuremath{\mathscr{z}}} \DefineCharacter{120016}{1D4D0}{\ensuremath{\mathmit{A}}} \DefineCharacter{120017}{1D4D1}{\ensuremath{\mathmit{B}}} \DefineCharacter{120018}{1D4D2}{\ensuremath{\mathmit{C}}} \DefineCharacter{120019}{1D4D3}{\ensuremath{\mathmit{D}}} \DefineCharacter{120020}{1D4D4}{\ensuremath{\mathmit{E}}} \DefineCharacter{120021}{1D4D5}{\ensuremath{\mathmit{F}}} \DefineCharacter{120022}{1D4D6}{\ensuremath{\mathmit{G}}} \DefineCharacter{120023}{1D4D7}{\ensuremath{\mathmit{H}}} \DefineCharacter{120024}{1D4D8}{\ensuremath{\mathmit{I}}} \DefineCharacter{120025}{1D4D9}{\ensuremath{\mathmit{J}}} \DefineCharacter{120026}{1D4DA}{\ensuremath{\mathmit{K}}} \DefineCharacter{120027}{1D4DB}{\ensuremath{\mathmit{L}}} \DefineCharacter{120028}{1D4DC}{\ensuremath{\mathmit{M}}} \DefineCharacter{120029}{1D4DD}{\ensuremath{\mathmit{N}}} \DefineCharacter{120030}{1D4DE}{\ensuremath{\mathmit{O}}} \DefineCharacter{120031}{1D4DF}{\ensuremath{\mathmit{P}}} \DefineCharacter{120032}{1D4E0}{\ensuremath{\mathmit{Q}}} \DefineCharacter{120033}{1D4E1}{\ensuremath{\mathmit{R}}} \DefineCharacter{120034}{1D4E2}{\ensuremath{\mathmit{S}}} \DefineCharacter{120035}{1D4E3}{\ensuremath{\mathmit{T}}} \DefineCharacter{120036}{1D4E4}{\ensuremath{\mathmit{U}}} \DefineCharacter{120037}{1D4E5}{\ensuremath{\mathmit{V}}} \DefineCharacter{120038}{1D4E6}{\ensuremath{\mathmit{W}}} \DefineCharacter{120039}{1D4E7}{\ensuremath{\mathmit{X}}} \DefineCharacter{120040}{1D4E8}{\ensuremath{\mathmit{Y}}} \DefineCharacter{120041}{1D4E9}{\ensuremath{\mathmit{Z}}} \DefineCharacter{120042}{1D4EA}{\ensuremath{\mathmit{a}}} \DefineCharacter{120043}{1D4EB}{\ensuremath{\mathmit{b}}} \DefineCharacter{120044}{1D4EC}{\ensuremath{\mathmit{c}}} \DefineCharacter{120045}{1D4ED}{\ensuremath{\mathmit{d}}} \DefineCharacter{120046}{1D4EE}{\ensuremath{\mathmit{e}}} \DefineCharacter{120047}{1D4EF}{\ensuremath{\mathmit{f}}} \DefineCharacter{120048}{1D4F0}{\ensuremath{\mathmit{g}}} \DefineCharacter{120049}{1D4F1}{\ensuremath{\mathmit{h}}} \DefineCharacter{120050}{1D4F2}{\ensuremath{\mathmit{i}}} \DefineCharacter{120051}{1D4F3}{\ensuremath{\mathmit{j}}} \DefineCharacter{120052}{1D4F4}{\ensuremath{\mathmit{k}}} \DefineCharacter{120053}{1D4F5}{\ensuremath{\mathmit{l}}} \DefineCharacter{120054}{1D4F6}{\ensuremath{\mathmit{m}}} \DefineCharacter{120055}{1D4F7}{\ensuremath{\mathmit{n}}} \DefineCharacter{120056}{1D4F8}{\ensuremath{\mathmit{o}}} \DefineCharacter{120057}{1D4F9}{\ensuremath{\mathmit{p}}} \DefineCharacter{120058}{1D4FA}{\ensuremath{\mathmit{q}}} \DefineCharacter{120059}{1D4FB}{\ensuremath{\mathmit{r}}} \DefineCharacter{120060}{1D4FC}{\ensuremath{\mathmit{s}}} \DefineCharacter{120061}{1D4FD}{\ensuremath{\mathmit{t}}} \DefineCharacter{120062}{1D4FE}{\ensuremath{\mathmit{u}}} \DefineCharacter{120063}{1D4FF}{\ensuremath{\mathmit{v}}} \DefineCharacter{120064}{1D500}{\ensuremath{\mathmit{w}}} \DefineCharacter{120065}{1D501}{\ensuremath{\mathmit{x}}} \DefineCharacter{120066}{1D502}{\ensuremath{\mathmit{y}}} \DefineCharacter{120067}{1D503}{\ensuremath{\mathmit{z}}} \DefineCharacter{120068}{1D504}{\ensuremath{\mathfrak{A}}} \DefineCharacter{120069}{1D505}{\ensuremath{\mathfrak{B}}} \DefineCharacter{120071}{1D507}{\ensuremath{\mathfrak{D}}} \DefineCharacter{120072}{1D508}{\ensuremath{\mathfrak{E}}} \DefineCharacter{120073}{1D509}{\ensuremath{\mathfrak{F}}} \DefineCharacter{120074}{1D50A}{\ensuremath{\mathfrak{G}}} \DefineCharacter{120077}{1D50D}{\ensuremath{\mathfrak{J}}} \DefineCharacter{120078}{1D50E}{\ensuremath{\mathfrak{K}}} \DefineCharacter{120079}{1D50F}{\ensuremath{\mathfrak{L}}} \DefineCharacter{120080}{1D510}{\ensuremath{\mathfrak{M}}} \DefineCharacter{120081}{1D511}{\ensuremath{\mathfrak{N}}} \DefineCharacter{120082}{1D512}{\ensuremath{\mathfrak{O}}} \DefineCharacter{120083}{1D513}{\ensuremath{\mathfrak{P}}} \DefineCharacter{120084}{1D514}{\ensuremath{\mathfrak{Q}}} \DefineCharacter{120086}{1D516}{\ensuremath{\mathfrak{S}}} \DefineCharacter{120087}{1D517}{\ensuremath{\mathfrak{T}}} \DefineCharacter{120088}{1D518}{\ensuremath{\mathfrak{U}}} \DefineCharacter{120089}{1D519}{\ensuremath{\mathfrak{V}}} \DefineCharacter{120090}{1D51A}{\ensuremath{\mathfrak{W}}} \DefineCharacter{120091}{1D51B}{\ensuremath{\mathfrak{X}}} \DefineCharacter{120092}{1D51C}{\ensuremath{\mathfrak{Y}}} \DefineCharacter{120094}{1D51E}{\ensuremath{\mathfrak{a}}} \DefineCharacter{120095}{1D51F}{\ensuremath{\mathfrak{b}}} \DefineCharacter{120096}{1D520}{\ensuremath{\mathfrak{c}}} \DefineCharacter{120097}{1D521}{\ensuremath{\mathfrak{d}}} \DefineCharacter{120098}{1D522}{\ensuremath{\mathfrak{e}}} \DefineCharacter{120099}{1D523}{\ensuremath{\mathfrak{f}}} \DefineCharacter{120100}{1D524}{\ensuremath{\mathfrak{g}}} \DefineCharacter{120101}{1D525}{\ensuremath{\mathfrak{h}}} \DefineCharacter{120102}{1D526}{\ensuremath{\mathfrak{i}}} \DefineCharacter{120103}{1D527}{\ensuremath{\mathfrak{j}}} \DefineCharacter{120104}{1D528}{\ensuremath{\mathfrak{k}}} \DefineCharacter{120105}{1D529}{\ensuremath{\mathfrak{l}}} \DefineCharacter{120106}{1D52A}{\ensuremath{\mathfrak{m}}} \DefineCharacter{120107}{1D52B}{\ensuremath{\mathfrak{n}}} \DefineCharacter{120108}{1D52C}{\ensuremath{\mathfrak{o}}} \DefineCharacter{120109}{1D52D}{\ensuremath{\mathfrak{p}}} \DefineCharacter{120110}{1D52E}{\ensuremath{\mathfrak{q}}} \DefineCharacter{120111}{1D52F}{\ensuremath{\mathfrak{r}}} \DefineCharacter{120112}{1D530}{\ensuremath{\mathfrak{s}}} \DefineCharacter{120113}{1D531}{\ensuremath{\mathfrak{t}}} \DefineCharacter{120114}{1D532}{\ensuremath{\mathfrak{u}}} \DefineCharacter{120115}{1D533}{\ensuremath{\mathfrak{v}}} \DefineCharacter{120116}{1D534}{\ensuremath{\mathfrak{w}}} \DefineCharacter{120117}{1D535}{\ensuremath{\mathfrak{x}}} \DefineCharacter{120118}{1D536}{\ensuremath{\mathfrak{y}}} \DefineCharacter{120119}{1D537}{\ensuremath{\mathfrak{z}}} \DefineCharacter{120120}{1D538}{\ensuremath{\mathbb{A}}} \DefineCharacter{120121}{1D539}{\ensuremath{\mathbb{B}}} \DefineCharacter{120123}{1D53B}{\ensuremath{\mathbb{D}}} \DefineCharacter{120124}{1D53C}{\ensuremath{\mathbb{E}}} \DefineCharacter{120125}{1D53D}{\ensuremath{\mathbb{F}}} \DefineCharacter{120126}{1D53E}{\ensuremath{\mathbb{G}}} \DefineCharacter{120128}{1D540}{\ensuremath{\mathbb{I}}} \DefineCharacter{120129}{1D541}{\ensuremath{\mathbb{J}}} \DefineCharacter{120130}{1D542}{\ensuremath{\mathbb{K}}} \DefineCharacter{120131}{1D543}{\ensuremath{\mathbb{L}}} \DefineCharacter{120132}{1D544}{\ensuremath{\mathbb{M}}} \DefineCharacter{120134}{1D546}{\ensuremath{\mathbb{O}}} \DefineCharacter{120138}{1D54A}{\ensuremath{\mathbb{S}}} \DefineCharacter{120139}{1D54B}{\ensuremath{\mathbb{T}}} \DefineCharacter{120140}{1D54C}{\ensuremath{\mathbb{U}}} \DefineCharacter{120141}{1D54D}{\ensuremath{\mathbb{V}}} \DefineCharacter{120142}{1D54E}{\ensuremath{\mathbb{W}}} \DefineCharacter{120143}{1D54F}{\ensuremath{\mathbb{X}}} \DefineCharacter{120144}{1D550}{\ensuremath{\mathbb{Y}}} \DefineCharacter{120146}{1D552}{\ensuremath{\mathbb{a}}} \DefineCharacter{120147}{1D553}{\ensuremath{\mathbb{b}}} \DefineCharacter{120148}{1D554}{\ensuremath{\mathbb{c}}} \DefineCharacter{120149}{1D555}{\ensuremath{\mathbb{d}}} \DefineCharacter{120150}{1D556}{\ensuremath{\mathbb{e}}} \DefineCharacter{120151}{1D557}{\ensuremath{\mathbb{f}}} \DefineCharacter{120152}{1D558}{\ensuremath{\mathbb{g}}} \DefineCharacter{120153}{1D559}{\ensuremath{\mathbb{h}}} \DefineCharacter{120154}{1D55A}{\ensuremath{\mathbb{i}}} \DefineCharacter{120155}{1D55B}{\ensuremath{\mathbb{j}}} \DefineCharacter{120156}{1D55C}{\ensuremath{\mathbb{k}}} \DefineCharacter{120157}{1D55D}{\ensuremath{\mathbb{l}}} \DefineCharacter{120158}{1D55E}{\ensuremath{\mathbb{m}}} \DefineCharacter{120159}{1D55F}{\ensuremath{\mathbb{n}}} \DefineCharacter{120160}{1D560}{\ensuremath{\mathbb{o}}} \DefineCharacter{120161}{1D561}{\ensuremath{\mathbb{p}}} \DefineCharacter{120162}{1D562}{\ensuremath{\mathbb{q}}} \DefineCharacter{120163}{1D563}{\ensuremath{\mathbb{r}}} \DefineCharacter{120164}{1D564}{\ensuremath{\mathbb{s}}} \DefineCharacter{120165}{1D565}{\ensuremath{\mathbb{t}}} \DefineCharacter{120166}{1D566}{\ensuremath{\mathbb{u}}} \DefineCharacter{120167}{1D567}{\ensuremath{\mathbb{v}}} \DefineCharacter{120168}{1D568}{\ensuremath{\mathbb{w}}} \DefineCharacter{120169}{1D569}{\ensuremath{\mathbb{x}}} \DefineCharacter{120170}{1D56A}{\ensuremath{\mathbb{y}}} \DefineCharacter{120171}{1D56B}{\ensuremath{\mathbb{z}}} \DefineCharacter{120172}{1D56C}{\ensuremath{\mathslbb{A}}} \DefineCharacter{120173}{1D56D}{\ensuremath{\mathslbb{B}}} \DefineCharacter{120174}{1D56E}{\ensuremath{\mathslbb{C}}} \DefineCharacter{120175}{1D56F}{\ensuremath{\mathslbb{D}}} \DefineCharacter{120176}{1D570}{\ensuremath{\mathslbb{E}}} \DefineCharacter{120177}{1D571}{\ensuremath{\mathslbb{F}}} \DefineCharacter{120178}{1D572}{\ensuremath{\mathslbb{G}}} \DefineCharacter{120179}{1D573}{\ensuremath{\mathslbb{H}}} \DefineCharacter{120180}{1D574}{\ensuremath{\mathslbb{I}}} \DefineCharacter{120181}{1D575}{\ensuremath{\mathslbb{J}}} \DefineCharacter{120182}{1D576}{\ensuremath{\mathslbb{K}}} \DefineCharacter{120183}{1D577}{\ensuremath{\mathslbb{L}}} \DefineCharacter{120184}{1D578}{\ensuremath{\mathslbb{M}}} \DefineCharacter{120185}{1D579}{\ensuremath{\mathslbb{N}}} \DefineCharacter{120186}{1D57A}{\ensuremath{\mathslbb{O}}} \DefineCharacter{120187}{1D57B}{\ensuremath{\mathslbb{P}}} \DefineCharacter{120188}{1D57C}{\ensuremath{\mathslbb{Q}}} \DefineCharacter{120189}{1D57D}{\ensuremath{\mathslbb{R}}} \DefineCharacter{120190}{1D57E}{\ensuremath{\mathslbb{S}}} \DefineCharacter{120191}{1D57F}{\ensuremath{\mathslbb{T}}} \DefineCharacter{120192}{1D580}{\ensuremath{\mathslbb{U}}} \DefineCharacter{120193}{1D581}{\ensuremath{\mathslbb{V}}} \DefineCharacter{120194}{1D582}{\ensuremath{\mathslbb{W}}} \DefineCharacter{120195}{1D583}{\ensuremath{\mathslbb{X}}} \DefineCharacter{120196}{1D584}{\ensuremath{\mathslbb{Y}}} \DefineCharacter{120197}{1D585}{\ensuremath{\mathslbb{Z}}} \DefineCharacter{120198}{1D586}{\ensuremath{\mathslbb{a}}} \DefineCharacter{120199}{1D587}{\ensuremath{\mathslbb{b}}} \DefineCharacter{120200}{1D588}{\ensuremath{\mathslbb{c}}} \DefineCharacter{120201}{1D589}{\ensuremath{\mathslbb{d}}} \DefineCharacter{120202}{1D58A}{\ensuremath{\mathslbb{e}}} \DefineCharacter{120203}{1D58B}{\ensuremath{\mathslbb{f}}} \DefineCharacter{120204}{1D58C}{\ensuremath{\mathslbb{g}}} \DefineCharacter{120205}{1D58D}{\ensuremath{\mathslbb{h}}} \DefineCharacter{120206}{1D58E}{\ensuremath{\mathslbb{i}}} \DefineCharacter{120207}{1D58F}{\ensuremath{\mathslbb{j}}} \DefineCharacter{120208}{1D590}{\ensuremath{\mathslbb{k}}} \DefineCharacter{120209}{1D591}{\ensuremath{\mathslbb{l}}} \DefineCharacter{120210}{1D592}{\ensuremath{\mathslbb{m}}} \DefineCharacter{120211}{1D593}{\ensuremath{\mathslbb{n}}} \DefineCharacter{120212}{1D594}{\ensuremath{\mathslbb{o}}} \DefineCharacter{120213}{1D595}{\ensuremath{\mathslbb{p}}} \DefineCharacter{120214}{1D596}{\ensuremath{\mathslbb{q}}} \DefineCharacter{120215}{1D597}{\ensuremath{\mathslbb{r}}} \DefineCharacter{120216}{1D598}{\ensuremath{\mathslbb{s}}} \DefineCharacter{120217}{1D599}{\ensuremath{\mathslbb{t}}} \DefineCharacter{120218}{1D59A}{\ensuremath{\mathslbb{u}}} \DefineCharacter{120219}{1D59B}{\ensuremath{\mathslbb{v}}} \DefineCharacter{120220}{1D59C}{\ensuremath{\mathslbb{w}}} \DefineCharacter{120221}{1D59D}{\ensuremath{\mathslbb{x}}} \DefineCharacter{120222}{1D59E}{\ensuremath{\mathslbb{y}}} \DefineCharacter{120223}{1D59F}{\ensuremath{\mathslbb{z}}} \DefineCharacter{120224}{1D5A0}{\ensuremath{\mathsf{A}}} \DefineCharacter{120225}{1D5A1}{\ensuremath{\mathsf{B}}} \DefineCharacter{120226}{1D5A2}{\ensuremath{\mathsf{C}}} \DefineCharacter{120227}{1D5A3}{\ensuremath{\mathsf{D}}} \DefineCharacter{120228}{1D5A4}{\ensuremath{\mathsf{E}}} \DefineCharacter{120229}{1D5A5}{\ensuremath{\mathsf{F}}} \DefineCharacter{120230}{1D5A6}{\ensuremath{\mathsf{G}}} \DefineCharacter{120231}{1D5A7}{\ensuremath{\mathsf{H}}} \DefineCharacter{120232}{1D5A8}{\ensuremath{\mathsf{I}}} \DefineCharacter{120233}{1D5A9}{\ensuremath{\mathsf{J}}} \DefineCharacter{120234}{1D5AA}{\ensuremath{\mathsf{K}}} \DefineCharacter{120235}{1D5AB}{\ensuremath{\mathsf{L}}} \DefineCharacter{120236}{1D5AC}{\ensuremath{\mathsf{M}}} \DefineCharacter{120237}{1D5AD}{\ensuremath{\mathsf{N}}} \DefineCharacter{120238}{1D5AE}{\ensuremath{\mathsf{O}}} \DefineCharacter{120239}{1D5AF}{\ensuremath{\mathsf{P}}} \DefineCharacter{120240}{1D5B0}{\ensuremath{\mathsf{Q}}} \DefineCharacter{120241}{1D5B1}{\ensuremath{\mathsf{R}}} \DefineCharacter{120242}{1D5B2}{\ensuremath{\mathsf{S}}} \DefineCharacter{120243}{1D5B3}{\ensuremath{\mathsf{T}}} \DefineCharacter{120244}{1D5B4}{\ensuremath{\mathsf{U}}} \DefineCharacter{120245}{1D5B5}{\ensuremath{\mathsf{V}}} \DefineCharacter{120246}{1D5B6}{\ensuremath{\mathsf{W}}} \DefineCharacter{120247}{1D5B7}{\ensuremath{\mathsf{X}}} \DefineCharacter{120248}{1D5B8}{\ensuremath{\mathsf{Y}}} \DefineCharacter{120249}{1D5B9}{\ensuremath{\mathsf{Z}}} \DefineCharacter{120250}{1D5BA}{\ensuremath{\mathsf{a}}} \DefineCharacter{120251}{1D5BB}{\ensuremath{\mathsf{b}}} \DefineCharacter{120252}{1D5BC}{\ensuremath{\mathsf{c}}} \DefineCharacter{120253}{1D5BD}{\ensuremath{\mathsf{d}}} \DefineCharacter{120254}{1D5BE}{\ensuremath{\mathsf{e}}} \DefineCharacter{120255}{1D5BF}{\ensuremath{\mathsf{f}}} \DefineCharacter{120256}{1D5C0}{\ensuremath{\mathsf{g}}} \DefineCharacter{120257}{1D5C1}{\ensuremath{\mathsf{h}}} \DefineCharacter{120258}{1D5C2}{\ensuremath{\mathsf{i}}} \DefineCharacter{120259}{1D5C3}{\ensuremath{\mathsf{j}}} \DefineCharacter{120260}{1D5C4}{\ensuremath{\mathsf{k}}} \DefineCharacter{120261}{1D5C5}{\ensuremath{\mathsf{l}}} \DefineCharacter{120262}{1D5C6}{\ensuremath{\mathsf{m}}} \DefineCharacter{120263}{1D5C7}{\ensuremath{\mathsf{n}}} \DefineCharacter{120264}{1D5C8}{\ensuremath{\mathsf{o}}} \DefineCharacter{120265}{1D5C9}{\ensuremath{\mathsf{p}}} \DefineCharacter{120266}{1D5CA}{\ensuremath{\mathsf{q}}} \DefineCharacter{120267}{1D5CB}{\ensuremath{\mathsf{r}}} \DefineCharacter{120268}{1D5CC}{\ensuremath{\mathsf{s}}} \DefineCharacter{120269}{1D5CD}{\ensuremath{\mathsf{t}}} \DefineCharacter{120270}{1D5CE}{\ensuremath{\mathsf{u}}} \DefineCharacter{120271}{1D5CF}{\ensuremath{\mathsf{v}}} \DefineCharacter{120272}{1D5D0}{\ensuremath{\mathsf{w}}} \DefineCharacter{120273}{1D5D1}{\ensuremath{\mathsf{x}}} \DefineCharacter{120274}{1D5D2}{\ensuremath{\mathsf{y}}} \DefineCharacter{120275}{1D5D3}{\ensuremath{\mathsf{z}}} \DefineCharacter{120276}{1D5D4}{\ensuremath{\mathsfbf{A}}} \DefineCharacter{120277}{1D5D5}{\ensuremath{\mathsfbf{B}}} \DefineCharacter{120278}{1D5D6}{\ensuremath{\mathsfbf{C}}} \DefineCharacter{120279}{1D5D7}{\ensuremath{\mathsfbf{D}}} \DefineCharacter{120280}{1D5D8}{\ensuremath{\mathsfbf{E}}} \DefineCharacter{120281}{1D5D9}{\ensuremath{\mathsfbf{F}}} \DefineCharacter{120282}{1D5DA}{\ensuremath{\mathsfbf{G}}} \DefineCharacter{120283}{1D5DB}{\ensuremath{\mathsfbf{H}}} \DefineCharacter{120284}{1D5DC}{\ensuremath{\mathsfbf{I}}} \DefineCharacter{120285}{1D5DD}{\ensuremath{\mathsfbf{J}}} \DefineCharacter{120286}{1D5DE}{\ensuremath{\mathsfbf{K}}} \DefineCharacter{120287}{1D5DF}{\ensuremath{\mathsfbf{L}}} \DefineCharacter{120288}{1D5E0}{\ensuremath{\mathsfbf{M}}} \DefineCharacter{120289}{1D5E1}{\ensuremath{\mathsfbf{N}}} \DefineCharacter{120290}{1D5E2}{\ensuremath{\mathsfbf{O}}} \DefineCharacter{120291}{1D5E3}{\ensuremath{\mathsfbf{P}}} \DefineCharacter{120292}{1D5E4}{\ensuremath{\mathsfbf{Q}}} \DefineCharacter{120293}{1D5E5}{\ensuremath{\mathsfbf{R}}} \DefineCharacter{120294}{1D5E6}{\ensuremath{\mathsfbf{S}}} \DefineCharacter{120295}{1D5E7}{\ensuremath{\mathsfbf{T}}} \DefineCharacter{120296}{1D5E8}{\ensuremath{\mathsfbf{U}}} \DefineCharacter{120297}{1D5E9}{\ensuremath{\mathsfbf{V}}} \DefineCharacter{120298}{1D5EA}{\ensuremath{\mathsfbf{W}}} \DefineCharacter{120299}{1D5EB}{\ensuremath{\mathsfbf{X}}} \DefineCharacter{120300}{1D5EC}{\ensuremath{\mathsfbf{Y}}} \DefineCharacter{120301}{1D5ED}{\ensuremath{\mathsfbf{Z}}} \DefineCharacter{120302}{1D5EE}{\ensuremath{\mathsfbf{a}}} \DefineCharacter{120303}{1D5EF}{\ensuremath{\mathsfbf{b}}} \DefineCharacter{120304}{1D5F0}{\ensuremath{\mathsfbf{c}}} \DefineCharacter{120305}{1D5F1}{\ensuremath{\mathsfbf{d}}} \DefineCharacter{120306}{1D5F2}{\ensuremath{\mathsfbf{e}}} \DefineCharacter{120307}{1D5F3}{\ensuremath{\mathsfbf{f}}} \DefineCharacter{120308}{1D5F4}{\ensuremath{\mathsfbf{g}}} \DefineCharacter{120309}{1D5F5}{\ensuremath{\mathsfbf{h}}} \DefineCharacter{120310}{1D5F6}{\ensuremath{\mathsfbf{i}}} \DefineCharacter{120311}{1D5F7}{\ensuremath{\mathsfbf{j}}} \DefineCharacter{120312}{1D5F8}{\ensuremath{\mathsfbf{k}}} \DefineCharacter{120313}{1D5F9}{\ensuremath{\mathsfbf{l}}} \DefineCharacter{120314}{1D5FA}{\ensuremath{\mathsfbf{m}}} \DefineCharacter{120315}{1D5FB}{\ensuremath{\mathsfbf{n}}} \DefineCharacter{120316}{1D5FC}{\ensuremath{\mathsfbf{o}}} \DefineCharacter{120317}{1D5FD}{\ensuremath{\mathsfbf{p}}} \DefineCharacter{120318}{1D5FE}{\ensuremath{\mathsfbf{q}}} \DefineCharacter{120319}{1D5FF}{\ensuremath{\mathsfbf{r}}} \DefineCharacter{120320}{1D600}{\ensuremath{\mathsfbf{s}}} \DefineCharacter{120321}{1D601}{\ensuremath{\mathsfbf{t}}} \DefineCharacter{120322}{1D602}{\ensuremath{\mathsfbf{u}}} \DefineCharacter{120323}{1D603}{\ensuremath{\mathsfbf{v}}} \DefineCharacter{120324}{1D604}{\ensuremath{\mathsfbf{w}}} \DefineCharacter{120325}{1D605}{\ensuremath{\mathsfbf{x}}} \DefineCharacter{120326}{1D606}{\ensuremath{\mathsfbf{y}}} \DefineCharacter{120327}{1D607}{\ensuremath{\mathsfbf{z}}} \DefineCharacter{120328}{1D608}{\ensuremath{\mathsfsl{A}}} \DefineCharacter{120329}{1D609}{\ensuremath{\mathsfsl{B}}} \DefineCharacter{120330}{1D60A}{\ensuremath{\mathsfsl{C}}} \DefineCharacter{120331}{1D60B}{\ensuremath{\mathsfsl{D}}} \DefineCharacter{120332}{1D60C}{\ensuremath{\mathsfsl{E}}} \DefineCharacter{120333}{1D60D}{\ensuremath{\mathsfsl{F}}} \DefineCharacter{120334}{1D60E}{\ensuremath{\mathsfsl{G}}} \DefineCharacter{120335}{1D60F}{\ensuremath{\mathsfsl{H}}} \DefineCharacter{120336}{1D610}{\ensuremath{\mathsfsl{I}}} \DefineCharacter{120337}{1D611}{\ensuremath{\mathsfsl{J}}} \DefineCharacter{120338}{1D612}{\ensuremath{\mathsfsl{K}}} \DefineCharacter{120339}{1D613}{\ensuremath{\mathsfsl{L}}} \DefineCharacter{120340}{1D614}{\ensuremath{\mathsfsl{M}}} \DefineCharacter{120341}{1D615}{\ensuremath{\mathsfsl{N}}} \DefineCharacter{120342}{1D616}{\ensuremath{\mathsfsl{O}}} \DefineCharacter{120343}{1D617}{\ensuremath{\mathsfsl{P}}} \DefineCharacter{120344}{1D618}{\ensuremath{\mathsfsl{Q}}} \DefineCharacter{120345}{1D619}{\ensuremath{\mathsfsl{R}}} \DefineCharacter{120346}{1D61A}{\ensuremath{\mathsfsl{S}}} \DefineCharacter{120347}{1D61B}{\ensuremath{\mathsfsl{T}}} \DefineCharacter{120348}{1D61C}{\ensuremath{\mathsfsl{U}}} \DefineCharacter{120349}{1D61D}{\ensuremath{\mathsfsl{V}}} \DefineCharacter{120350}{1D61E}{\ensuremath{\mathsfsl{W}}} \DefineCharacter{120351}{1D61F}{\ensuremath{\mathsfsl{X}}} \DefineCharacter{120352}{1D620}{\ensuremath{\mathsfsl{Y}}} \DefineCharacter{120353}{1D621}{\ensuremath{\mathsfsl{Z}}} \DefineCharacter{120354}{1D622}{\ensuremath{\mathsfsl{a}}} \DefineCharacter{120355}{1D623}{\ensuremath{\mathsfsl{b}}} \DefineCharacter{120356}{1D624}{\ensuremath{\mathsfsl{c}}} \DefineCharacter{120357}{1D625}{\ensuremath{\mathsfsl{d}}} \DefineCharacter{120358}{1D626}{\ensuremath{\mathsfsl{e}}} \DefineCharacter{120359}{1D627}{\ensuremath{\mathsfsl{f}}} \DefineCharacter{120360}{1D628}{\ensuremath{\mathsfsl{g}}} \DefineCharacter{120361}{1D629}{\ensuremath{\mathsfsl{h}}} \DefineCharacter{120362}{1D62A}{\ensuremath{\mathsfsl{i}}} \DefineCharacter{120363}{1D62B}{\ensuremath{\mathsfsl{j}}} \DefineCharacter{120364}{1D62C}{\ensuremath{\mathsfsl{k}}} \DefineCharacter{120365}{1D62D}{\ensuremath{\mathsfsl{l}}} \DefineCharacter{120366}{1D62E}{\ensuremath{\mathsfsl{m}}} \DefineCharacter{120367}{1D62F}{\ensuremath{\mathsfsl{n}}} \DefineCharacter{120368}{1D630}{\ensuremath{\mathsfsl{o}}} \DefineCharacter{120369}{1D631}{\ensuremath{\mathsfsl{p}}} \DefineCharacter{120370}{1D632}{\ensuremath{\mathsfsl{q}}} \DefineCharacter{120371}{1D633}{\ensuremath{\mathsfsl{r}}} \DefineCharacter{120372}{1D634}{\ensuremath{\mathsfsl{s}}} \DefineCharacter{120373}{1D635}{\ensuremath{\mathsfsl{t}}} \DefineCharacter{120374}{1D636}{\ensuremath{\mathsfsl{u}}} \DefineCharacter{120375}{1D637}{\ensuremath{\mathsfsl{v}}} \DefineCharacter{120376}{1D638}{\ensuremath{\mathsfsl{w}}} \DefineCharacter{120377}{1D639}{\ensuremath{\mathsfsl{x}}} \DefineCharacter{120378}{1D63A}{\ensuremath{\mathsfsl{y}}} \DefineCharacter{120379}{1D63B}{\ensuremath{\mathsfsl{z}}} \DefineCharacter{120380}{1D63C}{\ensuremath{\mathsfbfsl{A}}} \DefineCharacter{120381}{1D63D}{\ensuremath{\mathsfbfsl{B}}} \DefineCharacter{120382}{1D63E}{\ensuremath{\mathsfbfsl{C}}} \DefineCharacter{120383}{1D63F}{\ensuremath{\mathsfbfsl{D}}} \DefineCharacter{120384}{1D640}{\ensuremath{\mathsfbfsl{E}}} \DefineCharacter{120385}{1D641}{\ensuremath{\mathsfbfsl{F}}} \DefineCharacter{120386}{1D642}{\ensuremath{\mathsfbfsl{G}}} \DefineCharacter{120387}{1D643}{\ensuremath{\mathsfbfsl{H}}} \DefineCharacter{120388}{1D644}{\ensuremath{\mathsfbfsl{I}}} \DefineCharacter{120389}{1D645}{\ensuremath{\mathsfbfsl{J}}} \DefineCharacter{120390}{1D646}{\ensuremath{\mathsfbfsl{K}}} \DefineCharacter{120391}{1D647}{\ensuremath{\mathsfbfsl{L}}} \DefineCharacter{120392}{1D648}{\ensuremath{\mathsfbfsl{M}}} \DefineCharacter{120393}{1D649}{\ensuremath{\mathsfbfsl{N}}} \DefineCharacter{120394}{1D64A}{\ensuremath{\mathsfbfsl{O}}} \DefineCharacter{120395}{1D64B}{\ensuremath{\mathsfbfsl{P}}} \DefineCharacter{120396}{1D64C}{\ensuremath{\mathsfbfsl{Q}}} \DefineCharacter{120397}{1D64D}{\ensuremath{\mathsfbfsl{R}}} \DefineCharacter{120398}{1D64E}{\ensuremath{\mathsfbfsl{S}}} \DefineCharacter{120399}{1D64F}{\ensuremath{\mathsfbfsl{T}}} \DefineCharacter{120400}{1D650}{\ensuremath{\mathsfbfsl{U}}} \DefineCharacter{120401}{1D651}{\ensuremath{\mathsfbfsl{V}}} \DefineCharacter{120402}{1D652}{\ensuremath{\mathsfbfsl{W}}} \DefineCharacter{120403}{1D653}{\ensuremath{\mathsfbfsl{X}}} \DefineCharacter{120404}{1D654}{\ensuremath{\mathsfbfsl{Y}}} \DefineCharacter{120405}{1D655}{\ensuremath{\mathsfbfsl{Z}}} \DefineCharacter{120406}{1D656}{\ensuremath{\mathsfbfsl{a}}} \DefineCharacter{120407}{1D657}{\ensuremath{\mathsfbfsl{b}}} \DefineCharacter{120408}{1D658}{\ensuremath{\mathsfbfsl{c}}} \DefineCharacter{120409}{1D659}{\ensuremath{\mathsfbfsl{d}}} \DefineCharacter{120410}{1D65A}{\ensuremath{\mathsfbfsl{e}}} \DefineCharacter{120411}{1D65B}{\ensuremath{\mathsfbfsl{f}}} \DefineCharacter{120412}{1D65C}{\ensuremath{\mathsfbfsl{g}}} \DefineCharacter{120413}{1D65D}{\ensuremath{\mathsfbfsl{h}}} \DefineCharacter{120414}{1D65E}{\ensuremath{\mathsfbfsl{i}}} \DefineCharacter{120415}{1D65F}{\ensuremath{\mathsfbfsl{j}}} \DefineCharacter{120416}{1D660}{\ensuremath{\mathsfbfsl{k}}} \DefineCharacter{120417}{1D661}{\ensuremath{\mathsfbfsl{l}}} \DefineCharacter{120418}{1D662}{\ensuremath{\mathsfbfsl{m}}} \DefineCharacter{120419}{1D663}{\ensuremath{\mathsfbfsl{n}}} \DefineCharacter{120420}{1D664}{\ensuremath{\mathsfbfsl{o}}} \DefineCharacter{120421}{1D665}{\ensuremath{\mathsfbfsl{p}}} \DefineCharacter{120422}{1D666}{\ensuremath{\mathsfbfsl{q}}} \DefineCharacter{120423}{1D667}{\ensuremath{\mathsfbfsl{r}}} \DefineCharacter{120424}{1D668}{\ensuremath{\mathsfbfsl{s}}} \DefineCharacter{120425}{1D669}{\ensuremath{\mathsfbfsl{t}}} \DefineCharacter{120426}{1D66A}{\ensuremath{\mathsfbfsl{u}}} \DefineCharacter{120427}{1D66B}{\ensuremath{\mathsfbfsl{v}}} \DefineCharacter{120428}{1D66C}{\ensuremath{\mathsfbfsl{w}}} \DefineCharacter{120429}{1D66D}{\ensuremath{\mathsfbfsl{x}}} \DefineCharacter{120430}{1D66E}{\ensuremath{\mathsfbfsl{y}}} \DefineCharacter{120431}{1D66F}{\ensuremath{\mathsfbfsl{z}}} \DefineCharacter{120432}{1D670}{\ensuremath{\mathtt{A}}} \DefineCharacter{120433}{1D671}{\ensuremath{\mathtt{B}}} \DefineCharacter{120434}{1D672}{\ensuremath{\mathtt{C}}} \DefineCharacter{120435}{1D673}{\ensuremath{\mathtt{D}}} \DefineCharacter{120436}{1D674}{\ensuremath{\mathtt{E}}} \DefineCharacter{120437}{1D675}{\ensuremath{\mathtt{F}}} \DefineCharacter{120438}{1D676}{\ensuremath{\mathtt{G}}} \DefineCharacter{120439}{1D677}{\ensuremath{\mathtt{H}}} \DefineCharacter{120440}{1D678}{\ensuremath{\mathtt{I}}} \DefineCharacter{120441}{1D679}{\ensuremath{\mathtt{J}}} \DefineCharacter{120442}{1D67A}{\ensuremath{\mathtt{K}}} \DefineCharacter{120443}{1D67B}{\ensuremath{\mathtt{L}}} \DefineCharacter{120444}{1D67C}{\ensuremath{\mathtt{M}}} \DefineCharacter{120445}{1D67D}{\ensuremath{\mathtt{N}}} \DefineCharacter{120446}{1D67E}{\ensuremath{\mathtt{O}}} \DefineCharacter{120447}{1D67F}{\ensuremath{\mathtt{P}}} \DefineCharacter{120448}{1D680}{\ensuremath{\mathtt{Q}}} \DefineCharacter{120449}{1D681}{\ensuremath{\mathtt{R}}} \DefineCharacter{120450}{1D682}{\ensuremath{\mathtt{S}}} \DefineCharacter{120451}{1D683}{\ensuremath{\mathtt{T}}} \DefineCharacter{120452}{1D684}{\ensuremath{\mathtt{U}}} \DefineCharacter{120453}{1D685}{\ensuremath{\mathtt{V}}} \DefineCharacter{120454}{1D686}{\ensuremath{\mathtt{W}}} \DefineCharacter{120455}{1D687}{\ensuremath{\mathtt{X}}} \DefineCharacter{120456}{1D688}{\ensuremath{\mathtt{Y}}} \DefineCharacter{120457}{1D689}{\ensuremath{\mathtt{Z}}} \DefineCharacter{120458}{1D68A}{\ensuremath{\mathtt{a}}} \DefineCharacter{120459}{1D68B}{\ensuremath{\mathtt{b}}} \DefineCharacter{120460}{1D68C}{\ensuremath{\mathtt{c}}} \DefineCharacter{120461}{1D68D}{\ensuremath{\mathtt{d}}} \DefineCharacter{120462}{1D68E}{\ensuremath{\mathtt{e}}} \DefineCharacter{120463}{1D68F}{\ensuremath{\mathtt{f}}} \DefineCharacter{120464}{1D690}{\ensuremath{\mathtt{g}}} \DefineCharacter{120465}{1D691}{\ensuremath{\mathtt{h}}} \DefineCharacter{120466}{1D692}{\ensuremath{\mathtt{i}}} \DefineCharacter{120467}{1D693}{\ensuremath{\mathtt{j}}} \DefineCharacter{120468}{1D694}{\ensuremath{\mathtt{k}}} \DefineCharacter{120469}{1D695}{\ensuremath{\mathtt{l}}} \DefineCharacter{120470}{1D696}{\ensuremath{\mathtt{m}}} \DefineCharacter{120471}{1D697}{\ensuremath{\mathtt{n}}} \DefineCharacter{120472}{1D698}{\ensuremath{\mathtt{o}}} \DefineCharacter{120473}{1D699}{\ensuremath{\mathtt{p}}} \DefineCharacter{120474}{1D69A}{\ensuremath{\mathtt{q}}} \DefineCharacter{120475}{1D69B}{\ensuremath{\mathtt{r}}} \DefineCharacter{120476}{1D69C}{\ensuremath{\mathtt{s}}} \DefineCharacter{120477}{1D69D}{\ensuremath{\mathtt{t}}} \DefineCharacter{120478}{1D69E}{\ensuremath{\mathtt{u}}} \DefineCharacter{120479}{1D69F}{\ensuremath{\mathtt{v}}} \DefineCharacter{120480}{1D6A0}{\ensuremath{\mathtt{w}}} \DefineCharacter{120481}{1D6A1}{\ensuremath{\mathtt{x}}} \DefineCharacter{120482}{1D6A2}{\ensuremath{\mathtt{y}}} \DefineCharacter{120483}{1D6A3}{\ensuremath{\mathtt{z}}} \DefineCharacter{120488}{1D6A8}{\ensuremath{\mathbf{\Alpha}}} \DefineCharacter{120489}{1D6A9}{\ensuremath{\mathbf{\Beta}}} \DefineCharacter{120490}{1D6AA}{\ensuremath{\mathbf{\Gamma}}} \DefineCharacter{120491}{1D6AB}{\ensuremath{\mathbf{\Delta}}} \DefineCharacter{120492}{1D6AC}{\ensuremath{\mathbf{\Epsilon}}} \DefineCharacter{120493}{1D6AD}{\ensuremath{\mathbf{\Zeta}}} \DefineCharacter{120494}{1D6AE}{\ensuremath{\mathbf{\Eta}}} \DefineCharacter{120495}{1D6AF}{\ensuremath{\mathbf{\Theta}}} \DefineCharacter{120496}{1D6B0}{\ensuremath{\mathbf{\Iota}}} \DefineCharacter{120497}{1D6B1}{\ensuremath{\mathbf{\Kappa}}} \DefineCharacter{120498}{1D6B2}{\ensuremath{\mathbf{\Lambda}}} \DefineCharacter{120499}{1D6B3}{\ensuremath{M}} \DefineCharacter{120500}{1D6B4}{\ensuremath{N}} \DefineCharacter{120501}{1D6B5}{\ensuremath{\mathbf{\Xi}}} \DefineCharacter{120502}{1D6B6}{\ensuremath{O}} \DefineCharacter{120503}{1D6B7}{\ensuremath{\mathbf{\Pi}}} \DefineCharacter{120504}{1D6B8}{\ensuremath{\mathbf{\Rho}}} \DefineCharacter{120505}{1D6B9}{\ifmmode \else \mathbf{\vartheta}\fi}% \DefineCharacter{120506}{1D6BA}{\ensuremath{\mathbf{\Sigma}}} \DefineCharacter{120507}{1D6BB}{\ensuremath{\mathbf{\Tau}}} \DefineCharacter{120508}{1D6BC}{\ensuremath{\mathbf{\Upsilon}}} \DefineCharacter{120509}{1D6BD}{\ensuremath{\mathbf{\Phi}}} \DefineCharacter{120510}{1D6BE}{\ensuremath{\mathbf{\Chi}}} \DefineCharacter{120511}{1D6BF}{\ensuremath{\mathbf{\Psi}}} \DefineCharacter{120512}{1D6C0}{\ensuremath{\mathbf{\Omega}}} \DefineCharacter{120513}{1D6C1}{\ensuremath{\mathbf{\nabla}}} \DefineCharacter{120514}{1D6C2}{\ensuremath{\mathbf{\Alpha}}} \DefineCharacter{120515}{1D6C3}{\ensuremath{\mathbf{\Beta}}} \DefineCharacter{120516}{1D6C4}{\ensuremath{\mathbf{\Gamma}}} \DefineCharacter{120517}{1D6C5}{\ensuremath{\mathbf{\Delta}}} \DefineCharacter{120518}{1D6C6}{\ensuremath{\mathbf{\Epsilon}}} \DefineCharacter{120519}{1D6C7}{\ensuremath{\mathbf{\Zeta}}} \DefineCharacter{120520}{1D6C8}{\ensuremath{\mathbf{\Eta}}} \DefineCharacter{120521}{1D6C9}{\ensuremath{\mathbf{\theta}}} \DefineCharacter{120522}{1D6CA}{\ensuremath{\mathbf{\Iota}}} \DefineCharacter{120523}{1D6CB}{\ensuremath{\mathbf{\Kappa}}} \DefineCharacter{120524}{1D6CC}{\ensuremath{\mathbf{\Lambda}}} \DefineCharacter{120525}{1D6CD}{\ensuremath{M}} \DefineCharacter{120526}{1D6CE}{\ensuremath{N}} \DefineCharacter{120527}{1D6CF}{\ensuremath{\mathbf{\Xi}}} \DefineCharacter{120528}{1D6D0}{\ensuremath{O}} \DefineCharacter{120529}{1D6D1}{\ensuremath{\mathbf{\Pi}}} \DefineCharacter{120530}{1D6D2}{\ensuremath{\mathbf{\Rho}}} \DefineCharacter{120531}{1D6D3}{\ensuremath{\mathbf{\varsigma}}} \DefineCharacter{120532}{1D6D4}{\ensuremath{\mathbf{\Sigma}}} \DefineCharacter{120533}{1D6D5}{\ensuremath{\mathbf{\Tau}}} \DefineCharacter{120534}{1D6D6}{\ensuremath{\mathbf{\Upsilon}}} \DefineCharacter{120535}{1D6D7}{\ensuremath{\mathbf{\Phi}}} \DefineCharacter{120536}{1D6D8}{\ensuremath{\mathbf{\Chi}}} \DefineCharacter{120537}{1D6D9}{\ensuremath{\mathbf{\Psi}}} \DefineCharacter{120538}{1D6DA}{\ensuremath{\mathbf{\Omega}}} \DefineCharacter{120539}{1D6DB}{\ensuremath{\partial }} \DefineCharacter{120540}{1D6DC}{\ensuremath{\in}} \DefineCharacter{120541}{1D6DD}{\ifmmode \else \mathbf{\vartheta}\fi}% \DefineCharacter{120542}{1D6DE}{\ifmmode \else \mathbf{\varkappa}\fi}% \DefineCharacter{120543}{1D6DF}{\ifmmode \else \mathbf{\phi}\fi}% \DefineCharacter{120544}{1D6E0}{\ifmmode \else \mathbf{\varrho}\fi}% \DefineCharacter{120545}{1D6E1}{\ifmmode \else \mathbf{\varpi}\fi}% \DefineCharacter{120546}{1D6E2}{\ensuremath{\mathsl{\Alpha}}} \DefineCharacter{120547}{1D6E3}{\ensuremath{\mathsl{\Beta}}} \DefineCharacter{120548}{1D6E4}{\ensuremath{\mathsl{\Gamma}}} \DefineCharacter{120549}{1D6E5}{\ensuremath{\mathsl{\Delta}}} \DefineCharacter{120550}{1D6E6}{\ensuremath{\mathsl{\Epsilon}}} \DefineCharacter{120551}{1D6E7}{\ensuremath{\mathsl{\Zeta}}} \DefineCharacter{120552}{1D6E8}{\ensuremath{\mathsl{\Eta}}} \DefineCharacter{120553}{1D6E9}{\ensuremath{\mathsl{\Theta}}} \DefineCharacter{120554}{1D6EA}{\ensuremath{\mathsl{\Iota}}} \DefineCharacter{120555}{1D6EB}{\ensuremath{\mathsl{\Kappa}}} \DefineCharacter{120556}{1D6EC}{\ensuremath{\mathsl{\Lambda}}} \DefineCharacter{120557}{1D6ED}{\ensuremath{M}} \DefineCharacter{120558}{1D6EE}{\ensuremath{N}} \DefineCharacter{120559}{1D6EF}{\ensuremath{\mathsl{\Xi}}} \DefineCharacter{120560}{1D6F0}{\ensuremath{O}} \DefineCharacter{120561}{1D6F1}{\ensuremath{\mathsl{\Pi}}} \DefineCharacter{120562}{1D6F2}{\ensuremath{\mathsl{\Rho}}} \DefineCharacter{120563}{1D6F3}{\ifmmode \else \mathsl{\vartheta}\fi}% \DefineCharacter{120564}{1D6F4}{\ensuremath{\mathsl{\Sigma}}} \DefineCharacter{120565}{1D6F5}{\ensuremath{\mathsl{\Tau}}} \DefineCharacter{120566}{1D6F6}{\ensuremath{\mathsl{\Upsilon}}} \DefineCharacter{120567}{1D6F7}{\ensuremath{\mathsl{\Phi}}} \DefineCharacter{120568}{1D6F8}{\ensuremath{\mathsl{\Chi}}} \DefineCharacter{120569}{1D6F9}{\ensuremath{\mathsl{\Psi}}} \DefineCharacter{120570}{1D6FA}{\ensuremath{\mathsl{\Omega}}} \DefineCharacter{120571}{1D6FB}{\ensuremath{\mathsl{\nabla}}} \DefineCharacter{120572}{1D6FC}{\ensuremath{\mathsl{\Alpha}}} \DefineCharacter{120573}{1D6FD}{\ensuremath{\mathsl{\Beta}}} \DefineCharacter{120574}{1D6FE}{\ensuremath{\mathsl{\Gamma}}} \DefineCharacter{120575}{1D6FF}{\ensuremath{\mathsl{\Delta}}} \DefineCharacter{120576}{1D700}{\ensuremath{\mathsl{\Epsilon}}} \DefineCharacter{120577}{1D701}{\ensuremath{\mathsl{\Zeta}}} \DefineCharacter{120578}{1D702}{\ensuremath{\mathsl{\Eta}}} \DefineCharacter{120579}{1D703}{\ensuremath{\mathsl{\Theta}}} \DefineCharacter{120580}{1D704}{\ensuremath{\mathsl{\Iota}}} \DefineCharacter{120581}{1D705}{\ensuremath{\mathsl{\Kappa}}} \DefineCharacter{120582}{1D706}{\ensuremath{\mathsl{\Lambda}}} \DefineCharacter{120583}{1D707}{\ensuremath{M}} \DefineCharacter{120584}{1D708}{\ensuremath{N}} \DefineCharacter{120585}{1D709}{\ensuremath{\mathsl{\Xi}}} \DefineCharacter{120586}{1D70A}{\ensuremath{O}} \DefineCharacter{120587}{1D70B}{\ensuremath{\mathsl{\Pi}}} \DefineCharacter{120588}{1D70C}{\ensuremath{\mathsl{\Rho}}} \DefineCharacter{120589}{1D70D}{\ensuremath{\mathsl{\varsigma}}} \DefineCharacter{120590}{1D70E}{\ensuremath{\mathsl{\Sigma}}} \DefineCharacter{120591}{1D70F}{\ensuremath{\mathsl{\Tau}}} \DefineCharacter{120592}{1D710}{\ensuremath{\mathsl{\Upsilon}}} \DefineCharacter{120593}{1D711}{\ensuremath{\mathsl{\Phi}}} \DefineCharacter{120594}{1D712}{\ensuremath{\mathsl{\Chi}}} \DefineCharacter{120595}{1D713}{\ensuremath{\mathsl{\Psi}}} \DefineCharacter{120596}{1D714}{\ensuremath{\mathsl{\Omega}}} \DefineCharacter{120597}{1D715}{\ensuremath{\partial }} \DefineCharacter{120598}{1D716}{\ensuremath{\in}} \DefineCharacter{120599}{1D717}{\ifmmode \else \mathsl{\vartheta}\fi}% \DefineCharacter{120600}{1D718}{\ifmmode \else \mathsl{\varkappa}\fi}% \DefineCharacter{120601}{1D719}{\ifmmode \else \mathsl{\phi}\fi}% \DefineCharacter{120602}{1D71A}{\ifmmode \else \mathsl{\varrho}\fi}% \DefineCharacter{120603}{1D71B}{\ifmmode \else \mathsl{\varpi}\fi}% \DefineCharacter{120604}{1D71C}{\ensuremath{\mathbit{\Alpha}}} \DefineCharacter{120605}{1D71D}{\ensuremath{\mathbit{\Beta}}} \DefineCharacter{120606}{1D71E}{\ensuremath{\mathbit{\Gamma}}} \DefineCharacter{120607}{1D71F}{\ensuremath{\mathbit{\Delta}}} \DefineCharacter{120608}{1D720}{\ensuremath{\mathbit{\Epsilon}}} \DefineCharacter{120609}{1D721}{\ensuremath{\mathbit{\Zeta}}} \DefineCharacter{120610}{1D722}{\ensuremath{\mathbit{\Eta}}} \DefineCharacter{120611}{1D723}{\ensuremath{\mathbit{\Theta}}} \DefineCharacter{120612}{1D724}{\ensuremath{\mathbit{\Iota}}} \DefineCharacter{120613}{1D725}{\ensuremath{\mathbit{\Kappa}}} \DefineCharacter{120614}{1D726}{\ensuremath{\mathbit{\Lambda}}} \DefineCharacter{120615}{1D727}{\ensuremath{M}} \DefineCharacter{120616}{1D728}{\ensuremath{N}} \DefineCharacter{120617}{1D729}{\ensuremath{\mathbit{\Xi}}} \DefineCharacter{120618}{1D72A}{\ensuremath{O}} \DefineCharacter{120619}{1D72B}{\ensuremath{\mathbit{\Pi}}} \DefineCharacter{120620}{1D72C}{\ensuremath{\mathbit{\Rho}}} \DefineCharacter{120621}{1D72D}{\ifmmode \else \mathbit{O}\fi}% \DefineCharacter{120622}{1D72E}{\ensuremath{\mathbit{\Sigma}}} \DefineCharacter{120623}{1D72F}{\ensuremath{\mathbit{\Tau}}} \DefineCharacter{120624}{1D730}{\ensuremath{\mathbit{\Upsilon}}} \DefineCharacter{120625}{1D731}{\ensuremath{\mathbit{\Phi}}} \DefineCharacter{120626}{1D732}{\ensuremath{\mathbit{\Chi}}} \DefineCharacter{120627}{1D733}{\ensuremath{\mathbit{\Psi}}} \DefineCharacter{120628}{1D734}{\ensuremath{\mathbit{\Omega}}} \DefineCharacter{120629}{1D735}{\ensuremath{\mathbit{\nabla}}} \DefineCharacter{120630}{1D736}{\ensuremath{\mathbit{\Alpha}}} \DefineCharacter{120631}{1D737}{\ensuremath{\mathbit{\Beta}}} \DefineCharacter{120632}{1D738}{\ensuremath{\mathbit{\Gamma}}} \DefineCharacter{120633}{1D739}{\ensuremath{\mathbit{\Delta}}} \DefineCharacter{120634}{1D73A}{\ensuremath{\mathbit{\Epsilon}}} \DefineCharacter{120635}{1D73B}{\ensuremath{\mathbit{\Zeta}}} \DefineCharacter{120636}{1D73C}{\ensuremath{\mathbit{\Eta}}} \DefineCharacter{120637}{1D73D}{\ensuremath{\mathbit{\Theta}}} \DefineCharacter{120638}{1D73E}{\ensuremath{\mathbit{\Iota}}} \DefineCharacter{120639}{1D73F}{\ensuremath{\mathbit{\Kappa}}} \DefineCharacter{120640}{1D740}{\ensuremath{\mathbit{\Lambda}}} \DefineCharacter{120641}{1D741}{\ensuremath{M}} \DefineCharacter{120642}{1D742}{\ensuremath{N}} \DefineCharacter{120643}{1D743}{\ensuremath{\mathbit{\Xi}}} \DefineCharacter{120644}{1D744}{\ensuremath{O}} \DefineCharacter{120645}{1D745}{\ensuremath{\mathbit{\Pi}}} \DefineCharacter{120646}{1D746}{\ensuremath{\mathbit{\Rho}}} \DefineCharacter{120647}{1D747}{\ensuremath{\mathbit{\varsigma}}} \DefineCharacter{120648}{1D748}{\ensuremath{\mathbit{\Sigma}}} \DefineCharacter{120649}{1D749}{\ensuremath{\mathbit{\Tau}}} \DefineCharacter{120650}{1D74A}{\ensuremath{\mathbit{\Upsilon}}} \DefineCharacter{120651}{1D74B}{\ensuremath{\mathbit{\Phi}}} \DefineCharacter{120652}{1D74C}{\ensuremath{\mathbit{\Chi}}} \DefineCharacter{120653}{1D74D}{\ensuremath{\mathbit{\Psi}}} \DefineCharacter{120654}{1D74E}{\ensuremath{\mathbit{\Omega}}} \DefineCharacter{120655}{1D74F}{\ensuremath{\partial }} \DefineCharacter{120656}{1D750}{\ensuremath{\in}} \DefineCharacter{120657}{1D751}{\ifmmode \else \mathbit{\vartheta}\fi}% \DefineCharacter{120658}{1D752}{\ifmmode \else \mathbit{\varkappa}\fi}% \DefineCharacter{120659}{1D753}{\ifmmode \else \mathbit{\phi}\fi}% \DefineCharacter{120660}{1D754}{\ifmmode \else \mathbit{\varrho}\fi}% \DefineCharacter{120661}{1D755}{\ifmmode \else \mathbit{\varpi}\fi}% \DefineCharacter{120662}{1D756}{\ensuremath{\mathsfbf{\Alpha}}} \DefineCharacter{120663}{1D757}{\ensuremath{\mathsfbf{\Beta}}} \DefineCharacter{120664}{1D758}{\ensuremath{\mathsfbf{\Gamma}}} \DefineCharacter{120665}{1D759}{\ensuremath{\mathsfbf{\Delta}}} \DefineCharacter{120666}{1D75A}{\ensuremath{\mathsfbf{\Epsilon}}} \DefineCharacter{120667}{1D75B}{\ensuremath{\mathsfbf{\Zeta}}} \DefineCharacter{120668}{1D75C}{\ensuremath{\mathsfbf{\Eta}}} \DefineCharacter{120669}{1D75D}{\ensuremath{\mathsfbf{\Theta}}} \DefineCharacter{120670}{1D75E}{\ensuremath{\mathsfbf{\Iota}}} \DefineCharacter{120671}{1D75F}{\ensuremath{\mathsfbf{\Kappa}}} \DefineCharacter{120672}{1D760}{\ensuremath{\mathsfbf{\Lambda}}} \DefineCharacter{120673}{1D761}{\ensuremath{M}} \DefineCharacter{120674}{1D762}{\ensuremath{N}} \DefineCharacter{120675}{1D763}{\ensuremath{\mathsfbf{\Xi}}} \DefineCharacter{120676}{1D764}{\ensuremath{O}} \DefineCharacter{120677}{1D765}{\ensuremath{\mathsfbf{\Pi}}} \DefineCharacter{120678}{1D766}{\ensuremath{\mathsfbf{\Rho}}} \DefineCharacter{120679}{1D767}{\ifmmode \else \mathsfbf{\vartheta}\fi}% \DefineCharacter{120680}{1D768}{\ensuremath{\mathsfbf{\Sigma}}} \DefineCharacter{120681}{1D769}{\ensuremath{\mathsfbf{\Tau}}} \DefineCharacter{120682}{1D76A}{\ensuremath{\mathsfbf{\Upsilon}}} \DefineCharacter{120683}{1D76B}{\ensuremath{\mathsfbf{\Phi}}} \DefineCharacter{120684}{1D76C}{\ensuremath{\mathsfbf{\Chi}}} \DefineCharacter{120685}{1D76D}{\ensuremath{\mathsfbf{\Psi}}} \DefineCharacter{120686}{1D76E}{\ensuremath{\mathsfbf{\Omega}}} \DefineCharacter{120687}{1D76F}{\ensuremath{\mathsfbf{\nabla}}} \DefineCharacter{120688}{1D770}{\ensuremath{\mathsfbf{\Alpha}}} \DefineCharacter{120689}{1D771}{\ensuremath{\mathsfbf{\Beta}}} \DefineCharacter{120690}{1D772}{\ensuremath{\mathsfbf{\Gamma}}} \DefineCharacter{120691}{1D773}{\ensuremath{\mathsfbf{\Delta}}} \DefineCharacter{120692}{1D774}{\ensuremath{\mathsfbf{\Epsilon}}} \DefineCharacter{120693}{1D775}{\ensuremath{\mathsfbf{\Zeta}}} \DefineCharacter{120694}{1D776}{\ensuremath{\mathsfbf{\Eta}}} \DefineCharacter{120695}{1D777}{\ensuremath{\mathsfbf{\Theta}}} \DefineCharacter{120696}{1D778}{\ensuremath{\mathsfbf{\Iota}}} \DefineCharacter{120697}{1D779}{\ensuremath{\mathsfbf{\Kappa}}} \DefineCharacter{120698}{1D77A}{\ensuremath{\mathsfbf{\Lambda}}} \DefineCharacter{120699}{1D77B}{\ensuremath{M}} \DefineCharacter{120700}{1D77C}{\ensuremath{N}} \DefineCharacter{120701}{1D77D}{\ensuremath{\mathsfbf{\Xi}}} \DefineCharacter{120702}{1D77E}{\ensuremath{O}} \DefineCharacter{120703}{1D77F}{\ensuremath{\mathsfbf{\Pi}}} \DefineCharacter{120704}{1D780}{\ensuremath{\mathsfbf{\Rho}}} \DefineCharacter{120705}{1D781}{\ensuremath{\mathsfbf{\varsigma}}} \DefineCharacter{120706}{1D782}{\ensuremath{\mathsfbf{\Sigma}}} \DefineCharacter{120707}{1D783}{\ensuremath{\mathsfbf{\Tau}}} \DefineCharacter{120708}{1D784}{\ensuremath{\mathsfbf{\Upsilon}}} \DefineCharacter{120709}{1D785}{\ensuremath{\mathsfbf{\Phi}}} \DefineCharacter{120710}{1D786}{\ensuremath{\mathsfbf{\Chi}}} \DefineCharacter{120711}{1D787}{\ensuremath{\mathsfbf{\Psi}}} \DefineCharacter{120712}{1D788}{\ensuremath{\mathsfbf{\Omega}}} \DefineCharacter{120713}{1D789}{\ensuremath{\partial }} \DefineCharacter{120714}{1D78A}{\ensuremath{\in}} \DefineCharacter{120715}{1D78B}{\ifmmode \else \mathsfbf{\vartheta}\fi}% \DefineCharacter{120716}{1D78C}{\ifmmode \else \mathsfbf{\varkappa}\fi}% \DefineCharacter{120717}{1D78D}{\ifmmode \else \mathsfbf{\phi}\fi}% \DefineCharacter{120718}{1D78E}{\ifmmode \else \mathsfbf{\varrho}\fi}% \DefineCharacter{120719}{1D78F}{\ifmmode \else \mathsfbf{\varpi}\fi}% \DefineCharacter{120720}{1D790}{\ensuremath{\mathsfbfsl{\Alpha}}} \DefineCharacter{120721}{1D791}{\ensuremath{\mathsfbfsl{\Beta}}} \DefineCharacter{120722}{1D792}{\ensuremath{\mathsfbfsl{\Gamma}}} \DefineCharacter{120723}{1D793}{\ensuremath{\mathsfbfsl{\Delta}}} \DefineCharacter{120724}{1D794}{\ensuremath{\mathsfbfsl{\Epsilon}}} \DefineCharacter{120725}{1D795}{\ensuremath{\mathsfbfsl{\Zeta}}} \DefineCharacter{120726}{1D796}{\ensuremath{\mathsfbfsl{\Eta}}} \DefineCharacter{120727}{1D797}{\ensuremath{\mathsfbfsl{\vartheta}}} \DefineCharacter{120728}{1D798}{\ensuremath{\mathsfbfsl{\Iota}}} \DefineCharacter{120729}{1D799}{\ensuremath{\mathsfbfsl{\Kappa}}} \DefineCharacter{120730}{1D79A}{\ensuremath{\mathsfbfsl{\Lambda}}} \DefineCharacter{120731}{1D79B}{\ensuremath{M}} \DefineCharacter{120732}{1D79C}{\ensuremath{N}} \DefineCharacter{120733}{1D79D}{\ensuremath{\mathsfbfsl{\Xi}}} \DefineCharacter{120734}{1D79E}{\ensuremath{O}} \DefineCharacter{120735}{1D79F}{\ensuremath{\mathsfbfsl{\Pi}}} \DefineCharacter{120736}{1D7A0}{\ensuremath{\mathsfbfsl{\Rho}}} \DefineCharacter{120737}{1D7A1}{\ifmmode \else \mathsfbfsl{\vartheta}\fi}% \DefineCharacter{120738}{1D7A2}{\ensuremath{\mathsfbfsl{\Sigma}}} \DefineCharacter{120739}{1D7A3}{\ensuremath{\mathsfbfsl{\Tau}}} \DefineCharacter{120740}{1D7A4}{\ensuremath{\mathsfbfsl{\Upsilon}}} \DefineCharacter{120741}{1D7A5}{\ensuremath{\mathsfbfsl{\Phi}}} \DefineCharacter{120742}{1D7A6}{\ensuremath{\mathsfbfsl{\Chi}}} \DefineCharacter{120743}{1D7A7}{\ensuremath{\mathsfbfsl{\Psi}}} \DefineCharacter{120744}{1D7A8}{\ensuremath{\mathsfbfsl{\Omega}}} \DefineCharacter{120745}{1D7A9}{\ensuremath{\mathsfbfsl{\nabla}}} \DefineCharacter{120746}{1D7AA}{\ensuremath{\mathsfbfsl{\Alpha}}} \DefineCharacter{120747}{1D7AB}{\ensuremath{\mathsfbfsl{\Beta}}} \DefineCharacter{120748}{1D7AC}{\ensuremath{\mathsfbfsl{\Gamma}}} \DefineCharacter{120749}{1D7AD}{\ensuremath{\mathsfbfsl{\Delta}}} \DefineCharacter{120750}{1D7AE}{\ensuremath{\mathsfbfsl{\Epsilon}}} \DefineCharacter{120751}{1D7AF}{\ensuremath{\mathsfbfsl{\Zeta}}} \DefineCharacter{120752}{1D7B0}{\ensuremath{\mathsfbfsl{\Eta}}} \DefineCharacter{120753}{1D7B1}{\ensuremath{\mathsfbfsl{\vartheta}}} \DefineCharacter{120754}{1D7B2}{\ensuremath{\mathsfbfsl{\Iota}}} \DefineCharacter{120755}{1D7B3}{\ensuremath{\mathsfbfsl{\Kappa}}} \DefineCharacter{120756}{1D7B4}{\ensuremath{\mathsfbfsl{\Lambda}}} \DefineCharacter{120757}{1D7B5}{\ensuremath{M}} \DefineCharacter{120758}{1D7B6}{\ensuremath{N}} \DefineCharacter{120759}{1D7B7}{\ensuremath{\mathsfbfsl{\Xi}}} \DefineCharacter{120760}{1D7B8}{\ensuremath{O}} \DefineCharacter{120761}{1D7B9}{\ensuremath{\mathsfbfsl{\Pi}}} \DefineCharacter{120762}{1D7BA}{\ensuremath{\mathsfbfsl{\Rho}}} \DefineCharacter{120763}{1D7BB}{\ensuremath{\mathsfbfsl{\varsigma}}} \DefineCharacter{120764}{1D7BC}{\ensuremath{\mathsfbfsl{\Sigma}}} \DefineCharacter{120765}{1D7BD}{\ensuremath{\mathsfbfsl{\Tau}}} \DefineCharacter{120766}{1D7BE}{\ensuremath{\mathsfbfsl{\Upsilon}}} \DefineCharacter{120767}{1D7BF}{\ensuremath{\mathsfbfsl{\Phi}}} \DefineCharacter{120768}{1D7C0}{\ensuremath{\mathsfbfsl{\Chi}}} \DefineCharacter{120769}{1D7C1}{\ensuremath{\mathsfbfsl{\Psi}}} \DefineCharacter{120770}{1D7C2}{\ensuremath{\mathsfbfsl{\Omega}}} \DefineCharacter{120771}{1D7C3}{\ensuremath{\partial }} \DefineCharacter{120772}{1D7C4}{\ensuremath{\in}} \DefineCharacter{120773}{1D7C5}{\ifmmode \else \mathsfbfsl{\vartheta}\fi}% \DefineCharacter{120774}{1D7C6}{\ifmmode \else \mathsfbfsl{\varkappa}\fi}% \DefineCharacter{120775}{1D7C7}{\ifmmode \else \mathsfbfsl{\phi}\fi}% \DefineCharacter{120776}{1D7C8}{\ifmmode \else \mathsfbfsl{\varrho}\fi}% \DefineCharacter{120777}{1D7C9}{\ifmmode \else \mathsfbfsl{\varpi}\fi}% \DefineCharacter{120782}{1D7CE}{\ensuremath{\mathbf{0}}} \DefineCharacter{120783}{1D7CF}{\ensuremath{\mathbf{1}}} \DefineCharacter{120784}{1D7D0}{\ensuremath{\mathbf{2}}} \DefineCharacter{120785}{1D7D1}{\ensuremath{\mathbf{3}}} \DefineCharacter{120786}{1D7D2}{\ensuremath{\mathbf{4}}} \DefineCharacter{120787}{1D7D3}{\ensuremath{\mathbf{5}}} \DefineCharacter{120788}{1D7D4}{\ensuremath{\mathbf{6}}} \DefineCharacter{120789}{1D7D5}{\ensuremath{\mathbf{7}}} \DefineCharacter{120790}{1D7D6}{\ensuremath{\mathbf{8}}} \DefineCharacter{120791}{1D7D7}{\ensuremath{\mathbf{9}}} \DefineCharacter{120792}{1D7D8}{\ensuremath{\mathbb{0}}} \DefineCharacter{120793}{1D7D9}{\ensuremath{\mathbb{1}}} \DefineCharacter{120794}{1D7DA}{\ensuremath{\mathbb{2}}} \DefineCharacter{120795}{1D7DB}{\ensuremath{\mathbb{3}}} \DefineCharacter{120796}{1D7DC}{\ensuremath{\mathbb{4}}} \DefineCharacter{120797}{1D7DD}{\ensuremath{\mathbb{5}}} \DefineCharacter{120798}{1D7DE}{\ensuremath{\mathbb{6}}} \DefineCharacter{120799}{1D7DF}{\ensuremath{\mathbb{7}}} \DefineCharacter{120800}{1D7E0}{\ensuremath{\mathbb{8}}} \DefineCharacter{120801}{1D7E1}{\ensuremath{\mathbb{9}}} \DefineCharacter{120802}{1D7E2}{\ensuremath{\mathsf{0}}} \DefineCharacter{120803}{1D7E3}{\ensuremath{\mathsf{1}}} \DefineCharacter{120804}{1D7E4}{\ensuremath{\mathsf{2}}} \DefineCharacter{120805}{1D7E5}{\ensuremath{\mathsf{3}}} \DefineCharacter{120806}{1D7E6}{\ensuremath{\mathsf{4}}} \DefineCharacter{120807}{1D7E7}{\ensuremath{\mathsf{5}}} \DefineCharacter{120808}{1D7E8}{\ensuremath{\mathsf{6}}} \DefineCharacter{120809}{1D7E9}{\ensuremath{\mathsf{7}}} \DefineCharacter{120810}{1D7EA}{\ensuremath{\mathsf{8}}} \DefineCharacter{120811}{1D7EB}{\ensuremath{\mathsf{9}}} \DefineCharacter{120812}{1D7EC}{\ensuremath{\mathsfbf{0}}} \DefineCharacter{120813}{1D7ED}{\ensuremath{\mathsfbf{1}}} \DefineCharacter{120814}{1D7EE}{\ensuremath{\mathsfbf{2}}} \DefineCharacter{120815}{1D7EF}{\ensuremath{\mathsfbf{3}}} \DefineCharacter{120816}{1D7F0}{\ensuremath{\mathsfbf{4}}} \DefineCharacter{120817}{1D7F1}{\ensuremath{\mathsfbf{5}}} \DefineCharacter{120818}{1D7F2}{\ensuremath{\mathsfbf{6}}} \DefineCharacter{120819}{1D7F3}{\ensuremath{\mathsfbf{7}}} \DefineCharacter{120820}{1D7F4}{\ensuremath{\mathsfbf{8}}} \DefineCharacter{120821}{1D7F5}{\ensuremath{\mathsfbf{9}}} \DefineCharacter{120822}{1D7F6}{\ensuremath{\mathtt{0}}} \DefineCharacter{120823}{1D7F7}{\ensuremath{\mathtt{1}}} \DefineCharacter{120824}{1D7F8}{\ensuremath{\mathtt{2}}} \DefineCharacter{120825}{1D7F9}{\ensuremath{\mathtt{3}}} \DefineCharacter{120826}{1D7FA}{\ensuremath{\mathtt{4}}} \DefineCharacter{120827}{1D7FB}{\ensuremath{\mathtt{5}}} \DefineCharacter{120828}{1D7FC}{\ensuremath{\mathtt{6}}} \DefineCharacter{120829}{1D7FD}{\ensuremath{\mathtt{7}}} \DefineCharacter{120830}{1D7FE}{\ensuremath{\mathtt{8}}} \DefineCharacter{120831}{1D7FF}{\ensuremath{\mathtt{9}}} \endinput jadetex-3.13/uentities.sty0100664000076600007660000051455407652472650014010 0ustar ianian \expandafter\def\csname EntAElig\endcsname{\AE }% U000C6% \expandafter\def\csname EntAacgr\endcsname{\ifmmode \acute{A}\else \'{A}\fi}% U00386% \expandafter\def\csname EntAacute\endcsname{\ifmmode \acute{A}\else \'{A}\fi}% U000C1% \expandafter\def\csname EntAbreve\endcsname{\ifmmode \breve{A}\else \u{A}\fi}% U00102% \expandafter\def\csname EntAcirc\endcsname{\ifmmode \hat{A}\else \^{A}\fi}% U000C2% \expandafter\def\csname EntAcy\endcsname{\cyrchar\CYRA }% U00410% \expandafter\def\csname EntAfr\endcsname{\ensuremath{\mathfrak{A}}}% U1D504% \expandafter\def\csname EntAgr\endcsname{\ensuremath{\Alpha }}% U00391% \expandafter\def\csname EntAgrave\endcsname{\ifmmode \grave{A}\else \`{A}\fi}% U000C0% \expandafter\def\csname EntAlpha\endcsname{\ensuremath{\Alpha }}% U00391% \expandafter\def\csname EntAmacr\endcsname{\ifmmode \bar{A}\else \={A}\fi}% U00100% \expandafter\def\csname EntAnd\endcsname{\ensuremath{\ElzAnd }}% U02A53% \expandafter\def\csname EntAogon\endcsname{\k{A}}% U00104% \expandafter\def\csname EntAopf\endcsname{\ensuremath{\mathbb{A}}}% U1D538% \expandafter\def\csname EntAring\endcsname{\AA }% U000C5% \expandafter\def\csname EntAscr\endcsname{\ensuremath{\mathscr{A}}}% U1D49C% \expandafter\def\csname EntAtilde\endcsname{\ifmmode \tilde{A}\else \~{A}\fi}% U000C3% \expandafter\def\csname EntAuml\endcsname{\ifmmode \ddot{A}\else \"{A}\fi}% U000C4% \expandafter\def\csname EntBackslash\endcsname{\ensuremath{\setminus }}% U02216% \expandafter\def\csname EntBarint\endcsname{\ensuremath{}}% U02A0E% \expandafter\def\csname EntBarv\endcsname{\ensuremath{}}% U02AE7% \expandafter\def\csname EntBarwed\endcsname{\ensuremath{\perspcorrespond }}% U02306% \expandafter\def\csname EntBarwedl\endcsname{\ensuremath{\perspcorrespond }}% U02A5E% \expandafter\def\csname EntBcy\endcsname{\cyrchar\CYRB }% U00411% \expandafter\def\csname EntBecause\endcsname{\ensuremath{\because }}% U02235% \expandafter\def\csname EntBernoullis\endcsname{\ensuremath{\mathscr{B}}}% U0212C% \expandafter\def\csname EntBeta\endcsname{\ensuremath{\Beta }}% U00392% \expandafter\def\csname EntBfr\endcsname{\ensuremath{\mathfrak{B}}}% U1D505% \expandafter\def\csname EntBgr\endcsname{\ensuremath{\Beta }}% U00392% \expandafter\def\csname EntBopf\endcsname{\ensuremath{\mathbb{B}}}% U1D539% \expandafter\def\csname EntBreve\endcsname{\ifmmode \u\else \textasciibreve \fi}% U002D8% \expandafter\def\csname EntBscr\endcsname{\ensuremath{\mathscr{B}}}% U0212C% \expandafter\def\csname EntBumpeq\endcsname{\ensuremath{\Bumpeq }}% U0224E% \expandafter\def\csname EntBvert\endcsname{\ensuremath{\Elzdshfnc }}% U02506% \expandafter\def\csname EntCHcy\endcsname{\cyrchar\CYRCH }% U00427% \expandafter\def\csname EntCacute\endcsname{\ifmmode \acute{C}\else \'{C}\fi}% U00106% \expandafter\def\csname EntCap\endcsname{\ensuremath{\Cap }}% U022D2% \expandafter\def\csname EntCayleys\endcsname{\ensuremath{\mathfrak{C}}}% U0212D% \expandafter\def\csname EntCcaron\endcsname{\ifmmode \check{C}\else \v{C}\fi}% U0010C% \expandafter\def\csname EntCcedil\endcsname{\ifmmode \mbox{\c{C}}\else \c{C}\fi}% U000C7% \expandafter\def\csname EntCcirc\endcsname{\ifmmode \hat{C}\else \^{C}\fi}% U00108% \expandafter\def\csname EntCconint\endcsname{\ensuremath{\volintegral }}% U02230% \expandafter\def\csname EntCdot\endcsname{\ifmmode \dot{C}\else \.{C}\fi}% U0010A% \expandafter\def\csname EntCedilla\endcsname{\ifmmode \mbox{\c{}}\else \c{}\fi}% U000B8% \expandafter\def\csname EntCenterDot\endcsname{\ensuremath{\cdot }}% U000B7% \expandafter\def\csname EntCfr\endcsname{\ensuremath{\mathfrak{C}}}% U0212D% \expandafter\def\csname EntChi\endcsname{\ensuremath{\Chi }}% U003A7% \expandafter\def\csname EntCircleDot\endcsname{\ensuremath{\odot }}% U02299% \expandafter\def\csname EntCircleMinus\endcsname{\ensuremath{\ominus }}% U02296% \expandafter\def\csname EntCirclePlus\endcsname{\ensuremath{\oplus }}% U02295% \expandafter\def\csname EntCircleTimes\endcsname{\ensuremath{\otimes }}% U02297% \expandafter\def\csname EntClockwiseContourIntegral\endcsname{\ensuremath{\ElsevierGlyph{2232}}}% U02232% \expandafter\def\csname EntCloseCurlyDoubleQuote\endcsname{\textquotedblright }% U0201D% \expandafter\def\csname EntCloseCurlyQuote\endcsname{'}% U02019% \expandafter\def\csname EntColon\endcsname{\ensuremath{\Colon }}% U02237% \expandafter\def\csname EntColone\endcsname{\ensuremath{}}% U02A74% \expandafter\def\csname EntCongruent\endcsname{\ensuremath{\equiv }}% U02261% \expandafter\def\csname EntConint\endcsname{\ensuremath{\surfintegral }}% U0222F% \expandafter\def\csname EntContourIntegral\endcsname{\ensuremath{\oint }}% U0222E% \expandafter\def\csname EntCopf\endcsname{\ensuremath{\mathbb{C}}}% U02102% \expandafter\def\csname EntCoproduct\endcsname{\ensuremath{\coprod }}% U02210% \expandafter\def\csname EntCounterClockwiseContourIntegral\endcsname{\ensuremath{\ElsevierGlyph{2233}}}% U02233% \expandafter\def\csname EntCross\endcsname{\ensuremath{\ElzTimes }}% U02A2F% \expandafter\def\csname EntCscr\endcsname{\ensuremath{\mathscr{C}}}% U1D49E% \expandafter\def\csname EntCupCap\endcsname{\ensuremath{\asymp }}% U0224D% \expandafter\def\csname EntCup\endcsname{\ensuremath{\Cup }}% U022D3% \expandafter\def\csname EntDDotrahd\endcsname{\ensuremath{}}% U02911% \expandafter\def\csname EntDJcy\endcsname{\cyrchar\CYRDJE }% U00402% \expandafter\def\csname EntDScy\endcsname{\cyrchar\CYRDZE }% U00405% \expandafter\def\csname EntDZcy\endcsname{\cyrchar\CYRDZHE }% U0040F% \expandafter\def\csname EntDagger\endcsname{\ifmmode \ddag \else \textdaggerdbl \fi}% U02021% \expandafter\def\csname EntDarr\endcsname{\ensuremath{}}% U021A1% \expandafter\def\csname EntDashv\endcsname{\ensuremath{}}% U02AE4% \expandafter\def\csname EntDcaron\endcsname{\ifmmode \check{D}\else \v{D}\fi}% U0010E% \expandafter\def\csname EntDcy\endcsname{\cyrchar\CYRD }% U00414% \expandafter\def\csname EntDel\endcsname{\ensuremath{\nabla }}% U02207% \expandafter\def\csname EntDelta\endcsname{\ensuremath{\Delta }}% U00394% \expandafter\def\csname EntDfr\endcsname{\ensuremath{\mathfrak{D}}}% U1D507% \expandafter\def\csname EntDgr\endcsname{\ensuremath{\Delta }}% U00394% \expandafter\def\csname EntDiacriticalAcute\endcsname{\textasciiacute }% U000B4% \expandafter\def\csname EntDiacriticalDot\endcsname{\ifmmode \dot{}\else \textperiodcentered \fi}% U002D9% \expandafter\def\csname EntDiacriticalDoubleAcute\endcsname{\ifmmode \mbox{\H{}}\else \H{}\fi}% U002DD% \expandafter\def\csname EntDiacriticalGrave\endcsname{\textasciigrave }% U00060% \expandafter\def\csname EntDiacriticalTilde\endcsname{\texttildelow }% U002DC% \expandafter\def\csname EntDiamond\endcsname{\ensuremath{\diamond }}% U022C4% \expandafter\def\csname EntDopf\endcsname{\ensuremath{\mathbb{D}}}% U1D53B% \expandafter\def\csname EntDotDot\endcsname{\ensuremath{\ddddot }}% U020DC% \expandafter\def\csname EntDotEqual\endcsname{\ensuremath{\doteq }}% U02250% \expandafter\def\csname EntDot\endcsname{\textasciidieresis }% U000A8% \expandafter\def\csname EntDoubleContourIntegral\endcsname{\ensuremath{\surfintegral }}% U0222F% \expandafter\def\csname EntDoubleDot\endcsname{\textasciidieresis }% U000A8% \expandafter\def\csname EntDoubleDownArrow\endcsname{\ensuremath{\Downarrow }}% U021D3% \expandafter\def\csname EntDoubleLeftArrow\endcsname{\ensuremath{\Leftarrow }}% U021D0% \expandafter\def\csname EntDoubleLeftRightArrow\endcsname{\ensuremath{\Leftrightarrow }}% U021D4% \expandafter\def\csname EntDoubleLeftTee\endcsname{\ensuremath{}}% U02AE4% \expandafter\def\csname EntDoubleLongLeftArrow\endcsname{\ensuremath{\Longleftarrow }}% U021D0x% \expandafter\def\csname EntDoubleLongLeftRightArrow\endcsname{\ensuremath{\Longleftrightarrow }}% U021D4x% \expandafter\def\csname EntDoubleLongRightArrow\endcsname{\ensuremath{\Longrightarrow }}% U021D2x% \expandafter\def\csname EntDoubleRightArrow\endcsname{\ensuremath{\Rightarrow }}% U021D2% \expandafter\def\csname EntDoubleRightTee\endcsname{\ensuremath{\forcesextra }}% U022A8% \expandafter\def\csname EntDoubleUpArrow\endcsname{\ensuremath{\Uparrow }}% U021D1% \expandafter\def\csname EntDoubleUpDownArrow\endcsname{\ensuremath{\Updownarrow }}% U021D5% \expandafter\def\csname EntDoubleVerticalBar\endcsname{\ensuremath{\parallel }}% U02225% \expandafter\def\csname EntDownArrowBar\endcsname{\ensuremath{\DownArrowBar }}% U02913% \expandafter\def\csname EntDownArrowUpArrow\endcsname{\ensuremath{\DownArrowUpArrow }}% U021F5% \expandafter\def\csname EntDownArrow\endcsname{\ensuremath{\downarrow }}% U02193% \expandafter\def\csname EntDownLeftRightVector\endcsname{\ensuremath{\DownLeftRightVector }}% U02950% \expandafter\def\csname EntDownLeftTeeVector\endcsname{\ensuremath{\DownLeftTeeVector }}% U0295E% \expandafter\def\csname EntDownLeftVectorBar\endcsname{\ensuremath{\DownLeftVectorBar }}% U02956% \expandafter\def\csname EntDownLeftVector\endcsname{\ensuremath{\leftharpoondown }}% U021BD% \expandafter\def\csname EntDownRightTeeVector\endcsname{\ensuremath{\DownRightTeeVector }}% U0295F% \expandafter\def\csname EntDownRightVectorBar\endcsname{\ensuremath{\DownRightVectorBar }}% U02957% \expandafter\def\csname EntDownRightVector\endcsname{\ensuremath{\rightharpoondown }}% U021C1% \expandafter\def\csname EntDownTeeArrow\endcsname{\ensuremath{}}% U021A7% \expandafter\def\csname EntDownTee\endcsname{\ensuremath{\top }}% U022A4% \expandafter\def\csname EntDownarrow\endcsname{\ensuremath{\Downarrow }}% U021D3% \expandafter\def\csname EntDscr\endcsname{\ensuremath{\mathscr{D}}}% U1D49F% \expandafter\def\csname EntDstrok\endcsname{\DJ }% U00110% \expandafter\def\csname EntEEacgr\endcsname{\ifmmode \grave{H}\else \'{H}\fi}% U00389% \expandafter\def\csname EntEEgr\endcsname{\ensuremath{\Eta }}% U00397% \expandafter\def\csname EntENG\endcsname{\NG }% U0014A% \expandafter\def\csname EntETH\endcsname{\DH }% U000D0% \expandafter\def\csname EntEacgr\endcsname{\ifmmode \acute{E}\else \'{E}\fi}% U00388% \expandafter\def\csname EntEacute\endcsname{\ifmmode \acute{E}\else \'{E}\fi}% U000C9% \expandafter\def\csname EntEcaron\endcsname{\ifmmode \check{E}\else \v{E}\fi}% U0011A% \expandafter\def\csname EntEcirc\endcsname{\ifmmode \hat{E}\else \^{E}\fi}% U000CA% \expandafter\def\csname EntEcy\endcsname{\cyrchar\CYREREV }% U0042D% \expandafter\def\csname EntEdot\endcsname{\ifmmode \dot{E}\else \.{E}\fi}% U00116% \expandafter\def\csname EntEfr\endcsname{\ensuremath{\mathfrak{E}}}% U1D508% \expandafter\def\csname EntEgr\endcsname{\ensuremath{\Epsilon }}% U00395% \expandafter\def\csname EntEgrave\endcsname{\ifmmode \grave{E}\else \`{E}\fi}% U000C8% \expandafter\def\csname EntElement\endcsname{\ensuremath{\in }}% U02208% \expandafter\def\csname EntEmacr\endcsname{\ifmmode \bar{E}\else \={E}\fi}% U00112% \expandafter\def\csname EntEogon\endcsname{\ifmmode \k{E}\else \k{E}\fi}% U00118% \expandafter\def\csname EntEopf\endcsname{\ensuremath{\mathbb{E}}}% U1D53C% \expandafter\def\csname EntEpsilon\endcsname{\ensuremath{\Epsilon }}% U00395% \expandafter\def\csname EntEqualTilde\endcsname{\ensuremath{\ElsevierGlyph{2242}}}% U02242% \expandafter\def\csname EntEqual\endcsname{\ensuremath{\Equal }}% U02A75% \expandafter\def\csname EntEquilibrium\endcsname{\ensuremath{\rightleftharpoons }}% U021CC% \expandafter\def\csname EntEscr\endcsname{\ensuremath{\mathscr{E}}}% U02130% \expandafter\def\csname EntEsim\endcsname{\ensuremath{}}% U02A73% \expandafter\def\csname EntEta\endcsname{\ensuremath{\Eta }}% U00397% \expandafter\def\csname EntEuml\endcsname{\ifmmode \ddot{E}\else \"{E}\fi}% U000CB% \expandafter\def\csname EntExists\endcsname{\ensuremath{\exists }}% U02203% \expandafter\def\csname EntFcy\endcsname{\cyrchar\CYRF }% U00424% \expandafter\def\csname EntFfr\endcsname{\ensuremath{\mathfrak{F}}}% U1D509% \expandafter\def\csname EntFopf\endcsname{\ensuremath{\mathbb{F}}}% U1D53D% \expandafter\def\csname EntForAll\endcsname{\ensuremath{\forall }}% U02200% \expandafter\def\csname EntFouriertrf\endcsname{\ensuremath{\mathscr{F}}}% U02131% \expandafter\def\csname EntFscr\endcsname{\ensuremath{\mathscr{F}}}% U02131% \expandafter\def\csname EntGJcy\endcsname{\cyrchar{\'\CYRG}}% U00403% \expandafter\def\csname EntGamma\endcsname{\ensuremath{\Gamma }}% U00393% \expandafter\def\csname EntGammad\endcsname{\ensuremath{\Digamma }}% U003DC% \expandafter\def\csname EntGbreve\endcsname{\ifmmode \breve{G}\else \u{G}\fi}% U0011E% \expandafter\def\csname EntGcedil\endcsname{\ifmmode \mbox{\c{G}}\else \c{G}\fi}% U00122% \expandafter\def\csname EntGcirc\endcsname{\ifmmode \hat{G}\else \^{G}\fi}% U0011C% \expandafter\def\csname EntGcy\endcsname{\cyrchar\CYRG }% U00413% \expandafter\def\csname EntGdot\endcsname{\ifmmode \dot{G}\else \.{G}\fi}% U00120% \expandafter\def\csname EntGfr\endcsname{\ensuremath{\mathfrak{G}}}% U1D50A% \expandafter\def\csname EntGg\endcsname{\ensuremath{\verymuchgreater }}% U022D9% \expandafter\def\csname EntGgr\endcsname{\ensuremath{\Gamma }}% U00393% \expandafter\def\csname EntGopf\endcsname{\ensuremath{\mathbb{G}}}% U1D53E% \expandafter\def\csname EntGreaterEqualLess\endcsname{\ensuremath{\gtreqless }}% U022DB% \expandafter\def\csname EntGreaterEqual\endcsname{\ensuremath{\geq }}% U02265% \expandafter\def\csname EntGreaterFullEqual\endcsname{\ensuremath{\geqq }}% U02267% \expandafter\def\csname EntGreaterGreater\endcsname{\ensuremath{\NestedGreaterGreater }}% U02AA2% \expandafter\def\csname EntGreaterLess\endcsname{\ensuremath{\gtrless }}% U02277% \expandafter\def\csname EntGreaterSlantEqual\endcsname{\ensuremath{\geqslant }}% U02A7E% \expandafter\def\csname EntGreaterTilde\endcsname{\ensuremath{\greaterequivlnt }}% U02273% \expandafter\def\csname EntGscr\endcsname{\ensuremath{\mathscr{G}}}% U1D4A2% \expandafter\def\csname EntGt\endcsname{\ensuremath{\NestedGreaterGreater }}% U02AA2% \expandafter\def\csname EntGt\endcsname{\ensuremath{\gg }}% U0226B% \expandafter\def\csname EntHARDcy\endcsname{\cyrchar\CYRHRDSN }% U0042A% \expandafter\def\csname EntHacek\endcsname{\textasciicaron }% U002C7% \expandafter\def\csname EntHat\endcsname{\ifmmode \hat\else \^\fi}% U00302% \expandafter\def\csname EntHcirc\endcsname{\ifmmode \hat{H}\else \^{H}\fi}% U00124% \expandafter\def\csname EntHfr\endcsname{\ensuremath{\mathfrak{H}}}% U0210C% \expandafter\def\csname EntHilbertSpace\endcsname{\ensuremath{\mathscr{H}}}% U0210B% \expandafter\def\csname EntHopf\endcsname{\ensuremath{\mathbb{H}}}% U0210D% \expandafter\def\csname EntHscr\endcsname{\ensuremath{\mathscr{H}}}% U0210B% \expandafter\def\csname EntHstrok\endcsname{{\fontencoding{LELA}\selectfont\char40}}% U00126% \expandafter\def\csname EntHumpDownHump\endcsname{\ensuremath{\Bumpeq }}% U0224E% \expandafter\def\csname EntHumpEqual\endcsname{\ensuremath{\bumpeq }}% U0224F% \expandafter\def\csname EntIEcy\endcsname{\cyrchar\CYRE }% U00415% \expandafter\def\csname EntIJlig\endcsname{IJ}% U00132% \expandafter\def\csname EntIOcy\endcsname{\cyrchar\CYRYO }% U00401% \expandafter\def\csname EntIacgr\endcsname{\ifmmode \acute{I}\else \'{I}\fi}% U0038A% \expandafter\def\csname EntIacute\endcsname{\ifmmode \acute{I}\else \'{I}\fi}% U000CD% \expandafter\def\csname EntIcirc\endcsname{\ifmmode \hat{I}\else \^{I}\fi}% U000CE% \expandafter\def\csname EntIcy\endcsname{\cyrchar\CYRI }% U00418% \expandafter\def\csname EntIdigr\endcsname{\ensuremath{\ddot{I}}}% U003AA% \expandafter\def\csname EntIdot\endcsname{\ifmmode \dot{I}\else \.{I}\fi}% U00130% \expandafter\def\csname EntIfr\endcsname{\ensuremath{\mathfrak{I}}}% U02111% \expandafter\def\csname EntIgr\endcsname{\ensuremath{\Iota }}% U00399% \expandafter\def\csname EntIgrave\endcsname{\ifmmode \grave{I}\else \`{I}\fi}% U000CC% \expandafter\def\csname EntIm\endcsname{\ensuremath{\mathfrak{I}}}% U02111% \expandafter\def\csname EntImacr\endcsname{\ifmmode \bar{I}\else \={I}\fi}% U0012A% \expandafter\def\csname EntImplies\endcsname{\ensuremath{\Rightarrow }}% U021D2% \expandafter\def\csname EntInt\endcsname{\ensuremath{\int\!\int }}% U0222C% \expandafter\def\csname EntIntegral\endcsname{\ensuremath{\int }}% U0222B% \expandafter\def\csname EntIntersection\endcsname{\ensuremath{\bigcap }}% U022C2% \expandafter\def\csname EntIogon\endcsname{\k{I}}% U0012E% \expandafter\def\csname EntIopf\endcsname{\ensuremath{\mathbb{I}}}% U1D540% \expandafter\def\csname EntIota\endcsname{\ensuremath{\Iota }}% U00399% \expandafter\def\csname EntIscr\endcsname{\ensuremath{\mathscr{I}}}% U02110% \expandafter\def\csname EntItilde\endcsname{\ifmmode \tilde{I}\else \~{I}\fi}% U00128% \expandafter\def\csname EntIukcy\endcsname{\cyrchar\CYRII }% U00406% \expandafter\def\csname EntIuml\endcsname{\ifmmode \ddot{I}\else \"{I}\fi}% U000CF% \expandafter\def\csname EntJcirc\endcsname{\ifmmode \hat{J}\else \^{J}\fi}% U00134% \expandafter\def\csname EntJcy\endcsname{\cyrchar\CYRISHRT }% U00419% \expandafter\def\csname EntJfr\endcsname{\ensuremath{\mathfrak{J}}}% U1D50D% \expandafter\def\csname EntJopf\endcsname{\ensuremath{\mathbb{J}}}% U1D541% \expandafter\def\csname EntJscr\endcsname{\ensuremath{\mathscr{J}}}% U1D4A5% \expandafter\def\csname EntJsercy\endcsname{\cyrchar\CYRJE }% U00408% \expandafter\def\csname EntJukcy\endcsname{\cyrchar\CYRIE }% U00404% \expandafter\def\csname EntKHcy\endcsname{\cyrchar\CYRH }% U00425% \expandafter\def\csname EntKHgr\endcsname{\ensuremath{\Chi }}% U003A7% \expandafter\def\csname EntKJcy\endcsname{\cyrchar{\'\CYRK}}% U0040C% \expandafter\def\csname EntKappa\endcsname{\ensuremath{\Kappa }}% U0039A% \expandafter\def\csname EntKcedil\endcsname{\ifmmode \mbox{\c{K}}\else \c{K}\fi}% U00136% \expandafter\def\csname EntKcy\endcsname{\cyrchar\CYRK }% U0041A% \expandafter\def\csname EntKfr\endcsname{\ensuremath{\mathfrak{K}}}% U1D50E% \expandafter\def\csname EntKgr\endcsname{\ensuremath{\Kappa }}% U0039A% \expandafter\def\csname EntKopf\endcsname{\ensuremath{\mathbb{K}}}% U1D542% \expandafter\def\csname EntKscr\endcsname{\ensuremath{\mathscr{K}}}% U1D4A6% \expandafter\def\csname EntLJcy\endcsname{\cyrchar\CYRLJE }% U00409% \expandafter\def\csname EntLacute\endcsname{\ifmmode \acute{L}\else \'{L}\fi}% U00139% \expandafter\def\csname EntLambda\endcsname{\ensuremath{\Lambda }}% U0039B% \expandafter\def\csname EntLang\endcsname{\ensuremath{\ElsevierGlyph{300A}}}% U0300A% \expandafter\def\csname EntLaplacetrf\endcsname{\ensuremath{\mathscr{L}}}% U02112% \expandafter\def\csname EntLarr\endcsname{\ensuremath{\twoheadleftarrow }}% U0219E% \expandafter\def\csname EntLcaron\endcsname{\ifmmode \check{L}\else \v{L}\fi}% U0013D% \expandafter\def\csname EntLcedil\endcsname{\ifmmode \mbox{\c{L}}\else \c{L}\fi}% U0013B% \expandafter\def\csname EntLcy\endcsname{\cyrchar\CYRL }% U0041B% \expandafter\def\csname EntLeftAngleBracket\endcsname{\ensuremath{\langle }}% U02329% \expandafter\def\csname EntLeftArrowBar\endcsname{\ensuremath{}}% U021E4% \expandafter\def\csname EntLeftArrowRightArrow\endcsname{\ensuremath{\leftrightarrows }}% U021C6% \expandafter\def\csname EntLeftArrow\endcsname{\ensuremath{\leftarrow }}% U02190% \expandafter\def\csname EntLeftCeiling\endcsname{\ensuremath{\lceil }}% U02308% \expandafter\def\csname EntLeftDoubleBracket\endcsname{\ensuremath{\openbracketleft }}% U0301A% \expandafter\def\csname EntLeftDownTeeVector\endcsname{\ensuremath{\LeftDownTeeVector }}% U02961% \expandafter\def\csname EntLeftDownVectorBar\endcsname{\ensuremath{\LeftDownVectorBar }}% U02959% \expandafter\def\csname EntLeftDownVector\endcsname{\ensuremath{\downharpoonleft }}% U021C3% \expandafter\def\csname EntLeftFloor\endcsname{\ensuremath{\lfloor }}% U0230A% \expandafter\def\csname EntLeftRightArrow\endcsname{\ensuremath{\leftrightarrow }}% U02194% \expandafter\def\csname EntLeftRightVector \endcsname{\ensuremath{\LeftRightVector }}% U0294E% \expandafter\def\csname EntLeftTeeVector\endcsname{\ensuremath{\LeftTeeVector }}% U0295A% \expandafter\def\csname EntLeftTee\endcsname{\ensuremath{\dashv }}% U022A3% \expandafter\def\csname EntLeftTriangleBar\endcsname{\ensuremath{\LeftTriangleBar }}% U029CF% \expandafter\def\csname EntLeftTriangleEqual\endcsname{\ensuremath{\trianglelefteq }}% U022B4% \expandafter\def\csname EntLeftTriangle\endcsname{\ensuremath{\vartriangleleft }}% U022B2% \expandafter\def\csname EntLeftUpDownVector\endcsname{\ensuremath{\LeftUpDownVector }}% U02951% \expandafter\def\csname EntLeftUpTeeVector\endcsname{\ensuremath{\LeftUpTeeVector }}% U02960% \expandafter\def\csname EntLeftUpVectorBar\endcsname{\ensuremath{\LeftUpVectorBar }}% U02958% \expandafter\def\csname EntLeftUpVector\endcsname{\ensuremath{\upharpoonleft }}% U021BF% \expandafter\def\csname EntLeftVectorBar \endcsname{\ensuremath{\LeftVectorBar }}% U02952% \expandafter\def\csname EntLeftVector\endcsname{\ensuremath{\leftharpoonup }}% U021BC% \expandafter\def\csname EntLeftarrow\endcsname{\ensuremath{\Leftarrow }}% U021D0% \expandafter\def\csname EntLeftrightarrow\endcsname{\ensuremath{\Leftrightarrow }}% U021D4% \expandafter\def\csname EntLessEqualGreater\endcsname{\ensuremath{\lesseqgtr }}% U022DA% \expandafter\def\csname EntLessFullEqual\endcsname{\ensuremath{\leqq }}% U02266% \expandafter\def\csname EntLessGreater\endcsname{\ensuremath{\lessgtr }}% U02276% \expandafter\def\csname EntLessLess\endcsname{\ensuremath{\NestedLessLess }}% U02AA1% \expandafter\def\csname EntLessSlantEqual\endcsname{\ensuremath{\leqslant }}% U02A7D% \expandafter\def\csname EntLessTilde\endcsname{\ensuremath{\lessequivlnt }}% U02272% \expandafter\def\csname EntLfr\endcsname{\ensuremath{\mathfrak{L}}}% U1D50F% \expandafter\def\csname EntLgr\endcsname{\ensuremath{\Lambda }}% U0039B% \expandafter\def\csname EntLl\endcsname{\ensuremath{\verymuchless }}% U022D8% \expandafter\def\csname EntLleftarrow\endcsname{\ensuremath{\Lleftarrow }}% U021DA% \expandafter\def\csname EntLmidot\endcsname{{\fontencoding{LELA}\selectfont\char201}}% U0013F% \expandafter\def\csname EntLongLeftArrow\endcsname{\ensuremath{\longleftarrow }}% U02190x% \expandafter\def\csname EntLongLeftRightArrow\endcsname{\ensuremath{\longleftrightarrow }}% U02194x% \expandafter\def\csname EntLongRightArrow\endcsname{\ensuremath{\longrightarrow }}% U02192x% \expandafter\def\csname EntLongleftarrow\endcsname{\ensuremath{\Longleftarrow }}% U021D0x% \expandafter\def\csname EntLongleftrightarrow\endcsname{\ensuremath{\Longleftrightarrow }}% U021D4x% \expandafter\def\csname EntLongrightarrow\endcsname{\ensuremath{\Longrightarrow }}% U021D2x% \expandafter\def\csname EntLopf\endcsname{\ensuremath{\mathbb{L}}}% U1D543% \expandafter\def\csname EntLowerLeftArrow\endcsname{\ensuremath{\swarrow }}% U02199% \expandafter\def\csname EntLowerRightArrow\endcsname{\ensuremath{\searrow }}% U02198% \expandafter\def\csname EntLscr\endcsname{\ensuremath{\mathscr{L}}}% U02112% \expandafter\def\csname EntLsh\endcsname{\ensuremath{\Lsh }}% U021B0% \expandafter\def\csname EntLstrok\endcsname{\L }% U00141% \expandafter\def\csname EntLt\endcsname{\ensuremath{\NestedLessLess }}% U02AA1% \expandafter\def\csname EntLt\endcsname{\ensuremath{\ll }}% U0226A% \expandafter\def\csname EntLtbar\endcsname{\ensuremath{}}% U02AA3% \expandafter\def\csname EntMap\endcsname{\ensuremath{\ElsevierGlyph{E212}}}% U02905% \expandafter\def\csname EntMapfrom\endcsname{\ensuremath{}}% U02906% \expandafter\def\csname EntMapto\endcsname{\ensuremath{}}% U02907% \expandafter\def\csname EntMcy\endcsname{\cyrchar\CYRM }% U0041C% \expandafter\def\csname EntMellintrf\endcsname{\ensuremath{\mathscr{M}}}% U02133% \expandafter\def\csname EntMfr\endcsname{\ensuremath{\mathfrak{M}}}% U1D510% \expandafter\def\csname EntMgr\endcsname{\ensuremath{M}}% U0039C% \expandafter\def\csname EntMinusPlus\endcsname{\ensuremath{\mp }}% U02213% \expandafter\def\csname EntMopf\endcsname{\ensuremath{\mathbb{M}}}% U1D544% \expandafter\def\csname EntMscr\endcsname{\ensuremath{\mathscr{M}}}% U02133% \expandafter\def\csname EntMu\endcsname{\ensuremath{M}}% U0039C% \expandafter\def\csname EntNJcy\endcsname{\cyrchar\CYRNJE }% U0040A% \expandafter\def\csname EntNacute\endcsname{\ifmmode \acute{N}\else \'{N}\fi}% U00143% \expandafter\def\csname EntNcaron\endcsname{\ifmmode \check{N}\else \v{N}\fi}% U00147% \expandafter\def\csname EntNcedil\endcsname{\ifmmode \mbox{\c{N}}\else \c{N}\fi}% U00145% \expandafter\def\csname EntNcy\endcsname{\cyrchar\CYRN }% U0041D% \expandafter\def\csname EntNegativeMediumSpace\endcsname{\ensuremath{\mkern-4mu }}% U0205F-02063% \expandafter\def\csname EntNegativeThickSpace\endcsname{\ensuremath{\mkern-5mu }}% U02005-02063% \expandafter\def\csname EntNegativeThinSpace\endcsname{\ensuremath{\!}}% U02009-02063% \expandafter\def\csname EntNegativeVeryThinSpace\endcsname{\ensuremath{\mkern-1mu }}% U0200A-02063% \expandafter\def\csname EntNestedGreaterGreater\endcsname{\ensuremath{\gg }}% U0226B% \expandafter\def\csname EntNestedLessLess\endcsname{\ensuremath{\ll }}% U0226A% \expandafter\def\csname EntNfr\endcsname{\ensuremath{\mathfrak{N}}}% U1D511% \expandafter\def\csname EntNgr\endcsname{\ensuremath{N}}% U0039D% \expandafter\def\csname EntNopf\endcsname{\ensuremath{\mathbb{N}}}% U02115% \expandafter\def\csname EntNotCongruent\endcsname{\ensuremath{\not\equiv }}% U02262% \expandafter\def\csname EntNotCupCap\endcsname{\ensuremath{\not\kern-0.3em\times }}% U0226D% \expandafter\def\csname EntNotDoubleVerticalBar\endcsname{\ensuremath{\nparallel }}% U02226% \expandafter\def\csname EntNotElement\endcsname{\ensuremath{\not\in }}% U02209% \expandafter\def\csname EntNotEqualTilde\endcsname{\ensuremath{\NotEqualTilde }}% U02242-00338% \expandafter\def\csname EntNotEqual\endcsname{\ensuremath{\not =}}% U02260% \expandafter\def\csname EntNotExists\endcsname{\ensuremath{\nexists }}% U02204% \expandafter\def\csname EntNotGreaterEqual\endcsname{\ensuremath{\not\geq }}% U02271-020E5% \expandafter\def\csname EntNotGreaterFullEqual\endcsname{\ensuremath{\nleqslant }}% U02270% \expandafter\def\csname EntNotGreaterGreater\endcsname{\ensuremath{\NotGreaterGreater }}% U0226B-00338-02063% \expandafter\def\csname EntNotGreaterLess\endcsname{\ensuremath{\notgreaterless }}% U02279% \expandafter\def\csname EntNotGreaterSlantEqual\endcsname{\ensuremath{\ngeqslant }}% U02271% \expandafter\def\csname EntNotGreaterTilde\endcsname{\ensuremath{\ElsevierGlyph{2275}}}% U02275% \expandafter\def\csname EntNotGreater\endcsname{\ensuremath{\not>}}% U0226F% \expandafter\def\csname EntNotHumpDownHump\endcsname{\ensuremath{\NotHumpDownHump }}% U0224E-00338% \expandafter\def\csname EntNotHumpEqual\endcsname{\ensuremath{\NotHumpEqual }}% U0224F-00338% \expandafter\def\csname EntNotLeftTriangleBar\endcsname{\ensuremath{\NotLeftTriangleBar }}% U029CF-00338% \expandafter\def\csname EntNotLeftTriangleEqual\endcsname{\ensuremath{\ntrianglelefteq }}% U022EC% \expandafter\def\csname EntNotLeftTriangle\endcsname{\ensuremath{\ntriangleleft }}% U022EA% \expandafter\def\csname EntNotLessEqual\endcsname{\ensuremath{\not\leq }}% U02270-020E5% \expandafter\def\csname EntNotLessGreater\endcsname{\ensuremath{\notlessgreater }}% U02278% \expandafter\def\csname EntNotLessLess\endcsname{\ensuremath{\NotLessLess }}% U0226A-00338-02063% \expandafter\def\csname EntNotLessSlantEqual\endcsname{\ensuremath{\nleqslant }}% U02270% \expandafter\def\csname EntNotLessTilde\endcsname{\ensuremath{\ElsevierGlyph{2274}}}% U02274% \expandafter\def\csname EntNotLess\endcsname{\ensuremath{\not<}}% U0226E% \expandafter\def\csname EntNotNestedGreaterGreater\endcsname{\ensuremath{\NotNestedGreaterGreater }}% U024A2-00338% \expandafter\def\csname EntNotNestedLessLess\endcsname{\ensuremath{\NotNestedLessLess }}% U024A1-00338% \expandafter\def\csname EntNotPrecedesEqual\endcsname{\ensuremath{\not\preceq }}% U02AAF-00338% \expandafter\def\csname EntNotPrecedesSlantEqual\endcsname{\ensuremath{}}% U022E0% \expandafter\def\csname EntNotPrecedes\endcsname{\ensuremath{\not\prec }}% U02280% \expandafter\def\csname EntNotReverseElement\endcsname{\ensuremath{\not\ni }}% U0220C% \expandafter\def\csname EntNotRightTriangleBar\endcsname{\ensuremath{\NotRightTriangleBar }}% U029D0-00338% \expandafter\def\csname EntNotRightTriangleEqual\endcsname{\ensuremath{\ntrianglerighteq }}% U022ED% \expandafter\def\csname EntNotRightTriangle\endcsname{\ensuremath{\ntriangleright }}% U022EB% \expandafter\def\csname EntNotSquareSubsetEqual\endcsname{\ensuremath{\not\sqsubseteq }}% U022E2% \expandafter\def\csname EntNotSquareSubset\endcsname{\ensuremath{\NotSquareSubset }}% U0228F-00338% \expandafter\def\csname EntNotSquareSupersetEqual\endcsname{\ensuremath{\not\sqsupseteq }}% U022E3% \expandafter\def\csname EntNotSquareSuperset\endcsname{\ensuremath{\NotSquareSuperset }}% U02290-00338% \expandafter\def\csname EntNotSubsetEqual\endcsname{\ensuremath{\not\subseteq }}% U02288% \expandafter\def\csname EntNotSubset\endcsname{\ensuremath{\not\subset }}% U02284% \expandafter\def\csname EntNotSucceedsEqual\endcsname{\ensuremath{\not\succeq }}% U02AB0-00338% \expandafter\def\csname EntNotSucceedsSlantEqual\endcsname{\ensuremath{}}% U022E1% \expandafter\def\csname EntNotSucceedsTilde\endcsname{\ensuremath{\NotSucceedsTilde }}% U0227F-00338% \expandafter\def\csname EntNotSucceeds\endcsname{\ensuremath{\not\succ }}% U02281% \expandafter\def\csname EntNotSupersetEqual\endcsname{\ensuremath{\not\supseteq }}% U02289% \expandafter\def\csname EntNotSuperset\endcsname{\ensuremath{\not\supset }}% U02285% \expandafter\def\csname EntNotTildeEqual\endcsname{\ensuremath{\not\simeq }}% U02244% \expandafter\def\csname EntNotTildeFullEqual\endcsname{\ensuremath{\not\cong }}% U02247% \expandafter\def\csname EntNotTildeTilde\endcsname{\ensuremath{\not\approx }}% U02249% \expandafter\def\csname EntNotTilde\endcsname{\ensuremath{\not\sim }}% U02241% \expandafter\def\csname EntNotVerticalBar\endcsname{\ensuremath{\nmid }}% U02224% \expandafter\def\csname EntNot\endcsname{\ensuremath{}}% U02AEC% \expandafter\def\csname EntNscr\endcsname{\ensuremath{\mathscr{N}}}% U1D4A9% \expandafter\def\csname EntNtilde\endcsname{\ifmmode \tilde{N}\else \~{N}\fi}% U000D1% \expandafter\def\csname EntNu\endcsname{\ensuremath{N}}% U0039D% \expandafter\def\csname EntOElig\endcsname{\OE }% U00152% \expandafter\def\csname EntOHacgr\endcsname{\ensuremath{\acute{\Omega}}}% U0038F% \expandafter\def\csname EntOHgr\endcsname{\ensuremath{\Omega }}% U003A9% \expandafter\def\csname EntOacgr\endcsname{\ifmmode \acute{O}\else \'{O}\fi}% U0038C% \expandafter\def\csname EntOacute\endcsname{\ifmmode \acute{O}\else \'{O}\fi}% U000D3% \expandafter\def\csname EntOcirc\endcsname{\ifmmode \hat{O}\else \^{O}\fi}% U000D4% \expandafter\def\csname EntOcy\endcsname{\cyrchar\CYRO }% U0041E% \expandafter\def\csname EntOdblac\endcsname{\ifmmode \mbox{\H{O}}\else \H{O}\fi}% U00150% \expandafter\def\csname EntOfr\endcsname{\ensuremath{\mathfrak{O}}}% U1D512% \expandafter\def\csname EntOgr\endcsname{\ensuremath{O}}% U0039F% \expandafter\def\csname EntOgrave\endcsname{\ifmmode \grave{O}\else \`{O}\fi}% U000D2% \expandafter\def\csname EntOmacr\endcsname{\ifmmode \bar{O}\else \={O}\fi}% U0014C% \expandafter\def\csname EntOmega\endcsname{\ensuremath{\Omega }}% U003A9% \expandafter\def\csname EntOmicron\endcsname{\ensuremath{O}}% U0039F% \expandafter\def\csname EntOopf\endcsname{\ensuremath{\mathbb{O}}}% U1D546% \expandafter\def\csname EntOpenCurlyDoubleQuote\endcsname{\textquotedblleft }% U0201C% \expandafter\def\csname EntOpenCurlyQuote\endcsname{`}% U02018% \expandafter\def\csname EntOr\endcsname{\ensuremath{\ElzOr }}% U02A54% \expandafter\def\csname EntOscr\endcsname{\ensuremath{\mathscr{O}}}% U1D4AA% \expandafter\def\csname EntOslash\endcsname{\O }% U000D8% \expandafter\def\csname EntOtilde\endcsname{\ifmmode \tilde{O}\else \~{O}\fi}% U000D5% \expandafter\def\csname EntOuml\endcsname{\ifmmode \ddot{O}\else \"{O}\fi}% U000D6% \expandafter\def\csname EntOverBar\endcsname{\textasciimacron }% U000AF% \expandafter\def\csname EntOverBrace\endcsname{\ensuremath{}}% U0FE37% \expandafter\def\csname EntOverParenthesis\endcsname{\ensuremath{}}% U0FE35% \expandafter\def\csname EntPHgr\endcsname{\ensuremath{\Phi }}% U003A6% \expandafter\def\csname EntPSgr\endcsname{\ensuremath{\Psi }}% U003A8% \expandafter\def\csname EntPartialD\endcsname{\ensuremath{\partial }}% U02202% \expandafter\def\csname EntPcy\endcsname{\cyrchar\CYRP }% U0041F% \expandafter\def\csname EntPfr\endcsname{\ensuremath{\mathfrak{P}}}% U1D513% \expandafter\def\csname EntPgr\endcsname{\ensuremath{\Pi }}% U003A0% \expandafter\def\csname EntPhi\endcsname{\ensuremath{\Phi }}% U003A6% \expandafter\def\csname EntPi\endcsname{\ensuremath{\Pi }}% U003A0% \expandafter\def\csname EntPlusMinus\endcsname{\ensuremath{\pm }}% U000B1% \expandafter\def\csname EntPoincareplane\endcsname{\ensuremath{\mathfrak{H}}}% U0210C% \expandafter\def\csname EntPopf\endcsname{\ensuremath{\mathbb{P}}}% U02119% \expandafter\def\csname EntPr\endcsname{\ensuremath{}}% U02ABB% \expandafter\def\csname EntPrecedesEqual\endcsname{\ensuremath{\preceq }}% U02AAF% \expandafter\def\csname EntPrecedesSlantEqual\endcsname{\ensuremath{\preccurlyeq }}% U0227C% \expandafter\def\csname EntPrecedesTilde\endcsname{\ensuremath{\precapprox }}% U0227E% \expandafter\def\csname EntPrecedes\endcsname{\ensuremath{\prec }}% U0227A% \expandafter\def\csname EntPrime\endcsname{\ensuremath{{''}}}% U02033% \expandafter\def\csname EntProduct\endcsname{\ensuremath{\prod }}% U0220F% \expandafter\def\csname EntProportion\endcsname{\ensuremath{\Colon }}% U02237% \expandafter\def\csname EntProportional\endcsname{\ensuremath{\propto }}% U0221D% \expandafter\def\csname EntPscr\endcsname{\ensuremath{\mathscr{P}}}% U1D4AB% \expandafter\def\csname EntPsi\endcsname{\ensuremath{\Psi }}% U003A8% \expandafter\def\csname EntQfr\endcsname{\ensuremath{\mathfrak{Q}}}% U1D514% \expandafter\def\csname EntQopf\endcsname{\ensuremath{\mathbb{Q}}}% U0211A% \expandafter\def\csname EntQscr\endcsname{\ensuremath{\mathscr{Q}}}% U1D4AC% \expandafter\def\csname EntRBarr\endcsname{\ensuremath{}}% U02910% \expandafter\def\csname EntRacute\endcsname{\ifmmode \acute{R}\else \'{R}\fi}% U00154% \expandafter\def\csname EntRang\endcsname{\ensuremath{\ElsevierGlyph{300B}}}% U0300B% \expandafter\def\csname EntRarr\endcsname{\ensuremath{\twoheadrightarrow }}% U021A0% \expandafter\def\csname EntRarrtl\endcsname{\ensuremath{}}% U02916% \expandafter\def\csname EntRcaron\endcsname{\ifmmode \check{R}\else \v{R}\fi}% U00158% \expandafter\def\csname EntRcedil\endcsname{\ifmmode \mbox{\c{R}}\else \c{R}\fi}% U00156% \expandafter\def\csname EntRcy\endcsname{\cyrchar\CYRR }% U00420% \expandafter\def\csname EntRe\endcsname{\ensuremath{\mathfrak{R}}}% U0211C% \expandafter\def\csname EntReverseElement\endcsname{\ensuremath{\ni }}% U0220B% \expandafter\def\csname EntReverseEquilibrium\endcsname{\ensuremath{\leftrightharpoons }}% U021CB% \expandafter\def\csname EntReverseUpEquilibrium\endcsname{\ensuremath{\ReverseUpEquilibrium }}% U0296F% \expandafter\def\csname EntRfr\endcsname{\ensuremath{\mathfrak{R}}}% U0211C% \expandafter\def\csname EntRgr\endcsname{\ensuremath{\Rho }}% U003A1% \expandafter\def\csname EntRho\endcsname{\ensuremath{\Rho }}% U003A1% \expandafter\def\csname EntRightAngleBracket\endcsname{\ensuremath{\rangle }}% U0232A% \expandafter\def\csname EntRightArrowBar\endcsname{\ensuremath{}}% U021E5% \expandafter\def\csname EntRightArrowLeftArrow\endcsname{\ensuremath{\rightleftarrows }}% U021C4% \expandafter\def\csname EntRightArrow\endcsname{\ensuremath{\rightarrow }}% U02192% \expandafter\def\csname EntRightCeiling\endcsname{\ensuremath{\rceil }}% U02309% \expandafter\def\csname EntRightDoubleBracket\endcsname{\ensuremath{\openbracketright }}% U0301B% \expandafter\def\csname EntRightDownTeeVector\endcsname{\ensuremath{\RightDownTeeVector }}% U0295D% \expandafter\def\csname EntRightDownVectorBar\endcsname{\ensuremath{\RightDownVectorBar }}% U02955% \expandafter\def\csname EntRightDownVector\endcsname{\ensuremath{\downharpoonright }}% U021C2% \expandafter\def\csname EntRightFloor\endcsname{\ensuremath{\rfloor }}% U0230B% \expandafter\def\csname EntRightTeeArrow\endcsname{\ensuremath{\mapsto }}% U021A6% \expandafter\def\csname EntRightTeeVector\endcsname{\ensuremath{\RightTeeVector }}% U0295B% \expandafter\def\csname EntRightTee\endcsname{\ensuremath{\vdash }}% U022A2% \expandafter\def\csname EntRightTriangleBar\endcsname{\ensuremath{\RightTriangleBar }}% U029D0% \expandafter\def\csname EntRightTriangleEqual\endcsname{\ensuremath{\trianglerighteq }}% U022B5% \expandafter\def\csname EntRightTriangle\endcsname{\ensuremath{\vartriangleright }}% U022B3% \expandafter\def\csname EntRightUpDownVector\endcsname{\ensuremath{\RightUpDownVector }}% U0294F% \expandafter\def\csname EntRightUpTeeVector\endcsname{\ensuremath{\RightUpTeeVector }}% U0295C% \expandafter\def\csname EntRightUpVectorBar\endcsname{\ensuremath{\RightUpVectorBar }}% U02954% \expandafter\def\csname EntRightUpVector\endcsname{\ensuremath{\upharpoonright }}% U021BE% \expandafter\def\csname EntRightVectorBar\endcsname{\ensuremath{\RightVectorBar }}% U02953% \expandafter\def\csname EntRightVector\endcsname{\ensuremath{\rightharpoonup }}% U021C0% \expandafter\def\csname EntRightarrow\endcsname{\ensuremath{\Rightarrow }}% U021D2% \expandafter\def\csname EntRopf\endcsname{\ensuremath{\mathbb{R}}}% U0211D% \expandafter\def\csname EntRoundImplies\endcsname{\ensuremath{\RoundImplies }}% U02970% \expandafter\def\csname EntRrightarrow\endcsname{\ensuremath{\Rrightarrow }}% U021DB% \expandafter\def\csname EntRscr\endcsname{\ensuremath{\mathscr{R}}}% U0211B% \expandafter\def\csname EntRsh\endcsname{\ensuremath{\Rsh }}% U021B1% \expandafter\def\csname EntRuleDelayed\endcsname{\ensuremath{\RuleDelayed }}% U029F4% \expandafter\def\csname EntSHCHcy\endcsname{\cyrchar\CYRSHCH }% U00429% \expandafter\def\csname EntSHcy\endcsname{\cyrchar\CYRSH }% U00428% \expandafter\def\csname EntSOFTcy\endcsname{\cyrchar\CYRSFTSN }% U0042C% \expandafter\def\csname EntSacute\endcsname{\ifmmode \acute{S}\else \'{S}\fi}% U0015A% \expandafter\def\csname EntSc\endcsname{\ensuremath{}}% U02ABC% \expandafter\def\csname EntScaron\endcsname{\ifmmode \check{S}\else \v{S}\fi}% U00160% \expandafter\def\csname EntScedil\endcsname{\ifmmode \mbox{\c{S}}\else \c{S}\fi}% U0015E% \expandafter\def\csname EntScirc\endcsname{\ifmmode \hat{S}\else \^{S}\fi}% U0015C% \expandafter\def\csname EntScy\endcsname{\cyrchar\CYRS }% U00421% \expandafter\def\csname EntSfr\endcsname{\ensuremath{\mathfrak{S}}}% U1D516% \expandafter\def\csname EntSgr\endcsname{\ensuremath{\Sigma }}% U003A3% \expandafter\def\csname EntSigma\endcsname{\ensuremath{\Sigma }}% U003A3% \expandafter\def\csname EntSmallCircle\endcsname{\ensuremath{\circ }}% U02218% \expandafter\def\csname EntSopf\endcsname{\ensuremath{\mathbb{S}}}% U1D54A% \expandafter\def\csname EntSqrt\endcsname{\ensuremath{\surd }}% U0221A% \expandafter\def\csname EntSquareIntersection\endcsname{\ensuremath{\sqcap }}% U02293% \expandafter\def\csname EntSquareSubsetEqual\endcsname{\ensuremath{\sqsubseteq }}% U02291% \expandafter\def\csname EntSquareSubset\endcsname{\ensuremath{\sqsubset }}% U0228F% \expandafter\def\csname EntSquareSupersetEqual\endcsname{\ensuremath{\sqsupseteq }}% U02292% \expandafter\def\csname EntSquareSuperset\endcsname{\ensuremath{\sqsupset }}% U02290% \expandafter\def\csname EntSquareUnion\endcsname{\ensuremath{\sqcup }}% U02294% \expandafter\def\csname EntSquare\endcsname{\ensuremath{\square }}% U025A1% \expandafter\def\csname EntSscr\endcsname{\ensuremath{\mathscr{S}}}% U1D4AE% \expandafter\def\csname EntStar\endcsname{\ensuremath{\star }}% U022C6% \expandafter\def\csname EntSub\endcsname{\ensuremath{\Subset }}% U022D0% \expandafter\def\csname EntSubsetEqual\endcsname{\ensuremath{\subseteq }}% U02286% \expandafter\def\csname EntSubset\endcsname{\ensuremath{\Subset }}% U022D0% \expandafter\def\csname EntSucceedsEqual\endcsname{\ensuremath{\succcurlyeq }}% U0227D% \expandafter\def\csname EntSucceedsSlantEqual\endcsname{\ensuremath{\succcurlyeq }}% U0227D% \expandafter\def\csname EntSucceedsTilde\endcsname{\ensuremath{\succapprox }}% U0227F% \expandafter\def\csname EntSucceeds\endcsname{\ensuremath{\succ }}% U0227B% \expandafter\def\csname EntSuchThat\endcsname{\ensuremath{\ni }}% U0220B% \expandafter\def\csname EntSum\endcsname{\ensuremath{\sum }}% U02211% \expandafter\def\csname EntSup\endcsname{\ensuremath{\Supset }}% U022D1% \expandafter\def\csname EntSupersetEqual\endcsname{\ensuremath{\supseteq }}% U02287% \expandafter\def\csname EntSuperset\endcsname{\ensuremath{\supset }}% U02283% \expandafter\def\csname EntSupset\endcsname{\ensuremath{\Supset }}% U022D1% \expandafter\def\csname EntTHORN\endcsname{\TH }% U000DE% \expandafter\def\csname EntTHgr\endcsname{\ensuremath{\Theta }}% U00398% \expandafter\def\csname EntTSHcy\endcsname{\cyrchar\CYRTSHE }% U0040B% \expandafter\def\csname EntTScy\endcsname{\cyrchar\CYRC }% U00426% \expandafter\def\csname EntTau\endcsname{\ensuremath{\Tau }}% U003A4% \expandafter\def\csname EntTcaron\endcsname{\ifmmode \check{T}\else \v{T}\fi}% U00164% \expandafter\def\csname EntTcedil\endcsname{\ifmmode \mbox{\c{T}}\else \c{T}\fi}% U00162% \expandafter\def\csname EntTcy\endcsname{\cyrchar\CYRT }% U00422% \expandafter\def\csname EntTfr\endcsname{\ensuremath{\mathfrak{T}}}% U1D517% \expandafter\def\csname EntTgr\endcsname{\ensuremath{\Tau }}% U003A4% \expandafter\def\csname EntTherefore\endcsname{\ensuremath{\therefore }}% U02234% \expandafter\def\csname EntTheta\endcsname{\ensuremath{\Theta }}% U00398% \expandafter\def\csname EntThickSpace\endcsname{\ensuremath{\;}}% U02005x% \expandafter\def\csname EntThinSpace\endcsname{\hspace{0.167em}}% U02009% \expandafter\def\csname EntTildeEqual\endcsname{\ensuremath{\simeq }}% U02243% \expandafter\def\csname EntTildeFullEqual\endcsname{\ensuremath{\cong }}% U02245% \expandafter\def\csname EntTildeTilde\endcsname{\ensuremath{\approx }}% U02248% \expandafter\def\csname EntTilde\endcsname{\ensuremath{\sim }}% U0223C% \expandafter\def\csname EntTopf\endcsname{\ensuremath{\mathbb{T}}}% U1D54B% \expandafter\def\csname EntTripleDot\endcsname{\ensuremath{\dddot{}}}% U020DB% \expandafter\def\csname EntTscr\endcsname{\ensuremath{\mathscr{T}}}% U1D4AF% \expandafter\def\csname EntTstrok\endcsname{{\fontencoding{LELA}\selectfont\char47}}% U00166% \expandafter\def\csname EntUacgr\endcsname{\ensuremath{\acute{Y}}}% U0038E% \expandafter\def\csname EntUacute\endcsname{\ifmmode \acute{U}\else \'{U}\fi}% U000DA% \expandafter\def\csname EntUarr\endcsname{\ensuremath{}}% U0219F% \expandafter\def\csname EntUarrocir\endcsname{\ensuremath{}}% U02949% \expandafter\def\csname EntUbrcy\endcsname{\cyrchar\CYRUSHRT }% U0040E% \expandafter\def\csname EntUbreve\endcsname{\ifmmode \breve{U}\else \u{U}\fi}% U0016C% \expandafter\def\csname EntUcirc\endcsname{\ifmmode \hat{U}\else \^{U}\fi}% U000DB% \expandafter\def\csname EntUcy\endcsname{\cyrchar\CYRU }% U00423% \expandafter\def\csname EntUdblac\endcsname{\ifmmode \mbox{\H{U}}\else \H{U}\fi}% U00170% \expandafter\def\csname EntUdigr\endcsname{\ensuremath{\ddot{U}}}% U003AB% \expandafter\def\csname EntUfr\endcsname{\ensuremath{\mathfrak{U}}}% U1D518% \expandafter\def\csname EntUgr\endcsname{\ensuremath{\Upsilon }}% U003A5% \expandafter\def\csname EntUgrave\endcsname{\ifmmode \grave{U}\else \`{U}\fi}% U000D9% \expandafter\def\csname EntUmacr\endcsname{\ifmmode \bar{U}\else \={U}\fi}% U0016A% \expandafter\def\csname EntUnderBrace\endcsname{\ensuremath{}}% U0FE38% \expandafter\def\csname EntUnderParenthesis\endcsname{\ensuremath{}}% U0FE36% \expandafter\def\csname EntUnionPlus\endcsname{\ensuremath{\uplus }}% U0228E% \expandafter\def\csname EntUnion\endcsname{\ensuremath{\bigcup }}% U022C3% \expandafter\def\csname EntUogon\endcsname{\ifmmode \k{U}\else \k{U}\fi}% U00172% \expandafter\def\csname EntUopf\endcsname{\ensuremath{\mathbb{U}}}% U1D54C% \expandafter\def\csname EntUpArrowBar\endcsname{\ensuremath{\UpArrowBar }}% U02912% \expandafter\def\csname EntUpArrowDownArrow\endcsname{\ensuremath{\dblarrowupdown }}% U021C5% \expandafter\def\csname EntUpArrow\endcsname{\ensuremath{\uparrow }}% U02191% \expandafter\def\csname EntUpDownArrow\endcsname{\ensuremath{\updownarrow }}% U02195% \expandafter\def\csname EntUpEquilibrium\endcsname{\ensuremath{\UpEquilibrium }}% U0296E% \expandafter\def\csname EntUpTee\endcsname{\ensuremath{\perp }}% U022A5% \expandafter\def\csname EntUparrow\endcsname{\ensuremath{\Uparrow }}% U021D1% \expandafter\def\csname EntUpdownarrow\endcsname{\ensuremath{\Updownarrow }}% U021D5% \expandafter\def\csname EntUpperLeftArrow\endcsname{\ensuremath{\nwarrow }}% U02196% \expandafter\def\csname EntUpperRightArrow\endcsname{\ensuremath{\nearrow }}% U02197% \expandafter\def\csname EntUpsi\endcsname{\ensuremath{\Upsilon }}% U003D2% \expandafter\def\csname EntUpsih\endcsname{\ensuremath{\Upsilon }}% U003D2% \expandafter\def\csname EntUpsilon\endcsname{\ensuremath{\Upsilon }}% U003A5% \expandafter\def\csname EntUpsilon\endcsname{\ensuremath{\Upsilon }}% U003D2% \expandafter\def\csname EntUring\endcsname{\ifmmode \mathring{U}\else \r{U}\fi}% U0016E% \expandafter\def\csname EntUscr\endcsname{\ensuremath{\mathscr{U}}}% U1D4B0% \expandafter\def\csname EntUtilde\endcsname{\ifmmode \tilde{U}\else \~{U}\fi}% U00168% \expandafter\def\csname EntUuml\endcsname{\ifmmode \ddot{U}\else \"{U}\fi}% U000DC% \expandafter\def\csname EntVDash\endcsname{\ensuremath{\VDash }}% U022AB% \expandafter\def\csname EntVbar\endcsname{\ensuremath{\ElsevierGlyph{E30D}}}% U02AEB% \expandafter\def\csname EntVcy\endcsname{\cyrchar\CYRV }% U00412% \expandafter\def\csname EntVdash\endcsname{\ensuremath{\Vdash }}% U022A9% \expandafter\def\csname EntVdashl\endcsname{\ensuremath{}}% U02AE6% \expandafter\def\csname EntVee\endcsname{\ensuremath{\ElsevierGlyph{22C1}}}% U022C1% \expandafter\def\csname EntVerbar\endcsname{\ensuremath{\Vert }}% U02016% \expandafter\def\csname EntVert\endcsname{\ensuremath{\Vert }}% U02016% \expandafter\def\csname EntVerticalBar\endcsname{\ensuremath{\mid }}% U02223% \expandafter\def\csname EntVerticalTilde\endcsname{\ensuremath{\wr }}% U02240% \expandafter\def\csname EntVeryThinSpace\endcsname{\ensuremath{\mkern1mu }}% U0200A% \expandafter\def\csname EntVfr\endcsname{\ensuremath{\mathfrak{V}}}% U1D519% \expandafter\def\csname EntVopf\endcsname{\ensuremath{\mathbb{V}}}% U1D54D% \expandafter\def\csname EntVscr\endcsname{\ensuremath{\mathscr{V}}}% U1D4B1% \expandafter\def\csname EntVvdash\endcsname{\ensuremath{\Vvdash }}% U022AA% \expandafter\def\csname EntWcirc\endcsname{\ifmmode \hat{W}\else \^{W}\fi}% U00174% \expandafter\def\csname EntWedge\endcsname{\ensuremath{\ElsevierGlyph{22C0}}}% U022C0% \expandafter\def\csname EntWfr\endcsname{\ensuremath{\mathfrak{W}}}% U1D51A% \expandafter\def\csname EntWopf\endcsname{\ensuremath{\mathbb{W}}}% U1D54E% \expandafter\def\csname EntWscr\endcsname{\ensuremath{\mathscr{W}}}% U1D4B2% \expandafter\def\csname EntXfr\endcsname{\ensuremath{\mathfrak{X}}}% U1D51B% \expandafter\def\csname EntXgr\endcsname{\ensuremath{\Xi }}% U0039E% \expandafter\def\csname EntXi\endcsname{\ensuremath{\Xi }}% U0039E% \expandafter\def\csname EntXopf\endcsname{\ensuremath{\mathbb{X}}}% U1D54F% \expandafter\def\csname EntXscr\endcsname{\ensuremath{\mathscr{X}}}% U1D4B3% \expandafter\def\csname EntYAcy\endcsname{\cyrchar\CYRYA }% U0042F% \expandafter\def\csname EntYIcy\endcsname{\cyrchar\CYRYI }% U00407% \expandafter\def\csname EntYUcy\endcsname{\cyrchar\CYRYU }% U0042E% \expandafter\def\csname EntYacute\endcsname{\ifmmode \acute{Y}\else \'{Y}\fi}% U000DD% \expandafter\def\csname EntYcirc\endcsname{\ifmmode \hat{Y}\else \^{Y}\fi}% U00176% \expandafter\def\csname EntYcy\endcsname{\cyrchar\CYRERY }% U0042B% \expandafter\def\csname EntYfr\endcsname{\ensuremath{\mathfrak{Y}}}% U1D51C% \expandafter\def\csname EntYopf\endcsname{\ensuremath{\mathbb{Y}}}% U1D550% \expandafter\def\csname EntYscr\endcsname{\ensuremath{\mathscr{Y}}}% U1D4B4% \expandafter\def\csname EntYuml\endcsname{\ifmmode \ddot{Y}\else \"{Y}\fi}% U00178% \expandafter\def\csname EntZHcy\endcsname{\cyrchar\CYRZH }% U00416% \expandafter\def\csname EntZacute\endcsname{\ifmmode \acute{Z}\else \'{Z}\fi}% U00179% \expandafter\def\csname EntZcaron\endcsname{\ifmmode \check{Z}\else \v{Z}\fi}% U0017D% \expandafter\def\csname EntZcy\endcsname{\cyrchar\CYRZ }% U00417% \expandafter\def\csname EntZdot\endcsname{\ifmmode \dot{Z}\else \.{Z}\fi}% U0017B% \expandafter\def\csname EntZeta\endcsname{\ensuremath{\Zeta }}% U00396% \expandafter\def\csname EntZfr\endcsname{\ensuremath{\mathfrak{Z}}}% U02128% \expandafter\def\csname EntZgr\endcsname{\ensuremath{\Zeta }}% U00396% \expandafter\def\csname EntZopf\endcsname{\ensuremath{\mathbb{Z}}}% U02124% \expandafter\def\csname EntZscr\endcsname{\ensuremath{\mathscr{Z}}}% U1D4B5% \expandafter\def\csname Entaacgr\endcsname{\ifmmode \acute{\alpha}\else \'{$\alpha$}\fi}% U003AC% \expandafter\def\csname Entaacute\endcsname{\ifmmode \acute{a}\else \'{a}\fi}% U000E1% \expandafter\def\csname Entabreve\endcsname{\ifmmode \u{a}\else \u{a}\fi}% U00103% \expandafter\def\csname Entac\endcsname{\ensuremath{}}% U0290F% \expandafter\def\csname Entac\endcsname{\ensuremath{}}% U029D8% \expandafter\def\csname Entacirc\endcsname{\ifmmode \hat{a}\else \^{a}\fi}% U000E2% \expandafter\def\csname Entactuary\endcsname{\ensuremath{}}% U020E7% \expandafter\def\csname Entacute\endcsname{\textasciiacute }% U000B4% \expandafter\def\csname Entacy\endcsname{\cyrchar\cyra }% U00430% \expandafter\def\csname Entaelig\endcsname{\ae }% U000E6% \expandafter\def\csname Entafr\endcsname{\ensuremath{\mathfrak{a}}}% U1D51E% \expandafter\def\csname Entagr\endcsname{\ensuremath{\alpha }}% U003B1% \expandafter\def\csname Entagrave\endcsname{\ifmmode \grave{a}\else \`{a}\fi}% U000E0% \expandafter\def\csname Entalefsym\endcsname{\ensuremath{\aleph }}% U02135% \expandafter\def\csname Entaleph\endcsname{\ensuremath{\aleph }}% U02135% \expandafter\def\csname Entalpha\endcsname{\ensuremath{\alpha }}% U003B1% \expandafter\def\csname Entamacr\endcsname{\ifmmode \bar{a}\else \={a}\fi}% U00101% \expandafter\def\csname Entamalg\endcsname{\ensuremath{\amalg }}% U02A3F% \expandafter\def\csname Entamp\endcsname{\&}% U00026% \expandafter\def\csname Entand\endcsname{\ensuremath{\wedge }}% U02227% \expandafter\def\csname Entandand\endcsname{\ensuremath{\ElsevierGlyph{E36E}}}% U02A55% \expandafter\def\csname Entandslope\endcsname{\ensuremath{}}% U02A58% \expandafter\def\csname Entang90\endcsname{\ensuremath{\rightangle }}% U0221F% \expandafter\def\csname Entang\endcsname{\ensuremath{\angle }}% U02220% \expandafter\def\csname Entangdnl\endcsname{\ensuremath{}}% U029A2% \expandafter\def\csname Entangdnr\endcsname{\ensuremath{}}% U0299F% \expandafter\def\csname Entangle\endcsname{\ensuremath{\angle }}% U02220% \expandafter\def\csname Entangles\endcsname{\ensuremath{}}% U0299E% \expandafter\def\csname Entangmsd\endcsname{\ensuremath{\measuredangle }}% U02221% \expandafter\def\csname Entangrt\endcsname{\ensuremath{\rightangle }}% U0221F% \expandafter\def\csname Entangsph\endcsname{\ensuremath{\sphericalangle }}% U02222% \expandafter\def\csname Entangst\endcsname{\AA }% U0212B% \expandafter\def\csname Entangupl\endcsname{\ensuremath{}}% U029A3% \expandafter\def\csname Entaogon\endcsname{\k{a}}% U00105% \expandafter\def\csname Entaopf\endcsname{\ensuremath{\mathbb{a}}}% U1D552% \expandafter\def\csname EntapE\endcsname{\ensuremath{\approxeq }}% U0224A% \expandafter\def\csname EntapE\endcsname{\ensuremath{}}% U02A70% \expandafter\def\csname Entap\endcsname{\ensuremath{\approx }}% U02248% \expandafter\def\csname Entapacir\endcsname{\ensuremath{}}% U02A6F% \expandafter\def\csname Entape\endcsname{\ensuremath{\approxeq }}% U0224A% \expandafter\def\csname Entapid\endcsname{\ensuremath{\tildetrpl }}% U0224B% \expandafter\def\csname Entapos\endcsname{\textquotesingle }% U00027% \expandafter\def\csname Entapprox\endcsname{\ensuremath{\approx }}% U02248% \expandafter\def\csname Entapproxeq\endcsname{\ensuremath{\approxeq }}% U0224A% \expandafter\def\csname Entaring\endcsname{\aa }% U000E5% \expandafter\def\csname Entarrllsr\endcsname{\ensuremath{}}% U02943% \expandafter\def\csname Entarrlrsl\endcsname{\ensuremath{\ElzRlarr }}% U02942% \expandafter\def\csname Entarrsrll\endcsname{\ensuremath{\ElzrLarr }}% U02944% \expandafter\def\csname Entascr\endcsname{\ensuremath{\mathscr{a}}}% U1D4B6% \expandafter\def\csname Entast\endcsname{\ensuremath{\ast }}% U0002A% \expandafter\def\csname Entastb\endcsname{\ensuremath{}}% U029C6% \expandafter\def\csname Entasymp\endcsname{\ensuremath{\asymp }}% U0224D% \expandafter\def\csname Entatilde\endcsname{\ifmmode \tilde{a}\else \~{a}\fi}% U000E3% \expandafter\def\csname Entauml\endcsname{\ifmmode \ddot{a}\else \"{a}\fi}% U000E4% \expandafter\def\csname Entawconint\endcsname{\ensuremath{\ElsevierGlyph{2233}}}% U02233% \expandafter\def\csname Entb.Gamma\endcsname{\ensuremath{\mathbf{\Gamma}}}% U1D6AA% \expandafter\def\csname Entb.alpha\endcsname{\ensuremath{\mathbf{\Alpha}}}% U1D6C2% \expandafter\def\csname Entb.beta\endcsname{\ensuremath{\mathbf{\Beta}}}% U1D6C3% \expandafter\def\csname Entb.delta\endcsname{\ensuremath{\mathbf{\Delta}}}% U1D6C5% \expandafter\def\csname Entb.epsi\endcsname{\ensuremath{\mathbf{\Epsilon}}}% U1D6C6% \expandafter\def\csname Entb.eta\endcsname{\ensuremath{\mathbf{\Eta}}}% U1D6C8% \expandafter\def\csname Entb.gamma\endcsname{\ensuremath{\mathbf{\Gamma}}}% U1D6C4% \expandafter\def\csname Entb.iota\endcsname{\ensuremath{\mathbf{\Iota}}}% U1D6CA% \expandafter\def\csname Entb.kappa\endcsname{\ensuremath{\mathbf{\Kappa}}}% U1D6CB% \expandafter\def\csname Entb.lambda\endcsname{\ensuremath{\mathbf{\Lambda}}}% U1D6CC% \expandafter\def\csname Entb.mu\endcsname{\ensuremath{M}}% U1D6CD% \expandafter\def\csname Entb.nu\endcsname{\ensuremath{N}}% U1D6CE% \expandafter\def\csname Entb.pi\endcsname{\ensuremath{\mathbf{\Pi}}}% U1D6D1% \expandafter\def\csname Entb.rho\endcsname{\ensuremath{\mathbf{\Rho}}}% U1D6D2% \expandafter\def\csname Entb.thetas\endcsname{\ensuremath{\mathbf{\theta}}}% U1D6C9% \expandafter\def\csname Entb.xi\endcsname{\ensuremath{\mathbf{\Xi}}}% U1D6CF% \expandafter\def\csname Entb.zeta\endcsname{\ensuremath{\mathbf{\Zeta}}}% U1D6C7% \expandafter\def\csname EntbNot\endcsname{\ensuremath{}}% U02AED% \expandafter\def\csname Entbackcong\endcsname{\ensuremath{\allequal }}% U0224C% \expandafter\def\csname Entbackepsilon\endcsname{\ensuremath{\backepsilon }}% U0213C% \expandafter\def\csname Entbackprime\endcsname{\ensuremath{\backprime }}% U02035% \expandafter\def\csname Entbacksim\endcsname{\ensuremath{\backsim }}% U0223D% \expandafter\def\csname Entbacksimeq\endcsname{\ensuremath{\backsimeq }}% U022CD% \expandafter\def\csname EntbarV\endcsname{\ensuremath{}}% U02AEA% \expandafter\def\csname Entbarwed\endcsname{\ensuremath{\barwedge }}% U022BC% \expandafter\def\csname Entbarwedge\endcsname{\ensuremath{\barwedge }}% U022BC% \expandafter\def\csname Entbbrktbrk\endcsname{\ensuremath{}}% U023B6% \expandafter\def\csname Entbcong\endcsname{\ensuremath{\Elbcong }}% U02A6E% \expandafter\def\csname Entbcong\endcsname{\ensuremath{\allequal }}% U0224C% \expandafter\def\csname Entbcy\endcsname{\cyrchar\cyrb }% U00431% \expandafter\def\csname Entbdlhar\endcsname{\ensuremath{\LeftDownTeeVector }}% U02961% \expandafter\def\csname Entbdquo\endcsname{,,}% U0201E% \expandafter\def\csname Entbdrhar\endcsname{\ensuremath{\RightDownTeeVector }}% U0295D% \expandafter\def\csname Entbecaus\endcsname{\ensuremath{\because }}% U02235% \expandafter\def\csname Entbecause\endcsname{\ensuremath{\because }}% U02235% \expandafter\def\csname Entbepsi\endcsname{\ensuremath{\backepsilon }}% U0213C% \expandafter\def\csname Entbernou\endcsname{\ensuremath{\mathscr{B}}}% U0212C% \expandafter\def\csname Entbeta\endcsname{\ensuremath{\beta }}% U003B2% \expandafter\def\csname Entbeth\endcsname{\ensuremath{\beth }}% U02136% \expandafter\def\csname Entbetween\endcsname{\ensuremath{\between }}% U0226C% \expandafter\def\csname Entbfr\endcsname{\ensuremath{\mathfrak{b}}}% U1D51F% \expandafter\def\csname Entbgr\endcsname{\ensuremath{\beta }}% U003B2% \expandafter\def\csname Entbigcap\endcsname{\ensuremath{\bigcap }}% U022C2% \expandafter\def\csname Entbigcirc\endcsname{\ensuremath{\bigcirc }}% U025EF% \expandafter\def\csname Entbigcup\endcsname{\ensuremath{\bigcup }}% U022C3% \expandafter\def\csname Entbigodot\endcsname{\ensuremath{\odot }}% U02299% \expandafter\def\csname Entbigoplus\endcsname{\ensuremath{\oplus }}% U02295% \expandafter\def\csname Entbigotimes\endcsname{\ensuremath{\otimes }}% U02297% \expandafter\def\csname Entbigsqcup\endcsname{\ensuremath{\sqcup }}% U02294% \expandafter\def\csname Entbigstar\endcsname{\ding{72}}% U02605% \expandafter\def\csname Entbigtriangledown\endcsname{\ensuremath{\bigtriangledown }}% U025BD% \expandafter\def\csname Entbigtriangleup\endcsname{\ensuremath{\bigtriangleup }}% U025B3% \expandafter\def\csname Entbiguplus\endcsname{\ensuremath{\uplus }}% U0228E% \expandafter\def\csname Entbigvee\endcsname{\ensuremath{\ElsevierGlyph{22C1}}}% U022C1% \expandafter\def\csname Entbigwedge\endcsname{\ensuremath{\ElsevierGlyph{22C0}}}% U022C0% \expandafter\def\csname Entblacklozenge\endcsname{\ensuremath{\blacklozenge }}% U029EB% \expandafter\def\csname Entblacksquare\endcsname{\ensuremath{\blacksquare }}% U025AA% \expandafter\def\csname Entblacktriangle\endcsname{\ensuremath{\blacktriangle }}% U025B4% \expandafter\def\csname Entblacktriangledown\endcsname{\ensuremath{\blacktriangledown }}% U025BE% \expandafter\def\csname Entblacktriangleleft\endcsname{\ensuremath{\blacktriangleleft }}% U025C2% \expandafter\def\csname Entblacktriangleright\endcsname{\ensuremath{\blacktriangleright }}% U025B8% \expandafter\def\csname Entblank\endcsname{\textvisiblespace }% U02423% \expandafter\def\csname Entbldhar\endcsname{\ensuremath{\DownLeftTeeVector }}% U0295E% \expandafter\def\csname Entbluhar\endcsname{\ensuremath{\LeftTeeVector }}% U0295A% \expandafter\def\csname Entbne\endcsname{\ensuremath{}}% U0003D-020E5% \expandafter\def\csname Entbnequiv\endcsname{\ensuremath{}}% U02261-020E5% \expandafter\def\csname Entbopf\endcsname{\ensuremath{\mathbb{b}}}% U1D553% \expandafter\def\csname Entbot\endcsname{\ensuremath{\perp }}% U022A5% \expandafter\def\csname Entbottom\endcsname{\ensuremath{\perp }}% U022A5% \expandafter\def\csname Entbowtie\endcsname{\ensuremath{\bowtie }}% U022C8% \expandafter\def\csname Entboxminus\endcsname{\ensuremath{\boxminus }}% U0229F% \expandafter\def\csname Entboxplus\endcsname{\ensuremath{\boxplus }}% U0229E% \expandafter\def\csname Entboxtimes\endcsname{\ensuremath{\boxtimes }}% U022A0% \expandafter\def\csname Entbprime\endcsname{\ensuremath{\backprime }}% U02035% \expandafter\def\csname Entbrdhar\endcsname{\ensuremath{\DownRightTeeVector }}% U0295F% \expandafter\def\csname Entbreve\endcsname{\ifmmode \u\else \textasciibreve \fi}% U002D8% \expandafter\def\csname Entbruhar\endcsname{\ensuremath{\RightTeeVector }}% U0295B% \expandafter\def\csname Entbrvbar\endcsname{\textbrokenbar }% U000A6% \expandafter\def\csname Entbscr\endcsname{\ensuremath{\mathscr{b}}}% U1D4B7% \expandafter\def\csname Entbsim\endcsname{\ensuremath{\backsim }}% U0223D% \expandafter\def\csname Entbsime\endcsname{\ensuremath{\backsimeq }}% U022CD% \expandafter\def\csname Entbsol\endcsname{\ifmmode \backslash \else \textbackslash \fi}% U0005C% \expandafter\def\csname Entbsolb\endcsname{\ensuremath{}}% U029C5% \expandafter\def\csname Entbsolhsub\endcsname{\ensuremath{}}% U0005C-02282% \expandafter\def\csname Entbtimes\endcsname{\ensuremath{}}% U02A32% \expandafter\def\csname Entbulhar\endcsname{\ensuremath{\LeftUpTeeVector }}% U02960% \expandafter\def\csname Entbull\endcsname{\ifmmode \bullet\else \textbullet \fi}% U02022% \expandafter\def\csname Entbullet\endcsname{\ifmmode \bullet\else \textbullet \fi}% U02022% \expandafter\def\csname EntbumpE\endcsname{\ensuremath{}}% U02AAE% \expandafter\def\csname Entbump\endcsname{\ensuremath{\Bumpeq }}% U0224E% \expandafter\def\csname Entbumpe\endcsname{\ensuremath{\bumpeq }}% U0224F% \expandafter\def\csname Entbumpeq\endcsname{\ensuremath{\bumpeq }}% U0224F% \expandafter\def\csname Entburhar\endcsname{\ensuremath{\RightUpTeeVector }}% U0295C% \expandafter\def\csname Entcacute\endcsname{\ifmmode \acute{c}\else \'{c}\fi}% U00107% \expandafter\def\csname Entcap\endcsname{\ensuremath{\cap }}% U02229% \expandafter\def\csname Entcapint\endcsname{\ensuremath{}}% U02A19% \expandafter\def\csname Entcaret\endcsname{\ensuremath{}}% U02041% \expandafter\def\csname Entcaron\endcsname{\textasciicaron }% U002C7% \expandafter\def\csname Entccaron\endcsname{\ifmmode \check{c}\else \v{c}\fi}% U0010D% \expandafter\def\csname Entccedil\endcsname{\ifmmode \mbox{\c{c}}\else \c{c}\fi}% U000E7% \expandafter\def\csname Entccirc\endcsname{\ifmmode \hat{c}\else \^{c}\fi}% U00109% \expandafter\def\csname Entcdot\endcsname{\ifmmode \dot{c}\else \.{c}\fi}% U0010B% \expandafter\def\csname Entcedil\endcsname{\ifmmode \mbox{\c{}}\else \c{}\fi}% U000B8% \expandafter\def\csname Entcent\endcsname{\ifmmode \mbox{\textcent}\else \textcent \fi}% U000A2% \expandafter\def\csname Entcenterdot\endcsname{\ensuremath{\cdot }}% U000B7% \expandafter\def\csname Entcfr\endcsname{\ensuremath{\mathfrak{c}}}% U1D520% \expandafter\def\csname Entchcy\endcsname{\cyrchar\cyrch }% U00447% \expandafter\def\csname Entcheck\endcsname{\ding{51}}% U02713% \expandafter\def\csname Entcheckmark\endcsname{\ding{51}}% U02713% \expandafter\def\csname Entchi\endcsname{\ensuremath{\chi }}% U003C7% \expandafter\def\csname EntcirE\endcsname{\ensuremath{}}% U029C3% \expandafter\def\csname Entcir\endcsname{\ensuremath{\bigcirc }}% U025CB% \expandafter\def\csname Entcirb\endcsname{\ensuremath{}}% U029C7% \expandafter\def\csname Entcirc\endcsname{\^{}}% U0005E% \expandafter\def\csname Entcirceq\endcsname{\ensuremath{\circeq }}% U02257% \expandafter\def\csname Entcirclearrowleft\endcsname{\ensuremath{\circlearrowleft }}% U021BA% \expandafter\def\csname Entcirclearrowright\endcsname{\ensuremath{\circlearrowright }}% U021BB% \expandafter\def\csname EntcircledR\endcsname{\ifmmode \circledR \else \textregistered \fi}% U000AE% \expandafter\def\csname EntcircledS\endcsname{\ensuremath{\circledS }}% U024C8% \expandafter\def\csname Entcircledast\endcsname{\ensuremath{\circledast }}% U0229B% \expandafter\def\csname Entcircledcirc\endcsname{\ensuremath{\circledcirc }}% U0229A% \expandafter\def\csname Entcircleddash\endcsname{\ensuremath{\circleddash }}% U0229D% \expandafter\def\csname Entcire\endcsname{\ensuremath{\circeq }}% U02257% \expandafter\def\csname Entcirfnint\endcsname{\ensuremath{\ElsevierGlyph{E395}}}% U02A10% \expandafter\def\csname Entcirmid\endcsname{\ensuremath{}}% U02AEF% \expandafter\def\csname Entcirscir\endcsname{\ensuremath{}}% U029C2% \expandafter\def\csname Entclosur\endcsname{\ensuremath{}}% U029E6% \expandafter\def\csname Entclubs\endcsname{\ding{168}}% U02663% \expandafter\def\csname Entclubsuit\endcsname{\ding{168}}% U02663% \expandafter\def\csname Entcolon\endcsname{:}% U0003A% \expandafter\def\csname Entcolone\endcsname{:=}% U02254% \expandafter\def\csname Entcoloneq\endcsname{:=}% U02254% \expandafter\def\csname Entcomma\endcsname{,}% U0002C% \expandafter\def\csname Entcommat\endcsname{@}% U00040% \expandafter\def\csname Entcomp\endcsname{\ensuremath{\complement }}% U02201% \expandafter\def\csname Entcompfn\endcsname{\ensuremath{\circ }}% U02218% \expandafter\def\csname Entcomplement\endcsname{\ensuremath{\complement }}% U02201% \expandafter\def\csname Entcomplexes\endcsname{\ensuremath{\mathbb{C}}}% U02102% \expandafter\def\csname Entcong\endcsname{\ensuremath{\cong }}% U02245% \expandafter\def\csname Entcongdot\endcsname{\ensuremath{}}% U02A6D% \expandafter\def\csname Entconint\endcsname{\ensuremath{\oint }}% U0222E% \expandafter\def\csname Entcopf\endcsname{\ensuremath{\mathbb{c}}}% U1D554% \expandafter\def\csname Entcoprod\endcsname{\ensuremath{\coprod }}% U02210% \expandafter\def\csname Entcopy\endcsname{\ifmmode \copyright \else \textcopyright \fi}% U000A9% \expandafter\def\csname Entcross\endcsname{\ding{55}}% U02717% \expandafter\def\csname Entcscr\endcsname{\ensuremath{\mathscr{c}}}% U1D4B8% \expandafter\def\csname Entcsub\endcsname{\ensuremath{}}% U02ACF% \expandafter\def\csname Entcsube\endcsname{\ensuremath{}}% U02AD1% \expandafter\def\csname Entcsup\endcsname{\ensuremath{}}% U02AD0% \expandafter\def\csname Entcsupe\endcsname{\ensuremath{}}% U02AD2% \expandafter\def\csname Entctdot\endcsname{\ensuremath{\cdots }}% U022EF% \expandafter\def\csname Entcudarrl\endcsname{\ensuremath{}}% U02938% \expandafter\def\csname Entcudarrr\endcsname{\ensuremath{}}% U02939% \expandafter\def\csname Entcuepr\endcsname{\ensuremath{\curlyeqprec }}% U022DE% \expandafter\def\csname Entcuesc\endcsname{\ensuremath{\curlyeqsucc }}% U022DF% \expandafter\def\csname Entcularr\endcsname{\ensuremath{\curvearrowleft }}% U021B6% \expandafter\def\csname Entcularrp\endcsname{\ensuremath{}}% U0293D% \expandafter\def\csname Entcup\endcsname{\ensuremath{\cup }}% U0222A% \expandafter\def\csname Entcupint\endcsname{\ensuremath{}}% U02A1A% \expandafter\def\csname Entcupre\endcsname{\ensuremath{\preccurlyeq }}% U0227C% \expandafter\def\csname Entcurarr\endcsname{\ensuremath{\curvearrowright }}% U021B7% \expandafter\def\csname Entcurarrm\endcsname{\ensuremath{}}% U0293C% \expandafter\def\csname Entcurlyeqprec\endcsname{\ensuremath{\curlyeqprec }}% U022DE% \expandafter\def\csname Entcurlyeqsucc\endcsname{\ensuremath{\curlyeqsucc }}% U022DF% \expandafter\def\csname Entcurlyvee\endcsname{\ensuremath{\curlyvee }}% U022CE% \expandafter\def\csname Entcurlywedge\endcsname{\ensuremath{\curlywedge }}% U022CF% \expandafter\def\csname Entcurren\endcsname{\ifmmode \mbox{\textcurrency}\else \textcurrency \fi}% U000A4% \expandafter\def\csname Entcurvearrowleft\endcsname{\ensuremath{\curvearrowleft }}% U021B6% \expandafter\def\csname Entcurvearrowright\endcsname{\ensuremath{\curvearrowright }}% U021B7% \expandafter\def\csname Entcuvee\endcsname{\ensuremath{\curlyvee }}% U022CE% \expandafter\def\csname Entcuwed\endcsname{\ensuremath{\curlywedge }}% U022CF% \expandafter\def\csname Entcwconint\endcsname{\ensuremath{\ElsevierGlyph{2232}}}% U02232% \expandafter\def\csname Entcwint\endcsname{\ensuremath{\clwintegral }}% U02231% \expandafter\def\csname EntdAarr\endcsname{\ensuremath{}}% U0290B% \expandafter\def\csname EntdArr\endcsname{\ensuremath{\Downarrow }}% U021D3% \expandafter\def\csname EntdHar\endcsname{\ensuremath{}}% U02965% \expandafter\def\csname Entdagger\endcsname{\ifmmode \dag \else \textdagger \fi}% U02020% \expandafter\def\csname Entdaleth\endcsname{\ensuremath{\daleth }}% U02138% \expandafter\def\csname Entdarr2\endcsname{\ensuremath{\downdownarrows }}% U021CA% \expandafter\def\csname Entdarr\endcsname{\ensuremath{\downarrow }}% U02193% \expandafter\def\csname Entdarrb\endcsname{\ensuremath{\DownArrowBar }}% U02913% \expandafter\def\csname Entdarrln\endcsname{\ensuremath{}}% U02908% \expandafter\def\csname EntdashV\endcsname{\ensuremath{}}% U02AE3% \expandafter\def\csname Entdash\endcsname{-}% U02010% \expandafter\def\csname Entdashv\endcsname{\ensuremath{\dashv }}% U022A3% \expandafter\def\csname Entdbkarow\endcsname{\ensuremath{}}% U0290F% \expandafter\def\csname Entdblac\endcsname{\ifmmode \mbox{\H{}}\else \H{}\fi}% U002DD% \expandafter\def\csname Entdcaron\endcsname{\ifmmode \check{d}\else \v{d}\fi}% U0010F% \expandafter\def\csname Entdcy\endcsname{\cyrchar\cyrd }% U00434% \expandafter\def\csname Entddagger\endcsname{\ifmmode \ddag \else \textdaggerdbl \fi}% U02021% \expandafter\def\csname Entddarr\endcsname{\ensuremath{\downdownarrows }}% U021CA% \expandafter\def\csname Entddotseq\endcsname{\ensuremath{}}% U02A77% \expandafter\def\csname Entdeg\endcsname{\ifmmode \mbox{\textdegree}\else \textdegree \fi}% U000B0% \expandafter\def\csname Entdelta\endcsname{\ensuremath{\delta }}% U003B4% \expandafter\def\csname Entdfisht\endcsname{\ensuremath{}}% U0297F% \expandafter\def\csname Entdfr\endcsname{\ensuremath{\mathfrak{d}}}% U1D521% \expandafter\def\csname Entdgr\endcsname{\ensuremath{\delta }}% U003B4% \expandafter\def\csname Entdharl\endcsname{\ensuremath{\downharpoonleft }}% U021C3% \expandafter\def\csname Entdharr\endcsname{\ensuremath{\downharpoonright }}% U021C2% \expandafter\def\csname Entdiam\endcsname{\ensuremath{\diamond }}% U022C4% \expandafter\def\csname Entdiamond\endcsname{\ensuremath{\diamond }}% U022C4% \expandafter\def\csname Entdiamondsuit\endcsname{\ding{169}}% U02666% \expandafter\def\csname Entdiamonfl\endcsname{\ensuremath{\Elzlozfl }}% XE5B9% \expandafter\def\csname Entdiamonfr\endcsname{\ensuremath{\Elzlozfr }}% XE5BA% \expandafter\def\csname Entdiams\endcsname{\ding{169}}% U02666% \expandafter\def\csname Entdie\endcsname{\textasciidieresis }% U000A8% \expandafter\def\csname Entdigamma\endcsname{\ensuremath{\Digamma }}% U003DC% \expandafter\def\csname Entdisin\endcsname{\ensuremath{}}% U022F2% \expandafter\def\csname Entdiv\endcsname{\ensuremath{\div }}% U000F7% \expandafter\def\csname Entdivide\endcsname{\ensuremath{\div }}% U000F7% \expandafter\def\csname Entdivideontimes\endcsname{\ensuremath{\divideontimes }}% U022C7% \expandafter\def\csname Entdivonx\endcsname{\ensuremath{\divideontimes }}% U022C7% \expandafter\def\csname Entdjcy\endcsname{\cyrchar\cyrdje }% U00452% \expandafter\def\csname Entdlarr\endcsname{\ensuremath{\swarrow }}% U02199% \expandafter\def\csname Entdlcorn\endcsname{\ensuremath{\llcorner }}% U0231E% \expandafter\def\csname Entdlharb\endcsname{\ensuremath{\LeftDownVectorBar }}% U02959% \expandafter\def\csname Entdollar\endcsname{\ifmmode \$\else \textdollar \fi}% U00024% \expandafter\def\csname Entdopf\endcsname{\ensuremath{\mathbb{d}}}% U1D555% \expandafter\def\csname Entdot\endcsname{\ifmmode \dot{}\else \textperiodcentered \fi}% U002D9% \expandafter\def\csname Entdoteq\endcsname{\ensuremath{\doteq }}% U02250% \expandafter\def\csname Entdoteqdot\endcsname{\ensuremath{\doteqdot }}% U02251% \expandafter\def\csname Entdotminus\endcsname{\ensuremath{\ElsevierGlyph{2238}}}% U02238% \expandafter\def\csname Entdotplus\endcsname{\ensuremath{\dotplus }}% U02214% \expandafter\def\csname Entdotsquare\endcsname{\ensuremath{\boxdot }}% U022A1% \expandafter\def\csname Entdoublebarwedge\endcsname{\ensuremath{\perspcorrespond }}% U02306% \expandafter\def\csname Entdownarrow\endcsname{\ensuremath{\downarrow }}% U02193% \expandafter\def\csname Entdowndownarrows\endcsname{\ensuremath{\downdownarrows }}% U021CA% \expandafter\def\csname Entdownharpoonleft\endcsname{\ensuremath{\downharpoonleft }}% U021C3% \expandafter\def\csname Entdownharpoonright\endcsname{\ensuremath{\downharpoonright }}% U021C2% \expandafter\def\csname Entdrarr\endcsname{\ensuremath{\searrow }}% U02198% \expandafter\def\csname Entdrbkarow\endcsname{\ensuremath{}}% U02910% \expandafter\def\csname Entdrcorn\endcsname{\ensuremath{\lrcorner }}% U0231F% \expandafter\def\csname Entdrharb\endcsname{\ensuremath{\RightDownVectorBar }}% U02955% \expandafter\def\csname Entdscr\endcsname{\ensuremath{\mathscr{d}}}% U1D4B9% \expandafter\def\csname Entdscy\endcsname{\cyrchar\cyrdze }% U00455% \expandafter\def\csname Entdstrok\endcsname{\dj }% U00111% \expandafter\def\csname Entdtdot\endcsname{\ensuremath{\downslopeellipsis }}% U022F1% \expandafter\def\csname Entdtri\endcsname{\ensuremath{\triangledown }}% U025BF% \expandafter\def\csname Entdtrif\endcsname{\ensuremath{\blacktriangledown }}% U025BE% \expandafter\def\csname Entduarr\endcsname{\ensuremath{\DownArrowUpArrow }}% U021F5% \expandafter\def\csname Entduhar\endcsname{\ensuremath{\ReverseUpEquilibrium }}% U0296F% \expandafter\def\csname Entdumap\endcsname{\ensuremath{}}% U029DF% \expandafter\def\csname Entdzcy\endcsname{\cyrchar\cyrdzhe }% U0045F% \expandafter\def\csname Entdzigrarr\endcsname{\ensuremath{\rightsquigarrow }}% U021DD% \expandafter\def\csname EnteDDot\endcsname{\ensuremath{}}% U02A77% \expandafter\def\csname EnteDot\endcsname{\ensuremath{\doteqdot }}% U02251% \expandafter\def\csname Enteacgr\endcsname{\ensuremath{\acute{\epsilon}}}% U003AD% \expandafter\def\csname Enteacute\endcsname{\ifmmode \acute{e}\else \'{e}\fi}% U000E9% \expandafter\def\csname Enteaster\endcsname{\ensuremath{\starequal }}% U0225B% \expandafter\def\csname Entecaron\endcsname{\ifmmode \check{e}\else \v{e}\fi}% U0011B% \expandafter\def\csname Entecir\endcsname{\ensuremath{\eqcirc }}% U02256% \expandafter\def\csname Entecirc\endcsname{\ifmmode \hat{e}\else \^{e}\fi}% U000EA% \expandafter\def\csname Entecolon\endcsname{\ensuremath{=:}}% U02255% \expandafter\def\csname Entecy\endcsname{\cyrchar\cyrerev }% U0044D% \expandafter\def\csname Entedot\endcsname{\ifmmode \dot{e}\else \.{e}\fi}% U00117% \expandafter\def\csname Enteeacgr\endcsname{\ensuremath{\acute{\eta}}}% U003AE% \expandafter\def\csname Enteegr\endcsname{\ensuremath{\eta }}% U003B7% \expandafter\def\csname EntefDot\endcsname{\ensuremath{\fallingdotseq }}% U02252% \expandafter\def\csname Entefr\endcsname{\ensuremath{\mathfrak{e}}}% U1D522% \expandafter\def\csname Entegr\endcsname{\ensuremath{\epsilon }}% U003B5% \expandafter\def\csname Entegrave\endcsname{\ifmmode \grave{e}\else \`{e}\fi}% U000E8% \expandafter\def\csname Entegs\endcsname{\ensuremath{\eqslantgtr }}% U022DD% \expandafter\def\csname Entegs\endcsname{\ensuremath{\eqslantgtr }}% U02A96% \expandafter\def\csname Entegsdot\endcsname{\ensuremath{}}% U02A98% \expandafter\def\csname Entell\endcsname{\ensuremath{\mathscr{l}}}% U02113% \expandafter\def\csname Entels\endcsname{\ensuremath{\eqslantless }}% U022DC% \expandafter\def\csname Entels\endcsname{\ensuremath{\eqslantless }}% U02A95% \expandafter\def\csname Entelsdot\endcsname{\ensuremath{}}% U02A97% \expandafter\def\csname Entemacr\endcsname{\ifmmode \bar{e}\else \={e}\fi}% U00113% \expandafter\def\csname Entempty\endcsname{\ensuremath{\emptyset }}% U02205-02063% \expandafter\def\csname Entempty\endcsname{\ensuremath{\varnothing }}% U02205% \expandafter\def\csname Entemptyset\endcsname{\ensuremath{\emptyset }}% U02205-02063% \expandafter\def\csname Entemptyv\endcsname{\ensuremath{\varnothing }}% U02205% \expandafter\def\csname Entemsp13\endcsname{\hspace{0.33em}}% U02004% \expandafter\def\csname Entemsp14\endcsname{\hspace{0.25em}}% U02005% \expandafter\def\csname Entemsp\endcsname{\hspace{1em}}% U02003% \expandafter\def\csname Enteng\endcsname{\ng }% U0014B% \expandafter\def\csname Entensp\endcsname{\hspace{0.6em}}% U02002% \expandafter\def\csname Enteogon\endcsname{\k{e}}% U00119% \expandafter\def\csname Enteopf\endcsname{\ensuremath{\mathbb{e}}}% U1D556% \expandafter\def\csname Enteparsl\endcsname{\ensuremath{}}% U029E3% \expandafter\def\csname Entepsi\endcsname{\ensuremath{\epsilon }}% U003B5% \expandafter\def\csname Entepsilon\endcsname{\ensuremath{\epsilon }}% U003B5% \expandafter\def\csname Entepsis\endcsname{\ensuremath{\epsilon }}% U003B5% \expandafter\def\csname Entepsiv\endcsname{\ensuremath{\varepsilon }}% U0025B% \expandafter\def\csname Enteqcirc\endcsname{\ensuremath{\eqcirc }}% U02256% \expandafter\def\csname Enteqcolon\endcsname{\ensuremath{=:}}% U02255% \expandafter\def\csname Enteqeq\endcsname{\ensuremath{\Equal }}% U02A75% \expandafter\def\csname Enteqsim\endcsname{\ensuremath{\ElsevierGlyph{2242}}}% U02242% \expandafter\def\csname Enteqslantgtr\endcsname{\ensuremath{\eqslantgtr }}% U022DD% \expandafter\def\csname Enteqslantless\endcsname{\ensuremath{\eqslantless }}% U022DC% \expandafter\def\csname Entequals\endcsname{=}% U0003D% \expandafter\def\csname Entequest\endcsname{\ensuremath{\ElsevierGlyph{225F}}}% U0225F% \expandafter\def\csname EntequivDD\endcsname{\ensuremath{}}% U02A78% \expandafter\def\csname Entequiv\endcsname{\ensuremath{\equiv }}% U02261% \expandafter\def\csname Enteqvparsl\endcsname{\ensuremath{}}% U029E5% \expandafter\def\csname EnterDot\endcsname{\ensuremath{\risingdotseq }}% U02253% \expandafter\def\csname Enterarr\endcsname{\ensuremath{}}% U02971% \expandafter\def\csname Entescr\endcsname{\ensuremath{\mathscr{e}}}% U0212F% \expandafter\def\csname Entesdot\endcsname{\ensuremath{\doteq }}% U02250% \expandafter\def\csname Entesim\endcsname{\ensuremath{\ElsevierGlyph{2242}}}% U02242% \expandafter\def\csname Enteta\endcsname{\ensuremath{\eta }}% U003B7% \expandafter\def\csname Enteth\endcsname{\dh }% U000F0% \expandafter\def\csname Enteuml\endcsname{\ifmmode \ddot{e}\else \"{e}\fi}% U000EB% \expandafter\def\csname Entexcl\endcsname{!}% U00021% \expandafter\def\csname Entexist\endcsname{\ensuremath{\exists }}% U02203% \expandafter\def\csname Entexpectation\endcsname{\ensuremath{\mathscr{E}}}% U02130% \expandafter\def\csname Entfallingdotseq\endcsname{\ensuremath{\fallingdotseq }}% U02252% \expandafter\def\csname Entfbowtie\endcsname{\ensuremath{}}% U029D3% \expandafter\def\csname Entfcy\endcsname{\cyrchar\cyrf }% U00444% \expandafter\def\csname Entfdiag\endcsname{\ensuremath{}}% U02572% \expandafter\def\csname Entfdiordi\endcsname{\ensuremath{}}% U0292C% \expandafter\def\csname Entfdonearr\endcsname{\ensuremath{}}% U0292F% \expandafter\def\csname Entfemale\endcsname{\venus }% U02640% \expandafter\def\csname Entffilig\endcsname{ffi}% U0FB03% \expandafter\def\csname Entfflig\endcsname{ff}% U0FB00% \expandafter\def\csname Entffllig\endcsname{ffl}% U0FB04% \expandafter\def\csname Entffr\endcsname{\ensuremath{\mathfrak{f}}}% U1D523% \expandafter\def\csname Entfhrglass\endcsname{\ensuremath{}}% U029D7% \expandafter\def\csname Entfilig\endcsname{fi}% U0FB01% \expandafter\def\csname Entflat\endcsname{\ensuremath{\flat }}% U0266D% \expandafter\def\csname Entfllig\endcsname{fl}% U0FB02% \expandafter\def\csname Entfnof\endcsname{\ensuremath{\mathsl{f}}}% U1D453% \expandafter\def\csname Entfnof\endcsname{\ensuremath{f}}% U00192% \expandafter\def\csname Entfopf\endcsname{\ensuremath{\mathbb{f}}}% U1D557% \expandafter\def\csname Entforall\endcsname{\ensuremath{\forall }}% U02200% \expandafter\def\csname Entfork\endcsname{\ensuremath{\pitchfork }}% U022D4% \expandafter\def\csname Entforkv\endcsname{\ensuremath{}}% U02AD9% \expandafter\def\csname Entfpartint\endcsname{\ensuremath{\ElzCint }}% U02A0D% \expandafter\def\csname Entfrac12\endcsname{\textonehalf }% U000BD% \expandafter\def\csname Entfrac13\endcsname{\ensuremath{\textfrac{1}{3}}}% U02153% \expandafter\def\csname Entfrac14\endcsname{\textonequarter }% U000BC% \expandafter\def\csname Entfrac15\endcsname{\ensuremath{\textfrac{1}{5}}}% U02155% \expandafter\def\csname Entfrac16\endcsname{\ensuremath{\textfrac{1}{6}}}% U02159% \expandafter\def\csname Entfrac18\endcsname{\ensuremath{\textfrac{1}{8}}}% U0215B% \expandafter\def\csname Entfrac23\endcsname{\ensuremath{\textfrac{2}{3}}}% U02154% \expandafter\def\csname Entfrac25\endcsname{\ensuremath{\textfrac{2}{5}}}% U02156% \expandafter\def\csname Entfrac34\endcsname{\textthreequarters }% U000BE% \expandafter\def\csname Entfrac35\endcsname{\ensuremath{\textfrac{3}{5}}}% U02157% \expandafter\def\csname Entfrac38\endcsname{\ensuremath{\textfrac{3}{8}}}% U0215C% \expandafter\def\csname Entfrac45\endcsname{\ensuremath{\textfrac{4}{5}}}% U02158% \expandafter\def\csname Entfrac56\endcsname{\ensuremath{\textfrac{5}{6}}}% U0215A% \expandafter\def\csname Entfrac58\endcsname{\ensuremath{\textfrac{5}{8}}}% U0215D% \expandafter\def\csname Entfrac78\endcsname{\ensuremath{\textfrac{7}{8}}}% U0215E% \expandafter\def\csname Entfrasl\endcsname{\ensuremath{}}% U02044% \expandafter\def\csname Entfrown\endcsname{\ensuremath{\frown }}% U02322% \expandafter\def\csname Entfscr\endcsname{\ensuremath{\mathscr{f}}}% U1D4BB% \expandafter\def\csname EntgE\endcsname{\ensuremath{\geqq }}% U02267% \expandafter\def\csname EntgEl\endcsname{\ensuremath{\gtreqless }}% U022DB% \expandafter\def\csname EntgEl\endcsname{\ensuremath{\gtreqqless }}% U02A8C% \expandafter\def\csname Entgacute\endcsname{\ifmmode \acute{g}\else \'{g}\fi}% U001F5% \expandafter\def\csname Entgamma\endcsname{\ensuremath{\gamma }}% U003B3% \expandafter\def\csname Entgammad\endcsname{\ensuremath{\Digamma }}% U003DC% \expandafter\def\csname Entgammad\endcsname{\ensuremath{\digamma }}% U003DD% \expandafter\def\csname Entgap\endcsname{\ensuremath{\greaterequivlnt }}% U02273% \expandafter\def\csname Entgap\endcsname{\ensuremath{\gtrapprox }}% U02A86% \expandafter\def\csname Entgbreve\endcsname{\ifmmode \breve{g}\else \u{g}\fi}% U0011F% \expandafter\def\csname Entgcedil\endcsname{\ifmmode \mbox{\c{g}}\else \c{g}\fi}% U00123% \expandafter\def\csname Entgcirc\endcsname{\ifmmode \hat{g}\else \^{g}\fi}% U0011D% \expandafter\def\csname Entgcy\endcsname{\cyrchar\cyrg }% U00433% \expandafter\def\csname Entgdot\endcsname{\ifmmode \dot{g}\else \.{g}\fi}% U00121% \expandafter\def\csname Entge\endcsname{\ensuremath{\geq }}% U02265% \expandafter\def\csname Entgel\endcsname{\ensuremath{\gtreqless }}% U022DB% \expandafter\def\csname Entgeq\endcsname{\ensuremath{\geq }}% U02265% \expandafter\def\csname Entgeqq\endcsname{\ensuremath{\geqq }}% U02267% \expandafter\def\csname Entgeqslant\endcsname{\ensuremath{\geqslant }}% U02A7E% \expandafter\def\csname Entges\endcsname{\ensuremath{\geqslant }}% U02A7E% \expandafter\def\csname Entgescc\endcsname{\ensuremath{}}% U02AA9% \expandafter\def\csname Entgesdot\endcsname{\ensuremath{}}% U02A80% \expandafter\def\csname Entgesdoto\endcsname{\ensuremath{}}% U02A82% \expandafter\def\csname Entgesdotol\endcsname{\ensuremath{}}% U02A84% \expandafter\def\csname Entgesl\endcsname{\ensuremath{}}% U022DB-02063% \expandafter\def\csname Entgesles\endcsname{\ensuremath{}}% U02A94% \expandafter\def\csname Entgfr\endcsname{\ensuremath{\mathfrak{g}}}% U1D524% \expandafter\def\csname Entgg\endcsname{\ensuremath{\gg }}% U0226B% \expandafter\def\csname Entggg\endcsname{\ensuremath{\verymuchgreater }}% U022D9% \expandafter\def\csname Entggr\endcsname{\ensuremath{\gamma }}% U003B3% \expandafter\def\csname Entgimel\endcsname{\ensuremath{\gimel }}% U02137% \expandafter\def\csname Entgjcy\endcsname{\cyrchar{\'\cyrg}}% U00453% \expandafter\def\csname EntglE\endcsname{\ensuremath{}}% U02A92% \expandafter\def\csname Entgl\endcsname{\ensuremath{\gtrless }}% U02277% \expandafter\def\csname Entgla\endcsname{\ensuremath{}}% U02AA5% \expandafter\def\csname Entglj\endcsname{\ensuremath{}}% U02AA4% \expandafter\def\csname EntgnE\endcsname{\ensuremath{\gneqq }}% U02269% \expandafter\def\csname Entgnap\endcsname{\ensuremath{\gnapprox }}% U02A8A% \expandafter\def\csname Entgnapprox\endcsname{\ensuremath{\gnapprox }}% U02A8A% \expandafter\def\csname Entgne\endcsname{\ensuremath{\gneq }}% U02A88% \expandafter\def\csname Entgne\endcsname{\ensuremath{\gneqq }}% U02269% \expandafter\def\csname Entgneq\endcsname{\ensuremath{\gneqq }}% U02269% \expandafter\def\csname Entgneqq\endcsname{\ensuremath{\gneqq }}% U02269% \expandafter\def\csname Entgnsim\endcsname{\ensuremath{\gnsim }}% U022E7% \expandafter\def\csname Entgopf\endcsname{\ensuremath{\mathbb{g}}}% U1D558% \expandafter\def\csname Entgrave\endcsname{\textasciigrave }% U00060% \expandafter\def\csname Entgsdot\endcsname{\ensuremath{\gtrdot }}% U022D7% \expandafter\def\csname Entgsim\endcsname{\ensuremath{\greaterequivlnt }}% U02273% \expandafter\def\csname Entgsime\endcsname{\ensuremath{}}% U02A8E% \expandafter\def\csname Entgsiml\endcsname{\ensuremath{}}% U02A90% \expandafter\def\csname Entgt\endcsname{\ensuremath{>}}% U0003E% \expandafter\def\csname Entgtcc\endcsname{\ensuremath{}}% U02AA7% \expandafter\def\csname Entgtcir\endcsname{\ensuremath{}}% U02A7A% \expandafter\def\csname Entgtdot\endcsname{\ensuremath{\gtrdot }}% U022D7% \expandafter\def\csname Entgtquest\endcsname{\ensuremath{}}% U02A7C% \expandafter\def\csname Entgtrapprox\endcsname{\ensuremath{\greaterequivlnt }}% U02273% \expandafter\def\csname Entgtrarr\endcsname{\ensuremath{}}% U02978% \expandafter\def\csname Entgtrdot\endcsname{\ensuremath{\gtrdot }}% U022D7% \expandafter\def\csname Entgtreqless\endcsname{\ensuremath{\gtreqless }}% U022DB% \expandafter\def\csname Entgtreqqless\endcsname{\ensuremath{\gtreqless }}% U022DB% \expandafter\def\csname Entgtrless\endcsname{\ensuremath{\gtrless }}% U02277% \expandafter\def\csname Entgtrpar\endcsname{\ensuremath{\Elzlpargt }}% U029A0% \expandafter\def\csname Entgtrsim\endcsname{\ensuremath{\greaterequivlnt }}% U02273% \expandafter\def\csname Entgvertneqq\endcsname{\ensuremath{\gvertneqq }}% U02269-00338% \expandafter\def\csname EntgvnE\endcsname{\ensuremath{\gvertneqq }}% U02269-00338% \expandafter\def\csname EnthArr\endcsname{\ensuremath{\Leftrightarrow }}% U021D4% \expandafter\def\csname Enthairsp\endcsname{\ensuremath{\mkern1mu }}% U0200A% \expandafter\def\csname Enthalf\endcsname{\textonehalf }% U000BD% \expandafter\def\csname Enthamilt\endcsname{\ensuremath{\mathscr{H}}}% U0210B% \expandafter\def\csname Enthardcy\endcsname{\cyrchar\cyrhrdsn }% U0044A% \expandafter\def\csname Entharr\endcsname{\ensuremath{\leftrightarrow }}% U02194% \expandafter\def\csname Entharrcir\endcsname{\ensuremath{}}% U02948% \expandafter\def\csname Entharrw\endcsname{\ensuremath{\leftrightsquigarrow }}% U021AD% \expandafter\def\csname Enthbar\endcsname{\ensuremath{\hslash }}% U0210Fx% \expandafter\def\csname Enthbenzen\endcsname{\ensuremath{\Elzhex }}% XE44F% \expandafter\def\csname Enthcirc\endcsname{\ifmmode \hat{h}\else \^{h}\fi}% U00125% \expandafter\def\csname Enthearts\endcsname{\ding{170}}% U02665% \expandafter\def\csname Enthellip\endcsname{\ldots }% U02026% \expandafter\def\csname Enthercon\endcsname{\ensuremath{\hermitconjmatrix }}% U022B9% \expandafter\def\csname Enthfr\endcsname{\ensuremath{\mathfrak{h}}}% U1D525% \expandafter\def\csname Enthksearow\endcsname{\ensuremath{\ElsevierGlyph{E20B}}}% U02925% \expandafter\def\csname Enthkswarow\endcsname{\ensuremath{\ElsevierGlyph{E20A}}}% U02926% \expandafter\def\csname Enthmphdite\endcsname{\ensuremath{\Elzherma }}% XE5BC% \expandafter\def\csname Enthoarr\endcsname{\ensuremath{}}% U021FF% \expandafter\def\csname Enthomtht\endcsname{\ensuremath{\homothetic }}% U0223B% \expandafter\def\csname Enthookleftarrow\endcsname{\ensuremath{\hookleftarrow }}% U021A9% \expandafter\def\csname Enthookrightarrow\endcsname{\ensuremath{\hookrightarrow }}% U021AA% \expandafter\def\csname Enthopf\endcsname{\ensuremath{\mathbb{h}}}% U1D559% \expandafter\def\csname Enthorbar\endcsname{\rule{1em}{1pt}}% U02015% \expandafter\def\csname Enthrglass\endcsname{\ensuremath{}}% U029D6% \expandafter\def\csname Enthscr\endcsname{\ensuremath{\mathscr{h}}}% U1D4BD% \expandafter\def\csname Enthslash\endcsname{\ensuremath{\hslash }}% U0210F% \expandafter\def\csname Enthstrok\endcsname{\ensuremath{\Elzxh }}% U00127% \expandafter\def\csname Enthtimes\endcsname{\ensuremath{\ElzTimes }}% U02A2F% \expandafter\def\csname Enthyphen\endcsname{-}% U02010% \expandafter\def\csname Entiacgr\endcsname{\ensuremath{\acute{\iota}}}% U003AF% \expandafter\def\csname Entiacute\endcsname{\ifmmode \acute{\imath}\else \'{\i}\fi}% U000ED% \expandafter\def\csname Enticirc\endcsname{\ifmmode \hat{\imath}\else \^{\i}\fi}% U000EE% \expandafter\def\csname Enticy\endcsname{\cyrchar\cyri }% U00438% \expandafter\def\csname Entidiagr\endcsname{\ensuremath{\acute{\ddot{\iota}}}}% U00390% \expandafter\def\csname Entidigr\endcsname{\ensuremath{\ddot{\iota}}}% U003CA% \expandafter\def\csname Entiecy\endcsname{\cyrchar\cyre }% U00435% \expandafter\def\csname Entiexcl\endcsname{\textexclamdown }% U000A1% \expandafter\def\csname Entiff\endcsname{\ensuremath{\ElsevierGlyph{E365}}}% U021D4xx% \expandafter\def\csname Entifr\endcsname{\ensuremath{\mathfrak{i}}}% U1D526% \expandafter\def\csname Entigr\endcsname{\ensuremath{\iota }}% U003B9% \expandafter\def\csname Entigrave\endcsname{\ifmmode \grave{\imath}\else \`{\i}\fi}% U000EC% \expandafter\def\csname Entiiint\endcsname{\ensuremath{\int\!\int\!\int }}% U0222D% \expandafter\def\csname Entiinfin\endcsname{\ensuremath{\ElsevierGlyph{E372}}}% U029DC% \expandafter\def\csname Entiiota\endcsname{\ensuremath{\ElsevierGlyph{2129}}}% U02129% \expandafter\def\csname Entijlig\endcsname{ij}% U00133% \expandafter\def\csname Entimacr\endcsname{\ifmmode \bar{\imath}\else \={\i}\fi}% U0012B% \expandafter\def\csname Entimage\endcsname{\ensuremath{\mathfrak{I}}}% U02111% \expandafter\def\csname Entimagline\endcsname{\ensuremath{\mathscr{I}}}% U02110% \expandafter\def\csname Entimagpart\endcsname{\ensuremath{\mathfrak{I}}}% U02111% \expandafter\def\csname Entimath\endcsname{\ifmmode \imath \else \i \fi}% U00131% \expandafter\def\csname Entimof\endcsname{\ensuremath{\image }}% U022B7% \expandafter\def\csname Entimped\endcsname{\ensuremath{\mathbb{L}}}% U1D543% \expandafter\def\csname Entin\endcsname{\ensuremath{\in }}% U02208% \expandafter\def\csname Entinfin\endcsname{\ensuremath{\infty }}% U0221E% \expandafter\def\csname Entinodot\endcsname{\ifmmode \imath \else \i \fi}% U00131% \expandafter\def\csname Entint\endcsname{\ensuremath{\int }}% U0222B% \expandafter\def\csname Entintcal\endcsname{\ensuremath{\intercal }}% U022BA% \expandafter\def\csname Entintegers\endcsname{\ensuremath{\mathbb{Z}}}% U02124% \expandafter\def\csname Entintercal\endcsname{\ensuremath{\intercal }}% U022BA% \expandafter\def\csname Entintprod\endcsname{\ensuremath{\ElsevierGlyph{E259}}}% U02A3C% \expandafter\def\csname Entinvamp\endcsname{\ensuremath{}}% U02056% \expandafter\def\csname Entiocy\endcsname{\cyrchar\cyryo }% U00451% \expandafter\def\csname Entiogon\endcsname{\k{i}}% U0012F% \expandafter\def\csname Entiopf\endcsname{\ensuremath{\mathbb{i}}}% U1D55A% \expandafter\def\csname Entiota\endcsname{\ensuremath{\iota }}% U003B9% \expandafter\def\csname Entiprod\endcsname{\ensuremath{\ElsevierGlyph{E259}}}% U02A3C% \expandafter\def\csname Entiprodr\endcsname{\ensuremath{}}% U02A3D% \expandafter\def\csname Entiquest\endcsname{\textquestiondown }% U000BF% \expandafter\def\csname Entiscr\endcsname{\ensuremath{\mathscr{i}}}% U1D4BE% \expandafter\def\csname EntisinE\endcsname{\ensuremath{}}% U022F9% \expandafter\def\csname Entisin\endcsname{\ensuremath{\in }}% U02208% \expandafter\def\csname Entisindot\endcsname{\ensuremath{}}% U022F5% \expandafter\def\csname Entisins\endcsname{\ensuremath{}}% U022F4% \expandafter\def\csname Entisinsv\endcsname{\ensuremath{}}% U022F3% \expandafter\def\csname Entisinv\endcsname{\ensuremath{\in }}% U02208% \expandafter\def\csname Entisinvb\endcsname{\ensuremath{}}% U022F8% \expandafter\def\csname Entitilde\endcsname{\ifmmode \tilde{\imath}\else \~{\i}\fi}% U00129% \expandafter\def\csname Entiukcy\endcsname{\cyrchar\cyrii }% U00456% \expandafter\def\csname Entiuml\endcsname{\ifmmode \ddot{\imath}\else \"{\i}\fi}% U000EF% \expandafter\def\csname Entjcirc\endcsname{\ifmmode \hat{\jmath}\else \^{\j}\fi}% U00135% \expandafter\def\csname Entjcy\endcsname{\cyrchar\cyrishrt }% U00439% \expandafter\def\csname Entjfr\endcsname{\ensuremath{\mathfrak{j}}}% U1D527% \expandafter\def\csname Entjmath\endcsname{\ensuremath{\jmath }}% U0006A-02063% \expandafter\def\csname Entjnodot\endcsname{\ensuremath{\jmath }}% U0006A-02063% \expandafter\def\csname Entjopf\endcsname{\ensuremath{\mathbb{j}}}% U1D55B% \expandafter\def\csname Entjscr\endcsname{\ensuremath{\mathscr{j}}}% U1D4BF% \expandafter\def\csname Entjsercy\endcsname{\cyrchar\cyrje }% U00458% \expandafter\def\csname Entjukcy\endcsname{\cyrchar\cyrie }% U00454% \expandafter\def\csname Entkappa\endcsname{\ensuremath{\kappa }}% U003BA% \expandafter\def\csname Entkappav\endcsname{\ensuremath{\varkappa }}% U003F0% \expandafter\def\csname Entkcedil\endcsname{\ifmmode \mbox{\c{k}}\else \c{k}\fi}% U00137% \expandafter\def\csname Entkcy\endcsname{\cyrchar\cyrk }% U0043A% \expandafter\def\csname Entkfr\endcsname{\ensuremath{\mathfrak{k}}}% U1D528% \expandafter\def\csname Entkgr\endcsname{\ensuremath{\kappa }}% U003BA% \expandafter\def\csname Entkgreen\endcsname{{\fontencoding{LELA}\selectfont\char91}}% U00138% \expandafter\def\csname Entkhcy\endcsname{\cyrchar\cyrh }% U00445% \expandafter\def\csname Entkhgr\endcsname{\ensuremath{\chi }}% U003C7% \expandafter\def\csname Entkjcy\endcsname{\cyrchar{\'\cyrk}}% U0045C% \expandafter\def\csname Entkopf\endcsname{\ensuremath{\mathbb{k}}}% U1D55C% \expandafter\def\csname Entkoppa\endcsname{\ensuremath{\Koppa }}% U003DE% \expandafter\def\csname Entkscr\endcsname{\ensuremath{\mathscr{k}}}% U1D4C0% \expandafter\def\csname EntlAarr\endcsname{\ensuremath{\Lleftarrow }}% U021DA% \expandafter\def\csname EntlArr\endcsname{\ensuremath{\Leftarrow }}% U021D0% \expandafter\def\csname EntlAtail\endcsname{\ensuremath{}}% U0291B% \expandafter\def\csname EntlBarr\endcsname{\ensuremath{}}% U0290E% \expandafter\def\csname EntlE\endcsname{\ensuremath{\leqq }}% U02266% \expandafter\def\csname EntlEg\endcsname{\ensuremath{\lesseqgtr }}% U022DA% \expandafter\def\csname EntlEg\endcsname{\ensuremath{\lesseqqgtr }}% U02A8B% \expandafter\def\csname EntlHar\endcsname{\ensuremath{}}% U02962% \expandafter\def\csname Entlacute\endcsname{\ifmmode \acute{l}\else \'{l}\fi}% U0013A% \expandafter\def\csname Entlagran\endcsname{\ensuremath{\mathscr{L}}}% U02112% \expandafter\def\csname Entlambda\endcsname{\ensuremath{\lambda }}% U003BB% \expandafter\def\csname Entlang\endcsname{\ensuremath{\langle }}% U02329% \expandafter\def\csname Entlangle\endcsname{\ensuremath{\langle }}% U02329% \expandafter\def\csname Entlap\endcsname{\ensuremath{\lessapprox }}% U02A85% \expandafter\def\csname Entlap\endcsname{\ensuremath{\lessequivlnt }}% U02272% \expandafter\def\csname Entlaquo\endcsname{\ifmmode \mbox{\guillemotleft}\else \guillemotleft \fi}% U000AB% \expandafter\def\csname Entlarr2\endcsname{\ensuremath{\leftleftarrows }}% U021C7% \expandafter\def\csname Entlarr\endcsname{\ensuremath{\leftarrow }}% U02190% \expandafter\def\csname Entlarrb\endcsname{\ensuremath{}}% U021E4% \expandafter\def\csname Entlarrbfs\endcsname{\ensuremath{}}% U0291F% \expandafter\def\csname Entlarrfs\endcsname{\ensuremath{}}% U0291D% \expandafter\def\csname Entlarrhk\endcsname{\ensuremath{\hookleftarrow }}% U021A9% \expandafter\def\csname Entlarrlp\endcsname{\ensuremath{\looparrowleft }}% U021AB% \expandafter\def\csname Entlarrpl\endcsname{\ensuremath{}}% U02939% \expandafter\def\csname Entlarrpl\endcsname{\ensuremath{}}% U02946% \expandafter\def\csname Entlarrsim\endcsname{\ensuremath{}}% U02973% \expandafter\def\csname Entlarrtl\endcsname{\ensuremath{\leftarrowtail }}% U021A2% \expandafter\def\csname Entlat\endcsname{\ensuremath{}}% U02AAB% \expandafter\def\csname Entlatail\endcsname{\ensuremath{}}% U02919% \expandafter\def\csname Entlate\endcsname{\ensuremath{}}% U02AAD% \expandafter\def\csname Entlates\endcsname{\ensuremath{}}% U02AAD-02063% \expandafter\def\csname Entlbarr\endcsname{\ensuremath{}}% U0290C% \expandafter\def\csname Entlbrace\endcsname{\ensuremath{\lbrace }}% U0007B% \expandafter\def\csname Entlbrack\endcsname{[}% U0005B% \expandafter\def\csname Entlcaron\endcsname{\ifmmode \check{l}\else \v{l}\fi}% U0013E% \expandafter\def\csname Entlcedil\endcsname{\ifmmode \mbox{\c{l}}\else \c{l}\fi}% U0013C% \expandafter\def\csname Entlceil\endcsname{\ensuremath{\lceil }}% U02308% \expandafter\def\csname Entlcub\endcsname{\ensuremath{\lbrace }}% U0007B% \expandafter\def\csname Entlcy\endcsname{\cyrchar\cyrl }% U0043B% \expandafter\def\csname Entldashv\endcsname{\ensuremath{\Elzdrcorn }}% U023A6x% \expandafter\def\csname Entldca\endcsname{\ensuremath{\ElsevierGlyph{E21A}}}% U02936% \expandafter\def\csname Entldharb\endcsname{\ensuremath{\DownLeftVectorBar }}% U02956% \expandafter\def\csname Entldot\endcsname{\ensuremath{\lessdot }}% U022D6% \expandafter\def\csname Entldquo\endcsname{\textquotedblleft }% U0201C% \expandafter\def\csname Entldquor\endcsname{,,}% U0201E% \expandafter\def\csname Entldrdhar\endcsname{\ensuremath{}}% U02967% \expandafter\def\csname Entldrdshar\endcsname{\ensuremath{\DownLeftRightVector }}% U02950% \expandafter\def\csname Entldrushar\endcsname{\ensuremath{}}% U0294B% \expandafter\def\csname Entldsh\endcsname{\ensuremath{}}% U021B2% \expandafter\def\csname Entle\endcsname{\ensuremath{\leq }}% U02264% \expandafter\def\csname Entleftarrow\endcsname{\ensuremath{\leftarrow }}% U02190% \expandafter\def\csname Entleftarrowtail\endcsname{\ensuremath{\leftarrowtail }}% U021A2% \expandafter\def\csname Entleftharpoondown\endcsname{\ensuremath{\leftharpoondown }}% U021BD% \expandafter\def\csname Entleftharpoonup\endcsname{\ensuremath{\leftharpoonup }}% U021BC% \expandafter\def\csname Entleftleftarrows\endcsname{\ensuremath{\leftleftarrows }}% U021C7% \expandafter\def\csname Entleftrightarrow\endcsname{\ensuremath{\leftrightarrow }}% U02194% \expandafter\def\csname Entleftrightarrows\endcsname{\ensuremath{\leftrightarrows }}% U021C6% \expandafter\def\csname Entleftrightharpoons\endcsname{\ensuremath{\leftrightharpoons }}% U021CB% \expandafter\def\csname Entleftrightsquigarrow\endcsname{\ensuremath{\leftrightsquigarrow }}% U021AD% \expandafter\def\csname Entleftthreetimes\endcsname{\ensuremath{\leftthreetimes }}% U022CB% \expandafter\def\csname Entleg\endcsname{\ensuremath{\lesseqgtr }}% U022DA% \expandafter\def\csname Entleq\endcsname{\ensuremath{\leq }}% U02264% \expandafter\def\csname Entleqq\endcsname{\ensuremath{\leqq }}% U02266% \expandafter\def\csname Entleqslant\endcsname{\ensuremath{\leqslant }}% U02A7D% \expandafter\def\csname Entles\endcsname{\ensuremath{\leqslant }}% U02A7D% \expandafter\def\csname Entlescc\endcsname{\ensuremath{}}% U02AA8% \expandafter\def\csname Entlesdot\endcsname{\ensuremath{}}% U02A7F% \expandafter\def\csname Entlesdoto\endcsname{\ensuremath{}}% U02A81% \expandafter\def\csname Entlesdotor\endcsname{\ensuremath{}}% U02A83% \expandafter\def\csname Entlesg\endcsname{\ensuremath{}}% U022DA-02063% \expandafter\def\csname Entlesges\endcsname{\ensuremath{}}% U02A93% \expandafter\def\csname Entlessapprox\endcsname{\ensuremath{\lessequivlnt }}% U02272% \expandafter\def\csname Entlessdot\endcsname{\ensuremath{\lessdot }}% U022D6% \expandafter\def\csname Entlesseqgtr\endcsname{\ensuremath{\lesseqgtr }}% U022DA% \expandafter\def\csname Entlesseqqgtr\endcsname{\ensuremath{\lesseqgtr }}% U022DA% \expandafter\def\csname Entlessgtr\endcsname{\ensuremath{\lessgtr }}% U02276% \expandafter\def\csname Entlesssim\endcsname{\ensuremath{\lessequivlnt }}% U02272% \expandafter\def\csname Entlfbowtie\endcsname{\ensuremath{}}% U029D1% \expandafter\def\csname Entlfisht\endcsname{\ensuremath{\ElsevierGlyph{E214}}}% U0297C% \expandafter\def\csname Entlfloor\endcsname{\ensuremath{\lfloor }}% U0230A% \expandafter\def\csname Entlfr\endcsname{\ensuremath{\mathfrak{l}}}% U1D529% \expandafter\def\csname Entlftimes\endcsname{\ensuremath{}}% U029D4% \expandafter\def\csname EntlgE\endcsname{\ensuremath{}}% U02A91% \expandafter\def\csname Entlg\endcsname{\ensuremath{\lessgtr }}% U02276% \expandafter\def\csname Entlgr\endcsname{\ensuremath{\lambda }}% U003BB% \expandafter\def\csname Entlhard\endcsname{\ensuremath{\leftharpoondown }}% U021BD% \expandafter\def\csname Entlharu\endcsname{\ensuremath{\leftharpoonup }}% U021BC% \expandafter\def\csname Entlharul\endcsname{\ensuremath{}}% U0296A% \expandafter\def\csname Entljcy\endcsname{\cyrchar\cyrlje }% U00459% \expandafter\def\csname Entll\endcsname{\ensuremath{\ll }}% U0226A% \expandafter\def\csname Entllarr\endcsname{\ensuremath{\leftleftarrows }}% U021C7% \expandafter\def\csname Entllcorner\endcsname{\ensuremath{\llcorner }}% U0231E% \expandafter\def\csname Entllhard\endcsname{\ensuremath{}}% U0296B% \expandafter\def\csname Entlltrif\endcsname{\ensuremath{}}% U025E3% \expandafter\def\csname Entlmidot\endcsname{{\fontencoding{LELA}\selectfont\char202}}% U00140% \expandafter\def\csname Entlmoust\endcsname{\ensuremath{\lmoustache }}% U02998% \expandafter\def\csname Entlmoustache\endcsname{\ensuremath{\lmoustache }}% U02998% \expandafter\def\csname EntlnE\endcsname{\ensuremath{\lneqq }}% U02268% \expandafter\def\csname Entlnap\endcsname{\ensuremath{\lnapprox }}% U02A89% \expandafter\def\csname Entlnapprox\endcsname{\ensuremath{\lnapprox }}% U02A89% \expandafter\def\csname Entlne\endcsname{\ensuremath{\lneq }}% U02A87% \expandafter\def\csname Entlne\endcsname{\ensuremath{\lneqq }}% U02268% \expandafter\def\csname Entlneq\endcsname{\ensuremath{\lneqq }}% U02268% \expandafter\def\csname Entlneqq\endcsname{\ensuremath{\lneqq }}% U02268% \expandafter\def\csname Entlnsim\endcsname{\ensuremath{\lnsim }}% U022E6% \expandafter\def\csname Entloang\endcsname{\ensuremath{\ElsevierGlyph{3018}}}% U02985% \expandafter\def\csname Entloang\endcsname{\ensuremath{\ElsevierGlyph{3018}}}% U03018% \expandafter\def\csname Entloarr\endcsname{\ensuremath{}}% U021FD% \expandafter\def\csname Entlobrk\endcsname{\ensuremath{\openbracketleft }}% U0301A% \expandafter\def\csname Entlocub\endcsname{\ensuremath{}}% U02983% \expandafter\def\csname Entlongleftarrow\endcsname{\ensuremath{\longleftarrow }}% U02190x% \expandafter\def\csname Entlongleftrightarrow\endcsname{\ensuremath{\longleftrightarrow }}% U02194x% \expandafter\def\csname Entlongmapsto\endcsname{\ensuremath{\longmapsto }}% U021A6x% \expandafter\def\csname Entlongrightarrow\endcsname{\ensuremath{\longrightarrow }}% U02192x% \expandafter\def\csname Entlooparrowleft\endcsname{\ensuremath{\looparrowleft }}% U021AB% \expandafter\def\csname Entlooparrowright\endcsname{\ensuremath{\looparrowright }}% U021AC% \expandafter\def\csname Entlopar\endcsname{\ensuremath{\ElsevierGlyph{3018}}}% U02985x% \expandafter\def\csname Entlopf\endcsname{\ensuremath{\mathbb{l}}}% U1D55D% \expandafter\def\csname Entloplus\endcsname{\ensuremath{\ElsevierGlyph{E25C}}}% U02A2D% \expandafter\def\csname Entlotimes\endcsname{\ensuremath{\ElsevierGlyph{E25E}}}% U02A34% \expandafter\def\csname Entlowast\endcsname{\ensuremath{{_\ast}}}% U02217% \expandafter\def\csname Entlowast\endcsname{\ensuremath{}}% U0204E% \expandafter\def\csname Entlowbar\endcsname{\ensuremath{\_}}% U0005F% \expandafter\def\csname Entlowint\endcsname{\ensuremath{}}% U02A1C% \expandafter\def\csname Entloz\endcsname{\ensuremath{\lozenge }}% U025CA% \expandafter\def\csname Entlozenge\endcsname{\ensuremath{\lozenge }}% U025CA% \expandafter\def\csname Entlozf\endcsname{\ensuremath{\blacklozenge }}% U029EB% \expandafter\def\csname Entlpar\endcsname{(}% U00028% \expandafter\def\csname Entlpargt\endcsname{\ensuremath{\Elzlpargt }}% U029A0% \expandafter\def\csname Entlparlt\endcsname{\ensuremath{<\kern-0.58em(}}% U02993% \expandafter\def\csname Entlrarr2\endcsname{\ensuremath{\leftrightarrows }}% U021C6% \expandafter\def\csname Entlrarr\endcsname{\ensuremath{\leftrightarrows }}% U021C6% \expandafter\def\csname Entlrcorner\endcsname{\ensuremath{\lrcorner }}% U0231F% \expandafter\def\csname Entlrhar2\endcsname{\ensuremath{\leftrightharpoons }}% U021CB% \expandafter\def\csname Entlrhar\endcsname{\ensuremath{\leftrightharpoons }}% U021CB% \expandafter\def\csname Entlrhard\endcsname{\ensuremath{}}% U0296D% \expandafter\def\csname Entlscr\endcsname{\ensuremath{\mathscr{l}}}% U02113% \expandafter\def\csname Entlsh\endcsname{\ensuremath{\Lsh }}% U021B0% \expandafter\def\csname Entlsim\endcsname{\ensuremath{\lessequivlnt }}% U02272% \expandafter\def\csname Entlsime\endcsname{\ensuremath{}}% U02A8D% \expandafter\def\csname Entlsimg\endcsname{\ensuremath{}}% U02A8F% \expandafter\def\csname Entlsqb\endcsname{[}% U0005B% \expandafter\def\csname Entlsquo\endcsname{`}% U02018% \expandafter\def\csname Entlsquor\endcsname{,}% U0201A% \expandafter\def\csname Entlstrok\endcsname{\l }% U00142% \expandafter\def\csname Entlt\endcsname{\ensuremath{<}}% U0003C% \expandafter\def\csname Entltcc\endcsname{\ensuremath{}}% U02AA6% \expandafter\def\csname Entltcir\endcsname{\ensuremath{}}% U02A79% \expandafter\def\csname Entltdot\endcsname{\ensuremath{\lessdot }}% U022D6% \expandafter\def\csname Entlthree\endcsname{\ensuremath{\leftthreetimes }}% U022CB% \expandafter\def\csname Entltimes\endcsname{\ensuremath{\ltimes }}% U022C9% \expandafter\def\csname Entltlarr\endcsname{\ensuremath{}}% U02976% \expandafter\def\csname Entltquest\endcsname{\ensuremath{}}% U02A7B% \expandafter\def\csname Entltri\endcsname{\ensuremath{\triangleleft }}% U025C3% \expandafter\def\csname Entltrie\endcsname{\ensuremath{\trianglelefteq }}% U022B4% \expandafter\def\csname Entltrif\endcsname{\ensuremath{\blacktriangleleft }}% U025C2% \expandafter\def\csname Entltrivb\endcsname{\ensuremath{\LeftTriangleBar }}% U029CF% \expandafter\def\csname Entltrpar\endcsname{\ensuremath{\Elzrparlt }}% U02222x% \expandafter\def\csname Entluharb\endcsname{\ensuremath{\LeftVectorBar }}% U02952% \expandafter\def\csname Entlurdshar\endcsname{\ensuremath{}}% U0294A% \expandafter\def\csname Entluruhar\endcsname{\ensuremath{}}% U02966% \expandafter\def\csname Entlurushar\endcsname{\ensuremath{\LeftRightVector }}% U0294E% \expandafter\def\csname Entlvertneqq\endcsname{\ensuremath{\lvertneqq }}% U02268-00338% \expandafter\def\csname EntlvnE\endcsname{\ensuremath{\lvertneqq }}% U02268-00338% \expandafter\def\csname EntmDDot\endcsname{\ensuremath{\mathbin{{:}\!\!{-}\!\!{:}}}}% U0223A% \expandafter\def\csname Entmacr\endcsname{\textasciimacron }% U000AF% \expandafter\def\csname Entmale\endcsname{\male }% U02642% \expandafter\def\csname Entmalt\endcsname{\ding{64}}% U02720% \expandafter\def\csname Entmaltese\endcsname{\ding{64}}% U02720% \expandafter\def\csname Entmap\endcsname{\ensuremath{\mapsto }}% U021A6% \expandafter\def\csname Entmapsto\endcsname{\ensuremath{\mapsto }}% U021A6% \expandafter\def\csname Entmapstodown\endcsname{\ensuremath{}}% U021A7% \expandafter\def\csname Entmcy\endcsname{\cyrchar\cyrm }% U0043C% \expandafter\def\csname Entmdash\endcsname{\ifmmode ---\else \textemdash \fi}% U02014% \expandafter\def\csname Entmeasuredangle\endcsname{\ensuremath{\measuredangle }}% U02221% \expandafter\def\csname Entmfr\endcsname{\ensuremath{\mathfrak{m}}}% U1D52A% \expandafter\def\csname Entmgr\endcsname{\ensuremath{\mu }}% U003BC% \expandafter\def\csname Entmho\endcsname{\ensuremath{\mho }}% U02127% \expandafter\def\csname Entmicro\endcsname{\ensuremath{\mathrm{\mu}}}% U000B5% \expandafter\def\csname Entmid\endcsname{\ensuremath{\mid }}% U02223% \expandafter\def\csname Entmidast\endcsname{\ensuremath{\ast }}% U0002A% \expandafter\def\csname Entmidcir\endcsname{\ensuremath{}}% U02AF0% \expandafter\def\csname Entmiddot\endcsname{\ensuremath{\cdot }}% U000B7% \expandafter\def\csname Entminus\endcsname{-}% U02212% \expandafter\def\csname Entminusb\endcsname{\ensuremath{\boxminus }}% U0229F% \expandafter\def\csname Entminusd\endcsname{\ensuremath{\ElsevierGlyph{2238}}}% U02238% \expandafter\def\csname Entminusdu\endcsname{\ensuremath{\ElsevierGlyph{E25B}}}% U02A2A% \expandafter\def\csname Entmlcp\endcsname{\ensuremath{}}% U02ADB% \expandafter\def\csname Entmldr\endcsname{\ensuremath{}}% U02050% \expandafter\def\csname Entmldr\endcsname{\ldots }% U02026% \expandafter\def\csname Entmnplus\endcsname{\ensuremath{\mp }}% U02213% \expandafter\def\csname Entmodels\endcsname{\ensuremath{\truestate }}% U022A7% \expandafter\def\csname Entmopf\endcsname{\ensuremath{\mathbb{m}}}% U1D55E% \expandafter\def\csname Entmp\endcsname{\ensuremath{\mp }}% U02213% \expandafter\def\csname Entmscr\endcsname{\ensuremath{\mathscr{m}}}% U1D4C2% \expandafter\def\csname Entmstpos\endcsname{\ensuremath{\lazysinv }}% U0223E% \expandafter\def\csname Entmu\endcsname{\ensuremath{\mu }}% U003BC% \expandafter\def\csname Entmultimap\endcsname{\ensuremath{\multimap }}% U022B8% \expandafter\def\csname Entmumap\endcsname{\ensuremath{\multimap }}% U022B8% \expandafter\def\csname EntnGg\endcsname{\ensuremath{}}% U022D9-00338% \expandafter\def\csname EntnGt\endcsname{\ensuremath{}}% U0226B-00338% \expandafter\def\csname EntnGtv\endcsname{\ensuremath{\NotGreaterGreater }}% U0226B-00338-02063% \expandafter\def\csname EntnLeftarrow\endcsname{\ensuremath{\nLeftarrow }}% U021CD% \expandafter\def\csname EntnLeftrightarrow\endcsname{\ensuremath{\nLeftrightarrow }}% U021CE% \expandafter\def\csname EntnLl\endcsname{\ensuremath{}}% U022D8-00338% \expandafter\def\csname EntnLt\endcsname{\ensuremath{}}% U0226A-00338% \expandafter\def\csname EntnLtv\endcsname{\ensuremath{\NotLessLess }}% U0226A-00338-02063% \expandafter\def\csname EntnRightarrow\endcsname{\ensuremath{\nRightarrow }}% U021CF% \expandafter\def\csname EntnVDash\endcsname{\ensuremath{\nVDash }}% U022AF% \expandafter\def\csname EntnVdash\endcsname{\ensuremath{\nVdash }}% U022AE% \expandafter\def\csname Entnabla\endcsname{\ensuremath{\nabla }}% U02207% \expandafter\def\csname Entnacute\endcsname{\ifmmode \acute{n}\else \'{n}\fi}% U00144% \expandafter\def\csname EntnapE\endcsname{\ensuremath{}}% U02A70-00338% \expandafter\def\csname Entnap\endcsname{\ensuremath{\not\approx }}% U02249% \expandafter\def\csname Entnapid\endcsname{\ensuremath{\not\apid }}% U0224B-00338% \expandafter\def\csname Entnapos\endcsname{'n}% U00149% \expandafter\def\csname Entnapprox\endcsname{\ensuremath{\not\approx }}% U02249% \expandafter\def\csname Entnatur\endcsname{\ensuremath{\natural }}% U0266E% \expandafter\def\csname Entnatural\endcsname{\ensuremath{\natural }}% U0266E% \expandafter\def\csname Entnaturals\endcsname{\ensuremath{\mathbb{N}}}% U02115% \expandafter\def\csname Entnbsp\endcsname{\ensuremath{\penalty10000\ }}% U000A0% \expandafter\def\csname Entnbump\endcsname{\ensuremath{\NotHumpDownHump }}% U0224E-00338% \expandafter\def\csname Entnbumpe\endcsname{\ensuremath{\NotHumpEqual }}% U0224F-00338% \expandafter\def\csname Entncaron\endcsname{\ifmmode \check{n}\else \v{n}\fi}% U00148% \expandafter\def\csname Entncedil\endcsname{\ifmmode \mbox{\c{n}}\else \c{n}\fi}% U00146% \expandafter\def\csname Entncong\endcsname{\ensuremath{\not\cong }}% U02247% \expandafter\def\csname Entncongdot\endcsname{\ensuremath{}}% U02A6D-00338% \expandafter\def\csname Entncy\endcsname{\cyrchar\cyrn }% U0043D% \expandafter\def\csname Entndash\endcsname{\textendash }% U02013% \expandafter\def\csname EntneArr\endcsname{\ensuremath{}}% U021D7% \expandafter\def\csname Entne\endcsname{\ensuremath{\not =}}% U02260% \expandafter\def\csname Entnearhk\endcsname{\ensuremath{\ElsevierGlyph{E20D}}}% U02924% \expandafter\def\csname Entnearr\endcsname{\ensuremath{\nearrow }}% U02197% \expandafter\def\csname Entnearrow\endcsname{\ensuremath{\nearrow }}% U02197% \expandafter\def\csname Entnedot\endcsname{\ensuremath{}}% U02260-02063% \expandafter\def\csname Entneonwarr\endcsname{\ensuremath{}}% U02931% \expandafter\def\csname Entneosearr\endcsname{\ensuremath{}}% U0292E% \expandafter\def\csname Entnequiv\endcsname{\ensuremath{\not\equiv }}% U02262% \expandafter\def\csname Entnesear\endcsname{\ensuremath{\ElsevierGlyph{E20E}}}% U02928% \expandafter\def\csname Entnesim\endcsname{\ensuremath{\NotEqualTilde }}% U02242-00338% \expandafter\def\csname Entneswsarr\endcsname{\ensuremath{}}% U02922% \expandafter\def\csname Entnexist\endcsname{\ensuremath{\nexists }}% U02204% \expandafter\def\csname Entnexists\endcsname{\ensuremath{\nexists }}% U02204% \expandafter\def\csname Entnfr\endcsname{\ensuremath{\mathfrak{n}}}% U1D52B% \expandafter\def\csname EntngE\endcsname{\ensuremath{\ngeqq }}% U02271-020E5x% \expandafter\def\csname EntngE\endcsname{\ensuremath{\ngeqslant }}% U02271% \expandafter\def\csname Entnge\endcsname{\ensuremath{\not\geq }}% U02271-020E5% \expandafter\def\csname Entngeq\endcsname{\ensuremath{\not\geq }}% U02271-020E5% \expandafter\def\csname Entngeqq\endcsname{\ensuremath{\ngeqslant }}% U02271% \expandafter\def\csname Entngeqslant\endcsname{\ensuremath{\ngeqslant }}% U02271% \expandafter\def\csname Entnges\endcsname{\ensuremath{\ngeqslant }}% U02271% \expandafter\def\csname Entngr\endcsname{\ensuremath{\nu }}% U003BD% \expandafter\def\csname Entngsim\endcsname{\ensuremath{\ElsevierGlyph{2275}}}% U02275% \expandafter\def\csname Entngt\endcsname{\ensuremath{\not>}}% U0226F% \expandafter\def\csname Entngtr\endcsname{\ensuremath{\not>}}% U0226F% \expandafter\def\csname EntnhArr\endcsname{\ensuremath{\nLeftrightarrow }}% U021CE% \expandafter\def\csname Entnharr\endcsname{\ensuremath{\nleftrightarrow }}% U021AE% \expandafter\def\csname Entnhpar\endcsname{\ensuremath{}}% U02AF2% \expandafter\def\csname Entni\endcsname{\ensuremath{\ni }}% U0220B% \expandafter\def\csname Entnis\endcsname{\ensuremath{}}% U022FC% \expandafter\def\csname Entnisd\endcsname{\ensuremath{}}% U022FA% \expandafter\def\csname Entniv\endcsname{\ensuremath{\ni }}% U0220B% \expandafter\def\csname Entnjcy\endcsname{\cyrchar\cyrnje }% U0045A% \expandafter\def\csname EntnlArr\endcsname{\ensuremath{\nLeftarrow }}% U021CD% \expandafter\def\csname EntnlE\endcsname{\ensuremath{\nleqq }}% U02270-020E5x% \expandafter\def\csname EntnlE\endcsname{\ensuremath{\nleqslant }}% U02270% \expandafter\def\csname Entnlarr\endcsname{\ensuremath{\nleftarrow }}% U0219A% \expandafter\def\csname Entnldr\endcsname{..}% U02025% \expandafter\def\csname Entnle\endcsname{\ensuremath{\not\leq }}% U02270-020E5% \expandafter\def\csname Entnleftarrow\endcsname{\ensuremath{\nleftarrow }}% U0219A% \expandafter\def\csname Entnleftrightarrow\endcsname{\ensuremath{\nleftrightarrow }}% U021AE% \expandafter\def\csname Entnleq\endcsname{\ensuremath{\not\leq }}% U02270-020E5% \expandafter\def\csname Entnleqq\endcsname{\ensuremath{\nleqslant }}% U02270% \expandafter\def\csname Entnleqslant\endcsname{\ensuremath{\nleqslant }}% U02270% \expandafter\def\csname Entnles\endcsname{\ensuremath{\nleqslant }}% U02270% \expandafter\def\csname Entnless\endcsname{\ensuremath{\not<}}% U0226E% \expandafter\def\csname Entnlsim\endcsname{\ensuremath{\ElsevierGlyph{2274}}}% U02274% \expandafter\def\csname Entnlt\endcsname{\ensuremath{\not<}}% U0226E% \expandafter\def\csname Entnltri\endcsname{\ensuremath{\ntriangleleft }}% U022EA% \expandafter\def\csname Entnltrie\endcsname{\ensuremath{\ntrianglelefteq }}% U022EC% \expandafter\def\csname Entnltrivb\endcsname{\ensuremath{\NotLeftTriangleBar }}% U029CF-00338% \expandafter\def\csname Entnmid\endcsname{\ensuremath{\nmid }}% U02224% \expandafter\def\csname Entnopf\endcsname{\ensuremath{\mathbb{n}}}% U1D55F% \expandafter\def\csname Entnot\endcsname{\ensuremath{\lnot }}% U000AC% \expandafter\def\csname EntnotinE\endcsname{\ensuremath{}}% U022F9-02063% \expandafter\def\csname Entnotin\endcsname{\ensuremath{\not\in }}% U02209% \expandafter\def\csname Entnotindot\endcsname{\ensuremath{}}% U022F6-02063% \expandafter\def\csname Entnotins\endcsname{\ensuremath{}}% U02209-02063% \expandafter\def\csname Entnotinva\endcsname{\ensuremath{}}% U02209-00338% \expandafter\def\csname Entnotinvb\endcsname{\ensuremath{}}% U022F7% \expandafter\def\csname Entnotinvc\endcsname{\ensuremath{}}% U022F6% \expandafter\def\csname Entnotni\endcsname{\ensuremath{\not\ni }}% U0220C% \expandafter\def\csname Entnotni\endcsname{\ensuremath{}}% U0220C-00338% \expandafter\def\csname Entnotniva\endcsname{\ensuremath{\not\ni }}% U0220C% \expandafter\def\csname Entnotnivb\endcsname{\ensuremath{}}% U022FE% \expandafter\def\csname Entnotnivc\endcsname{\ensuremath{}}% U022FD% \expandafter\def\csname Entnpar\endcsname{\ensuremath{\nparallel }}% U02226% \expandafter\def\csname Entnparallel\endcsname{\ensuremath{\nparallel }}% U02226% \expandafter\def\csname Entnparsl\endcsname{\ensuremath{}}% U02225-02063-020E5% \expandafter\def\csname Entnpr\endcsname{\ensuremath{\not\prec }}% U02280% \expandafter\def\csname Entnprcue\endcsname{\ensuremath{}}% U022E0% \expandafter\def\csname Entnpre\endcsname{\ensuremath{\not\preceq }}% U02AAF-00338% \expandafter\def\csname Entnprec\endcsname{\ensuremath{\not\prec }}% U02280% \expandafter\def\csname Entnpreceq\endcsname{\ensuremath{\not\preceq }}% U02AAF-00338% \expandafter\def\csname Entnprsim\endcsname{\ensuremath{\NotPrecedesTilde }}% U0227E-00338% \expandafter\def\csname EntnrArr\endcsname{\ensuremath{\nRightarrow }}% U021CF% \expandafter\def\csname Entnrarr\endcsname{\ensuremath{\nrightarrow }}% U0219B% \expandafter\def\csname Entnrarrc\endcsname{\ensuremath{\ElsevierGlyph{E21D}}}% U02933-00338% \expandafter\def\csname Entnrarrw\endcsname{\ensuremath{}}% U0219D-00338% \expandafter\def\csname Entnrightarrow\endcsname{\ensuremath{\nrightarrow }}% U0219B% \expandafter\def\csname Entnrtri\endcsname{\ensuremath{\ntriangleright }}% U022EB% \expandafter\def\csname Entnrtrie\endcsname{\ensuremath{\ntrianglerighteq }}% U022ED% \expandafter\def\csname EntnsGt\endcsname{\ensuremath{\NotNestedGreaterGreater }}% U024A2-00338% \expandafter\def\csname EntnsLt\endcsname{\ensuremath{\NotNestedLessLess }}% U024A1-00338% \expandafter\def\csname Entnsc\endcsname{\ensuremath{\not\succ }}% U02281% \expandafter\def\csname Entnsccue\endcsname{\ensuremath{}}% U022E1% \expandafter\def\csname Entnsce\endcsname{\ensuremath{\not\succeq }}% U02AB0-00338% \expandafter\def\csname Entnscr\endcsname{\ensuremath{\mathscr{n}}}% U1D4C3% \expandafter\def\csname Entnscsim\endcsname{\ensuremath{\NotSucceedsTilde }}% U0227F-00338% \expandafter\def\csname Entnshortmid\endcsname{\ensuremath{\nshortmid }}% U02224-02063% \expandafter\def\csname Entnshortparallel\endcsname{\ensuremath{\nshortparallel }}% U02226-02063% \expandafter\def\csname Entnsim\endcsname{\ensuremath{\not\sim }}% U02241% \expandafter\def\csname Entnsime\endcsname{\ensuremath{\not\simeq }}% U02244% \expandafter\def\csname Entnsimeq\endcsname{\ensuremath{\not\simeq }}% U02244% \expandafter\def\csname Entnsmid\endcsname{\ensuremath{\nshortmid }}% U02224-02063% \expandafter\def\csname Entnspar\endcsname{\ensuremath{\nshortparallel }}% U02226-02063% \expandafter\def\csname Entnsqsub\endcsname{\ensuremath{\NotSquareSubset }}% U0228F-00338% \expandafter\def\csname Entnsqsube\endcsname{\ensuremath{\not\sqsubseteq }}% U022E2% \expandafter\def\csname Entnsqsup\endcsname{\ensuremath{\NotSquareSuperset }}% U02290-00338% \expandafter\def\csname Entnsqsupe\endcsname{\ensuremath{\not\sqsupseteq }}% U022E3% \expandafter\def\csname EntnsubE\endcsname{\ensuremath{\not\subseteq }}% U02288% \expandafter\def\csname EntnsubE\endcsname{\ensuremath{\nsubseteqq }}% U02288-020E5% \expandafter\def\csname Entnsub\endcsname{\ensuremath{\not\subset }}% U02284% \expandafter\def\csname Entnsube\endcsname{\ensuremath{\not\subseteq }}% U02288% \expandafter\def\csname Entnsubset\endcsname{\ensuremath{\not\subset }}% U02284% \expandafter\def\csname Entnsubseteq\endcsname{\ensuremath{\not\subseteq }}% U02288% \expandafter\def\csname Entnsubseteqq\endcsname{\ensuremath{\not\subseteq }}% U02288% \expandafter\def\csname Entnsucc\endcsname{\ensuremath{\not\succ }}% U02281% \expandafter\def\csname Entnsucceq\endcsname{\ensuremath{\not\succeq }}% U02AB0-00338% \expandafter\def\csname EntnsupE\endcsname{\ensuremath{\not\supseteq }}% U02289% \expandafter\def\csname EntnsupE\endcsname{\ensuremath{\nsupseteqq }}% U02289-020E5% \expandafter\def\csname Entnsup\endcsname{\ensuremath{\not\supset }}% U02285% \expandafter\def\csname Entnsupe\endcsname{\ensuremath{\not\supseteq }}% U02289% \expandafter\def\csname Entnsupset\endcsname{\ensuremath{\not\supset }}% U02285% \expandafter\def\csname Entnsupseteq\endcsname{\ensuremath{\not\supseteq }}% U02289% \expandafter\def\csname Entnsupseteqq\endcsname{\ensuremath{\not\supseteq }}% U02289% \expandafter\def\csname Entntgl\endcsname{\ensuremath{\notgreaterless }}% U02279% \expandafter\def\csname Entntilde\endcsname{\ifmmode \tilde{n}\else \~{n}\fi}% U000F1% \expandafter\def\csname Entntlg\endcsname{\ensuremath{\notlessgreater }}% U02278% \expandafter\def\csname Entntriangleleft\endcsname{\ensuremath{\ntriangleleft }}% U022EA% \expandafter\def\csname Entntrianglelefteq\endcsname{\ensuremath{\ntrianglelefteq }}% U022EC% \expandafter\def\csname Entntriangleright\endcsname{\ensuremath{\ntriangleright }}% U022EB% \expandafter\def\csname Entntrianglerighteq\endcsname{\ensuremath{\ntrianglerighteq }}% U022ED% \expandafter\def\csname Entnu\endcsname{\ensuremath{\nu }}% U003BD% \expandafter\def\csname Entnum\endcsname{\#}% U00023% \expandafter\def\csname Entnumero\endcsname{\cyrchar\textnumero }% U02116% \expandafter\def\csname Entnumsp\endcsname{\hphantom{0}}% U02007% \expandafter\def\csname EntnvDash\endcsname{\ensuremath{\nvDash }}% U022AD% \expandafter\def\csname EntnvHarr\endcsname{\ensuremath{\nLeftrightarrow }}% U021CE% \expandafter\def\csname Entnvap\endcsname{\ensuremath{}}% U02249-00338% \expandafter\def\csname Entnvbrtri\endcsname{\ensuremath{\NotRightTriangleBar }}% U029D0-00338% \expandafter\def\csname Entnvdash\endcsname{\ensuremath{\nvdash }}% U022AC% \expandafter\def\csname Entnvesim\endcsname{\ensuremath{\Elznesim }}% XE5E4% \expandafter\def\csname Entnvge\endcsname{\ensuremath{\ngeqslant }}% U02271% \expandafter\def\csname Entnvgt\endcsname{\ensuremath{\not>}}% U0226F% \expandafter\def\csname EntnvlArr\endcsname{\ensuremath{\nLeftarrow }}% U021CD% \expandafter\def\csname Entnvle\endcsname{\ensuremath{\nleqslant }}% U02270% \expandafter\def\csname Entnvlt\endcsname{\ensuremath{\not<}}% U0226E% \expandafter\def\csname Entnvltrie\endcsname{\ensuremath{}}% U022EC-00338% \expandafter\def\csname EntnvrArr\endcsname{\ensuremath{\nRightarrow }}% U021CF% \expandafter\def\csname Entnvrtrie\endcsname{\ensuremath{}}% U022ED-00338% \expandafter\def\csname Entnvsim\endcsname{\ensuremath{}}% U02241-00338% \expandafter\def\csname EntnwArr\endcsname{\ensuremath{}}% U021D6% \expandafter\def\csname Entnwarhk\endcsname{\ensuremath{\ElsevierGlyph{E20C}}}% U02923% \expandafter\def\csname Entnwarr\endcsname{\ensuremath{\nwarrow }}% U02196% \expandafter\def\csname Entnwarrow\endcsname{\ensuremath{\nwarrow }}% U02196% \expandafter\def\csname Entnwnear\endcsname{\ensuremath{\ElsevierGlyph{E211}}}% U02927% \expandafter\def\csname Entnwonearr\endcsname{\ensuremath{}}% U02932% \expandafter\def\csname Entnwsesarr\endcsname{\ensuremath{}}% U02921% \expandafter\def\csname EntoHbar\endcsname{\ensuremath{}}% U0229C-02063% \expandafter\def\csname EntoS\endcsname{\ensuremath{\circledS }}% U024C8% \expandafter\def\csname Entoacgr\endcsname{\ifmmode \acute{o}\else \'{o}\fi}% U003CC% \expandafter\def\csname Entoacute\endcsname{\ifmmode \acute{o}\else \'{o}\fi}% U000F3% \expandafter\def\csname Entoast\endcsname{\ensuremath{\circledast }}% U0229B% \expandafter\def\csname Entobsol\endcsname{\ensuremath{}}% U029B8% \expandafter\def\csname Entocir\endcsname{\ensuremath{\circledcirc }}% U0229A% \expandafter\def\csname Entocirc\endcsname{\ifmmode \hat{o}\else \^{o}\fi}% U000F4% \expandafter\def\csname Entocy\endcsname{\cyrchar\cyro }% U0043E% \expandafter\def\csname Entodash\endcsname{\ensuremath{\circleddash }}% U0229D% \expandafter\def\csname Entodblac\endcsname{\ifmmode \mbox{\H{o}}\else \H{o}\fi}% U00151% \expandafter\def\csname Entodiv\endcsname{\ensuremath{}}% U02A38% \expandafter\def\csname Entodot\endcsname{\ensuremath{\odot }}% U02299% \expandafter\def\csname Entoelig\endcsname{\oe }% U00153% \expandafter\def\csname Entofr\endcsname{\ensuremath{\mathfrak{o}}}% U1D52C% \expandafter\def\csname Entogon\endcsname{\ifmmode \mbox{\k{}}\else \k{}\fi}% U002DB% \expandafter\def\csname Entogr\endcsname{\ensuremath{o}}% U003BF% \expandafter\def\csname Entograve\endcsname{\ifmmode \grave{o}\else \`{o}\fi}% U000F2% \expandafter\def\csname Entogt\endcsname{\ensuremath{}}% U029C1% \expandafter\def\csname Entohacgr\endcsname{\ensuremath{\acute{\omega}}}% U003CE% \expandafter\def\csname Entohbar\endcsname{\ensuremath{\ElsevierGlyph{E260}}}% U029B5% \expandafter\def\csname Entohgr\endcsname{\ensuremath{\omega }}% U003C9% \expandafter\def\csname Entohm\endcsname{\ensuremath{\Omega }}% U02126% \expandafter\def\csname Entoint\endcsname{\ensuremath{\oint }}% U0222E% \expandafter\def\csname Entolarr\endcsname{\ensuremath{\Elolarr }}% U02940% \expandafter\def\csname Entolarr\endcsname{\ensuremath{\circlearrowleft }}% U021BA% \expandafter\def\csname Entolcir\endcsname{\ensuremath{}}% U029BE% \expandafter\def\csname Entolt\endcsname{\ensuremath{}}% U029C0% \expandafter\def\csname Entomacr\endcsname{\ifmmode \bar{o}\else \={o}\fi}% U0014D% \expandafter\def\csname Entomega\endcsname{\ensuremath{\omega }}% U003C9% \expandafter\def\csname Entomicron\endcsname{\ensuremath{o}}% U003BF% \expandafter\def\csname Entomid\endcsname{\ensuremath{\ElsevierGlyph{E61B}}}% U029B6% \expandafter\def\csname Entominus\endcsname{\ensuremath{\ominus }}% U02296% \expandafter\def\csname Entoopf\endcsname{\ensuremath{\mathbb{o}}}% U1D560% \expandafter\def\csname Entopfsum\endcsname{\ensuremath{}}% U02140% \expandafter\def\csname Entoplus\endcsname{\ensuremath{\oplus }}% U02295% \expandafter\def\csname Entor\endcsname{\ensuremath{\vee }}% U02228% \expandafter\def\csname Entorarr\endcsname{\ensuremath{\Elorarr }}% U02941% \expandafter\def\csname Entorarr\endcsname{\ensuremath{\circlearrowright }}% U021BB% \expandafter\def\csname Entorder\endcsname{\ensuremath{\mathscr{o}}}% U02134% \expandafter\def\csname Entorderof\endcsname{\ensuremath{\mathscr{o}}}% U02134% \expandafter\def\csname Entordf\endcsname{\textordfeminine }% U000AA% \expandafter\def\csname Entordm\endcsname{\textordmasculine }% U000BA% \expandafter\def\csname Entorigof\endcsname{\ensuremath{\original }}% U022B6% \expandafter\def\csname Entoror\endcsname{\ensuremath{\ElOr }}% U02A56% \expandafter\def\csname Entoscr\endcsname{\ensuremath{\mathscr{o}}}% U02134% \expandafter\def\csname Entoslash\endcsname{\o }% U000F8% \expandafter\def\csname Entosol\endcsname{\ensuremath{\oslash }}% U02298% \expandafter\def\csname Entotilde\endcsname{\ifmmode \tilde{o}\else \~{o}\fi}% U000F5% \expandafter\def\csname Entotimes\endcsname{\ensuremath{\otimes }}% U02297% \expandafter\def\csname Entouml\endcsname{\ifmmode \ddot{o}\else \"{o}\fi}% U000F6% \expandafter\def\csname Entovbar\endcsname{\ensuremath{\ElsevierGlyph{E838}}}% U0233D% \expandafter\def\csname Entovrcub\endcsname{\ensuremath{}}% U0FE37% \expandafter\def\csname Entovrpar\endcsname{\ensuremath{}}% U0FE35% \expandafter\def\csname Entoxuarr\endcsname{\ensuremath{}}% U029BD% \expandafter\def\csname Entpar\endcsname{\ensuremath{\parallel }}% U02225% \expandafter\def\csname Entpara\endcsname{\ifmmode \P \else \textparagraph \fi}% U000B6% \expandafter\def\csname Entparallel\endcsname{\ensuremath{\parallel }}% U02225% \expandafter\def\csname Entparsim\endcsname{\ensuremath{}}% U02AF3% \expandafter\def\csname Entparsl\endcsname{\ensuremath{}}% U02225-02063x% \expandafter\def\csname Entpart\endcsname{\ensuremath{\partial }}% U02202% \expandafter\def\csname Entpcy\endcsname{\cyrchar\cyrp }% U0043F% \expandafter\def\csname Entpentagon\endcsname{\ensuremath{\Elzpent }}% XE5F2% \expandafter\def\csname Entpercnt\endcsname{\%}% U00025% \expandafter\def\csname Entperiod\endcsname{.}% U0002E% \expandafter\def\csname Entpermil\endcsname{\textperthousand }% U02030% \expandafter\def\csname Entperp\endcsname{\ensuremath{\perp }}% U022A5% \expandafter\def\csname Entpertenk\endcsname{\textpertenthousand }% U02031% \expandafter\def\csname Entpfr\endcsname{\ensuremath{\mathfrak{p}}}% U1D52D% \expandafter\def\csname Entpgr\endcsname{\ensuremath{\pi }}% U003C0% \expandafter\def\csname Entphgr\endcsname{\ensuremath{\phi }}% U003C6% \expandafter\def\csname Entphi\endcsname{\ensuremath{\phi }}% U003C6% \expandafter\def\csname Entphis\endcsname{\ensuremath{\phi }}% U003C6% \expandafter\def\csname Entphiv\endcsname{\ensuremath{\varphi }}% U003D5% \expandafter\def\csname Entphmmat\endcsname{\ensuremath{\mathscr{M}}}% U02133% \expandafter\def\csname Entphone\endcsname{\ding{37}}% U0260E% \expandafter\def\csname Entpi\endcsname{\ensuremath{\pi }}% U003C0% \expandafter\def\csname Entpitchfork\endcsname{\ensuremath{\pitchfork }}% U022D4% \expandafter\def\csname Entpiv\endcsname{\ensuremath{\varpi }}% U003D6% \expandafter\def\csname Entplanck\endcsname{\ensuremath{\Elzxh }}% U00127% \expandafter\def\csname Entplanckh\endcsname{\ensuremath{}}% U0210E% \expandafter\def\csname Entplank\endcsname{\ensuremath{\hslash }}% U0210Fx% \expandafter\def\csname Entplankv\endcsname{\ensuremath{\hslash }}% U0210F% \expandafter\def\csname Entplus\endcsname{\ensuremath{+}}% U0002B% \expandafter\def\csname Entplusb\endcsname{\ensuremath{\boxplus }}% U0229E% \expandafter\def\csname Entplusdo\endcsname{\ensuremath{\dotplus }}% U02214% \expandafter\def\csname Entplusdu\endcsname{\ensuremath{\ElsevierGlyph{E25A}}}% U02A25% \expandafter\def\csname Entplusmn\endcsname{\ensuremath{\pm }}% U000B1% \expandafter\def\csname Entplustrif\endcsname{\ensuremath{}}% U02A28% \expandafter\def\csname Entpm\endcsname{\ensuremath{\pm }}% U000B1% \expandafter\def\csname Entpopf\endcsname{\ensuremath{\mathbb{p}}}% U1D561% \expandafter\def\csname Entpound\endcsname{\ifmmode \pounds \else \textsterling \fi}% U000A3% \expandafter\def\csname EntprE\endcsname{\ensuremath{\preceq }}% U02AAF% \expandafter\def\csname EntprE\endcsname{\ensuremath{}}% U02AB3% \expandafter\def\csname Entpr\endcsname{\ensuremath{\prec }}% U0227A% \expandafter\def\csname Entprap\endcsname{\ensuremath{\precapprox }}% U0227E% \expandafter\def\csname Entprap\endcsname{\ensuremath{\precapprox }}% U02AB7% \expandafter\def\csname Entprcue\endcsname{\ensuremath{\preccurlyeq }}% U0227C% \expandafter\def\csname Entpre\endcsname{\ensuremath{\preceq }}% U02AAF% \expandafter\def\csname Entprec\endcsname{\ensuremath{\prec }}% U0227A% \expandafter\def\csname Entprecapprox\endcsname{\ensuremath{\precapprox }}% U0227E% \expandafter\def\csname Entpreccurlyeq\endcsname{\ensuremath{\preccurlyeq }}% U0227C% \expandafter\def\csname Entpreceq\endcsname{\ensuremath{\preceq }}% U02AAF% \expandafter\def\csname Entprecnapprox\endcsname{\ensuremath{\precedesnotsimilar }}% U022E8% \expandafter\def\csname Entprecneqq\endcsname{\ensuremath{\precneqq }}% U02AB5% \expandafter\def\csname Entprecnsim\endcsname{\ensuremath{\precedesnotsimilar }}% U022E8% \expandafter\def\csname Entprecsim\endcsname{\ensuremath{\precapprox }}% U0227E% \expandafter\def\csname Entprime\endcsname{\ensuremath{{'}}}% U02032% \expandafter\def\csname Entprimes\endcsname{\ensuremath{\mathbb{P}}}% U02119% \expandafter\def\csname EntprnE\endcsname{\ensuremath{\precneqq }}% U02AB5% \expandafter\def\csname Entprnap\endcsname{\ensuremath{\precedesnotsimilar }}% U022E8% \expandafter\def\csname Entprnap\endcsname{\ensuremath{\precnapprox }}% U02AB9% \expandafter\def\csname Entprnsim\endcsname{\ensuremath{\precedesnotsimilar }}% U022E8% \expandafter\def\csname Entprod\endcsname{\ensuremath{\prod }}% U0220F% \expandafter\def\csname Entprop\endcsname{\ensuremath{\propto }}% U0221D% \expandafter\def\csname Entpropto\endcsname{\ensuremath{\propto }}% U0221D% \expandafter\def\csname Entprsim\endcsname{\ensuremath{\precapprox }}% U0227E% \expandafter\def\csname Entprurel\endcsname{\ensuremath{}}% U022B0% \expandafter\def\csname Entpscr\endcsname{\ensuremath{\mathscr{p}}}% U1D4C5% \expandafter\def\csname Entpsgr\endcsname{\ensuremath{\psi }}% U003C8% \expandafter\def\csname Entpsi\endcsname{\ensuremath{\psi }}% U003C8% \expandafter\def\csname Entpuncsp\endcsname{\hphantom{,}}% U02008% \expandafter\def\csname Entqfr\endcsname{\ensuremath{\mathfrak{q}}}% U1D52E% \expandafter\def\csname Entqopf\endcsname{\ensuremath{\mathbb{q}}}% U1D562% \expandafter\def\csname Entqprime\endcsname{\ensuremath{''''}}% U02057% \expandafter\def\csname Entqscr\endcsname{\ensuremath{\mathscr{q}}}% U1D4C6% \expandafter\def\csname Entquaternions\endcsname{\ensuremath{\mathbb{H}}}% U0210D% \expandafter\def\csname Entquatint\endcsname{\ensuremath{\sqrint }}% U02A16% \expandafter\def\csname Entquest\endcsname{?}% U0003F% \expandafter\def\csname Entquesteq\endcsname{\ensuremath{\ElsevierGlyph{225F}}}% U0225F% \expandafter\def\csname Entquot\endcsname{"}% U00022% \expandafter\def\csname EntrAarr\endcsname{\ensuremath{\Rrightarrow }}% U021DB% \expandafter\def\csname EntrArr\endcsname{\ensuremath{\Rightarrow }}% U021D2% \expandafter\def\csname EntrAtail\endcsname{\ensuremath{}}% U0291C% \expandafter\def\csname EntrBarr\endcsname{\ensuremath{}}% U0290F% \expandafter\def\csname EntrHar\endcsname{\ensuremath{}}% U02964% \expandafter\def\csname Entrace\endcsname{\ensuremath{}}% U029DA% \expandafter\def\csname Entracute\endcsname{\ifmmode \acute{r}\else \'{r}\fi}% U00155% \expandafter\def\csname Entradic\endcsname{\ensuremath{\surd }}% U0221A% \expandafter\def\csname Entrang\endcsname{\ensuremath{\rangle }}% U0232A% \expandafter\def\csname Entrangle\endcsname{\ensuremath{\rangle }}% U0232A% \expandafter\def\csname Entraquo\endcsname{\ifmmode \mbox{\guillemotright}\else \guillemotright \fi}% U000BB% \expandafter\def\csname Entrarr2\endcsname{\ensuremath{\rightrightarrows }}% U021C9% \expandafter\def\csname Entrarr3\endcsname{\ensuremath{}}% U021F6% \expandafter\def\csname Entrarr\endcsname{\ensuremath{\rightarrow }}% U02192% \expandafter\def\csname Entrarrap\endcsname{\ensuremath{}}% U02975% \expandafter\def\csname Entrarrb\endcsname{\ensuremath{}}% U021E5% \expandafter\def\csname Entrarrbfs\endcsname{\ensuremath{}}% U02920% \expandafter\def\csname Entrarrc\endcsname{\ensuremath{\ElsevierGlyph{E21C}}}% U02933% \expandafter\def\csname Entrarrfs\endcsname{\ensuremath{}}% U0291E% \expandafter\def\csname Entrarrhk\endcsname{\ensuremath{\hookrightarrow }}% U021AA% \expandafter\def\csname Entrarrlp\endcsname{\ensuremath{\looparrowright }}% U021AC% \expandafter\def\csname Entrarrpl\endcsname{\ensuremath{}}% U02945% \expandafter\def\csname Entrarrsim\endcsname{\ensuremath{}}% U02974% \expandafter\def\csname Entrarrtl\endcsname{\ensuremath{\rightarrowtail }}% U021A3% \expandafter\def\csname Entrarrw\endcsname{\ensuremath{\rightsquigarrow }}% U021DD% \expandafter\def\csname Entrarrx\endcsname{\ensuremath{\Elzrarrx }}% U02947% \expandafter\def\csname Entratail\endcsname{\ensuremath{\rightarrowtail }}% U021A3% \expandafter\def\csname Entratail\endcsname{\ensuremath{}}% U0291A% \expandafter\def\csname Entrationals\endcsname{\ensuremath{\mathbb{Q}}}% U0211A% \expandafter\def\csname Entrbrace\endcsname{\ensuremath{\rbrace }}% U0007D% \expandafter\def\csname Entrbrack\endcsname{]}% U0005D% \expandafter\def\csname Entrcaron\endcsname{\ifmmode \check{r}\else \v{r}\fi}% U00159% \expandafter\def\csname Entrcedil\endcsname{\ifmmode \mbox{\c{r}}\else \c{r}\fi}% U00157% \expandafter\def\csname Entrceil\endcsname{\ensuremath{\rceil }}% U02309% \expandafter\def\csname Entrcub\endcsname{\ensuremath{\rbrace }}% U0007D% \expandafter\def\csname Entrcy\endcsname{\cyrchar\cyrr }% U00440% \expandafter\def\csname Entrdca\endcsname{\ensuremath{\ElsevierGlyph{E219}}}% U02937% \expandafter\def\csname Entrdharb\endcsname{\ensuremath{\DownRightVectorBar }}% U02957% \expandafter\def\csname Entrdiag\endcsname{\ensuremath{}}% U02571% \expandafter\def\csname Entrdiofdi\endcsname{\ensuremath{}}% U0292B% \expandafter\def\csname Entrdldhar\endcsname{\ensuremath{}}% U02969% \expandafter\def\csname Entrdosearr\endcsname{\ensuremath{}}% U02930% \expandafter\def\csname Entrdquo\endcsname{\textquotedblright }% U0201D% \expandafter\def\csname Entrdquor\endcsname{\textquotedblright }% U0201D% \expandafter\def\csname Entrdsh\endcsname{\ensuremath{\ElsevierGlyph{21B3}}}% U021B3% \expandafter\def\csname Entreal\endcsname{\ensuremath{\mathfrak{R}}}% U0211C% \expandafter\def\csname Entrealine\endcsname{\ensuremath{\mathscr{R}}}% U0211B% \expandafter\def\csname Entrealpart\endcsname{\ensuremath{\mathfrak{R}}}% U0211C% \expandafter\def\csname Entreals\endcsname{\ensuremath{\mathbb{R}}}% U0211D% \expandafter\def\csname Entrect\endcsname{\ensuremath{\fbox{~~}}}% U025AD% \expandafter\def\csname Entreg\endcsname{\ifmmode \circledR \else \textregistered \fi}% U000AE% \expandafter\def\csname Entrfbowtie\endcsname{\ensuremath{}}% U029D2% \expandafter\def\csname Entrfisht\endcsname{\ensuremath{\ElsevierGlyph{E215}}}% U0297D% \expandafter\def\csname Entrfloor\endcsname{\ensuremath{\rfloor }}% U0230B% \expandafter\def\csname Entrfr\endcsname{\ensuremath{\mathfrak{r}}}% U1D52F% \expandafter\def\csname Entrftimes\endcsname{\ensuremath{}}% U029D5% \expandafter\def\csname Entrgr\endcsname{\ensuremath{\rho }}% U003C1% \expandafter\def\csname Entrhard\endcsname{\ensuremath{\rightharpoondown }}% U021C1% \expandafter\def\csname Entrharu\endcsname{\ensuremath{\rightharpoonup }}% U021C0% \expandafter\def\csname Entrharul\endcsname{\ensuremath{}}% U0296C% \expandafter\def\csname Entrho\endcsname{\ensuremath{\rho }}% U003C1% \expandafter\def\csname Entrhov\endcsname{\ensuremath{\varrho }}% U003F1% \expandafter\def\csname Entrightarrow\endcsname{\ensuremath{\rightarrow }}% U02192% \expandafter\def\csname Entrightarrowtail\endcsname{\ensuremath{\rightarrowtail }}% U021A3% \expandafter\def\csname Entrightharpoondown\endcsname{\ensuremath{\rightharpoondown }}% U021C1% \expandafter\def\csname Entrightharpoonup\endcsname{\ensuremath{\rightharpoonup }}% U021C0% \expandafter\def\csname Entrightleftarrows\endcsname{\ensuremath{\rightleftarrows }}% U021C4% \expandafter\def\csname Entrightleftharpoons\endcsname{\ensuremath{\rightleftharpoons }}% U021CC% \expandafter\def\csname Entrightrightarrows\endcsname{\ensuremath{\rightrightarrows }}% U021C9% \expandafter\def\csname Entrightsquigarrow\endcsname{\ensuremath{\rightsquigarrow }}% U021DD% \expandafter\def\csname Entrightthreetimes\endcsname{\ensuremath{\rightthreetimes }}% U022CC% \expandafter\def\csname Entrimply\endcsname{\ensuremath{\RoundImplies }}% U02970% \expandafter\def\csname Entring\endcsname{\ifmmode \mathring{}\else \r{}\fi}% U002DA% \expandafter\def\csname Entrisingdotseq\endcsname{\ensuremath{\risingdotseq }}% U02253% \expandafter\def\csname Entrlarr2\endcsname{\ensuremath{\rightleftarrows }}% U021C4% \expandafter\def\csname Entrlarr\endcsname{\ensuremath{\rightleftarrows }}% U021C4% \expandafter\def\csname Entrlhar2\endcsname{\ensuremath{\rightleftharpoons }}% U021CC% \expandafter\def\csname Entrlhar\endcsname{\ensuremath{\rightleftharpoons }}% U021CC% \expandafter\def\csname Entrmoust\endcsname{\ensuremath{\rmoustache }}% U02997% \expandafter\def\csname Entrmoustache\endcsname{\ensuremath{\rmoustache }}% U02997% \expandafter\def\csname Entrnmid\endcsname{\ensuremath{}}% U02AEE% \expandafter\def\csname Entroang\endcsname{\ensuremath{\Elroang }}% U02986% \expandafter\def\csname Entroang\endcsname{\ensuremath{\ElsevierGlyph{3019}}}% U03019% \expandafter\def\csname Entroarr\endcsname{\ensuremath{}}% U021FE% \expandafter\def\csname Entrobrk\endcsname{\ensuremath{\openbracketright }}% U0301B% \expandafter\def\csname Entrocub\endcsname{\ensuremath{}}% U02984% \expandafter\def\csname Entropar\endcsname{\ensuremath{\ElsevierGlyph{3019}}}% U02986x% \expandafter\def\csname Entropf\endcsname{\ensuremath{\mathbb{r}}}% U1D563% \expandafter\def\csname Entroplus\endcsname{\ensuremath{\ElsevierGlyph{E25D}}}% U02A2E% \expandafter\def\csname Entrotimes\endcsname{\ensuremath{\ElsevierGlyph{E25E}}}% U02A35% \expandafter\def\csname Entrpar\endcsname{)}% U00029% \expandafter\def\csname Entrpargt\endcsname{\ensuremath{\ElsevierGlyph{E291}}}% U02994% \expandafter\def\csname Entrrarr\endcsname{\ensuremath{\rightrightarrows }}% U021C9% \expandafter\def\csname Entrscr\endcsname{\ensuremath{\mathscr{r}}}% U1D4C7% \expandafter\def\csname Entrsh\endcsname{\ensuremath{\Rsh }}% U021B1% \expandafter\def\csname Entrsolbar\endcsname{\ensuremath{}}% U02053% \expandafter\def\csname Entrsqb\endcsname{]}% U0005D% \expandafter\def\csname Entrsquo\endcsname{'}% U02019% \expandafter\def\csname Entrsquor\endcsname{'}% U02019% \expandafter\def\csname Entrthree\endcsname{\ensuremath{\rightthreetimes }}% U022CC% \expandafter\def\csname Entrtimes\endcsname{\ensuremath{\rtimes }}% U022CA% \expandafter\def\csname Entrtri\endcsname{\ensuremath{\triangleright }}% U025B9% \expandafter\def\csname Entrtrie\endcsname{\ensuremath{\trianglerighteq }}% U022B5% \expandafter\def\csname Entrtrif\endcsname{\ensuremath{\blacktriangleright }}% U025B8% \expandafter\def\csname Entruharb\endcsname{\ensuremath{\RightVectorBar }}% U02953% \expandafter\def\csname Entruluhar\endcsname{\ensuremath{}}% U02968% \expandafter\def\csname Entrx\endcsname{\ensuremath{\Elzxrat }}% U0211E% \expandafter\def\csname Entsacute\endcsname{\ifmmode \acute{s}\else \'{s}\fi}% U0015B% \expandafter\def\csname Entsamalg\endcsname{\ensuremath{\coprod }}% U02210% \expandafter\def\csname Entsampi\endcsname{\ensuremath{\Sampi }}% U003E0% \expandafter\def\csname Entsbquo\endcsname{,}% U0201A% \expandafter\def\csname EntscE\endcsname{\ensuremath{\precapprox }}% U0227E% \expandafter\def\csname EntscE\endcsname{\ensuremath{}}% U02AB4% \expandafter\def\csname Entsc\endcsname{\ensuremath{\succ }}% U0227B% \expandafter\def\csname Entscap\endcsname{\ensuremath{\succapprox }}% U0227F% \expandafter\def\csname Entscap\endcsname{\ensuremath{\succapprox }}% U02AB8% \expandafter\def\csname Entscaron\endcsname{\ifmmode \check{s}\else \v{s}\fi}% U00161% \expandafter\def\csname Entsccue\endcsname{\ensuremath{\succcurlyeq }}% U0227D% \expandafter\def\csname Entsce\endcsname{\ensuremath{\succcurlyeq }}% U0227D% \expandafter\def\csname Entsce\endcsname{\ensuremath{\succeq }}% U02AB0% \expandafter\def\csname Entscedil\endcsname{\ifmmode \mbox{\c{s}}\else \c{s}\fi}% U0015F% \expandafter\def\csname Entscirc\endcsname{\ifmmode \hat{s}\else \^{s}\fi}% U0015D% \expandafter\def\csname EntscnE\endcsname{\ensuremath{\succneqq }}% U02AB6% \expandafter\def\csname Entscnap\endcsname{\ensuremath{\succnapprox }}% U02ABA% \expandafter\def\csname Entscnap\endcsname{\ensuremath{\succnsim }}% U022E9% \expandafter\def\csname Entscnsim\endcsname{\ensuremath{\succnsim }}% U022E9% \expandafter\def\csname Entscsim\endcsname{\ensuremath{\succapprox }}% U0227F% \expandafter\def\csname Entscy\endcsname{\cyrchar\cyrs }% U00441% \expandafter\def\csname Entsdot\endcsname{\ensuremath{\cdot }}% U022C5% \expandafter\def\csname Entsdotb\endcsname{\ensuremath{\boxdot }}% U022A1% \expandafter\def\csname Entsdote\endcsname{\ensuremath{}}% U02A66% \expandafter\def\csname EntseArr\endcsname{\ensuremath{}}% U021D8% \expandafter\def\csname Entsearhk\endcsname{\ensuremath{\ElsevierGlyph{E20B}}}% U02925% \expandafter\def\csname Entsearr\endcsname{\ensuremath{\searrow }}% U02198% \expandafter\def\csname Entsearrow\endcsname{\ensuremath{\searrow }}% U02198% \expandafter\def\csname Entsect\endcsname{\ifmmode \S \else \textsection \fi}% U000A7% \expandafter\def\csname Entsemi\endcsname{\ensuremath{;}}% U0003B% \expandafter\def\csname Entseonearr\endcsname{\ensuremath{}}% U0292D% \expandafter\def\csname Entseswar\endcsname{\ensuremath{\ElsevierGlyph{E20F}}}% U02929% \expandafter\def\csname Entsetminus\endcsname{\ensuremath{\setminus }}% U02216% \expandafter\def\csname Entsetmn\endcsname{\ensuremath{\setminus }}% U02216% \expandafter\def\csname Entsext\endcsname{\ding{86}}% U02736% \expandafter\def\csname Entsfgr\endcsname{\ensuremath{\varsigma }}% U003C2% \expandafter\def\csname Entsfr\endcsname{\ensuremath{\mathfrak{s}}}% U1D530% \expandafter\def\csname Entsgr\endcsname{\ensuremath{\sigma }}% U003C3% \expandafter\def\csname Entsharp\endcsname{\ensuremath{\sharp }}% U0266F% \expandafter\def\csname Entshchcy\endcsname{\cyrchar\cyrshch }% U00449% \expandafter\def\csname Entshcy\endcsname{\cyrchar\cyrsh }% U00448% \expandafter\def\csname Entshortmid\endcsname{\ensuremath{\shortmid }}% U02223-02063% \expandafter\def\csname Entshortparallel\endcsname{\ensuremath{\shortparallel }}% U02225-02063% \expandafter\def\csname Entshuffle\endcsname{\ensuremath{}}% U029E2% \expandafter\def\csname Entshy\endcsname{\ensuremath{\-}}% U000AD% \expandafter\def\csname Entsigma\endcsname{\ensuremath{\sigma }}% U003C3% \expandafter\def\csname Entsigmaf\endcsname{\ensuremath{\varsigma }}% U003C2% \expandafter\def\csname Entsigmav\endcsname{\ensuremath{\varsigma }}% U003C2% \expandafter\def\csname Entsim\endcsname{\ensuremath{\sim }}% U0223C% \expandafter\def\csname Entsimdot\endcsname{\ensuremath{}}% U02A6A% \expandafter\def\csname Entsime\endcsname{\ensuremath{\simeq }}% U02243% \expandafter\def\csname Entsimeq\endcsname{\ensuremath{\simeq }}% U02243% \expandafter\def\csname EntsimgE\endcsname{\ensuremath{}}% U02AA0% \expandafter\def\csname Entsimg\endcsname{\ensuremath{\Pisymbol{ppi020}{105}}}% U02A9E% \expandafter\def\csname EntsimlE\endcsname{\ensuremath{}}% U02A9F% \expandafter\def\csname Entsiml\endcsname{\ensuremath{\Pisymbol{ppi020}{117}}}% U02A9D% \expandafter\def\csname Entsimne\endcsname{\ensuremath{\approxnotequal }}% U02246% \expandafter\def\csname Entsimrarr\endcsname{\ensuremath{}}% U02972% \expandafter\def\csname Entslint\endcsname{\ensuremath{\clockoint }}% U02A0F% \expandafter\def\csname Entsmallsetminus\endcsname{\ensuremath{\smallsetminus }}% U02216x% \expandafter\def\csname Entsmeparsl\endcsname{\ensuremath{}}% U029E4% \expandafter\def\csname Entsmid\endcsname{\ensuremath{\shortmid }}% U02223-02063% \expandafter\def\csname Entsmile\endcsname{\ensuremath{\smile }}% U02323% \expandafter\def\csname Entsmt\endcsname{\ensuremath{}}% U02AAA% \expandafter\def\csname Entsmte\endcsname{\ensuremath{}}% U02AAC% \expandafter\def\csname Entsmtes\endcsname{\ensuremath{}}% U02AAC-02063% \expandafter\def\csname Entsoftcy\endcsname{\cyrchar\cyrsftsn }% U0044C% \expandafter\def\csname Entsol\endcsname{/}% U0002F% \expandafter\def\csname Entsolb\endcsname{\ensuremath{}}% U029C4% \expandafter\def\csname Entsopf\endcsname{\ensuremath{\mathbb{s}}}% U1D564% \expandafter\def\csname Entspace\endcsname{\space }% U00020% \expandafter\def\csname Entspades\endcsname{\ding{171}}% U02660% \expandafter\def\csname Entspadesuit\endcsname{\ding{171}}% U02660% \expandafter\def\csname Entspar\endcsname{\ensuremath{\shortparallel }}% U02225-02063% \expandafter\def\csname Entsqcap\endcsname{\ensuremath{\sqcap }}% U02293% \expandafter\def\csname Entsqcup\endcsname{\ensuremath{\sqcup }}% U02294% \expandafter\def\csname Entsqsub\endcsname{\ensuremath{\sqsubset }}% U0228F% \expandafter\def\csname Entsqsube\endcsname{\ensuremath{\sqsubseteq }}% U02291% \expandafter\def\csname Entsqsubset\endcsname{\ensuremath{\sqsubset }}% U0228F% \expandafter\def\csname Entsqsubseteq\endcsname{\ensuremath{\sqsubseteq }}% U02291% \expandafter\def\csname Entsqsup\endcsname{\ensuremath{\sqsupset }}% U02290% \expandafter\def\csname Entsqsupe\endcsname{\ensuremath{\sqsupseteq }}% U02292% \expandafter\def\csname Entsqsupset\endcsname{\ensuremath{\sqsupset }}% U02290% \expandafter\def\csname Entsqsupseteq\endcsname{\ensuremath{\sqsupseteq }}% U02292% \expandafter\def\csname Entsqu\endcsname{\ensuremath{\square }}% U025A1% \expandafter\def\csname Entsquare\endcsname{\ensuremath{\square }}% U025A1% \expandafter\def\csname Entsquarf\endcsname{\ensuremath{\blacksquare }}% U025AA% \expandafter\def\csname Entsquarfb\endcsname{\ensuremath{\Elzsqfb }}% XE5B7% \expandafter\def\csname Entsquarfbl\endcsname{\ensuremath{\Elzsqfsw }}% XE5B5% \expandafter\def\csname Entsquarft\endcsname{\ensuremath{\Elzsqft }}% XE5B6% \expandafter\def\csname Entsquarftr\endcsname{\ensuremath{\Elzsqfne }}% XE5B4% \expandafter\def\csname Entsqub\endcsname{\ensuremath{}}% U029C8% \expandafter\def\csname Entsquf\endcsname{\ensuremath{\blacksquare }}% U025AA% \expandafter\def\csname Entsscr\endcsname{\ensuremath{\mathscr{s}}}% U1D4C8% \expandafter\def\csname Entssetmn\endcsname{\ensuremath{\smallsetminus }}% U02216x% \expandafter\def\csname Entsstarf\endcsname{\ensuremath{\star }}% U022C6% \expandafter\def\csname Entstar\endcsname{\ensuremath{\star }}% U022C6% \expandafter\def\csname Entstarf\endcsname{\ding{72}}% U02605% \expandafter\def\csname Entstigma\endcsname{\ensuremath{\Stigma }}% U003DA% \expandafter\def\csname Entstraightepsilon\endcsname{\ensuremath{\epsilon }}% U003B5% \expandafter\def\csname Entstraightphi\endcsname{\ensuremath{\phi }}% U003C6% \expandafter\def\csname EntsubE\endcsname{\ensuremath{\subseteq }}% U02286% \expandafter\def\csname EntsubE\endcsname{\ensuremath{\subseteqq }}% U02AC5% \expandafter\def\csname Entsub\endcsname{\ensuremath{\subset }}% U02282% \expandafter\def\csname Entsubdot\endcsname{\ensuremath{}}% U02ABD% \expandafter\def\csname Entsube\endcsname{\ensuremath{\subseteq }}% U02286% \expandafter\def\csname Entsubedot\endcsname{\ensuremath{}}% U02AC3% \expandafter\def\csname Entsubmult\endcsname{\ensuremath{}}% U02AC1% \expandafter\def\csname EntsubnE\endcsname{\ensuremath{\subsetneq }}% U0228A% \expandafter\def\csname EntsubnE\endcsname{\ensuremath{\subsetneqq }}% U02ACB% \expandafter\def\csname Entsubne\endcsname{\ensuremath{\subsetneq }}% U0228A% \expandafter\def\csname Entsubplus\endcsname{\ensuremath{}}% U02ABF% \expandafter\def\csname Entsubrarr\endcsname{\ensuremath{}}% U02979% \expandafter\def\csname Entsubset\endcsname{\ensuremath{\subset }}% U02282% \expandafter\def\csname Entsubseteq\endcsname{\ensuremath{\subseteq }}% U02286% \expandafter\def\csname Entsubseteqq\endcsname{\ensuremath{\subseteq }}% U02286% \expandafter\def\csname Entsubsetneq\endcsname{\ensuremath{\subsetneq }}% U0228A% \expandafter\def\csname Entsubsetneqq\endcsname{\ensuremath{\subsetneq }}% U0228A% \expandafter\def\csname Entsubsim\endcsname{\ensuremath{}}% U02AC7% \expandafter\def\csname Entsubsub\endcsname{\ensuremath{}}% U02AD5% \expandafter\def\csname Entsubsup\endcsname{\ensuremath{}}% U02AD3% \expandafter\def\csname Entsucc\endcsname{\ensuremath{\succ }}% U0227B% \expandafter\def\csname Entsuccapprox\endcsname{\ensuremath{\succapprox }}% U0227F% \expandafter\def\csname Entsucccurlyeq\endcsname{\ensuremath{\succcurlyeq }}% U0227D% \expandafter\def\csname Entsucceq\endcsname{\ensuremath{\succcurlyeq }}% U0227D% \expandafter\def\csname Entsuccnapprox\endcsname{\ensuremath{\succnsim }}% U022E9% \expandafter\def\csname Entsuccneqq\endcsname{\ensuremath{\succneqq }}% U02AB6% \expandafter\def\csname Entsuccnsim\endcsname{\ensuremath{\succnsim }}% U022E9% \expandafter\def\csname Entsuccsim\endcsname{\ensuremath{\succapprox }}% U0227F% \expandafter\def\csname Entsum\endcsname{\ensuremath{\sum }}% U02211% \expandafter\def\csname Entsumint\endcsname{\ensuremath{}}% U02A0B% \expandafter\def\csname Entsung\endcsname{\eighthnote }% U0266A% \expandafter\def\csname Entsup1\endcsname{\ensuremath{{^1}}}% U000B9% \expandafter\def\csname Entsup2\endcsname{\ensuremath{{^2}}}% U000B2% \expandafter\def\csname Entsup3\endcsname{\ensuremath{{^3}}}% U000B3% \expandafter\def\csname EntsupE\endcsname{\ensuremath{\supseteq }}% U02287% \expandafter\def\csname EntsupE\endcsname{\ensuremath{\supseteqq }}% U02AC6% \expandafter\def\csname Entsup\endcsname{\ensuremath{\supset }}% U02283% \expandafter\def\csname Entsupdot\endcsname{\ensuremath{}}% U02ABE% \expandafter\def\csname Entsupdsub\endcsname{\ensuremath{}}% U02AD8% \expandafter\def\csname Entsupe\endcsname{\ensuremath{\supseteq }}% U02287% \expandafter\def\csname Entsupedot\endcsname{\ensuremath{}}% U02AC4% \expandafter\def\csname Entsuphsol\endcsname{\ensuremath{}}% U02283-0002F% \expandafter\def\csname Entsuphsub\endcsname{\ensuremath{}}% U02AD7% \expandafter\def\csname Entsuplarr\endcsname{\ensuremath{}}% U0297B% \expandafter\def\csname Entsupmult\endcsname{\ensuremath{}}% U02AC2% \expandafter\def\csname EntsupnE\endcsname{\ensuremath{\supsetneq }}% U0228B% \expandafter\def\csname EntsupnE\endcsname{\ensuremath{\supsetneqq }}% U02ACC% \expandafter\def\csname Entsupne\endcsname{\ensuremath{\supsetneq }}% U0228B% \expandafter\def\csname Entsupplus\endcsname{\ensuremath{}}% U02AC0% \expandafter\def\csname Entsupset\endcsname{\ensuremath{\supset }}% U02283% \expandafter\def\csname Entsupseteq\endcsname{\ensuremath{\supseteq }}% U02287% \expandafter\def\csname Entsupseteqq\endcsname{\ensuremath{\supseteq }}% U02287% \expandafter\def\csname Entsupsetneq\endcsname{\ensuremath{\supsetneq }}% U0228B% \expandafter\def\csname Entsupsetneqq\endcsname{\ensuremath{\supsetneq }}% U0228B% \expandafter\def\csname Entsupsim\endcsname{\ensuremath{}}% U02AC8% \expandafter\def\csname Entsupsub\endcsname{\ensuremath{}}% U02AD4% \expandafter\def\csname Entsupsup\endcsname{\ensuremath{}}% U02AD6% \expandafter\def\csname EntswArr\endcsname{\ensuremath{}}% U021D9% \expandafter\def\csname Entswarhk\endcsname{\ensuremath{\ElsevierGlyph{E20A}}}% U02926% \expandafter\def\csname Entswarr\endcsname{\ensuremath{\swarrow }}% U02199% \expandafter\def\csname Entswarrow\endcsname{\ensuremath{\swarrow }}% U02199% \expandafter\def\csname Entswnwar\endcsname{\ensuremath{\ElsevierGlyph{E210}}}% U0292A% \expandafter\def\csname Entszlig\endcsname{\ss }% U000DF% \expandafter\def\csname Enttarget\endcsname{\ensuremath{\mathchar"2208}}% U02316% \expandafter\def\csname Enttau\endcsname{\ensuremath{\tau }}% U003C4% \expandafter\def\csname Enttcaron\endcsname{\ifmmode \check{t}\else \v{t}\fi}% U00165% \expandafter\def\csname Enttcedil\endcsname{\ifmmode \mbox{\c{t}}\else \c{t}\fi}% U00163% \expandafter\def\csname Enttcy\endcsname{\cyrchar\cyrt }% U00442% \expandafter\def\csname Enttdot\endcsname{\ensuremath{\dddot{}}}% U020DB% \expandafter\def\csname Enttelrec\endcsname{\ensuremath{\recorder }}% U02315% \expandafter\def\csname Enttfr\endcsname{\ensuremath{\mathfrak{t}}}% U1D531% \expandafter\def\csname Enttgr\endcsname{\ensuremath{\tau }}% U003C4% \expandafter\def\csname Entthere4\endcsname{\ensuremath{\therefore }}% U02234% \expandafter\def\csname Enttherefore\endcsname{\ensuremath{\therefore }}% U02234% \expandafter\def\csname Enttheta\endcsname{\ensuremath{\theta }}% U003B8% \expandafter\def\csname Entthetas\endcsname{\ensuremath{\theta }}% U003B8% \expandafter\def\csname Entthetasym\endcsname{\ifmmode \vartheta \else \textvartheta \fi}% U003D1% \expandafter\def\csname Entthetav\endcsname{\ifmmode \vartheta \else \textvartheta \fi}% U003D1% \expandafter\def\csname Entthgr\endcsname{\ensuremath{\theta }}% U003B8% \expandafter\def\csname Entthickapprox\endcsname{\ensuremath{}}% U02248-02063% \expandafter\def\csname Entthicksim\endcsname{\ensuremath{}}% U0223Cx% \expandafter\def\csname Entthinsp\endcsname{\hspace{0.167em}}% U02009% \expandafter\def\csname Entthkap\endcsname{\ensuremath{}}% U02248-02063% \expandafter\def\csname Entthksim\endcsname{\ensuremath{}}% U0223Cx% \expandafter\def\csname Entthorn\endcsname{\th }% U000FE% \expandafter\def\csname Enttilde\endcsname{\texttildelow }% U002DC% \expandafter\def\csname Enttimeint\endcsname{\ensuremath{}}% U02A18% \expandafter\def\csname Enttimes\endcsname{\ifmmode \times \else \texttimes \fi}% U000D7% \expandafter\def\csname Enttimesb\endcsname{\ensuremath{\boxtimes }}% U022A0% \expandafter\def\csname Enttint\endcsname{\ensuremath{\int\!\int\!\int }}% U0222D% \expandafter\def\csname Enttoea\endcsname{\ensuremath{\ElsevierGlyph{E20E}}}% U02928% \expandafter\def\csname Enttop\endcsname{\ensuremath{\top }}% U022A4% \expandafter\def\csname Enttopf\endcsname{\ensuremath{\mathbb{t}}}% U1D565% \expandafter\def\csname Enttopfork\endcsname{\ensuremath{}}% U02ADA% \expandafter\def\csname Enttosa\endcsname{\ensuremath{\ElsevierGlyph{E20F}}}% U02929% \expandafter\def\csname Enttprime\endcsname{\ensuremath{{'''}}}% U02034% \expandafter\def\csname Enttrade\endcsname{\texttrademark }% U02122% \expandafter\def\csname EnttriS\endcsname{\ensuremath{}}% U029CC% \expandafter\def\csname Enttriangle\endcsname{\ensuremath{\vartriangle }}% U025B5% \expandafter\def\csname Enttriangledown\endcsname{\ensuremath{\triangledown }}% U025BF% \expandafter\def\csname Enttriangleleft\endcsname{\ensuremath{\triangleleft }}% U025C3% \expandafter\def\csname Enttrianglelefteq\endcsname{\ensuremath{\trianglelefteq }}% U022B4% \expandafter\def\csname Enttriangleq\endcsname{\ensuremath{\triangleq }}% U0225C% \expandafter\def\csname Enttriangleright\endcsname{\ensuremath{\triangleright }}% U025B9% \expandafter\def\csname Enttrianglerighteq\endcsname{\ensuremath{\trianglerighteq }}% U022B5% \expandafter\def\csname Enttribar\endcsname{\ensuremath{\Elzdefas }}% U029CB% \expandafter\def\csname Enttridoto\endcsname{\ensuremath{\ElzLap }}% U029CA% \expandafter\def\csname Enttrie\endcsname{\ensuremath{\triangleq }}% U0225C% \expandafter\def\csname Enttscr\endcsname{\ensuremath{\mathscr{t}}}% U1D4C9% \expandafter\def\csname Enttscy\endcsname{\cyrchar\cyrc }% U00446% \expandafter\def\csname Enttshcy\endcsname{\cyrchar\cyrtshe }% U0045B% \expandafter\def\csname Enttstrok\endcsname{{\fontencoding{LELA}\selectfont\char63}}% U00167% \expandafter\def\csname Enttverbar\endcsname{\ensuremath{\Elztfnc }}% U02980% \expandafter\def\csname Enttwixt\endcsname{\ensuremath{\between }}% U0226C% \expandafter\def\csname Enttwoheadleftarrow\endcsname{\ensuremath{\twoheadleftarrow }}% U0219E% \expandafter\def\csname Enttwoheadrightarrow\endcsname{\ensuremath{\twoheadrightarrow }}% U021A0% \expandafter\def\csname EntuAarr\endcsname{\ensuremath{}}% U0290A% \expandafter\def\csname EntuArr\endcsname{\ensuremath{\Uparrow }}% U021D1% \expandafter\def\csname EntuHar\endcsname{\ensuremath{}}% U02963% \expandafter\def\csname Entuacgr\endcsname{\ensuremath{\acute{\upsilon}}}% U003CD% \expandafter\def\csname Entuacute\endcsname{\ifmmode \acute{u}\else \'{u}\fi}% U000FA% \expandafter\def\csname Entuarr2\endcsname{\ensuremath{\upuparrows }}% U021C8% \expandafter\def\csname Entuarr\endcsname{\ensuremath{\uparrow }}% U02191% \expandafter\def\csname Entuarrb\endcsname{\ensuremath{\UpArrowBar }}% U02912% \expandafter\def\csname Entuarrln\endcsname{\ensuremath{}}% U02909% \expandafter\def\csname Entubrcy\endcsname{\cyrchar\cyrushrt }% U0045E% \expandafter\def\csname Entubreve\endcsname{\ifmmode \breve{u}\else \u{u}\fi}% U0016D% \expandafter\def\csname Entucirc\endcsname{\ifmmode \hat{u}\else \^{u}\fi}% U000FB% \expandafter\def\csname Entucy\endcsname{\cyrchar\cyru }% U00443% \expandafter\def\csname Entudarr\endcsname{\ensuremath{\dblarrowupdown }}% U021C5% \expandafter\def\csname Entudblac\endcsname{\ifmmode \mbox{\H{u}}\else \H{u}\fi}% U00171% \expandafter\def\csname Entudhar\endcsname{\ensuremath{\UpEquilibrium }}% U0296E% \expandafter\def\csname Entudiagr\endcsname{\ensuremath{\ddot{\acute{\upsilon}}}}% U003B0% \expandafter\def\csname Entudigr\endcsname{\ensuremath{\ddot{\upsilon}}}% U003CB% \expandafter\def\csname Entudrcub\endcsname{\ensuremath{}}% U0FE38% \expandafter\def\csname Entudrpar\endcsname{\ensuremath{}}% U0FE36% \expandafter\def\csname Entufisht\endcsname{\ensuremath{}}% U0297E% \expandafter\def\csname Entufr\endcsname{\ensuremath{\mathfrak{u}}}% U1D532% \expandafter\def\csname Entugr\endcsname{\ensuremath{\upsilon }}% U003C5% \expandafter\def\csname Entugrave\endcsname{\ifmmode \grave{u}\else \`{u}\fi}% U000F9% \expandafter\def\csname Entuharl\endcsname{\ensuremath{\upharpoonleft }}% U021BF% \expandafter\def\csname Entuharr\endcsname{\ensuremath{\upharpoonright }}% U021BE% \expandafter\def\csname Entulcorn\endcsname{\ensuremath{\ulcorner }}% U0231C% \expandafter\def\csname Entulcorner\endcsname{\ensuremath{\ulcorner }}% U0231C% \expandafter\def\csname Entuldlshar\endcsname{\ensuremath{\LeftUpDownVector }}% U02951% \expandafter\def\csname Entulharb\endcsname{\ensuremath{\LeftUpVectorBar }}% U02958% \expandafter\def\csname Entumacr\endcsname{\ifmmode \bar{u}\else \={u}\fi}% U0016B% \expandafter\def\csname Entuml\endcsname{\textasciidieresis }% U000A8% \expandafter\def\csname Entuogon\endcsname{\k{u}}% U00173% \expandafter\def\csname Entuopf\endcsname{\ensuremath{\mathbb{u}}}% U1D566% \expandafter\def\csname Entuparrow\endcsname{\ensuremath{\uparrow }}% U02191% \expandafter\def\csname Entupdownarrow\endcsname{\ensuremath{\updownarrow }}% U02195% \expandafter\def\csname Entupharpoonleft\endcsname{\ensuremath{\upharpoonleft }}% U021BF% \expandafter\def\csname Entupharpoonright\endcsname{\ensuremath{\upharpoonright }}% U021BE% \expandafter\def\csname Entupint\endcsname{\ensuremath{}}% U02A1B% \expandafter\def\csname Entuplus\endcsname{\ensuremath{\uplus }}% U0228E% \expandafter\def\csname Entupsi\endcsname{\ensuremath{\upsilon }}% U003C5% \expandafter\def\csname Entupsilon\endcsname{\ensuremath{\upsilon }}% U003C5% \expandafter\def\csname Entupuparrows\endcsname{\ensuremath{\upuparrows }}% U021C8% \expandafter\def\csname Enturcorn\endcsname{\ensuremath{\urcorner }}% U0231D% \expandafter\def\csname Enturcorner\endcsname{\ensuremath{\urcorner }}% U0231D% \expandafter\def\csname Enturdrshar\endcsname{\ensuremath{\RightUpDownVector }}% U0294F% \expandafter\def\csname Enturharb\endcsname{\ensuremath{\RightUpVectorBar }}% U02954% \expandafter\def\csname Enturing\endcsname{\ifmmode \mathring{u}\else \r{u}\fi}% U0016F% \expandafter\def\csname Enturtrif\endcsname{\ensuremath{}}% U025E5% \expandafter\def\csname Entuscr\endcsname{\ensuremath{\mathscr{u}}}% U1D4CA% \expandafter\def\csname Entutdot\endcsname{\ensuremath{\upslopeellipsis }}% U022F0% \expandafter\def\csname Entutilde\endcsname{\ifmmode \tilde{u}\else \~{u}\fi}% U00169% \expandafter\def\csname Entutri\endcsname{\ensuremath{\vartriangle }}% U025B5% \expandafter\def\csname Entutrif\endcsname{\ensuremath{\blacktriangle }}% U025B4% \expandafter\def\csname Entuuarr\endcsname{\ensuremath{\upuparrows }}% U021C8% \expandafter\def\csname Entuuml\endcsname{\ifmmode \ddot{u}\else \"{u}\fi}% U000FC% \expandafter\def\csname EntvArr\endcsname{\ensuremath{\Updownarrow }}% U021D5% \expandafter\def\csname EntvBar\endcsname{\ensuremath{}}% U02AE8% \expandafter\def\csname EntvBarv\endcsname{\ensuremath{}}% U02AE9% \expandafter\def\csname EntvDash\endcsname{\ensuremath{\forcesextra }}% U022A8% \expandafter\def\csname EntvDdash\endcsname{\ensuremath{}}% U02AE2% \expandafter\def\csname Entvangrt\endcsname{\ensuremath{\Angle }}% U0299C% \expandafter\def\csname Entvangrt\endcsname{\ensuremath{\rightanglearc }}% U022BE% \expandafter\def\csname Entvarepsilon\endcsname{\ensuremath{\varepsilon }}% U0025B% \expandafter\def\csname Entvarkappa\endcsname{\ensuremath{\varkappa }}% U003F0% \expandafter\def\csname Entvarnothing\endcsname{\ensuremath{\varnothing }}% U02205% \expandafter\def\csname Entvarphi\endcsname{\ensuremath{\varphi }}% U003D5% \expandafter\def\csname Entvarpi\endcsname{\ensuremath{\varpi }}% U003D6% \expandafter\def\csname Entvarpropto\endcsname{\ensuremath{\propto }}% U0221D% \expandafter\def\csname Entvarr\endcsname{\ensuremath{\updownarrow }}% U02195% \expandafter\def\csname Entvarrho\endcsname{\ensuremath{\varrho }}% U003F1% \expandafter\def\csname Entvarsigma\endcsname{\ensuremath{\varsigma }}% U003C2% \expandafter\def\csname Entvarsubsetneq\endcsname{\ensuremath{\varsubsetneq }}% U0228A-02063x% \expandafter\def\csname Entvarsubsetneqq\endcsname{\ensuremath{\varsubsetneqq }}% U0228A-02063% \expandafter\def\csname Entvarsupsetneq\endcsname{\ensuremath{\varsupsetneq }}% U0228B-02063% \expandafter\def\csname Entvarsupsetneqq\endcsname{\ensuremath{\varsupsetneqq }}% U0228B-02063x% \expandafter\def\csname Entvartheta\endcsname{\ifmmode \vartheta \else \textvartheta \fi}% U003D1% \expandafter\def\csname Entvartriangleleft\endcsname{\ensuremath{\vartriangleleft }}% U022B2% \expandafter\def\csname Entvartriangleright\endcsname{\ensuremath{\vartriangleright }}% U022B3% \expandafter\def\csname Entvbrtri\endcsname{\ensuremath{\RightTriangleBar }}% U029D0% \expandafter\def\csname Entvcy\endcsname{\cyrchar\cyrv }% U00432% \expandafter\def\csname Entvdash\endcsname{\ensuremath{\vdash }}% U022A2% \expandafter\def\csname EntveeBar\endcsname{\ensuremath{\ElsevierGlyph{225A}}}% U02A63% \expandafter\def\csname Entvee\endcsname{\ensuremath{\vee }}% U02228% \expandafter\def\csname Entveebar\endcsname{\ensuremath{\veebar }}% U022BB% \expandafter\def\csname Entveebar\endcsname{\ensuremath{}}% U02A61% \expandafter\def\csname Entveeeq\endcsname{\ensuremath{\ElsevierGlyph{225A}}}% U0225A% \expandafter\def\csname Entvellip4\endcsname{\ensuremath{\Elzddfnc }}% U02999% \expandafter\def\csname Entvellip\endcsname{\ensuremath{\vdots }}% U022EE% \expandafter\def\csname Entvellipv\endcsname{\ensuremath{\Elztdcol }}% U02AF6% \expandafter\def\csname Entverbar\endcsname{\ensuremath{\vert }}% U0007C% \expandafter\def\csname Entvert3\endcsname{\ensuremath{}}% U02AF4% \expandafter\def\csname Entvert\endcsname{\ensuremath{\vert }}% U0007C% \expandafter\def\csname Entvfr\endcsname{\ensuremath{\mathfrak{v}}}% U1D533% \expandafter\def\csname Entvldash\endcsname{\ensuremath{\Elzdlcorn }}% U023A3x% \expandafter\def\csname Entvltri\endcsname{\ensuremath{\vartriangleleft }}% U022B2% \expandafter\def\csname Entvnsub\endcsname{\ensuremath{\not\subset }}% U02284% \expandafter\def\csname Entvnsup\endcsname{\ensuremath{\not\supset }}% U02285% \expandafter\def\csname Entvopf\endcsname{\ensuremath{\mathbb{v}}}% U1D567% \expandafter\def\csname Entvprime\endcsname{\ensuremath{{'}}}% U02032% \expandafter\def\csname Entvprop\endcsname{\ensuremath{\propto }}% U0221D% \expandafter\def\csname Entvprop\endcsname{\ensuremath{}}% U0221Dx% \expandafter\def\csname Entvrtri\endcsname{\ensuremath{\vartriangleright }}% U022B3% \expandafter\def\csname Entvscr\endcsname{\ensuremath{\mathscr{v}}}% U1D4CB% \expandafter\def\csname EntvsubnE\endcsname{\ensuremath{\varsubsetneqq }}% U0228A-02063% \expandafter\def\csname Entvsubne\endcsname{\ensuremath{\varsubsetneq }}% U0228A-02063x% \expandafter\def\csname EntvsupnE\endcsname{\ensuremath{\varsupsetneqq }}% U0228B-02063x% \expandafter\def\csname Entvsupne\endcsname{\ensuremath{\varsupsetneq }}% U0228B-02063% \expandafter\def\csname Entwcirc\endcsname{\ifmmode \hat{w}\else \^{w}\fi}% U00175% \expandafter\def\csname Entwedbar\endcsname{\ensuremath{\Elzminhat }}% U02A5F% \expandafter\def\csname Entwedge\endcsname{\ensuremath{\wedge }}% U02227% \expandafter\def\csname Entwedgeq\endcsname{\ensuremath{\estimates }}% U02259% \expandafter\def\csname Entweierp\endcsname{\ensuremath{\wp }}% U02118% \expandafter\def\csname Entwfr\endcsname{\ensuremath{\mathfrak{w}}}% U1D534% \expandafter\def\csname Entwopf\endcsname{\ensuremath{\mathbb{w}}}% U1D568% \expandafter\def\csname Entwp\endcsname{\ensuremath{\wp }}% U02118% \expandafter\def\csname Entwr\endcsname{\ensuremath{\wr }}% U02240% \expandafter\def\csname Entwreath\endcsname{\ensuremath{\wr }}% U02240% \expandafter\def\csname Entwscr\endcsname{\ensuremath{\mathscr{w}}}% U1D4CC% \expandafter\def\csname Entxandand\endcsname{\ensuremath{\ElzInf }}% U02A07% \expandafter\def\csname Entxbsol\endcsname{\ensuremath{\diagup }}% U02055% \expandafter\def\csname Entxcap\endcsname{\ensuremath{\bigcap }}% U022C2% \expandafter\def\csname Entxcirc\endcsname{\ensuremath{\bigcirc }}% U025EF% \expandafter\def\csname Entxcup\endcsname{\ensuremath{\bigcup }}% U022C3% \expandafter\def\csname Entxcupdot\endcsname{\ensuremath{}}% U02A03% \expandafter\def\csname Entxdtri\endcsname{\ensuremath{\bigtriangledown }}% U025BD% \expandafter\def\csname Entxfr\endcsname{\ensuremath{\mathfrak{x}}}% U1D535% \expandafter\def\csname Entxgr\endcsname{\ensuremath{\xi }}% U003BE% \expandafter\def\csname EntxhArr\endcsname{\ensuremath{\Longleftrightarrow }}% U021D4x% \expandafter\def\csname Entxharr\endcsname{\ensuremath{\longleftrightarrow }}% U02194x% \expandafter\def\csname Entxi\endcsname{\ensuremath{\xi }}% U003BE% \expandafter\def\csname EntxlArr\endcsname{\ensuremath{\Longleftarrow }}% U021D0x% \expandafter\def\csname Entxlarr\endcsname{\ensuremath{\longleftarrow }}% U02190x% \expandafter\def\csname Entxmap\endcsname{\ensuremath{\longmapsto }}% U021A6x% \expandafter\def\csname Entxnis\endcsname{\ensuremath{}}% U022FB% \expandafter\def\csname Entxodot\endcsname{\ensuremath{\odot }}% U02299% \expandafter\def\csname Entxodot\endcsname{\ensuremath{}}% U02A00% \expandafter\def\csname Entxopf\endcsname{\ensuremath{\mathbb{x}}}% U1D569% \expandafter\def\csname Entxoplus\endcsname{\ensuremath{\oplus }}% U02295% \expandafter\def\csname Entxoplus\endcsname{\ensuremath{}}% U02A01% \expandafter\def\csname Entxoror\endcsname{\ensuremath{\ElzSup }}% U02A08% \expandafter\def\csname Entxotime\endcsname{\ensuremath{\otimes }}% U02297% \expandafter\def\csname Entxotime\endcsname{\ensuremath{}}% U02A02% \expandafter\def\csname EntxrArr\endcsname{\ensuremath{\Longrightarrow }}% U021D2x% \expandafter\def\csname Entxrarr\endcsname{\ensuremath{\longrightarrow }}% U02192x% \expandafter\def\csname Entxscr\endcsname{\ensuremath{\mathscr{x}}}% U1D4CD% \expandafter\def\csname Entxsol\endcsname{\ensuremath{\diagdown }}% U02054% \expandafter\def\csname Entxsqcap\endcsname{\ensuremath{\ElzThr }}% U02A05% \expandafter\def\csname Entxsqcup\endcsname{\ensuremath{\Elxsqcup }}% U02A06% \expandafter\def\csname Entxsqcup\endcsname{\ensuremath{\sqcup }}% U02294% \expandafter\def\csname Entxsqu\endcsname{\ensuremath{}}% U025FB% \expandafter\def\csname Entxtimes\endcsname{\ensuremath{}}% U02A09% \expandafter\def\csname Entxuplus\endcsname{\ensuremath{\Elxuplus }}% U02A04% \expandafter\def\csname Entxuplus\endcsname{\ensuremath{\uplus }}% U0228E% \expandafter\def\csname Entxutri\endcsname{\ensuremath{\bigtriangleup }}% U025B3% \expandafter\def\csname Entxvee\endcsname{\ensuremath{\ElsevierGlyph{22C1}}}% U022C1% \expandafter\def\csname Entxwedge\endcsname{\ensuremath{\ElsevierGlyph{22C0}}}% U022C0% \expandafter\def\csname Entyacute\endcsname{\ifmmode \acute{y}\else \'{y}\fi}% U000FD% \expandafter\def\csname Entyacy\endcsname{\cyrchar\cyrya }% U0044F% \expandafter\def\csname Entycirc\endcsname{\ifmmode \hat{y}\else \^{y}\fi}% U00177% \expandafter\def\csname Entycy\endcsname{\cyrchar\cyrery }% U0044B% \expandafter\def\csname Entyen\endcsname{\ifmmode \yen \else \textyen \fi}% U000A5% \expandafter\def\csname Entyfr\endcsname{\ensuremath{\mathfrak{y}}}% U1D536% \expandafter\def\csname Entyicy\endcsname{\cyrchar\cyryi }% U00457% \expandafter\def\csname Entyopf\endcsname{\ensuremath{\mathbb{y}}}% U1D56A% \expandafter\def\csname Entyscr\endcsname{\ensuremath{\mathscr{y}}}% U1D4CE% \expandafter\def\csname Entyucy\endcsname{\cyrchar\cyryu }% U0044E% \expandafter\def\csname Entyuml\endcsname{\ifmmode \ddot{y}\else \"{y}\fi}% U000FF% \expandafter\def\csname Entzacute\endcsname{\ifmmode \acute{z}\else \'{z}\fi}% U0017A% \expandafter\def\csname Entzcaron\endcsname{\ifmmode \check{z}\else \v{z}\fi}% U0017E% \expandafter\def\csname Entzcy\endcsname{\cyrchar\cyrz }% U00437% \expandafter\def\csname Entzdot\endcsname{\ifmmode \dot{z}\else \.{z}\fi}% U0017C% \expandafter\def\csname Entzeetrf\endcsname{\ensuremath{\mathfrak{Z}}}% U02128% \expandafter\def\csname Entzeta\endcsname{\ensuremath{\zeta }}% U003B6% \expandafter\def\csname Entzfr\endcsname{\ensuremath{\mathfrak{z}}}% U1D537% \expandafter\def\csname Entzgr\endcsname{\ensuremath{\zeta }}% U003B6% \expandafter\def\csname Entzhcy\endcsname{\cyrchar\cyrzh }% U00436% \expandafter\def\csname Entzigrarr\endcsname{\ensuremath{}}% U021DDx% \expandafter\def\csname Entzopf\endcsname{\ensuremath{\mathbb{z}}}% U1D56B% \expandafter\def\csname Entzscr\endcsname{\ensuremath{\mathscr{z}}}% U1D4CF% \expandafter\def\csname Enteuro\endcsname{\EUR}% U020AC% jadetex-3.13/unicode.sty0100664000076600007660000005520607325575245013420 0ustar ianian% $Id: unicode.sty,v 1.2 2001/07/19 15:20:05 rahtz Exp $ \ProvidesPackage{unicode}[2000/01/13 S Rahtz: load various font-related packages for Unicode] \let\tilde\relax % % Packages needed % \def\@ifundefined#1{% \expandafter\ifx\csname#1\endcsname\relax \expandafter\@firstoftwo \else \expandafter\@secondoftwo \fi} \def\UnavailableSymbol#1{% \ensuremath{\underline{\mbox{#1}}}% \typeout{The Unicode package knows about symbol #1, but the font package is not loaded}% } \@ifundefined{XMLelement}{}{\def\DefineCharacter#1#2#3{\UnicodeCharacter{#1}{#3}}} \def\DefaultfFamName{unknown} \IfFileExists{t3enc.def} { \IfFileExists{t2aenc.def} {\RequirePackage[T3,T2A,T1]{fontenc}} {\RequirePackage[T3,T1]{fontenc}} \RequirePackage[noenc,safe]{tipa} \RequirePackage{tone} \DeclareFontSubstitution{T3}{ptm}{m}{n} }{ \typeout{WARNING: tipa package not loaded. some symbols will fail} \IfFileExists{t2aenc.def} {\RequirePackage[T2A,T1]{fontenc}} {\RequirePackage[T1]{fontenc}} } \RequirePackage{amssymb}[1995/01/01] \def\bmmax{0} \RequirePackage{bm} \RequirePackage{textcomp}[1998/01/16] \RequirePackage{pifont} \IfFileExists{wasysym.sty} {\usepackage{wasysym}} {\typeout{WARNING: wasysym package not loaded. some symbols will fail}} \let\ee\relax \IfFileExists{stmaryrd.sty} {\usepackage{stmaryrd}} {\typeout{WARNING: stmaryrd package not loaded. some symbols will fail}} \IfFileExists{elfonts.sty} { \usepackage{elfonts} \def\ElsevierGlyph##1{\csname U##1\endcsname}% \def\textpertenthousand{\Pisymbol{ppi031}{33}} \let\overrightharpoon\undefined \let\overleftharpoon\undefined }{ \typeout{WARNING: Elsevier font setup not found}% \usepackage{dummyels}% \let\ElsevierGlyph\UnavailableSymbol } % don't ask \def\supppdf{supp-pdf} \DeclareMathSymbol{'}{\mathord}{symbols}{"30} % Adobe Math Pi \IfFileExists{uppi020.fd}{% \DeclareFontFamily{U}{ppi020}{} \DeclareFontShape{U}{ppi020}{m}{n}{<->ppi020}{} \DeclareFontFamily{U}{ppi021}{} \DeclareFontShape{U}{ppi021}{m}{n}{<->ppi021}{} \DeclareFontFamily{U}{ppi022}{} \DeclareFontShape{U}{ppi022}{m}{n}{<->ppi022}{} \DeclareFontFamily{U}{ppi023}{} \DeclareFontShape{U}{ppi023}{m}{n}{<->ppi023}{} \DeclareFontFamily{U}{ppi024}{} \DeclareFontShape{U}{ppi024}{m}{n}{<->ppi024}{} \DeclareFontFamily{U}{ppi025}{} \DeclareFontShape{U}{ppi025}{m}{n}{<->ppi025}{} \DeclareFontFamily{U}{ppi031}{} \DeclareFontShape{U}{ppi031}{m}{n}{<->ppi031}{} \DeclareFontFamily{T1}{mtms}{} \DeclareFontShape{T1}{mtms}{m}{n}{<->mtms}{} }{ \DeclareFontFamily{U}{ppi020}{} \DeclareFontShape{U}{ppi020}{m}{n}{<->sub*pzd/m/n}{} \DeclareFontFamily{U}{ppi021}{} \DeclareFontShape{U}{ppi021}{m}{n}{<->sub*pzd/m/n}{} \DeclareFontFamily{U}{ppi022}{} \DeclareFontShape{U}{ppi022}{m}{n}{<->sub*pzd/m/n}{} \DeclareFontFamily{U}{ppi023}{} \DeclareFontShape{U}{ppi023}{m}{n}{<->sub*pzd/m/n}{} \DeclareFontFamily{U}{ppi024}{} \DeclareFontShape{U}{ppi024}{m}{n}{<->sub*pzd/m/n}{} \DeclareFontFamily{U}{ppi025}{} \DeclareFontShape{U}{ppi025}{m}{n}{<->sub*pzd/m/n}{} \DeclareFontFamily{T1}{mtms}{} \DeclareFontShape{T1}{mtms}{m}{n}{<->sub*pzd/m/n}{} \DeclareFontFamily{U}{ppi031}{} \DeclareFontShape{U}{ppi031}{m}{n}{<->sub*pzd/m/n}{} } \let\mathlowercal\mathcal \@ifpackageloaded{mmasym.sty} {% % extra Wolfram characters \let\DownArrowUpArrow\downarrowuparrow \let\ReverseUpEquilibrium\revequilibrium \let\UpEquilibrium\upequilibrium \let\NotLessLess\nll %e2cb math3/102 146 234 \let\NotHumpDownHump\nBumpeq %e616 math3/83 123 \let\NotHumpEqual\RoundImplies %e84d math3/82 122 \let\NotSquareSubset\nsqsubseteq %e604 math3/110 156 \let\NotSquareSuperset\nsqsupseteq %e615 math3/126 176 \let\NotEqualTilde\NotTildeEqual %e84e math3/79 117 \let\LeftRightVector\leftrightharpoonup % f505 math4/50 62 \let\DownLeftRightVector\leftrightharpoondown % f50b math4/53 65 \let\RightUpDownVector\rightupdownharpoon %f510 math4/55 67 \let\LeftUpDownVector\leftupdownharpoon %f515 math4/54 66 } {\typeout{WARNING: mmasym package not loaded. some symbols will fail}} % % we are going to use Lucida fonts, so do some setup % \@ifpackageloaded{lucidabr}{% \def\DeclareLucidaFontShape#1#2#3#4#5#6{% \DeclareFontShape{#1}{#2}{#3}{#4}{% <-5.5>s*[.98]#5% <5.5-6.5>s*[.96]#5% <6.5-7.5>s*[.94]#5% <7.5-8.5>s*[.92]#5% <8.5-9.5>s*[.91]#5% <9.5-10.5>s*[.9]#5% <10.5-11.5>s*[.89]#5% <11.5-13>s*[.88]#5% <13-15.5>s*[.87]#5% <15.5-18.5>s*[.86]#5% <18.5-22.5>s*[.85]#5% <22.5->s*[.84]#5% }{#6}} \DeclareFontFamily{U}{hlcm}{} \DeclareLucidaFontShape{U}{hlcm}{m}{n}{hlcrm}{} \DeclareLucidaFontShape{U}{hlcm}{b}{n}{hlcdm}{} \DeclareLucidaFontShape{U}{hlcm}{bx}{n}{hlcdm}{} \DeclareLucidaFontShape{U}{hlcm}{m}{it}{hlcrima}{} \DeclareLucidaFontShape{U}{hlcm}{b}{it}{hlcdima}{} \DeclareLucidaFontShape{U}{hlcm}{bx}{it}{hlcdima}{} \DeclareFontEncoding{LMR}{}{} \DeclareFontSubstitution{LMR}{hlcm}{m}{n} \DeclareSymbolFont{lucarrows}{LMR}{hlcm}{m}{n} \DeclareSymbolFont{lucmathupright}{OML}{hlcm}{m}{n} \DeclareSymbolFont{lucletters}{OML}{hlcm}{m}{it} \DeclareSymbolFont{lucsymbols}{OMS}{hlcy}{m}{n} \SetSymbolFont{lucmathupright}{bold}{OML}{hlcm}{b}{n} \SetSymbolFont{lucletters}{bold}{OML}{hlcm}{b}{it} \SetSymbolFont{lucsymbols}{bold}{OMS}{hlcy}{b}{n} }{ \usepackage[mathscr]{eucal} } % % some new macros % \def\Longrightarrow{\Relbar\joinrel\Rightarrow} \DeclareRobustCommand\longrightarrow {\relbar\joinrel\rightarrow} \DeclareRobustCommand\longleftarrow {\leftarrow\joinrel\relbar} \def\Longleftarrow{\Leftarrow\joinrel\Relbar} \def\Alpha {A} \def\Beta {B} \def\Epsilon {E} \def\Zeta {Z} \def\Eta {E} \def\Iota {I} \def\Kappa {K} \def\Rho {R} \def\Chi {C} \def\Tau {T} % % funny accents and constructions % \newdimen\ex@ \DeclareMathAccent{\mathring}{\mathalpha}{operators}{23} \def\dddot#1{{\mathop{#1}\limits^{\vbox to-1.4\ex@{\kern-\tw@\ex@ \hbox{\normalfont ...}\vss}}}} \def\ddddot#1{{\mathop{#1}\limits^{\vbox to-1.4\ex@{\kern-\tw@\ex@ \hbox{\normalfont....}\vss}}}} \def\textfrac#1#2{\leavevmode\kern.1em \raise.5ex\hbox{\the\scriptfont0 #1}\kern-.1em /\kern-.15em\lower.25ex\hbox{\the\scriptfont0 #2}} % from David Carlisle, low cedilla \DeclareTextCommand{\cX}{T1}[1] {{\o@lign{\relax#1\crcr\hidewidth\sh@ft{10}\char11\hidewidth}}} % % Cyrillic % % % T2A (Cyrillic) fonts % \IfFileExists{t2aftm.fd} {\def\CYR@Family@unknown{ftm}} {\def\CYR@Family@unknown{cmr}} \IfFileExists{t2afar.fd} {\def\CYR@Family@Arial{far} \def\CYR@Family@sansserif{far} \def\CYR@Family@Helvetica{far} \expandafter\def\csname CYR@Family@sans-serif\endcsname{far} \expandafter\def\csname CYR@Family@iso-sanserif\endcsname{far}} {\def\CYR@Family@Arial{cmss} \def\CYR@Family@sansserif{cmss} \def\CYR@Family@Helvetica{cmss} \expandafter\def\csname CYR@Family@sans-serif\endcsname{cmss} \expandafter\def\csname CYR@Family@iso-sanserif\endcsname{cmss}} \IfFileExists{t2afcr.fd} {\def\CYR@Family@Courier{fcr} \def\CYR@Family@monospace{fcr} \expandafter\def\csname CYR@Family@Courier New\endcsname{fcr} \expandafter\def\csname CYR@Family@Courier-New\endcsname{fcr} \expandafter\def\csname CYR@Family@iso-monospace\endcsname{fcr}} {\def\CYR@Family@Courier{cmtt} \def\CYR@Family@monospace{cmtt} \expandafter\def\csname CYR@Family@Courier New\endcsname{cmtt} \expandafter\def\csname CYR@Family@Courier-New\endcsname{cmtt} \expandafter\def\csname CYR@Family@iso-monospace\endcsname{cmtt}} \IfFileExists{t2aftm.fd} {\def\CYR@Family@serif{ftm} \expandafter\def\csname CYR@Family@Tiso-serif\endcsname{ftm} \expandafter\def\csname CYR@Family@Times-Roman\endcsname{ftm} \expandafter\def\csname CYR@Family@Times-New-Roman\endcsname{ftm} \expandafter\def\csname CYR@Family@Times Roman\endcsname{ftm} \expandafter\def\csname CYR@Family@Times New Roman\endcsname{ftm} \expandafter\def\csname CYR@Family@Times-NR-MT\endcsname{ftm}} {\def\CYR@Family@serif{cmr} \expandafter\def\csname CYR@Family@Tiso-serif\endcsname{cmr} \expandafter\def\csname CYR@Family@Times-Roman\endcsname{cmr} \expandafter\def\csname CYR@Family@Times-New-Roman\endcsname{cmr} \expandafter\def\csname CYR@Family@Times Roman\endcsname{cmr} \expandafter\def\csname CYR@Family@Times New Roman\endcsname{cmr} \expandafter\def\csname CYR@Family@Times-NR-MT\endcsname{cmr}} \IfFileExists{t2afha.fd} {\def\CYR@Family@Bookman{faq}} {\def\CYR@Family@Bookman{cmr}} \def\fFamName{cmr} \long\def\CYRFamily{% \expandafter\ifx\csname CYR@Family@\fFamName\endcsname\relax \csname CYR@Family@\DefaultfFamName\endcsname \else \csname CYR@Family@\fFamName\endcsname \fi } % \long\def\cyrchar#1{{\fontfamily{\CYRFamily}\fontencoding{T2A}\selectfont#1}} % % Greek % % % Lucida/Times math letters as a symbol font % \@ifpackageloaded{lucidabr}{% \DeclareFontFamily{U}{ptmluc}{} \DeclareFontShape{U}{ptmluc}{m}{it}{<-> ptmlucrm}{} \DeclareFontShape{U}{ptmluc}{b}{it}{<-> ptmlucbf}{} \DeclareFontShape{U}{ptmluc}{bx}{it}{<->ssub * ptmluc/b/it}{} \DeclareFontShape{U}{ptmluc}{bx}{n}{<->ssub * ptmluc/b/it}{} \DeclareFontShape{U}{ptmluc}{m}{n}{<->ssub * ptmluc/m/it}{} \newcommand{\GkSymbol}[2]{{\fontfamily{#1}\fontencoding{U}% \selectfont\char#2}} \def\textGamma{\GkSymbol{hlcm}{0}} \def\textDelta{\GkSymbol{hlcm}{1}} \def\textTheta{\GkSymbol{hlcm}{2}} \def\textLambda{\GkSymbol{hlcm}{3}} \def\textXi{\GkSymbol{hlcm}{4}} \def\textPi{\GkSymbol{hlcm}{5}} \def\textSigma{\GkSymbol{hlcm}{6}} \def\textUpsilon{\GkSymbol{hlcm}{7}} \def\textPhi{\GkSymbol{hlcm}{8}} \def\textPsi{\GkSymbol{hlcm}{9}} \def\textOmega{\GkSymbol{hlcm}{10}} \def\textalpha{\GkSymbol{hlcm}{11}} \def\textbeta{\GkSymbol{hlcm}{12}} \def\textgamma{\GkSymbol{hlcm}{13}} \def\textdelta{\GkSymbol{hlcm}{14}} \def\textepsilon{\GkSymbol{hlcm}{15}} \def\textzeta{\GkSymbol{hlcm}{16}} \def\texteta{\GkSymbol{hlcm}{17}} \def\texttheta{\GkSymbol{hlcm}{18}} \def\textiota{\GkSymbol{hlcm}{19}} \def\textkappa{\GkSymbol{hlcm}{20}} \def\textlambda{\GkSymbol{hlcm}{21}} \def\textmu{\GkSymbol{hlcm}{22}} \def\textnu{\GkSymbol{hlcm}{23}} \def\textxi{\GkSymbol{hlcm}{24}} \def\textpi{\GkSymbol{hlcm}{25}} \def\textrho{\GkSymbol{hlcm}{26}} \def\textsigma{\GkSymbol{hlcm}{27}} \def\texttau{\GkSymbol{hlcm}{28}} \def\textupsilon{\GkSymbol{hlcm}{29}} \def\textphi{\GkSymbol{hlcm}{30}} \def\textchi{\GkSymbol{hlcm}{31}} \def\textpsi{\GkSymbol{hlcm}{32}} \def\textomega{\GkSymbol{hlcm}{33}} \def\textvarepsilon{\GkSymbol{hlcm}{34}} \def\textvarGamma{\GkSymbol{ptmluc}{0}} \def\textvarDelta{\GkSymbol{ptmluc}{1}} \def\textvarTheta{\GkSymbol{ptmluc}{2}} \def\textvarLambda{\GkSymbol{ptmluc}{3}} \def\textvarXi{\GkSymbol{ptmluc}{4}} \def\textvarPi{\GkSymbol{ptmluc}{5}} \def\textvarSigma{\GkSymbol{ptmluc}{6}} \def\textvarUpsilon{\GkSymbol{ptmluc}{7}} \def\textvarPhi{\GkSymbol{ptmluc}{8}} \def\textvarPsi{\GkSymbol{ptmluc}{9}} \def\textvarOmega{\GkSymbol{ptmluc}{10}} \def\textvarkappa{\GkSymbol{ptmluc}{155}} \def\textvartheta{\GkSymbol{ptmluc}{35}} \def\textvarpi{\GkSymbol{ptmluc}{36}} \def\textvarrho{\GkSymbol{ptmluc}{37}} \def\textvarsigma{\GkSymbol{ptmluc}{38}} \def\textvarphi{\GkSymbol{ptmluc}{39}} \DeclareMathSymbol\Colon{0}{lucsymbols}{147} \DeclareMathSymbol\VDash{0}{letters}{172} \DeclareMathSymbol\allequal{0}{lucsymbols}{159}% unicode 224C \DeclareMathSymbol\apid{0}{lucsymbols}{158} \DeclareMathSymbol\approxnotequal{0}{lucarrows}{24}% unicode 2246 \DeclareMathSymbol\arrowwaveleft{0}{lucarrows}{143}% unicode 219D \DeclareMathSymbol\arrowwaveright{0}{lucarrows}{144}% unicode 219C \DeclareMathSymbol\blackcircle{0}{lucarrows}{1} \DeclareMathSymbol\clwintegral{0}{lucletters}{141}% % unicode 2231 \DeclareMathSymbol\colone{0}{lucsymbols}{205} \DeclareMathSymbol\dblarrowupdown{0}{lucarrows}{111}% % unicode 21C5 \DeclareMathSymbol\dlcorn{0}{lucarrows}{93} \DeclareMathSymbol\downslopeellipsis{0}{lucarrows}{22}% unicode 22F1 \DeclareMathSymbol\drcorn{0}{lucarrows}{94} \DeclareMathSymbol\estimates{0}{lucsymbols}{210}% unicode 2259 \DeclareMathSymbol\eth{\mathrel}{operators}{240} \DeclareMathSymbol\forcesextra{0}{lucletters}{172}% % unicode 22A8 \DeclareMathSymbol\greaterequivlnt{0}{lucsymbols}{221}% unicode 2273 \DeclareMathSymbol\hermitconjmatrix{0}{lucsymbols}{241}% unicode 22B9 \DeclareMathSymbol\homothetic{0}{lucsymbols}{151}% unicode 223B \DeclareMathSymbol\image{0}{lucletters}{198}% % unicode 22B7 \DeclareMathSymbol\lazysinv{0}{lucsymbols}{198}% unicode 223E \DeclareMathSymbol\lessequivlnt{0}{lucsymbols}{220}% unicode 2272 \DeclareMathSymbol\notgreaterless{0}{lucarrows}{197}% unicode 2279 \DeclareMathSymbol\notlessgreater{0}{lucarrows}{127}% unicode 2278 \DeclareMathSymbol\openbracketleft{0}{lucletters}{130}% % unicode 301A \DeclareMathSymbol\openbracketright{0}{lucletters}{131}% % unicode 301B \DeclareMathSymbol\original{0}{lucletters}{197}% % unicode 22B6 \DeclareMathSymbol\perspcorrespond{\mathbin}{lucsymbols}{212}% % unicode 2306 \DeclareMathSymbol\precedesnotsimilar{0}{lucarrows}{235}% unicode 22E8 \DeclareMathSymbol\rightanglearc{0}{lucsymbols}{142}% unicode 22BE \DeclareMathSymbol\rightangle{0}{lucsymbols}{138}% unicode 221F \DeclareMathSymbol\starequal{0}{lucarrows}{26}% unicode 225B \DeclareMathSymbol\surfintegral{0}{lucletters}{139}% % unicode 222F \DeclareMathSymbol\tildetrpl{0}{lucsymbols}{158}% % unicode 224B \DeclareMathSymbol\truestate{0}{lucletters}{214}% unicode 22A7 \DeclareMathSymbol\ulcorn{0}{lucarrows}{91} \DeclareMathSymbol\upalpha{\mathord}{lucmathupright}{11} \DeclareMathSymbol\upbeta{\mathord}{lucmathupright}{12} \DeclareMathSymbol\upchi{\mathord}{lucmathupright}{31} \DeclareMathSymbol\updelta{\mathord}{lucmathupright}{14} \DeclareMathSymbol\upepsilon{\mathord}{lucmathupright}{15} \DeclareMathSymbol\upeta{\mathord}{lucmathupright}{17} \DeclareMathSymbol\upgamma{\mathord}{lucmathupright}{13} \DeclareMathSymbol\upiota{\mathord}{lucmathupright}{19} \DeclareMathSymbol\upkappa{\mathord}{lucmathupright}{20} \DeclareMathSymbol\uplambda{\mathord}{lucmathupright}{21} \DeclareMathSymbol\upmu{\mathord}{lucmathupright}{22} \DeclareMathSymbol\upnu{\mathord}{lucmathupright}{23} \DeclareMathSymbol\upomega{\mathord}{lucmathupright}{33} \DeclareMathSymbol\upphi{\mathord}{lucmathupright}{30} \DeclareMathSymbol\uppi{\mathord}{lucmathupright}{25} \DeclareMathSymbol\uppsi{\mathord}{lucmathupright}{32} \DeclareMathSymbol\uprho{\mathord}{lucmathupright}{26} \DeclareMathSymbol\upsigma{\mathord}{lucmathupright}{27} \DeclareMathSymbol\upslopeellipsis{0}{lucarrows}{21}% unicode 22F0 \DeclareMathSymbol\uptau{\mathord}{lucmathupright}{28} \DeclareMathSymbol\uptheta{\mathord}{lucmathupright}{18} \DeclareMathSymbol\upupsilon{\mathord}{lucmathupright}{29} \DeclareMathSymbol\upvarepsilon{\mathord}{lucmathupright}{34} \DeclareMathSymbol\upxi{\mathord}{lucmathupright}{24} \DeclareMathSymbol\upzeta{\mathord}{lucmathupright}{16} \DeclareMathSymbol\urcorn{0}{lucarrows}{92} \DeclareMathSymbol\vDash{\mathrel}{lucsymbols}{238} \DeclareMathSymbol\verymuchgreater{\mathrel}{lucletters}{223}% % unicode 22D9 \DeclareMathSymbol\verymuchless{\mathrel}{lucletters}{222}% % unicode 22D8 \DeclareMathSymbol\volintegral{0}{lucletters}{140}% % unicode 2230 \DeclareMathSymbol\zutdot{0}{lucarrows}{21} }{% \def\textGamma{\UnavailableSymbol{textGamma}} \def\textDelta{\UnavailableSymbol{textDelta}} \def\textTheta{\UnavailableSymbol{textTheta}} \def\textLambda{\UnavailableSymbol{textLambda}} \def\textXi{\UnavailableSymbol{textXi}} \def\textPi{\UnavailableSymbol{textPi}} \def\textSigma{\UnavailableSymbol{textSigma}} \def\textUpsilon{\UnavailableSymbol{textUpsilon}} \def\textPhi{\UnavailableSymbol{textPhi}} \def\textPsi{\UnavailableSymbol{textPsi}} \def\textOmega{\UnavailableSymbol{textOmega}} \def\textalpha{\UnavailableSymbol{textalpha}} \def\textbeta{\UnavailableSymbol{textbeta}} \def\textgamma{\UnavailableSymbol{textgamma}} \def\textdelta{\UnavailableSymbol{textdelta}} \def\textepsilon{\UnavailableSymbol{textepsilon}} \def\textzeta{\UnavailableSymbol{textzeta}} \def\texteta{\UnavailableSymbol{texteta}} \def\texttheta{\UnavailableSymbol{texttheta}} \def\textiota{\UnavailableSymbol{textiota}} \def\textkappa{\UnavailableSymbol{textkappa}} \def\textlambda{\UnavailableSymbol{textlambda}} \def\textmu{\UnavailableSymbol{textmu}} \def\textnu{\UnavailableSymbol{textnu}} \def\textxi{\UnavailableSymbol{textxi}} \def\textpi{\UnavailableSymbol{textpi}} \def\textrho{\UnavailableSymbol{textrho}} \def\textsigma{\UnavailableSymbol{textsigma}} \def\texttau{\UnavailableSymbol{texttau}} \def\textupsilon{\UnavailableSymbol{textupsilon}} \def\textphi{\UnavailableSymbol{textphi}} \def\textchi{\UnavailableSymbol{textchi}} \def\textpsi{\UnavailableSymbol{textpsi}} \def\textomega{\UnavailableSymbol{textomega}} \def\textvarepsilon{\UnavailableSymbol{textvarepsilon}} \def\textvarGamma{\UnavailableSymbol{textvarGamma}} \def\textvarDelta{\UnavailableSymbol{textvarDelta}} \def\textvarTheta{\UnavailableSymbol{textvarTheta}} \def\textvarLambda{\UnavailableSymbol{textvarLambda}} \def\textvarXi{\UnavailableSymbol{textvarXi}} \def\textvarPi{\UnavailableSymbol{textvarPi}} \def\textvarSigma{\UnavailableSymbol{textvarSigma}} \def\textvarUpsilon{\UnavailableSymbol{textvarUpsilon}} \def\textvarPhi{\UnavailableSymbol{textvarPhi}} \def\textvarPsi{\UnavailableSymbol{textvarPsi}} \def\textvarOmega{\UnavailableSymbol{textvarOmega}} \def\textvarkappa{\UnavailableSymbol{textvarkappa}} \def\textvartheta{\UnavailableSymbol{textvartheta}} \def\textvarpi{\UnavailableSymbol{textvarpi}} \def\textvarrho{\UnavailableSymbol{textvarrho}} \def\textvarsigma{\UnavailableSymbol{textvarsigma}} \def\textvarphi{\UnavailableSymbol{textvarphi}} \def\Colon{\UnavailableSymbol{Colon}} \def\VDash{\UnavailableSymbol{VDash}} \def\allequal{\UnavailableSymbol{allequal}} \def\apid{\UnavailableSymbol{apid}} \def\approxnotequal{\UnavailableSymbol{approxnotequal}} \def\arrowwaveleft{\UnavailableSymbol{arrowwaveleft}} \def\arrowwaveright{\UnavailableSymbol{arrowwaveright}} \def\blackcircle{\UnavailableSymbol{blackcircle}} \def\clwintegral{\UnavailableSymbol{clwintegral}} \def\colone{\UnavailableSymbol{colone}} \def\dblarrowupdown{\UnavailableSymbol{dblarrowupdown}} \def\dlcorn{\UnavailableSymbol{dlcorn}} \def\downslopeellipsis{\UnavailableSymbol{downslopeellipsis}} \def\drcorn{\UnavailableSymbol{drcorn}} \def\estimates{\UnavailableSymbol{estimates}} \def\eth{\UnavailableSymbol{eth}} \def\forcesextra{\UnavailableSymbol{forcesextra}} \def\greaterequivlnt{\UnavailableSymbol{greaterequivlnt}} \def\hermitconjmatrix{\UnavailableSymbol{hermitconjmatrix}} \def\homothetic{\UnavailableSymbol{homothetic}} \def\image{\UnavailableSymbol{image}} \def\lazysinv{\UnavailableSymbol{lazysinv}} \def\lessequivlnt{\UnavailableSymbol{lessequivlnt}} \def\notgreaterless{\UnavailableSymbol{notgreaterless}} \def\notlessgreater{\UnavailableSymbol{notlessgreater}} \def\openbracketleft{\UnavailableSymbol{openbracketleft}} \def\openbracketright{\UnavailableSymbol{openbracketright}} \def\original{\UnavailableSymbol{original}} \def\perspcorrespond{\UnavailableSymbol{perspcorrespond}} \def\precedesnotsimilar{\UnavailableSymbol{precedesnotsimilar}} \def\rightangle{\UnavailableSymbol{rightangle}} \def\rightanglearc{\UnavailableSymbol{rightanglearc}} \def\starequal{\UnavailableSymbol{starequal}} \def\surfintegral{\UnavailableSymbol{surfintegral}} \def\tildetrpl{\UnavailableSymbol{tildetrpl}} \def\truestate{\UnavailableSymbol{truestate}} \def\ulcorn{\UnavailableSymbol{ulcorn}} \def\upalpha{\UnavailableSymbol{upalpha}} \def\upbeta{\UnavailableSymbol{upbeta}} \def\upchi{\UnavailableSymbol{upchi}} \def\updelta{\UnavailableSymbol{updelta}} \def\upepsilon{\UnavailableSymbol{upepsilon}} \def\upeta{\UnavailableSymbol{upeta}} \def\upgamma{\UnavailableSymbol{upgamma}} \def\upiota{\UnavailableSymbol{upiota}} \def\upkappa{\UnavailableSymbol{upkappa}} \def\uplambda{\UnavailableSymbol{uplambda}} \def\upmu{\UnavailableSymbol{upmu}} \def\upnu{\UnavailableSymbol{upnu}} \def\upomega{\UnavailableSymbol{upomega}} \def\upphi{\UnavailableSymbol{upphi}} \def\uppi{\UnavailableSymbol{uppi}} \def\uppsi{\UnavailableSymbol{uppsi}} \def\uprho{\UnavailableSymbol{uprho}} \def\upsigma{\UnavailableSymbol{upsigma}} \def\upslopeellipsis{\UnavailableSymbol{upslopeellipsis}} \def\uptau{\UnavailableSymbol{uptau}} \def\uptheta{\UnavailableSymbol{uptheta}} \def\upupsilon{\UnavailableSymbol{upupsilon}} \def\upvarepsilon{\UnavailableSymbol{upvarepsilon}} \def\upxi{\UnavailableSymbol{upxi}} \def\upzeta{\UnavailableSymbol{upzeta}} \def\urcorn{\UnavailableSymbol{urcorn}} \def\vDash{\UnavailableSymbol{vDash}} \def\verymuchgreater{\UnavailableSymbol{verymuchgreater}} \def\verymuchless{\UnavailableSymbol{verymuchless}} \def\volintegral{\UnavailableSymbol{volintegral}} \def\zutdot{\UnavailableSymbol{zutdot}} } % % the Omega fonts % \DeclareFontEncoding{LECO}{}{} \DeclareFontEncoding{LECX}{}{} \DeclareFontEncoding{LECY}{}{} \DeclareFontEncoding{LEGR}{}{} \DeclareFontEncoding{LEHA}{}{} \DeclareFontEncoding{LEIP}{}{} \DeclareFontEncoding{LELA}{}{} \DeclareFontEncoding{LETI}{}{} \DeclareFontFamily{LECO}{omseco}{} \DeclareFontFamily{LECX}{omsecx}{} \DeclareFontFamily{LECY}{omsecy}{} \DeclareFontFamily{LEGR}{omsegr}{} \DeclareFontFamily{LEHA}{omseha}{} \DeclareFontFamily{LEIP}{omseip}{} \DeclareFontFamily{LELA}{omsela}{} \DeclareFontFamily{LETI}{omseti}{} \DeclareFontSubstitution{LECO}{omseco}{m}{n} \DeclareFontSubstitution{LECX}{omsecx}{m}{n} \DeclareFontSubstitution{LECY}{omsecy}{m}{n} \DeclareFontSubstitution{LEGR}{omsegr}{m}{n} \DeclareFontSubstitution{LEHA}{omseha}{m}{n} \DeclareFontSubstitution{LEIP}{omseip}{m}{n} \DeclareFontSubstitution{LELA}{omsela}{m}{n} \DeclareFontSubstitution{LETI}{omseti}{m}{n} \DeclareFontShape{LECO}{omseco}{m}{n}{<->omseco}{} \DeclareFontShape{LECX}{omsecx}{m}{n}{<->omsecx}{} \DeclareFontShape{LECY}{omsecy}{m}{n}{<->omsecy}{} \DeclareFontShape{LEGR}{omsegr}{m}{n}{<->omsegr}{} \DeclareFontShape{LEHA}{omseha}{m}{n}{<->omseha}{} \DeclareFontShape{LEIP}{omseip}{m}{n}{<->omseip}{} \DeclareFontShape{LELA}{omsela}{m}{n}{<->omsela}{} \DeclareFontShape{LETI}{omseti}{m}{n}{<->omseti}{} % other funny font setups \DeclareFontFamily{U}{euf}{}% \DeclareFontShape{U}{euf}{m}{n}{<-6>eufm5<6-8>eufm7<8->eufm10}{}% \DeclareFontShape{U}{euf}{b}{n}{<-6>eufb5<6-8>eufb7<8->eufb10}{}% \endinput F6E6 218 bbold a stmary 65 = 101 = E3/UE344 stmary 66 = 102 = E3/UE343 \expandafter\def\csname UE244\endcsname{msam/32} \expandafter\def\csname UE232\endcsname{msam/75} \expandafter\def\csname UE233\endcsname{msam/76} \expandafter\def\csname UE847\endcsname{msam/95} \expandafter\def\csname UE817\endcsname{msbm/30} \expandafter\def\csname UE816\endcsname{msbm/31} \expandafter\def\csname UE81C\endcsname{msbm/97} \expandafter\def\csname UE364\endcsname{mtmi/102} \expandafter\def\csname UE629\endcsname{mtmi/15} \expandafter\def\csname UE256\endcsname{mtsyn/10} \expandafter\def\csname UE254\endcsname{mtsyn/12} \expandafter\def\csname U2661\endcsname{mtsyn/126} \expandafter\def\csname UE809\endcsname{mtsyn/2} \expandafter\def\csname UE36A\endcsname{mtsyn/3} \expandafter\def\csname U220A\endcsname{mtsyn/50} \expandafter\def\csname U220D\endcsname{mtsyn/51} \expandafter\def\csname UE255\endcsname{mtsyn/8} jadetex-3.13/ut1omlgc.fd0100664000076600007660000000145507320150355013256 0ustar ianian%Filename: UT1omlgc.fd \DeclareFontFamily{UT1}{ptm}{} \DeclareFontShape{UT1}{ptm}{m}{n}{ <->omlgc }{} \DeclareFontShape{UT1}{ptm}{m}{sc}{ <-> ssub * omlgc/m/n }{} \DeclareFontShape{UT1}{ptm}{m}{it}{ <->omlgci }{} \DeclareFontShape{UT1}{ptm}{m}{sl}{ <-> ssub * omlgc/m/it }{} \DeclareFontShape{UT1}{ptm}{m}{itsc}{ <-> ssub * omlgc/m/it }{} \DeclareFontShape{UT1}{ptm}{m}{slsc}{ <-> ssub * omlgc/m/it }{} \DeclareFontShape{UT1}{ptm}{bx}{n}{ <->omlgcb }{} \DeclareFontShape{UT1}{ptm}{bx}{sc}{ <-> ssub * omlgc/bx/n }{} \DeclareFontShape{UT1}{ptm}{bx}{it}{ <->omlgcbi }{} \DeclareFontShape{UT1}{ptm}{bx}{itsc}{ <-> ssub * omlgc/bx/it }{} \DeclareFontShape{UT1}{ptm}{bx}{sl}{ <-> ssub * omlgc/bx/it }{} \DeclareFontShape{UT1}{ptm}{bx}{slsc}{ <-> ssub * omlgc/bx/it }{} \endinput