[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Merge branch 'mathcapture' into develop (35ba0495)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Jan 20 15:31:47 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/35ba04951341b0d1015ee923168f49678c7fa295

>---------------------------------------------------------------

commit 35ba04951341b0d1015ee923168f49678c7fa295
Merge: b5ed870b 1b7ad63b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jan 20 14:21:36 2023 +0000

    Merge branch 'mathcapture' into develop


>---------------------------------------------------------------

35ba04951341b0d1015ee923168f49678c7fa295
 .github/tl_packages                                |   15 +-
 .gitignore                                         |    3 +
 required/latex-lab/README.md                       |    2 +-
 required/latex-lab/build.lua                       |    7 +-
 required/latex-lab/changes.txt                     |    6 +-
 required/latex-lab/config-mathcapture.lua          |   10 +
 required/latex-lab/documentmetadata-support.dtx    |    4 +-
 required/latex-lab/latex-lab-amsmath.dtx           |  131 ++
 required/latex-lab/latex-lab-footnotes.dtx         |    2 +-
 required/latex-lab/latex-lab-mathcapture.dtx       |  516 ++++++++
 required/latex-lab/latex-lab-mathpkg.dtx           |  102 ++
 required/latex-lab/latex-lab-mathtools.dtx         |  223 ++++
 required/latex-lab/latex-lab-testphase.dtx         |   20 +-
 required/latex-lab/latex-lab.ins                   |   12 +-
 .../testfiles-mathcapture/mathcapture-001.lvt      |   57 +
 .../testfiles-mathcapture/mathcapture-001.tlg      |   23 +
 .../testfiles-mathcapture/mathcapture-002.lvt      |   74 ++
 .../testfiles-mathcapture/mathcapture-002.tlg      |   23 +
 .../testfiles-mathcapture/mathcapture-003.lvt      |   42 +
 .../testfiles-mathcapture/mathcapture-003.tlg      |    8 +
 .../testfiles-mathcapture/mathcapture-004.lvt      |   43 +
 .../testfiles-mathcapture/mathcapture-004.tlg      |    5 +
 .../testfiles-mathcapture/mathcapture-005.lvt      |   63 +
 .../testfiles-mathcapture/mathcapture-005.tlg      |   11 +
 .../testfiles-mathcapture/mathcapture-006.lvt      |   53 +
 .../testfiles-mathcapture/mathcapture-006.tlg      |    8 +
 .../testfiles-mathcapture/mathcapture-007.lvt      |   63 +
 .../testfiles-mathcapture/mathcapture-007.tlg      |   19 +
 .../testfiles-mathcapture/mathcapture-008.lvt      |  133 ++
 .../testfiles-mathcapture/mathcapture-008.tlg      |   32 +
 .../testfiles-mathcapture/mathcapture-009.lvt      |   48 +
 .../testfiles-mathcapture/mathcapture-009.tlg      |    7 +
 .../testfiles-mathcapture/mathcapture-010.lvt      |   42 +
 .../testfiles-mathcapture/mathcapture-010.tlg      |   17 +
 .../testfiles-mathcapture/mathcapture-011.lvt      |   51 +
 .../testfiles-mathcapture/mathcapture-011.tlg}     |   29 +-
 .../testfiles-mathcapture/mathcapture-012.lvt      |   83 ++
 .../testfiles-mathcapture/mathcapture-012.tlg      |   25 +
 .../testfiles-mathcapture/mathcapture-013.lvt      |   49 +
 .../testfiles-mathcapture/mathcapture-013.tlg      |    8 +
 .../testfiles-mathcapture/mathcapture-014.lvt      |   91 ++
 .../testfiles-mathcapture/mathcapture-014.tlg      |   31 +
 .../testfiles-mathcapture/mathcapture-tag-001.pvt  |   46 +
 .../testfiles-mathcapture/mathcapture-tag-001.tpf  | 1371 ++++++++++++++++++++
 required/latex-lab/update-mathcapture-all.sh       |   18 +
 45 files changed, 3595 insertions(+), 31 deletions(-)

diff --cc required/latex-lab/changes.txt
index 74312e03,ee336ca0..7bb78086
--- a/required/latex-lab/changes.txt
+++ b/required/latex-lab/changes.txt
@@@ -1,11 -1,8 +1,15 @@@
+ 2022-12-11 Joseph Wright <Joseph.Wright at latex-project.org>
+ 
+ 	* latex-lab-mathcapture.dtx
+ 	 New file to implement grabbing of math mode context
+ 
 +2022-04-11 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
 +
 +	* documentmeta-support.dtx:
 +	updated documentation
 +    * moved output patches from pdfresources to latex-lab-new-or-1
 +    * reorganized new-or: number subfiles as new-or-1, new-or-2 and load all with new-or.
 +
- 
  2022-07-22  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
  
  	* latex-lab-footnotes.dtx (subsection{Document-level commands}):
diff --cc required/latex-lab/documentmetadata-support.dtx
index 10c2a46b,5a6550b9..eb99fbd3
--- a/required/latex-lab/documentmetadata-support.dtx
+++ b/required/latex-lab/documentmetadata-support.dtx
@@@ -18,8 -18,8 +18,8 @@@
  % for those people who are interested or want to report an issue.
  %
  %    \begin{macrocode}
 -\def\documentmetadatasupportversion{1.0b}
 +\def\documentmetadatasupportversion{1.0c}
- \def\documentmetadatasupportdate{2022-11-04}
+ \def\documentmetadatasupportdate{2023-01-07}
  %    \end{macrocode}
  %
  %
diff --cc required/latex-lab/latex-lab.ins
index 2f387ef9,352810fb..ffee7597
--- a/required/latex-lab/latex-lab.ins
+++ b/required/latex-lab/latex-lab.ins
@@@ -71,13 -71,20 +71,21 @@@ where one can also log issues in case t
  
  \generate{\file{tagpdf-latex-lab-testphase.ltx}{\from{latex-lab-testphase.dtx}{tagpdf}}}
  \generate{\file{new-or-latex-lab-testphase.ltx}{\from{latex-lab-testphase.dtx}{new-or}}}
 +\generate{\file{new-or-1-latex-lab-testphase.ltx}{\from{latex-lab-testphase.dtx}{new-or-1}}}
+ 
+ \generate{\file{math-latex-lab-testphase.ltx}{\from{latex-lab-testphase.dtx}{math-lab}}}
+ \generate{\file{latex-lab-testphase-math.sty}{\from{latex-lab-testphase.dtx}{math-sty}}}  
+ 
 -
  % support files (the new-or code is a private package to make life easier)
  
 -\generate{\file{latex-lab-testphase-new-or.sty}{\from{latex-lab-new-or.dtx}{code}}}
 +\generate{\file{latex-lab-testphase-new-or-2.sty}{\from{latex-lab-new-or-2.dtx}{code}}}
 +\generate{\file{latex-lab-testphase-new-or-1.sty}{\from{latex-lab-new-or-1.dtx}{code}}}
  \generate{\file{latex-lab-footmisc.ltx}{\from{latex-lab-footnotes.dtx}{footmisc}}}
  \generate{\file{latex-lab-footnotes.ltx}{\from{latex-lab-footnotes.dtx}{kernel}}}
+ \generate{\file{latex-lab-mathcapture.ltx}{\from{latex-lab-mathcapture.dtx}{kernel}}}
  
+ \generate{\file{latex-lab-amsmath.ltx}{\from{latex-lab-amsmath.dtx}{kernel}}}
+ \generate{\file{latex-lab-mathtools.ltx}{\from{latex-lab-mathtools.dtx}{kernel}}}
+ \generate{\file{latex-lab-mathpkg.ltx}{\from{latex-lab-mathpkg.dtx}{kernel}}}
  
  \endbatchfile
diff --cc required/latex-lab/testfiles-mathcapture/mathcapture-tag-001.tpf
index 00000000,9a500996..15726328
mode 000000,100644..100644
--- a/required/latex-lab/testfiles-mathcapture/mathcapture-tag-001.tpf
+++ b/required/latex-lab/testfiles-mathcapture/mathcapture-tag-001.tpf
@@@ -1,0 -1,1160 +1,1371 @@@
+ %PDF-1.5
+ %ÐÔÅØ
+ 11 0 obj
+ << /MCID 0  >>
+ endobj
+ 14 0 obj
+ << /MCID 1  >>
+ endobj
+ 16 0 obj
+ << /MCID 2  >>
+ endobj
+ 17 0 obj
+ << /MCID 3  >>
+ endobj
+ 18 0 obj
+ << /MCID 4  >>
+ endobj
 -20 0 obj
++19 0 obj
++<<
++/Type /Metadata /Subtype /XML
++/Length 10297     
++>>
++stream
++<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
++<x:xmpmeta xmlns:x="adobe:ns:meta/">
++ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
++  <rdf:Description rdf:about=""
++    xmlns:pdf="http://ns.adobe.com/pdf/1.3/"
++    xmlns:xmpRights="http://ns.adobe.com/xap/1.0/rights/"
++    xmlns:dc="http://purl.org/dc/elements/1.1/"
++    xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
++    xmlns:xmp="http://ns.adobe.com/xap/1.0/"
++    xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
++    xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
++    xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/"
++    xmlns:pdfuaid="http://www.aiim.org/pdfua/ns/id/"
++    xmlns:pdfx="http://ns.adobe.com/pdfx/1.3/"
++    xmlns:pdfxid="http://www.npes.org/pdfx/ns/id/"
++    xmlns:prism="http://prismstandard.org/namespaces/basic/3.0/"
++    xmlns:stFnt="http://ns.adobe.com/xap/1.0/sType/Font#"
++    xmlns:Iptc4xmpCore="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/"
++    xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/"
++    xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#"
++    xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#"
++    xmlns:pdfaType="http://www.aiim.org/pdfa/ns/type#"
++    xmlns:pdfaField="http://www.aiim.org/pdfa/ns/field#">
++   <pdfaExtension:schemas>
++    <rdf:Bag>
++     <rdf:li rdf:parseType="Resource">
++      <pdfaSchema:schema>PDF/A Identification Schema</pdfaSchema:schema>
++      <pdfaSchema:prefix>pdfaid</pdfaSchema:prefix>
++      <pdfaSchema:namespaceURI>http://www.aiim.org/pdfa/ns/id/</pdfaSchema:namespaceURI>
++      <pdfaSchema:property>
++       <rdf:Seq>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>year</pdfaProperty:name>
++         <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
++         <pdfaProperty:category>internal</pdfaProperty:category>
++         <pdfaProperty:description>Year of standard</pdfaProperty:description>
++        </rdf:li>
++       </rdf:Seq>
++      </pdfaSchema:property>
++     </rdf:li>
++     <rdf:li rdf:parseType="Resource">
++      <pdfaSchema:schema>PDF/UA Universal Accessibility Schema</pdfaSchema:schema>
++      <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
++      <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
++      <pdfaSchema:property>
++       <rdf:Seq>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>part</pdfaProperty:name>
++         <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
++         <pdfaProperty:category>internal</pdfaProperty:category>
++         <pdfaProperty:description>Part of ISO 14289 standard</pdfaProperty:description>
++        </rdf:li>
++       </rdf:Seq>
++      </pdfaSchema:property>
++     </rdf:li>
++     <rdf:li rdf:parseType="Resource">
++      <pdfaSchema:schema>PDF/X ID Schema</pdfaSchema:schema>
++      <pdfaSchema:prefix>pdfxid</pdfaSchema:prefix>
++      <pdfaSchema:namespaceURI>http://www.npes.org/pdfx/ns/id/</pdfaSchema:namespaceURI>
++      <pdfaSchema:property>
++       <rdf:Seq>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>GTS_PDFXVersion</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>internal</pdfaProperty:category>
++         <pdfaProperty:description>ID of PDF/X standard</pdfaProperty:description>
++        </rdf:li>
++       </rdf:Seq>
++      </pdfaSchema:property>
++     </rdf:li>
++     <rdf:li rdf:parseType="Resource">
++      <pdfaSchema:schema>PRISM Basic Metadata</pdfaSchema:schema>
++      <pdfaSchema:prefix>prism</pdfaSchema:prefix>
++      <pdfaSchema:namespaceURI>http://prismstandard.org/namespaces/basic/3.0/</pdfaSchema:namespaceURI>
++      <pdfaSchema:property>
++       <rdf:Seq>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>complianceProfile</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>internal</pdfaProperty:category>
++         <pdfaProperty:description>PRISM specification compliance profile to which this document adheres</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>publicationName</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>external</pdfaProperty:category>
++         <pdfaProperty:description>Publicationname</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>aggregationType</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>external</pdfaProperty:category>
++         <pdfaProperty:description>Publicationtype</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>bookEdition</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>external</pdfaProperty:category>
++         <pdfaProperty:description>Edition of the book in which the document was published</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>volume</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>external</pdfaProperty:category>
++         <pdfaProperty:description>Publication volume number</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>number</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>external</pdfaProperty:category>
++         <pdfaProperty:description>Publication issue number within a volume</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>pageRange</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>external</pdfaProperty:category>
++         <pdfaProperty:description>Page range for the document within the print version of its publication</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>issn</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>external</pdfaProperty:category>
++         <pdfaProperty:description>ISSN for the printed publication in which the document was published</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>eIssn</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>external</pdfaProperty:category>
++         <pdfaProperty:description>ISSN for the electronic publication in which the document was published</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>isbn</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>external</pdfaProperty:category>
++         <pdfaProperty:description>ISBNforthepublicationinwhichthedocumentwaspublished</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>doi</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>external</pdfaProperty:category>
++         <pdfaProperty:description>Digital Object Identifier for the document</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>url</pdfaProperty:name>
++         <pdfaProperty:valueType>URL</pdfaProperty:valueType>
++         <pdfaProperty:category>external</pdfaProperty:category>
++         <pdfaProperty:description>URL at which the document can be found</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>byteCount</pdfaProperty:name>
++         <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
++         <pdfaProperty:category>internal</pdfaProperty:category>
++         <pdfaProperty:description>Approximate file size in octets</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>pageCount</pdfaProperty:name>
++         <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
++         <pdfaProperty:category>internal</pdfaProperty:category>
++         <pdfaProperty:description>Number of pages in the print version of the document</pdfaProperty:description>
++        </rdf:li>
++        <rdf:li rdf:parseType="Resource">
++         <pdfaProperty:name>subtitle</pdfaProperty:name>
++         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
++         <pdfaProperty:category>external</pdfaProperty:category>
++         <pdfaProperty:description>Document'ssubtitle</pdfaProperty:description>
++        </rdf:li>
++       </rdf:Seq>
++      </pdfaSchema:property>
++     </rdf:li>
++    </rdf:Bag>
++   </pdfaExtension:schemas>
++   <pdf:Producer>pdftex-1.4.24</pdf:Producer>
++   <pdf:PDFVersion>1.5</pdf:PDFVersion>
++   <dc:type>
++    <rdf:Bag>
++     <rdf:li>Text</rdf:li>
++    </rdf:Bag>
++   </dc:type>
++   <dc:language>
++    <rdf:Bag>
++     <rdf:li>en-US</rdf:li>
++    </rdf:Bag>
++   </dc:language>
++   <dc:date>
++    <rdf:Seq>
++     <rdf:li>2001-01-01T20:59:59-00:00</rdf:li>
++    </rdf:Seq>
++   </dc:date>
++   <dc:format>application/pdf</dc:format>
++   <dc:source>mathcapture-tag-001.tex</dc:source>
++   <xmp:CreatorTool>LaTeX</xmp:CreatorTool>
++   <xmp:CreateDate>2001-01-01T20:59:59-00:00</xmp:CreateDate>
++   <xmp:ModifyDate>2001-01-01T20:59:59-00:00</xmp:ModifyDate>
++   <xmp:MetadataDate>2001-01-01T20:59:59-00:00</xmp:MetadataDate>
++   <xmpMM:DocumentID>uuid:2a92866c-00f2-403e-8361-052c13267868</xmpMM:DocumentID>
++   <xmpMM:InstanceID>uuid:0a57c455-157a-4141-8c19-6237d832fc80</xmpMM:InstanceID>
++   <prism:complianceProfile>three</prism:complianceProfile>
++   <prism:pageCount>1</prism:pageCount>
++  </rdf:Description>
++ </rdf:RDF>
++</x:xmpmeta>
++<?xpacket end="w"?>
++endstream
++endobj
++21 0 obj
+ <<
+ /Length 2058      
+ >>
+ stream
+ /opacity1 gs
+ /Artifact BMC
+ EMC
+ /P /l3pdf1 BDC
+ BT
 -/F20 9.9626 Tf 148.712 657.235 Td [(some)]TJ/F31 1 Tf( )Tj/F20 9.9626 Tf 24.962 0 Td [(text)]TJ
++/F24 9.9626 Tf 148.712 657.235 Td [(some)]TJ/F35 1 Tf( )Tj/F24 9.9626 Tf 24.962 0 Td [(text)]TJ
+ ET
+ EMC
+ / /l3pdf2 BDC
+ BT
 -/F23 9.9626 Tf 249.74 635.318 Td [(A)]TJ/F19 6.9738 Tf 7.472 -1.495 Td [(1)]TJ/F20 9.9626 Tf 7.236 1.495 Td [(=)]TJ/F23 9.9626 Tf 10.517 0 Td [(N)]TJ/F19 6.9738 Tf 8.004 -1.495 Td [(0)]TJ/F20 9.9626 Tf 4.47 1.495 Td [(\050)]TJ/F23 9.9626 Tf 3.874 0 Td [(\025)]TJ/F20 9.9626 Tf 5.812 0 Td [(;)-167(\012)]TJ/F25 6.9738 Tf 11.623 4.113 Td [(0)]TJ/F20 9.9626 Tf 2.795 -4.113 Td [(\051)]TJ/F26 9.9626 Tf 6.088 0 Td [(\000)]TJ/F23 9.9626 Tf 9.963 0 Td [(\036)]TJ/F20 9.9626 Tf 5.936 0 Td [(\050)]TJ/F23 9.9626 Tf 3.874 0 Td [(\025)]TJ/F20 9.9626 Tf 5.812 0 Td [(;)-167(\012)]TJ/F25 6.9738 Tf 11.623 4.113 Td [(0)]TJ/F20 9.9626 Tf 2.795 -4.113 Td [(\051)]TJ/F31 1 Tf( )Tj/F20 9.9626 Tf 107.115 0 Td [(\0501\051)]TJ/F23 9.9626 Tf -215.009 -14.944 Td [(A)]TJ/F19 6.9738 Tf 7.472 -1.495 Td [(2)]TJ/F20 9.9626 Tf 7.237 1.495 Td [(=)]TJ/F23 9.9626 Tf 10.516 0 Td [(\036)]TJ/F20 9.9626 Tf 5.936 0 Td [(\050)]TJ/F23 9.9626 Tf 3.874 0 Td [(\025)]TJ/F20 9.9626 Tf 5.812 0 Td [(;)-167(\012)]TJ/F25 6.9738 Tf 11.623 4.113 Td [(0)]TJ/F20 9.9626 Tf 2.795 -4.113 Td [(\051)]TJ/F23 9.9626 Tf 3.874 0 Td [(\036)]TJ/F20 9.9626 Tf 5.936 0 Td [(\050)]TJ/F23 9.9626 Tf 3.875 0 Td [(\025)]TJ/F20 9.9626 Tf 5.811 0 Td [(;)-167(\012\051)]TJ/F31 1 Tf( )Tj/F20 9.9626 Tf 140.248 0 Td [(\0502\051)]TJ
++/F27 9.9626 Tf 249.74 635.318 Td [(A)]TJ/F23 6.9738 Tf 7.472 -1.495 Td [(1)]TJ/F24 9.9626 Tf 7.236 1.495 Td [(=)]TJ/F27 9.9626 Tf 10.517 0 Td [(N)]TJ/F23 6.9738 Tf 8.004 -1.495 Td [(0)]TJ/F24 9.9626 Tf 4.47 1.495 Td [(\050)]TJ/F27 9.9626 Tf 3.874 0 Td [(\025)]TJ/F24 9.9626 Tf 5.812 0 Td [(;)-167(\012)]TJ/F29 6.9738 Tf 11.623 4.113 Td [(0)]TJ/F24 9.9626 Tf 2.795 -4.113 Td [(\051)]TJ/F30 9.9626 Tf 6.088 0 Td [(\000)]TJ/F27 9.9626 Tf 9.963 0 Td [(\036)]TJ/F24 9.9626 Tf 5.936 0 Td [(\050)]TJ/F27 9.9626 Tf 3.874 0 Td [(\025)]TJ/F24 9.9626 Tf 5.812 0 Td [(;)-167(\012)]TJ/F29 6.9738 Tf 11.623 4.113 Td [(0)]TJ/F24 9.9626 Tf 2.795 -4.113 Td [(\051)]TJ/F35 1 Tf( )Tj/F24 9.9626 Tf 107.115 0 Td [(\0501\051)]TJ/F27 9.9626 Tf -215.009 -14.944 Td [(A)]TJ/F23 6.9738 Tf 7.472 -1.495 Td [(2)]TJ/F24 9.9626 Tf 7.237 1.495 Td [(=)]TJ/F27 9.9626 Tf 10.516 0 Td [(\036)]TJ/F24 9.9626 Tf 5.936 0 Td [(\050)]TJ/F27 9.9626 Tf 3.874 0 Td [(\025)]TJ/F24 9.9626 Tf 5.812 0 Td [(;)-167(\012)]TJ/F29 6.9738 Tf 11.623 4.113 Td [(0)]TJ/F24 9.9626 Tf 2.795 -4.113 Td [(\051)]TJ/F27 9.9626 Tf 3.874 0 Td [(\036)]TJ/F24 9.9626 Tf 5.936 0 Td [(\050)]TJ/F27 9.9626 Tf 3.875 0 Td [(\025)]TJ/F24 9.9626 Tf 5.811 0 Td [(;)-167(\012\051)]TJ/F35 1 Tf( )Tj/F24 9.9626 Tf 140.248 0 Td [(\0502\051)]TJ
+ ET
+ EMC
+ /Span /l3pdf3 BDC
+ BT
 -/F20 9.9626 Tf 133.768 595.467 Td [(and)]TJ/F31 1 Tf( )Tj/F20 9.9626 Tf 19.372 0 Td [(\014nally)]TJ
++/F24 9.9626 Tf 133.768 595.467 Td [(and)]TJ/F35 1 Tf( )Tj/F24 9.9626 Tf 19.372 0 Td [(\014nally)]TJ
+ ET
+ EMC
+ / /l3pdf4 BDC
+ BT
 -/F23 9.9626 Tf 249.74 570.56 Td [(A)]TJ/F19 6.9738 Tf 7.472 -1.494 Td [(3)]TJ/F20 9.9626 Tf 7.236 1.494 Td [(=)]TJ/F26 9.9626 Tf 10.517 0 Td [(N)]TJ/F20 9.9626 Tf 9.642 0 Td [(\050)]TJ/F23 9.9626 Tf 3.874 0 Td [(\025)]TJ/F20 9.9626 Tf 5.812 0 Td [(;)]TJ/F23 9.9626 Tf 4.428 0 Td [(!)]TJ/F20 9.9626 Tf 6.558 0 Td [(\051)]TJ
++/F27 9.9626 Tf 249.74 570.56 Td [(A)]TJ/F23 6.9738 Tf 7.472 -1.494 Td [(3)]TJ/F24 9.9626 Tf 7.236 1.494 Td [(=)]TJ/F30 9.9626 Tf 10.517 0 Td [(N)]TJ/F24 9.9626 Tf 9.642 0 Td [(\050)]TJ/F27 9.9626 Tf 3.874 0 Td [(\025)]TJ/F24 9.9626 Tf 5.812 0 Td [(;)]TJ/F27 9.9626 Tf 4.428 0 Td [(!)]TJ/F24 9.9626 Tf 6.558 0 Td [(\051)]TJ
+ ET
+ EMC
+ /P /l3pdf5 BDC
+ BT
 -/F20 9.9626 Tf 464.749 570.56 Td [(\0503\051)]TJ
++/F24 9.9626 Tf 464.749 570.56 Td [(\0503\051)]TJ
+ ET
+ EMC
+ /Artifact BMC
+ BT
 -/F20 9.9626 Tf 303.133 89.365 Td [(1)]TJ
++/F24 9.9626 Tf 303.133 89.365 Td [(1)]TJ
+ ET
+ EMC
+ endstream
+ endobj
+ 12 0 obj
+ <<
+ /Type /Page
 -/Contents 20 0 R
 -/Resources 19 0 R
++/Contents 21 0 R
++/Resources 20 0 R
+ /MediaBox [0 0 612 792]
+ /Tabs /S /StructParents 0 
 -/Parent 27 0 R
++/Parent 28 0 R
+ >>
+ endobj
 -19 0 obj
++20 0 obj
+ <<
+ /Properties <</l3pdf1 11 0 R /l3pdf2 14 0 R /l3pdf3 16 0 R /l3pdf4 17 0 R /l3pdf5 18 0 R >>/ExtGState 1 0 R 
 -/Font << /F20 21 0 R /F31 22 0 R /F23 23 0 R /F19 24 0 R /F25 25 0 R /F26 26 0 R >>
++/Font << /F24 22 0 R /F35 23 0 R /F27 24 0 R /F23 25 0 R /F29 26 0 R /F30 27 0 R >>
+ /ProcSet [ /PDF /Text ]
+ >>
+ endobj
+ 1 0 obj
+ << /opacity1 <</ca 1/CA 1>>  >>
+ endobj
 -28 0 obj
++29 0 obj
+ << /Marked true  >>
+ endobj
+ 6 0 obj
+ << /Nums [0 [ 10 0 R 13 0 R 15 0 R 13 0 R 10 0 R ]
+ ] >>
+ endobj
+ 7 0 obj
+ << /DocumentFragment /Art /Aside /Note /Title /H1 /Sub /Span /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /FENote /Note /Em /Span /Strong /Span  >>
+ endobj
+ 8 0 obj
+ [  ]
+ endobj
+ 9 0 obj
+ <<  /Type /StructElem /S /Document /P 5 0 R /K 10 0 R >>
+ endobj
+ 10 0 obj
+ <<  /Type /StructElem /S /P /P 9 0 R /K [<</Type /MCR /Pg 12 0 R/MCID 0>> 13 0 R <</Type /MCR /Pg 12 0 R/MCID 4>>] >>
+ endobj
+ 13 0 obj
+ <<  /Type /StructElem /S /Formula /P 10 0 R /K [<</Type /MCR /Pg 12 0 R/MCID 1>> 15 0 R <</Type /MCR /Pg 12 0 R/MCID 3>>] /Alt <FEFF0041005F003100200026003D0020004E005F003000200028005C006C0061006D0062006400610020003B0020005C004F006D0065006700610020002700290020002D0020005C007000680069002000280020005C006C0061006D0062006400610020003B0020005C004F006D0065006700610020002700290020005C005C00200041005F003200200026003D0020005C00700068006900200028005C006C0061006D0062006400610020003B0020005C004F006D0065006700610020002700290020005C00700068006900200028005C006C0061006D0062006400610020003B0020005C004F006D006500670061002000290020005C005C0020005C0069006E00740065007200740065007800740020007B0061006E0064002000660069006E0061006C006C0079007D00200041005F003300200026003D0020005C006D00610074006800630061006C0020007B004E007D00200028005C006C0061006D0062006400610020003B0020005C006F006D00650067006100200029> >>
+ endobj
+ 15 0 obj
+ <<  /Type /StructElem /S /Span /P 13 0 R /K <</Type /MCR /Pg 12 0 R/MCID 2>> >>
+ endobj
+ 5 0 obj
+ <<  /Type /StructTreeRoot /K 9 0 R /ParentTree 6 0 R /RoleMap 7 0 R /Namespaces 8 0 R >>
+ endobj
 -29 0 obj
++30 0 obj
+ [777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5]
+ endobj
 -30 0 obj
++31 0 obj
+ [329.4]
+ endobj
 -31 0 obj
++32 0 obj
+ [569.5 569.5 569.5 569.5]
+ endobj
 -32 0 obj
++33 0 obj
+ [583.3 602.6 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5]
+ endobj
 -33 0 obj
++34 0 obj
+ [1]
+ endobj
 -34 0 obj
++35 0 obj
+ [722.2 583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8]
+ endobj
 -35 0 obj
++36 0 obj
+ <<
+ /Length1 1460
+ /Length2 6887
+ /Length3 0
+ /Length 8347      
+ >>
+ [BINARY STREAM]
+ endobj
 -36 0 obj
++37 0 obj
+ <<
+ /Type /FontDescriptor
+ /FontName /LIWCYG+CMMI10
+ /Flags 4
+ /FontBBox [-32 -250 1048 750]
+ /Ascent 694
+ /CapHeight 683
+ /Descent -194
+ /ItalicAngle -14
+ /StemV 72
+ /XHeight 431
+ /CharSet (/A/N/lambda/omega/phi)
 -/FontFile 35 0 R
++/FontFile 36 0 R
+ >>
+ endobj
 -37 0 obj
++38 0 obj
+ <<
+ /Length1 1681
+ /Length2 11691
+ /Length3 0
+ /Length 13372     
+ >>
+ [BINARY STREAM]
+ endobj
 -38 0 obj
++39 0 obj
+ <<
+ /Type /FontDescriptor
+ /FontName /EILPOL+CMR10
+ /Flags 4
+ /FontBBox [-40 -250 1009 750]
+ /Ascent 694
+ /CapHeight 683
+ /Descent -194
+ /ItalicAngle 0
+ /StemV 69
+ /XHeight 431
+ /CharSet (/Omega/a/d/e/equal/fi/l/m/n/o/one/parenleft/parenright/s/semicolon/t/three/two/x/y)
 -/FontFile 37 0 R
++/FontFile 38 0 R
+ >>
+ endobj
 -39 0 obj
++40 0 obj
+ <<
+ /Length1 1408
+ /Length2 6427
+ /Length3 0
+ /Length 7835      
+ >>
+ [BINARY STREAM]
+ endobj
 -40 0 obj
++41 0 obj
+ <<
+ /Type /FontDescriptor
+ /FontName /SYGXDD+CMR7
+ /Flags 4
+ /FontBBox [-27 -250 1122 750]
+ /Ascent 694
+ /CapHeight 683
+ /Descent -194
+ /ItalicAngle 0
+ /StemV 79
+ /XHeight 431
+ /CharSet (/one/three/two/zero)
 -/FontFile 39 0 R
++/FontFile 40 0 R
+ >>
+ endobj
 -41 0 obj
++42 0 obj
+ <<
+ /Length1 1393
+ /Length2 6123
+ /Length3 0
+ /Length 7516      
+ >>
+ [BINARY STREAM]
+ endobj
 -42 0 obj
++43 0 obj
+ <<
+ /Type /FontDescriptor
+ /FontName /WGGNIM+CMSY10
+ /Flags 4
+ /FontBBox [-29 -960 1116 775]
+ /Ascent 750
+ /CapHeight 683
+ /Descent -194
+ /ItalicAngle -14
+ /StemV 40
+ /XHeight 431
+ /CharSet (/N/minus)
 -/FontFile 41 0 R
++/FontFile 42 0 R
+ >>
+ endobj
 -43 0 obj
++44 0 obj
+ <<
+ /Length1 1372
+ /Length2 5926
+ /Length3 0
+ /Length 7298      
+ >>
+ [BINARY STREAM]
+ endobj
 -44 0 obj
++45 0 obj
+ <<
+ /Type /FontDescriptor
+ /FontName /NSJEOL+CMSY7
+ /Flags 4
+ /FontBBox [-15 -951 1251 782]
+ /Ascent 750
+ /CapHeight 683
+ /Descent -194
+ /ItalicAngle -14
+ /StemV 49
+ /XHeight 431
+ /CharSet (/prime)
 -/FontFile 43 0 R
++/FontFile 44 0 R
+ >>
+ endobj
 -45 0 obj
++46 0 obj
+ <<
+ /Length1 839
+ /Length2 980
+ /Length3 0
+ /Length 1819      
+ >>
+ [BINARY STREAM]
+ endobj
 -46 0 obj
++47 0 obj
+ <<
+ /Type /FontDescriptor
+ /FontName /FRJGEQ+DummySpace
+ /Flags 4
+ /FontBBox [0 0 0 0]
+ /Ascent 0
+ /CapHeight 0
+ /Descent 0
+ /ItalicAngle 0
+ /StemV 0
+ /XHeight 400
+ /CharSet (/space)
 -/FontFile 45 0 R
++/FontFile 46 0 R
+ >>
+ endobj
 -47 0 obj
++48 0 obj
+ <<
+ /Length 1535      
+ >>
+ stream
+ %!PS-Adobe-3.0 Resource-CMap
+ %%DocumentNeededResources: ProcSet (CIDInit)
+ %%IncludeResource: ProcSet (CIDInit)
+ %%BeginResource: CMap (TeX-cmmi10-builtin-0)
+ %%Title: (TeX-cmmi10-builtin-0 TeX cmmi10-builtin 0)
+ %%Version: 1.000
+ %%EndComments
+ /CIDInit /ProcSet findresource begin
+ 12 dict begin
+ begincmap
+ /CIDSystemInfo
+ << /Registry (TeX)
+ /Ordering (cmmi10-builtin)
+ /Supplement 0
+ >> def
+ /CMapName /TeX-cmmi10-builtin-0 def
+ /CMapType 2 def
+ 1 begincodespacerange
+ <00> <FF>
+ endcodespacerange
+ 20 beginbfrange
+ <07> <08> <03A5>
+ <0B> <0E> <03B1>
+ <10> <15> <03B6>
+ <17> <18> <03BD>
+ <19> <1A> <03C0>
+ <1B> <1D> <03C3>
+ <1F> <21> <03C7>
+ <28> <29> <21BC>
+ <2A> <2B> <21C0>
+ <30> <39> <0030>
+ <41> <5A> <0041>
+ <5B> <5D> <266D>
+ <61> <7A> <0061>
+ <A8> <A9> <03A5>
+ <AE> <B1> <03B1>
+ <B3> <B8> <03B6>
+ <BA> <BB> <03BD>
+ <BC> <BD> <03C0>
+ <BE> <C0> <03C3>
+ <C2> <C3> <03C7>
+ endbfrange
+ 48 beginbfchar
+ <00> <0393>
+ <01> <2206>
+ <02> <0398>
+ <03> <039B>
+ <04> <039E>
+ <05> <03A0>
+ <06> <03A3>
+ <09> <03A8>
+ <0A> <2126>
+ <0F> <03F5>
+ <16> <00B5>
+ <1E> <03D5>
+ <22> <03B5>
+ <23> <03D1>
+ <24> <03D6>
+ <25> <03F1>
+ <26> <03C2>
+ <27> <03C6>
+ <2E> <25B7>
+ <2F> <25C1>
+ <3A> <002E>
+ <3B> <002C>
+ <3C> <003C>
+ <3D> <002F>
+ <3E> <003E>
+ <3F> <22C6>
+ <40> <2202>
+ <5E> <2323>
+ <5F> <2322>
+ <60> <2113>
+ <7B> <0131>
+ <7C> <0237>
+ <7D> <2118>
+ <7E> <20D7>
+ <80> <03C8>
+ <A0> <0020>
+ <A1> <0393>
+ <A2> <2206>
+ <A3> <0398>
+ <A4> <039B>
+ <A5> <039E>
+ <A6> <03A0>
+ <A7> <03A3>
+ <AA> <03A8>
+ <AD> <2126>
+ <B2> <03F5>
+ <B9> <00B5>
+ <C1> <03D5>
+ endbfchar
+ endcmap
+ CMapName currentdict /CMap defineresource pop
+ end
+ end
+ %%EndResource
+ %%EOF
+ endstream
+ endobj
 -23 0 obj
++24 0 obj
+ <<
+ /Type /Font
+ /Subtype /Type1
+ /BaseFont /LIWCYG+CMMI10
 -/FontDescriptor 36 0 R
++/FontDescriptor 37 0 R
+ /FirstChar 21
+ /LastChar 78
 -/Widths 32 0 R
 -/ToUnicode 47 0 R
++/Widths 33 0 R
++/ToUnicode 48 0 R
+ >>
+ endobj
 -48 0 obj
++49 0 obj
+ <<
+ /Length 1724      
+ >>
+ stream
+ %!PS-Adobe-3.0 Resource-CMap
+ %%DocumentNeededResources: ProcSet (CIDInit)
+ %%IncludeResource: ProcSet (CIDInit)
+ %%BeginResource: CMap (TeX-cmr10-builtin-0)
+ %%Title: (TeX-cmr10-builtin-0 TeX cmr10-builtin 0)
+ %%Version: 1.000
+ %%EndComments
+ /CIDInit /ProcSet findresource begin
+ 12 dict begin
+ begincmap
+ /CIDSystemInfo
+ << /Registry (TeX)
+ /Ordering (cmr10-builtin)
+ /Supplement 0
+ >> def
+ /CMapName /TeX-cmr10-builtin-0 def
+ /CMapType 2 def
+ 1 begincodespacerange
+ <00> <FF>
+ endcodespacerange
+ 7 beginbfrange
+ <07> <08> <03A5>
+ <23> <26> <0023>
+ <28> <3B> <0028>
+ <3F> <5B> <003F>
+ <61> <7A> <0061>
+ <7B> <7C> <2013>
+ <A8> <A9> <03A5>
+ endbfrange
+ 78 beginbfchar
+ <00> <0393>
+ <01> <2206>
+ <02> <0398>
+ <03> <039B>
+ <04> <039E>
+ <05> <03A0>
+ <06> <03A3>
+ <09> <03A8>
+ <0A> <2126>
+ <0B> <00660066>
+ <0C> <00660069>
+ <0D> <0066006C>
+ <0E> <006600660069>
+ <0F> <00660066006C>
+ <10> <0131>
+ <11> <0237>
+ <12> <0060>
+ <13> <00B4>
+ <14> <02C7>
+ <15> <02D8>
+ <16> <00AF>
+ <17> <02DA>
+ <18> <00B8>
+ <19> <00DF>
+ <1A> <00E6>
+ <1B> <0153>
+ <1C> <00F8>
+ <1D> <00C6>
+ <1E> <0152>
+ <1F> <00D8>
+ <21> <0021>
+ <22> <201D>
+ <27> <2019>
+ <3C> <00A1>
+ <3D> <003D>
+ <3E> <00BF>
+ <5C> <201C>
+ <5D> <005D>
+ <5E> <02C6>
+ <5F> <02D9>
+ <60> <2018>
+ <7D> <02DD>
+ <7E> <02DC>
+ <7F> <00A8>
+ <A0> <0020>
+ <A1> <0393>
+ <A2> <2206>
+ <A3> <0398>
+ <A4> <039B>
+ <A5> <039E>
+ <A6> <03A0>
+ <A7> <03A3>
+ <AA> <03A8>
+ <AB> <00AD>
+ <AC> <00A0>
+ <AD> <2126>
+ <AE> <00660066>
+ <AF> <00660069>
+ <B0> <0066006C>
+ <B1> <006600660069>
+ <B2> <00660066006C>
+ <B3> <0131>
+ <B4> <0237>
+ <B5> <0060>
+ <B6> <00B4>
+ <B7> <02C7>
+ <B8> <02D8>
+ <B9> <00AF>
+ <BA> <02DA>
+ <BB> <00B8>
+ <BC> <00DF>
+ <BD> <00E6>
+ <BE> <0153>
+ <BF> <00F8>
+ <C0> <00C6>
+ <C1> <0152>
+ <C2> <00D8>
+ <C4> <00A8>
+ endbfchar
+ endcmap
+ CMapName currentdict /CMap defineresource pop
+ end
+ end
+ %%EndResource
+ %%EOF
+ endstream
+ endobj
 -21 0 obj
++22 0 obj
+ <<
+ /Type /Font
+ /Subtype /Type1
+ /BaseFont /EILPOL+CMR10
 -/FontDescriptor 38 0 R
++/FontDescriptor 39 0 R
+ /FirstChar 10
+ /LastChar 121
 -/Widths 34 0 R
 -/ToUnicode 48 0 R
++/Widths 35 0 R
++/ToUnicode 49 0 R
+ >>
+ endobj
 -49 0 obj
++50 0 obj
+ <<
+ /Length 1719      
+ >>
+ stream
+ %!PS-Adobe-3.0 Resource-CMap
+ %%DocumentNeededResources: ProcSet (CIDInit)
+ %%IncludeResource: ProcSet (CIDInit)
+ %%BeginResource: CMap (TeX-cmr7-builtin-0)
+ %%Title: (TeX-cmr7-builtin-0 TeX cmr7-builtin 0)
+ %%Version: 1.000
+ %%EndComments
+ /CIDInit /ProcSet findresource begin
+ 12 dict begin
+ begincmap
+ /CIDSystemInfo
+ << /Registry (TeX)
+ /Ordering (cmr7-builtin)
+ /Supplement 0
+ >> def
+ /CMapName /TeX-cmr7-builtin-0 def
+ /CMapType 2 def
+ 1 begincodespacerange
+ <00> <FF>
+ endcodespacerange
+ 7 beginbfrange
+ <07> <08> <03A5>
+ <23> <26> <0023>
+ <28> <3B> <0028>
+ <3F> <5B> <003F>
+ <61> <7A> <0061>
+ <7B> <7C> <2013>
+ <A8> <A9> <03A5>
+ endbfrange
+ 78 beginbfchar
+ <00> <0393>
+ <01> <2206>
+ <02> <0398>
+ <03> <039B>
+ <04> <039E>
+ <05> <03A0>
+ <06> <03A3>
+ <09> <03A8>
+ <0A> <2126>
+ <0B> <00660066>
+ <0C> <00660069>
+ <0D> <0066006C>
+ <0E> <006600660069>
+ <0F> <00660066006C>
+ <10> <0131>
+ <11> <0237>
+ <12> <0060>
+ <13> <00B4>
+ <14> <02C7>
+ <15> <02D8>
+ <16> <00AF>
+ <17> <02DA>
+ <18> <00B8>
+ <19> <00DF>
+ <1A> <00E6>
+ <1B> <0153>
+ <1C> <00F8>
+ <1D> <00C6>
+ <1E> <0152>
+ <1F> <00D8>
+ <21> <0021>
+ <22> <201D>
+ <27> <2019>
+ <3C> <00A1>
+ <3D> <003D>
+ <3E> <00BF>
+ <5C> <201C>
+ <5D> <005D>
+ <5E> <02C6>
+ <5F> <02D9>
+ <60> <2018>
+ <7D> <02DD>
+ <7E> <02DC>
+ <7F> <00A8>
+ <A0> <0020>
+ <A1> <0393>
+ <A2> <2206>
+ <A3> <0398>
+ <A4> <039B>
+ <A5> <039E>
+ <A6> <03A0>
+ <A7> <03A3>
+ <AA> <03A8>
+ <AB> <00AD>
+ <AC> <00A0>
+ <AD> <2126>
+ <AE> <00660066>
+ <AF> <00660069>
+ <B0> <0066006C>
+ <B1> <006600660069>
+ <B2> <00660066006C>
+ <B3> <0131>
+ <B4> <0237>
+ <B5> <0060>
+ <B6> <00B4>
+ <B7> <02C7>
+ <B8> <02D8>
+ <B9> <00AF>
+ <BA> <02DA>
+ <BB> <00B8>
+ <BC> <00DF>
+ <BD> <00E6>
+ <BE> <0153>
+ <BF> <00F8>
+ <C0> <00C6>
+ <C1> <0152>
+ <C2> <00D8>
+ <C4> <00A8>
+ endbfchar
+ endcmap
+ CMapName currentdict /CMap defineresource pop
+ end
+ end
+ %%EndResource
+ %%EOF
+ endstream
+ endobj
 -24 0 obj
++25 0 obj
+ <<
+ /Type /Font
+ /Subtype /Type1
+ /BaseFont /SYGXDD+CMR7
 -/FontDescriptor 40 0 R
++/FontDescriptor 41 0 R
+ /FirstChar 48
+ /LastChar 51
 -/Widths 31 0 R
 -/ToUnicode 49 0 R
++/Widths 32 0 R
++/ToUnicode 50 0 R
+ >>
+ endobj
 -50 0 obj
++51 0 obj
+ <<
+ /Length 2050      
+ >>
+ stream
+ %!PS-Adobe-3.0 Resource-CMap
+ %%DocumentNeededResources: ProcSet (CIDInit)
+ %%IncludeResource: ProcSet (CIDInit)
+ %%BeginResource: CMap (TeX-cmsy10-builtin-0)
+ %%Title: (TeX-cmsy10-builtin-0 TeX cmsy10-builtin 0)
+ %%Version: 1.000
+ %%EndComments
+ /CIDInit /ProcSet findresource begin
+ 12 dict begin
+ begincmap
+ /CIDSystemInfo
+ << /Registry (TeX)
+ /Ordering (cmsy10-builtin)
+ /Supplement 0
+ >> def
+ /CMapName /TeX-cmsy10-builtin-0 def
+ /CMapType 2 def
+ 1 begincodespacerange
+ <00> <FF>
+ endcodespacerange
+ 27 beginbfrange
+ <08> <0C> <2295>
+ <12> <13> <2286>
+ <14> <15> <2264>
+ <16> <17> <2AAF>
+ <1A> <1B> <2282>
+ <1C> <1D> <226A>
+ <1E> <1F> <227A>
+ <23> <24> <2193>
+ <25> <26> <2197>
+ <2B> <2C> <21D3>
+ <3E> <3F> <22A4>
+ <41> <5A> <0041>
+ <5E> <5F> <2227>
+ <60> <61> <22A2>
+ <62> <63> <230A>
+ <64> <65> <2308>
+ <68> <69> <27E8>
+ <76> <77> <2291>
+ <79> <7A> <2020>
+ <A9> <AA> <2295>
+ <AD> <AF> <2297>
+ <B5> <B6> <2286>
+ <B7> <B8> <2264>
+ <B9> <BA> <2AAF>
+ <BD> <BE> <2282>
+ <BF> <C0> <226A>
+ <C1> <C2> <227A>
+ endbfrange
+ 81 beginbfchar
+ <00> <2212>
+ <01> <00B7>
+ <02> <00D7>
+ <03> <2217>
+ <04> <00F7>
+ <05> <22C4>
+ <06> <00B1>
+ <07> <2213>
+ <0D> <20DD>
+ <0E> <25E6>
+ <0F> <2022>
+ <10> <224D>
+ <11> <2261>
+ <18> <223C>
+ <19> <2248>
+ <20> <2190>
+ <21> <2192>
+ <22> <2191>
+ <27> <2243>
+ <28> <21D0>
+ <29> <21D2>
+ <2A> <21D1>
+ <2D> <2196>
+ <2E> <2199>
+ <2F> <221D>
+ <30> <2032>
+ <31> <221E>
+ <32> <2208>
+ <33> <220B>
+ <34> <25B3>
+ <35> <25BD>
+ <36> <0338>
+ <38> <2200>
+ <39> <2203>
+ <3A> <00AC>
+ <3B> <2205>
+ <3C> <211C>
+ <3D> <2111>
+ <40> <2135>
+ <5B> <222A>
+ <5C> <2229>
+ <5D> <228E>
+ <66> <007B>
+ <67> <007D>
+ <6A> <007C>
+ <6B> <2225>
+ <6C> <2195>
+ <6D> <21D5>
+ <6E> <005C>
+ <6F> <2240>
+ <70> <221A>
+ <71> <2A3F>
+ <72> <2207>
+ <73> <222B>
+ <74> <2294>
+ <75> <2293>
+ <78> <00A7>
+ <7B> <00B6>
+ <7C> <2663>
+ <7D> <2662>
+ <7E> <2661>
+ <7F> <2660>
+ <80> <2190>
+ <A0> <0020>
+ <A1> <2212>
+ <A2> <00B7>
+ <A3> <00D7>
+ <A4> <2217>
+ <A5> <00F7>
+ <A6> <22C4>
+ <A7> <00B1>
+ <A8> <2213>
+ <B0> <20DD>
+ <B1> <25E6>
+ <B2> <2022>
+ <B3> <224D>
+ <B4> <2261>
+ <BB> <223C>
+ <BC> <2248>
+ <C3> <2190>
+ <C4> <2660>
+ endbfchar
+ endcmap
+ CMapName currentdict /CMap defineresource pop
+ end
+ end
+ %%EndResource
+ %%EOF
+ endstream
+ endobj
 -26 0 obj
++27 0 obj
+ <<
+ /Type /Font
+ /Subtype /Type1
+ /BaseFont /WGGNIM+CMSY10
 -/FontDescriptor 42 0 R
++/FontDescriptor 43 0 R
+ /FirstChar 0
+ /LastChar 78
 -/Widths 29 0 R
 -/ToUnicode 50 0 R
++/Widths 30 0 R
++/ToUnicode 51 0 R
+ >>
+ endobj
 -51 0 obj
++52 0 obj
+ <<
+ /Length 2045      
+ >>
+ stream
+ %!PS-Adobe-3.0 Resource-CMap
+ %%DocumentNeededResources: ProcSet (CIDInit)
+ %%IncludeResource: ProcSet (CIDInit)
+ %%BeginResource: CMap (TeX-cmsy7-builtin-0)
+ %%Title: (TeX-cmsy7-builtin-0 TeX cmsy7-builtin 0)
+ %%Version: 1.000
+ %%EndComments
+ /CIDInit /ProcSet findresource begin
+ 12 dict begin
+ begincmap
+ /CIDSystemInfo
+ << /Registry (TeX)
+ /Ordering (cmsy7-builtin)
+ /Supplement 0
+ >> def
+ /CMapName /TeX-cmsy7-builtin-0 def
+ /CMapType 2 def
+ 1 begincodespacerange
+ <00> <FF>
+ endcodespacerange
+ 27 beginbfrange
+ <08> <0C> <2295>
+ <12> <13> <2286>
+ <14> <15> <2264>
+ <16> <17> <2AAF>
+ <1A> <1B> <2282>
+ <1C> <1D> <226A>
+ <1E> <1F> <227A>
+ <23> <24> <2193>
+ <25> <26> <2197>
+ <2B> <2C> <21D3>
+ <3E> <3F> <22A4>
+ <41> <5A> <0041>
+ <5E> <5F> <2227>
+ <60> <61> <22A2>
+ <62> <63> <230A>
+ <64> <65> <2308>
+ <68> <69> <27E8>
+ <76> <77> <2291>
+ <79> <7A> <2020>
+ <A9> <AA> <2295>
+ <AD> <AF> <2297>
+ <B5> <B6> <2286>
+ <B7> <B8> <2264>
+ <B9> <BA> <2AAF>
+ <BD> <BE> <2282>
+ <BF> <C0> <226A>
+ <C1> <C2> <227A>
+ endbfrange
+ 81 beginbfchar
+ <00> <2212>
+ <01> <00B7>
+ <02> <00D7>
+ <03> <2217>
+ <04> <00F7>
+ <05> <22C4>
+ <06> <00B1>
+ <07> <2213>
+ <0D> <20DD>
+ <0E> <25E6>
+ <0F> <2022>
+ <10> <224D>
+ <11> <2261>
+ <18> <223C>
+ <19> <2248>
+ <20> <2190>
+ <21> <2192>
+ <22> <2191>
+ <27> <2243>
+ <28> <21D0>
+ <29> <21D2>
+ <2A> <21D1>
+ <2D> <2196>
+ <2E> <2199>
+ <2F> <221D>
+ <30> <2032>
+ <31> <221E>
+ <32> <2208>
+ <33> <220B>
+ <34> <25B3>
+ <35> <25BD>
+ <36> <0338>
+ <38> <2200>
+ <39> <2203>
+ <3A> <00AC>
+ <3B> <2205>
+ <3C> <211C>
+ <3D> <2111>
+ <40> <2135>
+ <5B> <222A>
+ <5C> <2229>
+ <5D> <228E>
+ <66> <007B>
+ <67> <007D>
+ <6A> <007C>
+ <6B> <2225>
+ <6C> <2195>
+ <6D> <21D5>
+ <6E> <005C>
+ <6F> <2240>
+ <70> <221A>
+ <71> <2A3F>
+ <72> <2207>
+ <73> <222B>
+ <74> <2294>
+ <75> <2293>
+ <78> <00A7>
+ <7B> <00B6>
+ <7C> <2663>
+ <7D> <2662>
+ <7E> <2661>
+ <7F> <2660>
+ <80> <2190>
+ <A0> <0020>
+ <A1> <2212>
+ <A2> <00B7>
+ <A3> <00D7>
+ <A4> <2217>
+ <A5> <00F7>
+ <A6> <22C4>
+ <A7> <00B1>
+ <A8> <2213>
+ <B0> <20DD>
+ <B1> <25E6>
+ <B2> <2022>
+ <B3> <224D>
+ <B4> <2261>
+ <BB> <223C>
+ <BC> <2248>
+ <C3> <2190>
+ <C4> <2660>
+ endbfchar
+ endcmap
+ CMapName currentdict /CMap defineresource pop
+ end
+ end
+ %%EndResource
+ %%EOF
+ endstream
+ endobj
 -25 0 obj
++26 0 obj
+ <<
+ /Type /Font
+ /Subtype /Type1
+ /BaseFont /NSJEOL+CMSY7
 -/FontDescriptor 44 0 R
++/FontDescriptor 45 0 R
+ /FirstChar 48
+ /LastChar 48
 -/Widths 30 0 R
 -/ToUnicode 51 0 R
++/Widths 31 0 R
++/ToUnicode 52 0 R
+ >>
+ endobj
 -52 0 obj
++53 0 obj
+ <<
+ /Length 1334      
+ >>
+ stream
+ %!PS-Adobe-3.0 Resource-CMap
+ %%DocumentNeededResources: ProcSet (CIDInit)
+ %%IncludeResource: ProcSet (CIDInit)
+ %%BeginResource: CMap (TeX-dummy-space-builtin-0)
+ %%Title: (TeX-dummy-space-builtin-0 TeX dummy-space-builtin 0)
+ %%Version: 1.000
+ %%EndComments
+ /CIDInit /ProcSet findresource begin
+ 12 dict begin
+ begincmap
+ /CIDSystemInfo
+ << /Registry (TeX)
+ /Ordering (dummy-space-builtin)
+ /Supplement 0
+ >> def
+ /CMapName /TeX-dummy-space-builtin-0 def
+ /CMapType 2 def
+ 1 begincodespacerange
+ <00> <FF>
+ endcodespacerange
+ 7 beginbfrange
+ <20> <26> <0020>
+ <28> <5F> <0028>
+ <61> <7E> <0061>
+ <A1> <A3> <00A1>
+ <AC> <AD> <2039>
+ <B2> <B3> <2020>
+ <C6> <C7> <02D8>
+ endbfrange
+ 47 beginbfchar
+ <27> <2019>
+ <60> <2018>
+ <A4> <2044>
+ <A5> <00A5>
+ <A6> <0192>
+ <A7> <00A7>
+ <A8> <00A4>
+ <A9> <0027>
+ <AA> <201C>
+ <AB> <00AB>
+ <AE> <00660069>
+ <AF> <0066006C>
+ <B1> <2013>
+ <B4> <00B7>
+ <B6> <00B6>
+ <B7> <2022>
+ <B8> <201A>
+ <B9> <201E>
+ <BA> <201D>
+ <BB> <00BB>
+ <BC> <2026>
+ <BD> <2030>
+ <BF> <00BF>
+ <C1> <0060>
+ <C2> <00B4>
+ <C3> <02C6>
+ <C4> <02DC>
+ <C5> <00AF>
+ <C8> <00A8>
+ <CA> <02DA>
+ <CB> <00B8>
+ <CD> <02DD>
+ <CE> <02DB>
+ <CF> <02C7>
+ <D0> <2014>
+ <E1> <00C6>
+ <E3> <00AA>
+ <E8> <0141>
+ <E9> <00D8>
+ <EA> <0152>
+ <EB> <00BA>
+ <F1> <00E6>
+ <F5> <0131>
+ <F8> <0142>
+ <F9> <00F8>
+ <FA> <0153>
+ <FB> <00DF>
+ endbfchar
+ endcmap
+ CMapName currentdict /CMap defineresource pop
+ end
+ end
+ %%EndResource
+ %%EOF
+ endstream
+ endobj
 -22 0 obj
++23 0 obj
+ <<
+ /Type /Font
+ /Subtype /Type1
+ /BaseFont /FRJGEQ+DummySpace
 -/FontDescriptor 46 0 R
++/FontDescriptor 47 0 R
+ /FirstChar 32
+ /LastChar 32
 -/Widths 33 0 R
 -/ToUnicode 52 0 R
++/Widths 34 0 R
++/ToUnicode 53 0 R
+ >>
+ endobj
 -27 0 obj
++28 0 obj
+ <<
+ /Type /Pages
+ /Count 1
+ /Kids [12 0 R]
+ >>
+ endobj
 -53 0 obj
++54 0 obj
+ <<
+ /Type /Catalog
 -/Pages 27 0 R
 -/MarkInfo 28 0 R/Lang (en-US)/StructTreeRoot 5 0 R
++/Pages 28 0 R
++/MarkInfo 29 0 R/Lang (en-US)/Metadata 19 0 R/StructTreeRoot 5 0 R
+ >>
+ endobj
 -54 0 obj
++55 0 obj
+ <<
 -/Creator (TeX)/Producer (pdfTeX)/CreationDate (D:20010101205959-00'00')/ModDate (D:20010101205959-00'00')
++/Producer (pdfTeX)/Creator (TeX)/CreationDate (D:20010101205959-00'00')/ModDate (D:20010101205959-00'00')
+ /Trapped /False
+ >>
+ endobj
+ xref
 -0 55
++0 56
+ 0000000002 65535 f 
 -0000002661 00000 n 
++0000013047 00000 n 
+ 0000000003 00000 f 
+ 0000000004 00000 f 
+ 0000000000 00000 f 
 -0000004197 00000 n 
 -0000002744 00000 n 
 -0000002815 00000 n 
 -0000002966 00000 n 
 -0000002986 00000 n 
 -0000003058 00000 n 
++0000014583 00000 n 
++0000013130 00000 n 
++0000013201 00000 n 
++0000013352 00000 n 
++0000013372 00000 n 
++0000013444 00000 n 
+ 0000000015 00000 n 
 -0000002287 00000 n 
 -0000003192 00000 n 
++0000012673 00000 n 
++0000013578 00000 n 
+ 0000000046 00000 n 
 -0000004101 00000 n 
++0000014487 00000 n 
+ 0000000077 00000 n 
+ 0000000108 00000 n 
+ 0000000139 00000 n 
 -0000002422 00000 n 
+ 0000000170 00000 n 
 -0000057521 00000 n 
 -0000065533 00000 n 
 -0000055580 00000 n 
 -0000059457 00000 n 
 -0000063983 00000 n 
 -0000061722 00000 n 
 -0000065695 00000 n 
 -0000002708 00000 n 
 -0000004301 00000 n 
 -0000004754 00000 n 
 -0000004778 00000 n 
 -0000004820 00000 n 
 -0000005144 00000 n 
 -0000005164 00000 n 
 -0000005786 00000 n 
 -0000014231 00000 n 
 -0000014470 00000 n 
 -0000027941 00000 n 
 -0000028238 00000 n 
 -0000036171 00000 n 
 -0000036404 00000 n 
 -0000044018 00000 n 
 -0000044244 00000 n 
 -0000051640 00000 n 
 -0000051863 00000 n 
 -0000053778 00000 n 
 -0000053986 00000 n 
 -0000055738 00000 n 
 -0000057679 00000 n 
 -0000059613 00000 n 
 -0000061879 00000 n 
 -0000064140 00000 n 
 -0000065754 00000 n 
 -0000065856 00000 n 
++0000012808 00000 n 
++0000010556 00000 n 
++0000067907 00000 n 
++0000075919 00000 n 
++0000065966 00000 n 
++0000069843 00000 n 
++0000074369 00000 n 
++0000072108 00000 n 
++0000076081 00000 n 
++0000013094 00000 n 
++0000014687 00000 n 
++0000015140 00000 n 
++0000015164 00000 n 
++0000015206 00000 n 
++0000015530 00000 n 
++0000015550 00000 n 
++0000016172 00000 n 
++0000024617 00000 n 
++0000024856 00000 n 
++0000038327 00000 n 
++0000038624 00000 n 
++0000046557 00000 n 
++0000046790 00000 n 
++0000054404 00000 n 
++0000054630 00000 n 
++0000062026 00000 n 
++0000062249 00000 n 
++0000064164 00000 n 
++0000064372 00000 n 
++0000066124 00000 n 
++0000068065 00000 n 
++0000069999 00000 n 
++0000072265 00000 n 
++0000074526 00000 n 
++0000076140 00000 n 
++0000076258 00000 n 
+ trailer
 -<< /Size 55
 -/Root 53 0 R
 -/Info 54 0 R
++<< /Size 56
++/Root 54 0 R
++/Info 55 0 R
+ /ID [<9BD18DF3359C1216B83ADB4AA401CC9A> <9BD18DF3359C1216B83ADB4AA401CC9A>] >>
+ startxref
 -66000
++76402
+ %%EOF





More information about the latex3-commits mailing list.