Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • communication/duniter-whitepaper
  • tykayn/duniter-whitepaper
  • tuxmain/duniter-whitepaper
3 results
Select Git revision
Show changes
Commits on Source (1)
Showing
with 1281 additions and 1443 deletions
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -59,7 +59,7 @@ formula :
.. math::
:label: ud
UD(t+1) = UD(t) + c^2 \times {M(t) \over N(t)}
\mathit{UD}(t+1) = \mathit{UD}(t) + c^2 \times {M(t) \over N(t)}
Duniter is based on a decentralized Blockchain. This technical choice
allows irreversibility of transaction and uncensorability of trades and
......@@ -78,7 +78,7 @@ The informations are relevant for the v13 of the Duniter Protocol.
.. _state-of-the-art-bitcoin-case:
State of the art: Bitcoin case
-------------------------------
------------------------------
.. raw:: html
......@@ -94,7 +94,7 @@ technical aspects.
.. _monetary-creation-a-space-time-asymmetry:
Monetary creation of Bitcoin: a space-time asymmetry
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Space-time asymmetry refers to the relative access of individuals to
newly created money [#RTM]_. Concretely, most existing currencies (c. 2020)
......@@ -166,7 +166,7 @@ Trust principles, that will be exposed later.
.. _proof-of-work-mining-a-power-race:
Proof-of-Work mining: a power race
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In Bitcoin Model, the calculation and incentive principles cause a power
race: new Bitcoins are created for the owners of the most numerous,
......@@ -179,7 +179,7 @@ the participation of low-end hardware in the Duniter network, leading to
a better decentralization of blockchain validation.
What about Proof of Stake?
^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^
Proof of stake consensus algorythm was first introduced in 2012 [#PPCoin]_.
The basic principle is to allow the richest wallets to issue blocks,
......@@ -352,7 +352,7 @@ into few principles:
legitimate identity.
The aim of the WoT is to identify a blockchain account to a living
human. According to Lauterbach et.al [#CouchSurf]_, the strengh of a relationship
human. According to Lauterbach et al. [#CouchSurf]_, the strengh of a relationship
should be considered when building a vouch system. For this reason, the
Ğ1 Web of Trust rules are expressed in a licence stating what WoT
certifications are. A certification represents a strong human
......@@ -374,7 +374,7 @@ parameters individually, while Duniter sets rules for
the whole community in the block #0, and don't let users chose their particular parameters.
Why do we need a Web of Trust?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
There are two reasons we need it:
......@@ -459,7 +459,7 @@ communication network.
.. _graph-theory-vocabulary:
A few foundational concepts on graph theory: a bit of vocabulary
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- **Graph**: set of points -called ‘vertices’- joined by edges -called
paths/walks-.
......@@ -582,7 +582,7 @@ defining what a ‘referent member’ is:
.. math::
:label: referent_member
D \geq {CEIL (N^{-1} \over stepmax)}
D \geq {CEIL ({N^{-1} \over stepmax})}
As the size of the web will grow this number will grow too, meaning it will
take more certification issuances to become a referent member. The
......@@ -867,7 +867,7 @@ to allow one to certify at the end of every working week -five days-
instead of a whole calendar one.
Trust me now, trust me forever? (``sigValidity``, ``msValidity``)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
There would be two main drawbacks to a lifetime membership in the Ğ1’s
Web of Trust:
......@@ -1002,7 +1002,7 @@ consumption compared to BitCoin : an “ecological” PoW ?
.. _why-proof-of-work:
Why do we need Proof of Work?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Duniter nodes share a database as part of a p2p environment. The proof
of work (PoW) allows machines to synchronize with each other. In
......@@ -1051,7 +1051,7 @@ a privacy-first internet cube.
.. _how-does-duniter-pow-work:
How does it work?
~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
.. _the-hash:
......@@ -1084,7 +1084,7 @@ blocktime creation by increasing itself if the creation interval drops
under ``avgGenTime`` and vice-versa.
How is difficulty applied?
'''''''''''''''''''''''''''
''''''''''''''''''''''''''
The numeric value of difficulty is taken from an array of possible
hashes out of all possible hashes. In DUBPv13 the hash of a block is its
......@@ -1186,7 +1186,7 @@ meaning that if there are fifteen members currently forging, the
member’s exclusion factor will drop down to one after five blocks.
What is intended by “the number of members forging”?
'''''''''''''''''''''''''''''''''''''''''''''''''''''
''''''''''''''''''''''''''''''''''''''''''''''''''''
We mean the number of members trying to create the next block. In
reality, there is no way to precisely know how many members are
......@@ -1399,13 +1399,13 @@ libre Currency can be issued thanks to the Universal Dividend.
More than that, Duniter proposes a new model for securing a Blockchain
in an efficient and decentralized way. Basing the security on a Web of
Trust with an individualised security makes the calculation rules more
fair. A side-effect of this choice is a network consisting mostly of
fair. A side effect of this choice is a network consisting mostly of
low-end computers, maintaining a good security and helping
decentralization of calculation.
The ultimate goal of Duniter project is to allow people to participate
in a libre economy, thanks to a libre currency. What is a libre economy
? The Relative Theory of Money defines it through four economic
in a libre economy, thanks to a libre currency. What is a libre economy?
The Relative Theory of Money defines it through four economic
liberties:
- The freedom to choose your currency system: because money should not
......@@ -1425,8 +1425,8 @@ get it, this is the goal: free economy through free currency.
.. _sources:
Sources :
---------
Sources
-------
.. [#Bitcoin]
Bitcoin Whitepaper, S.Nakamoto, 2008:
......
......@@ -15,6 +15,12 @@ div.clearer {
clear: both;
}
div.section::after {
display: block;
content: '';
clear: left;
}
/* -- relbar ---------------------------------------------------------------- */
div.related {
......@@ -328,8 +334,8 @@ p.sidebar-title {
font-weight: bold;
}
div.admonition, div.topic, pre, div[class|="highlight"] {
clear: both;
div.admonition, div.topic, blockquote {
clear: left;
}
/* -- topics ---------------------------------------------------------------- */
......@@ -338,7 +344,6 @@ div.topic {
border: 1px solid #ccc;
padding: 7px;
margin: 10px 0 10px 0;
overflow-x: auto;
}
p.topic-title {
......@@ -353,7 +358,6 @@ div.admonition {
margin-top: 10px;
margin-bottom: 10px;
padding: 7px;
overflow-x: auto;
}
div.admonition dt {
......@@ -378,6 +382,15 @@ div.admonition > :last-child {
margin-bottom: 0;
}
div.sidebar::after,
div.topic::after,
div.admonition::after,
blockquote::after {
display: block;
content: '';
clear: both;
}
/* -- tables ---------------------------------------------------------------- */
table.docutils {
......@@ -513,28 +526,31 @@ ol.upperroman {
list-style: upper-roman;
}
ol > li:first-child > :first-child,
ul > li:first-child > :first-child {
:not(li) > ol > li:first-child > :first-child,
:not(li) > ul > li:first-child > :first-child {
margin-top: 0px;
}
ol ol > li:first-child > :first-child,
ol ul > li:first-child > :first-child,
ul ol > li:first-child > :first-child,
ul ul > li:first-child > :first-child {
margin-top: revert;
:not(li) > ol > li:last-child > :last-child,
:not(li) > ul > li:last-child > :last-child {
margin-bottom: 0px;
}
ol > li:last-child > :last-child,
ul > li:last-child > :last-child {
margin-bottom: 0px;
ol.simple ol p,
ol.simple ul p,
ul.simple ol p,
ul.simple ul p {
margin-top: 0;
}
ol ol > li:last-child > :last-child,
ol ul > li:last-child > :last-child,
ul ol > li:last-child > :last-child,
ul ul > li:last-child > :last-child {
margin-bottom: revert;
ol.simple > li:not(:first-child) > p,
ul.simple > li:not(:first-child) > p {
margin-top: 0;
}
ol.simple p,
ul.simple p {
margin-bottom: 0;
}
dl.footnote > dt,
......@@ -677,6 +693,10 @@ pre {
overflow-y: hidden; /* fixes display issues on Chrome browsers */
}
pre, div[class|="highlight"] {
clear: both;
}
span.pre {
-moz-hyphens: none;
-ms-hyphens: none;
......
......@@ -86,7 +86,7 @@
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2020, Matograine.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.1.1.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.1.2.
</div>
</body>
</html>
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -80,7 +80,7 @@
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2020, Matograine.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.1.1.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.1.2.
</div>
</body>
</html>
\ No newline at end of file
......@@ -80,7 +80,7 @@ will use a Web of Trust with specific rules. As the number of members
may evolve, the Universal Dividend has to be created according to the
formula:</p>
<div class="math notranslate nohighlight" id="equation-ud">
<span class="eqno">(1)<a class="headerlink" href="#equation-ud" title="Permalink to this equation"></a></span>\[UD(t+1) = UD(t) + c^2 \times {M(t) \over N(t)}\]</div>
<span class="eqno">(1)<a class="headerlink" href="#equation-ud" title="Permalink to this equation"></a></span>\[\mathit{UD}(t+1) = \mathit{UD}(t) + c^2 \times {M(t) \over N(t)}\]</div>
<p>Duniter is based on a decentralized Blockchain. This technical choice
allows irreversibility of transaction and uncensorability of trades and
identities. While inspired by Bitcoin, Duniter uses a Web of Trust and
......@@ -314,7 +314,7 @@ limited lifespan.</p></li>
legitimate identity.</p></li>
</ul>
<p>The aim of the WoT is to identify a blockchain account to a living
human. According to Lauterbach et.al <a class="footnote-reference brackets" href="#couchsurf" id="id13">7</a>, the strengh of a relationship
human. According to Lauterbach et al. <a class="footnote-reference brackets" href="#couchsurf" id="id13">7</a>, the strengh of a relationship
should be considered when building a vouch system. For this reason, the
Ğ1 Web of Trust rules are expressed in a licence stating what WoT
certifications are. A certification represents a strong human
......@@ -510,7 +510,7 @@ defining what a ‘referent member’ is:</p>
<dt><strong>Referent member</strong>:</dt><dd><p>Let D be the total of degrees of a member, and N the number of members.
A member is said to be ‘referent’ if and only if:</p>
<div class="math notranslate nohighlight" id="equation-referent-member">
<span class="eqno">(3)<a class="headerlink" href="#equation-referent-member" title="Permalink to this equation"></a></span>\[D \geq {CEIL (N^{-1} \over stepmax)}\]</div>
<span class="eqno">(3)<a class="headerlink" href="#equation-referent-member" title="Permalink to this equation"></a></span>\[D \geq {CEIL ({N^{-1} \over stepmax})}\]</div>
<p>As the size of the web will grow this number will grow too, meaning it will
take more certification issuances to become a referent member. The
number of certifications needed to become a member shouldn’t change.</p>
......@@ -1188,12 +1188,12 @@ libre Currency can be issued thanks to the Universal Dividend.</p>
<p>More than that, Duniter proposes a new model for securing a Blockchain
in an efficient and decentralized way. Basing the security on a Web of
Trust with an individualised security makes the calculation rules more
fair. A side-effect of this choice is a network consisting mostly of
fair. A side effect of this choice is a network consisting mostly of
low-end computers, maintaining a good security and helping
decentralization of calculation.</p>
<p>The ultimate goal of Duniter project is to allow people to participate
in a libre economy, thanks to a libre currency. What is a libre economy
? The Relative Theory of Money defines it through four economic
in a libre economy, thanks to a libre currency. What is a libre economy?
The Relative Theory of Money defines it through four economic
liberties:</p>
<ul class="simple">
<li><p>The freedom to choose your currency system: because money should not
......@@ -1212,7 +1212,7 @@ water source in a desert) so no more is available to the others. Now you
get it, this is the goal: free economy through free currency.</p>
</div>
<div class="section" id="sources">
<span id="id23"></span><h2>Sources :<a class="headerlink" href="#sources" title="Permalink to this headline"></a></h2>
<span id="id23"></span><h2>Sources<a class="headerlink" href="#sources" title="Permalink to this headline"></a></h2>
<dl class="footnote brackets">
<dt class="label" id="bitcoin"><span class="brackets"><a class="fn-backref" href="#id3">1</a></span></dt>
<dd><p>Bitcoin Whitepaper, S.Nakamoto, 2008:
......@@ -1361,7 +1361,7 @@ R.I.M.Dunbar, Journal of Human Evolution, 1992</p>
</ul>
</li>
<li><a class="reference internal" href="#conclusion">Conclusion</a></li>
<li><a class="reference internal" href="#sources">Sources :</a></li>
<li><a class="reference internal" href="#sources">Sources</a></li>
</ul>
</li>
</ul>
......@@ -1399,7 +1399,7 @@ R.I.M.Dunbar, Journal of Human Evolution, 1992</p>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2020, Matograine.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.1.1.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.1.2.
</div>
</body>
</html>
\ No newline at end of file
\relax
\providecommand\hyper@newdestlabel[2]{}
\@nameuse{bbl@beforestart}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldcontentsline\contentsline
......@@ -105,11 +106,11 @@
\newlabel{index:id16}{{4.6.6}{16}{Rule of the time period between two certification issuances. (\sphinxstyleliteralintitle {\sphinxupquote {sigPeriod}})}{subsection.4.6.6}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {4.6.7}Expiry of a certification issuance (\sphinxstyleliteralintitle {\sphinxupquote {sigWindow}})}{16}{subsection.4.6.7}\protected@file@percent }
\newlabel{index:expiry-of-a-certification-issuance-sigwindow}{{4.6.7}{16}{Expiry of a certification issuance (\sphinxstyleliteralintitle {\sphinxupquote {sigWindow}})}{subsection.4.6.7}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {4.6.8}Lifespan of a \IeC {\textquoteleft }pending\IeC {\textquoteright } identity (\sphinxstyleliteralintitle {\sphinxupquote {idtyWindow}})}{16}{subsection.4.6.8}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {4.6.8}Lifespan of a ‘pending’ identity (\sphinxstyleliteralintitle {\sphinxupquote {idtyWindow}})}{16}{subsection.4.6.8}\protected@file@percent }
\newlabel{index:lifespan-of-a-pending-identity-idtywindow}{{4.6.8}{16}{Lifespan of a ‘pending’ identity (\sphinxstyleliteralintitle {\sphinxupquote {idtyWindow}})}{subsection.4.6.8}{}}
\@writefile{toc}{\contentsline {section}{\numberline {4.7}Details on some of the WoT\IeC {\textquoteright }s peculiarities at the genesis block}{16}{section.4.7}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {4.7}Details on some of the WoTs peculiarities at the genesis block}{16}{section.4.7}\protected@file@percent }
\newlabel{index:details-on-some-of-the-wots-peculiarities-at-the-genesis-block}{{4.7}{16}{Details on some of the WoT’s peculiarities at the genesis block}{section.4.7}{}}
\@writefile{toc}{\contentsline {section}{\numberline {4.8}Why these rules and application cases in the \IeC {\u G}1}{16}{section.4.8}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {4.8}Why these rules and application cases in the Ğ1}{16}{section.4.8}\protected@file@percent }
\newlabel{index:why-these-rules-and-application-cases-in-the-g1}{{4.8}{16}{Why these rules and application cases in the Ğ1}{section.4.8}{}}
\newlabel{index:id17}{{4.8}{16}{Why these rules and application cases in the Ğ1}{section.4.8}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {4.8.1}Distance and maximum size}{16}{subsection.4.8.1}\protected@file@percent }
......@@ -125,13 +126,13 @@
\newlabel{equation:index:SybilSize50}{{4.6}{18}{Distance and maximum size}{equation.4.8.6}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {4.8.2}Time is our friend}{18}{subsection.4.8.2}\protected@file@percent }
\newlabel{index:time-is-our-friend}{{4.8.2}{18}{Time is our friend}{subsection.4.8.2}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces size of the WoT according to sigPeriod and stepAttackers}}{19}{figure.4.5}\protected@file@percent }
\newlabel{index:id28}{{5}{19}{size of the WoT according to sigPeriod and stepAttackers}{figure.4.5}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces size of the WoT according to sigPeriod and stepAttackers}}{18}{figure.4.5}\protected@file@percent }
\newlabel{index:id28}{{5}{18}{size of the WoT according to sigPeriod and stepAttackers}{figure.4.5}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {4.8.3}Trust me now, trust me forever? (\sphinxstyleliteralintitle {\sphinxupquote {sigValidity}}, \sphinxstyleliteralintitle {\sphinxupquote {msValidity}})}{19}{subsection.4.8.3}\protected@file@percent }
\newlabel{index:trust-me-now-trust-me-forever-sigvalidity-msvalidity}{{4.8.3}{19}{Trust me now, trust me forever? (\sphinxstyleliteralintitle {\sphinxupquote {sigValidity}}, \sphinxstyleliteralintitle {\sphinxupquote {msValidity}})}{subsection.4.8.3}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {4.8.4}Keeping the pools free of information glut (\sphinxstyleliteralintitle {\sphinxupquote {idtyWindow}}, \sphinxstyleliteralintitle {\sphinxupquote {sigWindow}}, \sphinxstyleliteralintitle {\sphinxupquote {msWindow}})}{19}{subsection.4.8.4}\protected@file@percent }
\newlabel{index:keeping-the-pools-free-of-information-glut-idtywindow-sigwindow-mswindow}{{4.8.4}{19}{Keeping the pools free of information glut (\sphinxstyleliteralintitle {\sphinxupquote {idtyWindow}}, \sphinxstyleliteralintitle {\sphinxupquote {sigWindow}}, \sphinxstyleliteralintitle {\sphinxupquote {msWindow}})}{subsection.4.8.4}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {4.8.5}Avoiding single members from \IeC {\textquoteleft }knowing too many people\IeC {\textquoteright } (\sphinxstyleliteralintitle {\sphinxupquote {sigStock}})}{20}{subsection.4.8.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {4.8.5}Avoiding single members from knowing too many people (\sphinxstyleliteralintitle {\sphinxupquote {sigStock}})}{20}{subsection.4.8.5}\protected@file@percent }
\newlabel{index:avoiding-single-members-from-knowing-too-many-people-sigstock}{{4.8.5}{20}{Avoiding single members from ‘knowing too many people’ (\sphinxstyleliteralintitle {\sphinxupquote {sigStock}})}{subsection.4.8.5}{}}
\@writefile{toc}{\contentsline {subsection}{\numberline {4.8.6}Avoiding locking minorities (\sphinxstyleliteralintitle {\sphinxupquote {xpercent}})}{20}{subsection.4.8.6}\protected@file@percent }
\newlabel{index:avoiding-locking-minorities-xpercent}{{4.8.6}{20}{Avoiding locking minorities (\sphinxstyleliteralintitle {\sphinxupquote {xpercent}})}{subsection.4.8.6}{}}
......@@ -145,7 +146,7 @@
\@writefile{toc}{\contentsline {section}{\numberline {5.1}Why do we need Proof of Work?}{21}{section.5.1}\protected@file@percent }
\newlabel{index:why-do-we-need-proof-of-work}{{5.1}{21}{Why do we need Proof of Work?}{section.5.1}{}}
\newlabel{index:why-proof-of-work}{{5.1}{21}{Why do we need Proof of Work?}{section.5.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {5.2}Only members can \IeC {\textquotedblleft }mine\IeC {\textquotedblright }}{22}{section.5.2}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {5.2}Only members can “mine”}{22}{section.5.2}\protected@file@percent }
\newlabel{index:only-members-can-mine}{{5.2}{22}{Only members can “mine”}{section.5.2}{}}
\newlabel{index:id21}{{5.2}{22}{Only members can “mine”}{section.5.2}{}}
\@writefile{toc}{\contentsline {section}{\numberline {5.3}How does it work?}{22}{section.5.3}\protected@file@percent }
......@@ -167,7 +168,7 @@
\@writefile{toc}{\contentsline {subsection}{\numberline {5.4.1}Understanding \sphinxstyleliteralintitle {\sphinxupquote {exFact}}, the exclusion factor}{23}{subsection.5.4.1}\protected@file@percent }
\newlabel{index:understanding-exfact-the-exclusion-factor}{{5.4.1}{23}{Understanding \sphinxstyleliteralintitle {\sphinxupquote {exFact}}, the exclusion factor}{subsection.5.4.1}{}}
\newlabel{index:the-exclusion-factor}{{5.4.1}{23}{Understanding \sphinxstyleliteralintitle {\sphinxupquote {exFact}}, the exclusion factor}{subsection.5.4.1}{}}
\@writefile{toc}{\contentsline {subsubsection}{What is intended by \IeC {\textquotedblleft }the number of members forging\IeC {\textquotedblright } ?}{24}{subsubsection*.5}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{What is intended by the number of members forging?}{24}{subsubsection*.5}\protected@file@percent }
\newlabel{index:what-is-intended-by-the-number-of-members-forging}{{5.4.1}{24}{What is intended by “the number of members forging”?}{subsubsection*.5}{}}
\@writefile{toc}{\contentsline {subsubsection}{Current window}{24}{subsubsection*.6}\protected@file@percent }
\newlabel{index:current-window}{{5.4.1}{24}{Current window}{subsubsection*.6}{}}
......@@ -187,8 +188,8 @@
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{index:conclusion}{{6}{27}{Conclusion}{chapter.6}{}}
\newlabel{index:id22}{{6}{27}{Conclusion}{chapter.6}{}}
\@writefile{toc}{\contentsline {chapter}{\numberline {7}Sources :}{29}{chapter.7}\protected@file@percent }
\@writefile{toc}{\contentsline {chapter}{\numberline {7}Sources}{29}{chapter.7}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{index:sources}{{7}{29}{Sources :}{chapter.7}{}}
\newlabel{index:id23}{{7}{29}{Sources :}{chapter.7}{}}
\newlabel{index:sources}{{7}{29}{Sources}{chapter.7}{}}
\newlabel{index:id23}{{7}{29}{Sources}{chapter.7}{}}
# Fdb version 3
["makeindex dunitertechnicaldescription.idx"] 1594139768 "dunitertechnicaldescription.idx" "dunitertechnicaldescription.ind" "dunitertechnicaldescription" 1594139769
"dunitertechnicaldescription.idx" 1594139769 0 d41d8cd98f00b204e9800998ecf8427e ""
["makeindex dunitertechnicaldescription.idx"] 1594144346 "dunitertechnicaldescription.idx" "dunitertechnicaldescription.ind" "dunitertechnicaldescription" 1594144347
"dunitertechnicaldescription.idx" 1594144347 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex"
(generated)
"dunitertechnicaldescription.ind"
"dunitertechnicaldescription.ilg"
["pdflatex"] 1594139769 "dunitertechnicaldescription.tex" "dunitertechnicaldescription.pdf" "dunitertechnicaldescription" 1594139769
"/etc/texmf/web2c/texmf.cnf" 1585561233 475 c0e671620eb5563b2130f56340a5fde8 ""
"/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc" 1165713224 4850 80dc9bab7f31fb78a000ccfed0e27cab ""
"/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1511824771 3332 103109f5612ad95229751940c61aada0 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrb8r.tfm" 1480098688 1292 3059476c50a24578715759f22652f3d0 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrb8t.tfm" 1480098688 1384 87406e4336af44af883a035f17f319d9 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrr8c.tfm" 1480098688 1268 8bd405dc5751cfed76cb6fb2db78cb50 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrr8r.tfm" 1480098688 1292 bd42be2f344128bff6d35d98474adfe3 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrr8t.tfm" 1480098688 1384 4632f5e54900a7dadbb83f555bc61e56 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm" 1480098688 4484 b828043cbd581d289d955903c1339981 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm" 1480098688 6628 34c39492c0adc454c1c199922bba8363 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvbo8r.tfm" 1480098688 4736 423eba67d4e9420ec9df4a8def143b08 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvbo8t.tfm" 1480098688 6880 fe6c7967f27585f6fa9876f3af14edd2 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvr8r.tfm" 1480098688 4712 9ef4d7d106579d4b136e1529e1a4533c ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvr8t.tfm" 1480098688 7040 b2bd27e2bfe6f6948cbc3239cae7444f ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm" 1480098689 4524 6bce29db5bc272ba5f332261583fee9c ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmb8t.tfm" 1480098689 6880 f19b8995b61c334d78fc734065f6b4d4 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8c.tfm" 1480098689 1352 fa28a7e6d323c65ce7d13d5342ff6be2 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm" 1480098689 4408 25b74d011a4c66b7f212c0cc3c90061b ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm" 1480098689 6672 e3ab9e37e925f3045c9005e6d1473d56 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm" 1480098689 4640 532ca3305aad10cc01d769f3f91f1029 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmri8t.tfm" 1480098689 6944 94c55ad86e6ea2826f78ba2240d50df9 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm" 1480098696 3584 adb004a0c8e7c46ee66cad73671f37b4 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm" 1480098698 1004 54797486969f23fa377b128694d548df ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm" 1480098698 988 bdf658c3bfc2d96d3c8b02cfc1c94c20 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1480098698 916 f87d7c45f9c908e672703b83b72241a3 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm" 1480098698 924 9904cf1d39e9767e7a3622f2a125a565 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm" 1480098698 928 2dc8d444221b7a635bb58038579b861a ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm" 1480098698 908 2921f8a10601f252058503cc6570e581 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm" 1480098698 940 75ac932a52f80982a9f8ea75d03a34cf ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1480098698 940 228d6584342e91276bf566bcf9716b83 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmex10.tfm" 1136768653 992 662f679a0b3d2d53c1b94050fdaa3f50 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm" 1136768653 1524 4414a8315f39513458b80dfc63bff03a ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm" 1136768653 1512 f21f83efb36853c0b70002322c1ab3ad ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm" 1136768653 1520 eccf95517727cb11801f4f1aee3a21b4 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr12.tfm" 1136768653 1288 655e228510b4c2a1abe905c368440826 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr17.tfm" 1136768653 1292 296a67155bdbfc32aa9c636f21e91433 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr6.tfm" 1136768653 1300 b62933e007d01cfd073f79b963c01526 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr8.tfm" 1136768653 1292 21c1c5bfeaebccffdb478fd231a0997d ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm" 1136768653 1124 6c73e740cf17375f03eec0ee63599741 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm" 1136768653 1116 933a60c408fc0a863a92debe84b2d294 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm" 1136768653 1120 8b7d695260f3cff42e636090a8002094 ""
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb" 1480098733 30251 6afa5cb1d0204815a708a080681d4674 ""
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb" 1480098733 36299 5f9df58c2139e7edcf37c8fca4bd384d ""
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb" 1480098733 36281 c355509802a035cadc5f15869451dcee ""
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb" 1480098733 35752 024fb6c41858982481f6968b5fc26508 ""
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb" 1480098733 32762 224316ccc9ad3ca0423a14971cfa7fc1 ""
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb" 1480098733 32569 5e5ddc8df908dea60932f3c484a54c0d ""
"/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb" 1480098733 32716 08e384dc442464e7285e891af9f45947 ""
"/usr/share/texlive/texmf-dist/fonts/type1/urw/courier/ucrb8a.pfb" 1480098746 50493 4ed1f7e9eba8f1f3e1ec25195460190d ""
"/usr/share/texlive/texmf-dist/fonts/type1/urw/courier/ucrr8a.pfb" 1480098746 45758 19968a0990191524e34e1994d4a31cb6 ""
"/usr/share/texlive/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb" 1480098746 35941 f27169cc74234d5bd5e4cca5abafaabb ""
"/usr/share/texlive/texmf-dist/fonts/type1/urw/helvetic/uhvbo8a.pfb" 1480098746 39013 b244066151b1e3e718f9b8e88a5ff23b ""
"/usr/share/texlive/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb" 1480098746 44648 23115b2a545ebfe2c526c3ca99db8b95 ""
"/usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmb8a.pfb" 1480098746 44729 811d6c62865936705a31c797a1d5dada ""
"/usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmr8a.pfb" 1480098746 46026 6dab18b61c907687b520c72847215a68 ""
"/usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmri8a.pfb" 1480098746 45458 a3faba884469519614ca56ba5f6b1de1 ""
"/usr/share/texlive/texmf-dist/fonts/vf/adobe/courier/pcrb8t.vf" 1480098757 2184 5d20c8b00cd914e50251116c274e2d0b ""
"/usr/share/texlive/texmf-dist/fonts/vf/adobe/courier/pcrr8c.vf" 1480098757 3552 6a7911d0b338a7c32cbfc3a9e985ccca ""
"/usr/share/texlive/texmf-dist/fonts/vf/adobe/courier/pcrr8t.vf" 1480098757 2184 8475af1b9cfa983db5f46f5ed4b8f9f7 ""
"/usr/share/texlive/texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf" 1480098757 2340 0efed6a948c3c37d870e4e7ddb85c7c3 ""
"/usr/share/texlive/texmf-dist/fonts/vf/adobe/helvetic/phvbo8t.vf" 1480098757 2344 88834f8322177295b0266ecc4b0754c3 ""
"/usr/share/texlive/texmf-dist/fonts/vf/adobe/helvetic/phvr8t.vf" 1480098757 2344 44ff28c9ef2fc97180cd884f900fee71 ""
"/usr/share/texlive/texmf-dist/fonts/vf/adobe/times/ptmb8t.vf" 1480098758 2340 df9c920cc5688ebbf16a93f45ce7bdd3 ""
"/usr/share/texlive/texmf-dist/fonts/vf/adobe/times/ptmr8c.vf" 1480098758 3556 8a9a6dcbcd146ef985683f677f4758a6 ""
"/usr/share/texlive/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf" 1480098758 2348 91706c542228501c410c266421fbe30c ""
"/usr/share/texlive/texmf-dist/fonts/vf/adobe/times/ptmri8t.vf" 1480098758 2328 6cd7df782b09b29cfc4d93e55b6b9a59 ""
"/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1461363279 71627 94eb9990bed73c364d7f53f960cc8c5b ""
"/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf" 1496785618 7008 9ff5fdcc865b01beca2b0fe4a46231d4 ""
"/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def" 1542149371 74097 730193adbb112990f38051a05f35ac11 ""
"/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty" 1542149371 16329 4c42e43c85185e6cb0936a628ade375c ""
"/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def" 1542149371 13310 fcb0ad08386d450f0c718feed9fe2fee ""
"/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def" 1528235896 7435 6c566fc19b3503b2b2da8bb4550f2b58 ""
"/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty" 1480098815 1458 43ab4710dc82f3edeabecd0d099626b2 ""
"/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty" 1463608860 7612 729a8cc22a1ee0029997c7f74717ae05 ""
"/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty" 1463608860 8237 3b62ef1f7e2c23a328c814b3893bc11f ""
"/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty" 1536701967 185392 b99a6d53180e04300c35e18725f31231 ""
"/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty" 1465595255 70864 bcd5b216757bd619ae692a151d90085d ""
"/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty" 1463608860 7324 2310d1247db0114eb4726807c8837a0e ""
"/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty" 1536443070 1300 96620a7d94bc0ceb261d968770ce8315 ""
"/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty" 1463608860 6797 90b7f83b0ad46826bc16058b1e3d48df ""
"/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty" 1463608860 8253 473e0e41f9adadb1977e8631b8f72ea6 ""
"/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty" 1463608860 14040 ac8866aac45982ac84021584b0abb252 ""
"/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty" 1463608860 18425 5b3c0c59d76fac78978b5558e83c1f36 ""
"/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty" 1480098820 5949 3f3fd50a8cc94c3d4cbf4fc66cd3df1c ""
"/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty" 1480098820 13829 94730e64147574077f8ecfea9bb69af4 ""
"/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd" 1480098820 961 6518c6525a34feb5e8250ffa91731cff ""
"/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd" 1480098820 961 d02606146ba5601b5645f987c92e6193 ""
"/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty" 1523134290 2211 ca7ce284ab93c8eecdc6029dc5ccbd73 ""
"/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty" 1523134290 4161 7f6eb9092061a11f87d08ed13515b48d ""
"/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty" 1544567569 85093 77cfa18ddbae4d9b74ade33d843686d3 ""
"/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty" 1523134290 4116 32e6abd27229755a83a8b7f18e583890 ""
"/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty" 1523134290 2432 8ff93b1137020e8f21930562a874ae66 ""
"/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty" 1523050425 3142 41d54e810bb4bed45b915ab99f1df119 ""
"/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty" 1544567569 4573 e9e01f5b11821a77b916dad378cb86b8 ""
"/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty" 1544567569 5052 b64c57f4a38aae0d2745f8298fa50814 ""
"/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty" 1523050425 1942 125bdb0eb122d38c47905721b0682b1e ""
"/usr/share/texlive/texmf-dist/tex/latex/base/report.cls" 1544567569 22992 ac205d2578ad3f18cf73b50579632d1c ""
"/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo" 1544567569 8294 6d6e23d5169c0d89d173f6c7e08a005a ""
"/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def" 1544567569 10689 ce0f2353f9a1f42b29f591f3fe8e040a ""
"/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty" 1544567569 16156 a293f9cfd4f8552bb5d1028389f53e72 ""
"/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd" 1523050425 2433 cdefd2509a12ba58001f2024f63aae9a ""
"/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def" 1523050425 7769 97b639552068544f7c98d557abb19f41 ""
"/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu" 1544567569 4973 923be56c54607ca99f7cc085a8c7e52b ""
"/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty" 1480098823 1311 063f8536a047a2d9cb1803321f793f37 ""
"/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty" 1480098825 2883 427a7f7cb58418a0394dbd85c80668f6 ""
"/usr/share/texlive/texmf-dist/tex/latex/cmap/ot1.cmap" 1480098825 1207 4e0d96772f0d338847cbfb4eca683c81 ""
"/usr/share/texlive/texmf-dist/tex/latex/cmap/t1.cmap" 1480098825 1938 beaa4a8467aa0074076e0e19f2992e29 ""
"/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty" 1548974385 11128 a53805799bebfed6358fc1658a18e41f ""
"/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty" 1547588382 42733 79eb4d8b9f10bca9c5d3796630226536 ""
"/usr/share/texlive/texmf-dist/tex/latex/float/float.sty" 1480098828 6749 16d2656a1984957e674b149555f1ea1d ""
"/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty" 1480098828 19488 fdd52eb173b3197d748e1ec25acb042f ""
"/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty" 1480098829 22449 7ec15c16d0d66790f28e90343c5434a3 ""
"/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty" 1525727744 41645 0653033a985e06c69a2a9cea9a95e31a ""
"/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1480098830 1213 620bba36b25224fa9b7e1ccb4ecb76fd ""
"/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1480098830 1224 978390e9c2234eab29404bc21b268d1e ""
"/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def" 1515537368 17334 520b9b85ad8a2a48eda3f643e27a5179 ""
"/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty" 1523134385 15272 5a97061616e0c8b2aa79c6615ff769f4 ""
"/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty" 1523134385 9063 d0a305975932762117cd1f06a582f896 ""
"/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty" 1523134385 2591 6404d0c7d28505fb38ce0d86c2e28ae7 ""
"/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty" 1523134385 3977 cb9221976ed8a183afad65b59aa8629a ""
"/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def" 1543704539 51744 477aad43ad6a7ba8c462d20c3e0808e0 ""
"/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty" 1543704539 236074 d994150943d35d6af0d586a60cc78dd1 ""
"/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty" 1465687530 12949 81e4e808884a8f0e276b69410e234656 ""
"/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def" 1543704539 14098 b4e1ecab4699a0341b8e1349e4c53fb1 ""
"/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def" 1543704539 122411 537c1e113664b098b6572dbc27a726af ""
"/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg" 1480098833 678 4792914a8f45be57bb98413425e4c7af ""
"/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg" 1480098833 235 6031e5765137be07eed51a510b2b8fb7 ""
"/usr/share/texlive/texmf-dist/tex/latex/mmap/oml.cmap" 1480098835 1866 c1c12138091b4a8edd4a24a940e6f792 ""
"/usr/share/texlive/texmf-dist/tex/latex/mmap/oms.cmap" 1480098835 2370 3b1f71b14b974f07cef532db09ae9ee0 ""
"/usr/share/texlive/texmf-dist/tex/latex/mmap/omx.cmap" 1480098835 3001 252c8ca42b06a22cb1a11c0e47790c6e ""
"/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty" 1480098835 852 0e34dbb72efc69fa07602405ad95585e ""
"/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty" 1463608860 3834 4363110eb0ef1eb2b71c8fcbcdb6c357 ""
"/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty" 1463608860 12095 5337833c991d80788a43d3ce26bd1c46 ""
"/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty" 1463608860 7075 2fe3d848bba95f139de11ded085e74aa ""
"/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty" 1463608860 3720 63669daeb0b67d5fbec899824e2f1491 ""
"/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty" 1463608860 22417 1d9df1eb66848aa31b18a593099cf45c ""
"/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty" 1463608860 9581 023642318cef9f4677efe364de1e2a27 ""
"/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty" 1536789184 2757 ea00cb4f4e9abc702916f74d3812ef67 ""
"/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty" 1547677674 4152 3f6e512e6999979e82f39978a3e61b9e ""
"/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd" 1480098837 798 d5895e9edc628f2be019beb2c0ec66df ""
"/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd" 1480098837 1488 9a55ac1cde6b4798a7f56844bb75a553 ""
"/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd" 1480098837 774 61d7da1e9f9e74989b196d147e623736 ""
"/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty" 1480098837 857 6c716f26c5eadfb81029fcd6ce2d45e6 ""
"/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1pcr.fd" 1480098837 643 92c451bb86386a4e36a174603ddb5a13 ""
"/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd" 1480098837 619 96f56dc5d1ef1fe1121f1cfeec70ee0c ""
"/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty" 1480098840 13791 8c83287d79183c3bf58fd70871e8a70b ""
"/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty" 1480098841 37387 afa86533e532701faf233f3f592c61e0 ""
"/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty" 1546812253 12527 31ab547f6520657998ecf91709f950ac ""
"/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty" 1546812253 12131 6791c5e94fb3ca8579d185a449d8b41e ""
"/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty" 1480098842 1048 517e01cde97c1c0baf72e69d43aa5a2e ""
"/usr/share/texlive/texmf-dist/tex/latex/url/url.sty" 1480098842 12796 8edb7d69a20b857904dd0ea757c14ec9 ""
"/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty" 1480098842 10894 d359a13923460b2a73d4312d613554c8 ""
"/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty" 1480098843 26220 3701aebf80ccdef248c0c20dd062fea9 ""
"/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty" 1480098843 55589 34128738f682d033422ca125f82e5d62 ""
"/usr/share/texlive/texmf-dist/web2c/texmf.cnf" 1551493644 34566 ab5be96bde1a5acfd4f881dbe566b5fb ""
"/usr/share/texmf/web2c/texmf.cnf" 1551493644 34566 ab5be96bde1a5acfd4f881dbe566b5fb ""
"/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1592662545 127892 ef33effdfd807baa063935dad00eae60 ""
"/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1585563392 814649 054d7ade14021eb8c2b6414c3b7fef62 ""
"degrees_en.jpg" 1592929355 14254 ae40891fbbe523a8080c3bccca0b586c ""
"dunitertechnicaldescription.aux" 1594139769 22651 17249e6f0af6d789ba4413acdc2a21fd ""
"dunitertechnicaldescription.ind" 1594139768 0 d41d8cd98f00b204e9800998ecf8427e "makeindex dunitertechnicaldescription.idx"
"dunitertechnicaldescription.out" 1594139769 5050 5897f4ab8f8a8ec93f9d89c6449bb8e9 ""
"dunitertechnicaldescription.tex" 1594139768 76744 f4403ccf35f81207d2717b5c9eb65ca2 ""
"dunitertechnicaldescription.toc" 1594139769 6773 04f455a3f5cd9732db3406847da3f1fb ""
"footnotehyper-sphinx.sty" 1592647046 8888 1bbd7bdeae8c8bed1d10d551bddb1cc9 ""
"impact_sig_period.png" 1592929355 68146 187d6ee4001245de2695af038699c9fc ""
"simple_wot.jpg" 1594128437 7757 afa309682fab1a3b2fa7704ce023513f ""
"sphinx.sty" 1592647046 82020 a38700b8aa22dfd94a8a5b905e69be73 ""
"sphinxhighlight.sty" 1594139767 8137 38a433148fcb7611515a989ff1750dd5 ""
"sphinxmanual.cls" 1592647046 4236 124cd90deb92742b5d3922bfc2cd70c0 ""
"sphinxmessages.sty" 1594139768 745 3f5fcd6cdd7964ed608767954a8ced6f ""
"sphinxmulticell.sty" 1592647046 14606 0b6edc2b1a83546ed92026d1f6a311b5 ""
"wot-moy.png" 1592929355 47253 84504877c885941891d547ee7d3fe552 ""
"wot-sybil.jpg" 1592929355 22107 a2d74621f901a5bf0bba05d1952697ee ""
["pdflatex"] 1594144347 "dunitertechnicaldescription.tex" "dunitertechnicaldescription.pdf" "dunitertechnicaldescription" 1594144347
"/usr/share/texmf-dist/fonts/enc/dvips/base/8r.enc" 1591545468 4850 80dc9bab7f31fb78a000ccfed0e27cab ""
"/usr/share/texmf-dist/fonts/map/fontname/texfonts.map" 1591545468 3524 cb3e574dea2d1052e39280babc910dc8 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrb8r.tfm" 1591545468 1292 3059476c50a24578715759f22652f3d0 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrb8t.tfm" 1591545468 1384 87406e4336af44af883a035f17f319d9 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrr8c.tfm" 1591545468 1268 8bd405dc5751cfed76cb6fb2db78cb50 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrr8r.tfm" 1591545468 1292 bd42be2f344128bff6d35d98474adfe3 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrr8t.tfm" 1591545468 1384 4632f5e54900a7dadbb83f555bc61e56 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm" 1591545468 4484 b828043cbd581d289d955903c1339981 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm" 1591545468 6628 34c39492c0adc454c1c199922bba8363 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvbo8r.tfm" 1591545468 4736 423eba67d4e9420ec9df4a8def143b08 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvbo8t.tfm" 1591545468 6880 fe6c7967f27585f6fa9876f3af14edd2 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvr8r.tfm" 1591545468 4712 9ef4d7d106579d4b136e1529e1a4533c ""
"/usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvr8t.tfm" 1591545468 7040 b2bd27e2bfe6f6948cbc3239cae7444f ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm" 1591545468 4524 6bce29db5bc272ba5f332261583fee9c ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmb8t.tfm" 1591545468 6880 f19b8995b61c334d78fc734065f6b4d4 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8c.tfm" 1591545468 1352 fa28a7e6d323c65ce7d13d5342ff6be2 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm" 1591545468 4408 25b74d011a4c66b7f212c0cc3c90061b ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm" 1591545468 6672 e3ab9e37e925f3045c9005e6d1473d56 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm" 1591545468 4640 532ca3305aad10cc01d769f3f91f1029 ""
"/usr/share/texmf-dist/fonts/tfm/adobe/times/ptmri8t.tfm" 1591545468 6944 94c55ad86e6ea2826f78ba2240d50df9 ""
"/usr/share/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm" 1591545468 3584 adb004a0c8e7c46ee66cad73671f37b4 ""
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm" 1591545468 1004 54797486969f23fa377b128694d548df ""
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm" 1591545468 988 bdf658c3bfc2d96d3c8b02cfc1c94c20 ""
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1591545468 916 f87d7c45f9c908e672703b83b72241a3 ""
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm" 1591545468 924 9904cf1d39e9767e7a3622f2a125a565 ""
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm" 1591545468 928 2dc8d444221b7a635bb58038579b861a ""
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm" 1591545468 908 2921f8a10601f252058503cc6570e581 ""
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm" 1591545468 940 75ac932a52f80982a9f8ea75d03a34cf ""
"/usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1591545468 940 228d6584342e91276bf566bcf9716b83 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmex10.tfm" 1591545468 992 662f679a0b3d2d53c1b94050fdaa3f50 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm" 1591545468 1524 4414a8315f39513458b80dfc63bff03a ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm" 1591545468 1512 f21f83efb36853c0b70002322c1ab3ad ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm" 1591545468 1520 eccf95517727cb11801f4f1aee3a21b4 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr12.tfm" 1591545468 1288 655e228510b4c2a1abe905c368440826 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr17.tfm" 1591545468 1292 296a67155bdbfc32aa9c636f21e91433 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr6.tfm" 1591545468 1300 b62933e007d01cfd073f79b963c01526 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmr8.tfm" 1591545468 1292 21c1c5bfeaebccffdb478fd231a0997d ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm" 1591545468 1124 6c73e740cf17375f03eec0ee63599741 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm" 1591545468 1116 933a60c408fc0a863a92debe84b2d294 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm" 1591545468 1120 8b7d695260f3cff42e636090a8002094 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmti10.tfm" 1591545468 1480 aa8e34af0eb6a2941b776984cf1dfdc4 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmti7.tfm" 1591545468 1492 86331993fe614793f5e7e755835c31c5 ""
"/usr/share/texmf-dist/fonts/tfm/public/cm/cmti8.tfm" 1591545468 1504 1747189e0441d1c18f3ea56fafc1c480 ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb" 1591545468 30251 6afa5cb1d0204815a708a080681d4674 ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb" 1591545468 36299 5f9df58c2139e7edcf37c8fca4bd384d ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb" 1591545468 36281 c355509802a035cadc5f15869451dcee ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb" 1591545468 35752 024fb6c41858982481f6968b5fc26508 ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb" 1591545468 32762 224316ccc9ad3ca0423a14971cfa7fc1 ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb" 1591545468 32569 5e5ddc8df908dea60932f3c484a54c0d ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb" 1591545468 32716 08e384dc442464e7285e891af9f45947 ""
"/usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb" 1591545468 37944 359e864bd06cde3b1cf57bb20757fb06 ""
"/usr/share/texmf-dist/fonts/type1/urw/courier/ucrb8a.pfb" 1591545468 50493 4ed1f7e9eba8f1f3e1ec25195460190d ""
"/usr/share/texmf-dist/fonts/type1/urw/courier/ucrr8a.pfb" 1591545468 45758 19968a0990191524e34e1994d4a31cb6 ""
"/usr/share/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb" 1591545468 35941 f27169cc74234d5bd5e4cca5abafaabb ""
"/usr/share/texmf-dist/fonts/type1/urw/helvetic/uhvbo8a.pfb" 1591545468 39013 b244066151b1e3e718f9b8e88a5ff23b ""
"/usr/share/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb" 1591545468 44648 23115b2a545ebfe2c526c3ca99db8b95 ""
"/usr/share/texmf-dist/fonts/type1/urw/times/utmb8a.pfb" 1591545468 44729 811d6c62865936705a31c797a1d5dada ""
"/usr/share/texmf-dist/fonts/type1/urw/times/utmr8a.pfb" 1591545468 46026 6dab18b61c907687b520c72847215a68 ""
"/usr/share/texmf-dist/fonts/type1/urw/times/utmri8a.pfb" 1591545468 45458 a3faba884469519614ca56ba5f6b1de1 ""
"/usr/share/texmf-dist/fonts/vf/adobe/courier/pcrb8t.vf" 1591545468 2184 5d20c8b00cd914e50251116c274e2d0b ""
"/usr/share/texmf-dist/fonts/vf/adobe/courier/pcrr8c.vf" 1591545468 3552 6a7911d0b338a7c32cbfc3a9e985ccca ""
"/usr/share/texmf-dist/fonts/vf/adobe/courier/pcrr8t.vf" 1591545468 2184 8475af1b9cfa983db5f46f5ed4b8f9f7 ""
"/usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf" 1591545468 2340 0efed6a948c3c37d870e4e7ddb85c7c3 ""
"/usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvbo8t.vf" 1591545468 2344 88834f8322177295b0266ecc4b0754c3 ""
"/usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvr8t.vf" 1591545468 2344 44ff28c9ef2fc97180cd884f900fee71 ""
"/usr/share/texmf-dist/fonts/vf/adobe/times/ptmb8t.vf" 1591545468 2340 df9c920cc5688ebbf16a93f45ce7bdd3 ""
"/usr/share/texmf-dist/fonts/vf/adobe/times/ptmr8c.vf" 1591545468 3556 8a9a6dcbcd146ef985683f677f4758a6 ""
"/usr/share/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf" 1591545468 2348 91706c542228501c410c266421fbe30c ""
"/usr/share/texmf-dist/fonts/vf/adobe/times/ptmri8t.vf" 1591545468 2328 6cd7df782b09b29cfc4d93e55b6b9a59 ""
"/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1591545468 71627 94eb9990bed73c364d7f53f960cc8c5b ""
"/usr/share/texmf-dist/tex/generic/atbegshi/atbegshi.sty" 1591545468 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 ""
"/usr/share/texmf-dist/tex/generic/babel-english/english.ldf" 1591545468 7008 9ff5fdcc865b01beca2b0fe4a46231d4 ""
"/usr/share/texmf-dist/tex/generic/babel/babel.def" 1591545468 107158 a58f7a1696ebeb13376aa0f8720600d4 ""
"/usr/share/texmf-dist/tex/generic/babel/babel.sty" 1591545468 35343 180ff3fc8cf1d846a7f48b26f8aa7c17 ""
"/usr/share/texmf-dist/tex/generic/babel/txtbabel.def" 1591545468 5211 2c3605e674ad86cdc9fdcfcd3de3a1da ""
"/usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty" 1591545468 40635 c40361e206be584d448876bba8a64a3b ""
"/usr/share/texmf-dist/tex/generic/bitset/bitset.sty" 1591545468 33961 6b5c75130e435b2bfdb9f480a09a39f9 ""
"/usr/share/texmf-dist/tex/generic/etexcmds/etexcmds.sty" 1591545468 7734 b98cbb34c81f667027c1e3ebdbfce34b ""
"/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty" 1591545468 8371 9d55b8bd010bc717624922fb3477d92e ""
"/usr/share/texmf-dist/tex/generic/iftex/iftex.sty" 1591545468 6501 4011d89d9621e0b0901138815ba5ff29 ""
"/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty" 1591545468 1057 525c2192b5febbd8c1f662c9468335bb ""
"/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty" 1591545468 8356 7bbb2c2373aa810be568c29e333da8ed ""
"/usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty" 1591545468 31769 002a487f55041f8e805cfbf6385ffd97 ""
"/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty" 1591545468 5412 d5a2436094cd7be85769db90f29250a6 ""
"/usr/share/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty" 1591545468 13807 952b0226d4efca026f0e19dd266dcc22 ""
"/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty" 1591545468 18552 1e1cc7b75da0dfaacce7cdcb27d306bf ""
"/usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty" 1591545468 19007 15924f7228aca6c6d184b115f4baa231 ""
"/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty" 1591545468 7008 f92eaa0a3872ed622bbf538217cd2ab7 ""
"/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty" 1591545468 5949 3f3fd50a8cc94c3d4cbf4fc66cd3df1c ""
"/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty" 1591545468 13829 94730e64147574077f8ecfea9bb69af4 ""
"/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd" 1591545468 961 6518c6525a34feb5e8250ffa91731cff ""
"/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd" 1591545468 961 d02606146ba5601b5645f987c92e6193 ""
"/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty" 1591545468 2211 ca7ce284ab93c8eecdc6029dc5ccbd73 ""
"/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty" 1591545468 4161 7f6eb9092061a11f87d08ed13515b48d ""
"/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty" 1591545468 85660 baee036978c7a91f4e2bba43f05e5945 ""
"/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty" 1591545468 4116 32e6abd27229755a83a8b7f18e583890 ""
"/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty" 1591545468 2432 8ff93b1137020e8f21930562a874ae66 ""
"/usr/share/texmf-dist/tex/latex/atveryend/atveryend.sty" 1591545468 19336 ce7ae9438967282886b3b036cfad1e4d ""
"/usr/share/texmf-dist/tex/latex/auxhook/auxhook.sty" 1591545468 3935 57aa3c3e203a5c2effb4d2bd2efbc323 ""
"/usr/share/texmf-dist/tex/latex/base/alltt.sty" 1591545468 3140 3b501b609b11ff7320ce1a19dbac0e3b ""
"/usr/share/texmf-dist/tex/latex/base/fontenc.sty" 1591545468 4947 0c2888dd88121ae675fc6e82213623ba ""
"/usr/share/texmf-dist/tex/latex/base/inputenc.sty" 1591545468 5050 8933a39ad74377accd18991c5eb90c58 ""
"/usr/share/texmf-dist/tex/latex/base/makeidx.sty" 1591545468 1940 dd4f2aa11c89855a3c47d09758782ba5 ""
"/usr/share/texmf-dist/tex/latex/base/report.cls" 1591545468 23082 a0e9a5941c744eda6abe56770037a201 ""
"/usr/share/texmf-dist/tex/latex/base/size10.clo" 1591545468 8446 9874cccac5fee462272c582807dbbf56 ""
"/usr/share/texmf-dist/tex/latex/base/textcomp.sty" 1591545468 2821 2c0928feafd5527387e29a1af774d030 ""
"/usr/share/texmf-dist/tex/latex/capt-of/capt-of.sty" 1591524854 1311 063f8536a047a2d9cb1803321f793f37 ""
"/usr/share/texmf-dist/tex/latex/cmap/cmap.sty" 1591545468 2883 427a7f7cb58418a0394dbd85c80668f6 ""
"/usr/share/texmf-dist/tex/latex/cmap/ot1.cmap" 1591545468 1207 4e0d96772f0d338847cbfb4eca683c81 ""
"/usr/share/texmf-dist/tex/latex/cmap/t1.cmap" 1591545468 1938 beaa4a8467aa0074076e0e19f2992e29 ""
"/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1591545468 13886 d1306dcf79a944f6988e688c1785f9ce ""
"/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty" 1591545468 11128 a53805799bebfed6358fc1658a18e41f ""
"/usr/share/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty" 1591545468 43231 b2e5a61c56a7db26d1486185f2d1dd75 ""
"/usr/share/texmf-dist/tex/latex/float/float.sty" 1591545468 6749 16d2656a1984957e674b149555f1ea1d ""
"/usr/share/texmf-dist/tex/latex/fncychap/fncychap.sty" 1591524854 19488 fdd52eb173b3197d748e1ec25acb042f ""
"/usr/share/texmf-dist/tex/latex/framed/framed.sty" 1591524854 22449 7ec15c16d0d66790f28e90343c5434a3 ""
"/usr/share/texmf-dist/tex/latex/geometry/geometry.sty" 1591545468 41601 9cf6c5257b1bc7af01a58859749dd37a ""
"/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1591545468 1213 620bba36b25224fa9b7e1ccb4ecb76fd ""
"/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1591545468 1224 978390e9c2234eab29404bc21b268d1e ""
"/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def" 1591545468 17448 c8e20d5f7e69b0cbecf82ab29daeebd9 ""
"/usr/share/texmf-dist/tex/latex/graphics/graphics.sty" 1591545468 16932 04729abe63b66ec59ea56edcd722b058 ""
"/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty" 1591545468 9067 1b996612394a52e1efe89c8bfe8a5892 ""
"/usr/share/texmf-dist/tex/latex/graphics/keyval.sty" 1591545468 2590 e3b24ff953e5b58d924f163d25380312 ""
"/usr/share/texmf-dist/tex/latex/graphics/trig.sty" 1591545468 3976 d7fa7d81d2870d509d25b17d0245e735 ""
"/usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty" 1591545468 17914 4c28a13fc3d975e6e81c9bea1d697276 ""
"/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def" 1591545468 50570 2e81797743231d9037b0cbe3436d74ba ""
"/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty" 1591545468 236775 8ab18a05f69e6caef423fa59cb0af03b ""
"/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty" 1591545468 13244 0070bcab7b5a88187847128d22faf4d8 ""
"/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def" 1591545468 14134 c11767c54bd7ecab56984ee4e4e3158c ""
"/usr/share/texmf-dist/tex/latex/hyperref/puenc.def" 1591545468 122447 8dcff5c67ff7f0649f41dc4abc99887f ""
"/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty" 1591545468 22520 c4c2dab203104295e1e618be7e5c0f5b ""
"/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def" 1591545468 25742 5de23a2d2bc67a3139433e702e64a437 ""
"/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg" 1591545468 678 4792914a8f45be57bb98413425e4c7af ""
"/usr/share/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty" 1591545468 5766 13a9e8766c47f30327caf893ece86ac8 ""
"/usr/share/texmf-dist/tex/latex/mmap/oml.cmap" 1591524854 1866 c1c12138091b4a8edd4a24a940e6f792 ""
"/usr/share/texmf-dist/tex/latex/mmap/oms.cmap" 1591524854 2370 3b1f71b14b974f07cef532db09ae9ee0 ""
"/usr/share/texmf-dist/tex/latex/mmap/omx.cmap" 1591524854 3001 252c8ca42b06a22cb1a11c0e47790c6e ""
"/usr/share/texmf-dist/tex/latex/needspace/needspace.sty" 1591524854 852 0e34dbb72efc69fa07602405ad95585e ""
"/usr/share/texmf-dist/tex/latex/oberdiek/hypcap.sty" 1591545468 3822 b53c749cd81352b4679a35b0dafefb95 ""
"/usr/share/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty" 1591545468 2757 ea00cb4f4e9abc702916f74d3812ef67 ""
"/usr/share/texmf-dist/tex/latex/parskip/parskip.sty" 1591545468 4308 6e9f921ebed36a97a997b268f77f1285 ""
"/usr/share/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty" 1591545468 19989 e08c4750d96640367c4b141017eda013 ""
"/usr/share/texmf-dist/tex/latex/psnfss/t1pcr.fd" 1591545468 798 d5895e9edc628f2be019beb2c0ec66df ""
"/usr/share/texmf-dist/tex/latex/psnfss/t1phv.fd" 1591545468 1483 47067fbe7c3ffed1ede7aaa7b8549d7a ""
"/usr/share/texmf-dist/tex/latex/psnfss/t1ptm.fd" 1591545468 774 61d7da1e9f9e74989b196d147e623736 ""
"/usr/share/texmf-dist/tex/latex/psnfss/times.sty" 1591545468 856 8e0e5c8cca7b18e0400f97f5a2b90a99 ""
"/usr/share/texmf-dist/tex/latex/psnfss/ts1pcr.fd" 1591545468 643 92c451bb86386a4e36a174603ddb5a13 ""
"/usr/share/texmf-dist/tex/latex/psnfss/ts1ptm.fd" 1591545468 619 96f56dc5d1ef1fe1121f1cfeec70ee0c ""
"/usr/share/texmf-dist/tex/latex/refcount/refcount.sty" 1591545468 9878 9e94e8fa600d95f9c7731bb21dfb67a4 ""
"/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty" 1591545468 9715 b051d5b493d9fe5f4bc251462d039e5f ""
"/usr/share/texmf-dist/tex/latex/tabulary/tabulary.sty" 1591524854 13791 8c83287d79183c3bf58fd70871e8a70b ""
"/usr/share/texmf-dist/tex/latex/titlesec/titlesec.sty" 1591524854 48596 2b6a95da931c07a430b1a61904aaa42d ""
"/usr/share/texmf-dist/tex/latex/tools/array.sty" 1591545468 12560 ce3f59ceae9d9a27bfe037d6bf1d903c ""
"/usr/share/texmf-dist/tex/latex/tools/longtable.sty" 1591545468 12133 b1e3e65b69714dbfcc5e6c0b19d66b50 ""
"/usr/share/texmf-dist/tex/latex/upquote/upquote.sty" 1591524854 1048 517e01cde97c1c0baf72e69d43aa5a2e ""
"/usr/share/texmf-dist/tex/latex/url/url.sty" 1591545468 12796 8edb7d69a20b857904dd0ea757c14ec9 ""
"/usr/share/texmf-dist/tex/latex/varwidth/varwidth.sty" 1591524854 10894 d359a13923460b2a73d4312d613554c8 ""
"/usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty" 1591524854 26220 3701aebf80ccdef248c0c20dd062fea9 ""
"/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty" 1591545468 55589 34128738f682d033422ca125f82e5d62 ""
"/usr/share/texmf-dist/web2c/texmf.cnf" 1591545468 33301 a3134070eacafb10b1f371612ce2650d ""
"/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1593983461 334318 b438afbbc0cec3f6eac62b295d79e006 ""
"/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1593983458 2514044 c614f70b8b8160d202395e0c89963a86 ""
"degrees_en.jpg" 1594144264 14254 ae40891fbbe523a8080c3bccca0b586c ""
"dunitertechnicaldescription.aux" 1594144347 22447 614c49d5cae6b512bff824c059c85faf "pdflatex"
"dunitertechnicaldescription.ind" 1594144346 0 d41d8cd98f00b204e9800998ecf8427e "makeindex dunitertechnicaldescription.idx"
"dunitertechnicaldescription.out" 1594144347 4981 ac0b5a61383a2c24c61639088d2f80f7 "pdflatex"
"dunitertechnicaldescription.tex" 1594144345 76699 e3c616c452319c01d2e48c9de5ee8c0a ""
"dunitertechnicaldescription.toc" 1594144347 6507 fddf1277186cb21b3741b0219a2629f3 "pdflatex"
"footnotehyper-sphinx.sty" 1594007062 8888 1bbd7bdeae8c8bed1d10d551bddb1cc9 ""
"impact_sig_period.png" 1594144264 68146 187d6ee4001245de2695af038699c9fc ""
"simple_wot.jpg" 1594144264 7757 afa309682fab1a3b2fa7704ce023513f ""
"sphinx.sty" 1594007062 82020 a38700b8aa22dfd94a8a5b905e69be73 ""
"sphinxhighlight.sty" 1594144345 8137 38a433148fcb7611515a989ff1750dd5 ""
"sphinxmanual.cls" 1594007062 4236 124cd90deb92742b5d3922bfc2cd70c0 ""
"sphinxmessages.sty" 1594144345 745 3f5fcd6cdd7964ed608767954a8ced6f ""
"sphinxmulticell.sty" 1594007062 14606 0b6edc2b1a83546ed92026d1f6a311b5 ""
"wot-moy.png" 1594144264 47253 84504877c885941891d547ee7d3fe552 ""
"wot-sybil.jpg" 1594144264 22107 a2d74621f901a5bf0bba05d1952697ee ""
(generated)
"dunitertechnicaldescription.out"
"dunitertechnicaldescription.toc"
"dunitertechnicaldescription.log"
"dunitertechnicaldescription.idx"
"dunitertechnicaldescription.aux"
"dunitertechnicaldescription.pdf"
"dunitertechnicaldescription.out"
"dunitertechnicaldescription.log"
PWD /mnt/DATA/Users/bob/Documents/Associatif/June/Whitepaper/duniter-whitepaper/build/latex
INPUT /etc/texmf/web2c/texmf.cnf
INPUT /usr/share/texmf/web2c/texmf.cnf
INPUT /usr/share/texlive/texmf-dist/web2c/texmf.cnf
PWD /home/tuxmain/Téléchargements/duniter-whitepaper/build/latex
INPUT /usr/share/texmf-dist/web2c/texmf.cnf
INPUT /var/lib/texmf/web2c/pdftex/pdflatex.fmt
INPUT dunitertechnicaldescription.tex
OUTPUT dunitertechnicaldescription.log
INPUT sphinxmanual.cls
INPUT sphinxmanual.cls
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def
INPUT /usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm
INPUT /usr/share/texlive/texmf-dist/tex/latex/cmap/t1.cmap
INPUT /usr/share/texmf-dist/tex/latex/base/report.cls
INPUT /usr/share/texmf-dist/tex/latex/base/report.cls
INPUT /usr/share/texmf-dist/tex/latex/base/size10.clo
INPUT /usr/share/texmf-dist/tex/latex/base/size10.clo
INPUT /usr/share/texmf-dist/tex/latex/base/inputenc.sty
INPUT /usr/share/texmf-dist/tex/latex/base/inputenc.sty
INPUT /usr/share/texmf-dist/tex/latex/cmap/cmap.sty
INPUT /usr/share/texmf-dist/tex/latex/cmap/cmap.sty
INPUT /usr/share/texmf-dist/tex/latex/base/fontenc.sty
INPUT /usr/share/texmf-dist/tex/latex/base/fontenc.sty
INPUT /usr/share/texmf-dist/fonts/map/fontname/texfonts.map
INPUT /usr/share/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm
INPUT /usr/share/texmf-dist/tex/latex/cmap/t1.cmap
OUTPUT dunitertechnicaldescription.pdf
INPUT /usr/share/texlive/texmf-dist/tex/latex/cmap/t1.cmap
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/babel/switch.def
INPUT /usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf
INPUT /usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf
INPUT /usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf
INPUT /usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
INPUT /usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty
INPUT /usr/share/texmf-dist/tex/latex/cmap/t1.cmap
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty
INPUT /usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
INPUT /usr/share/texmf-dist/tex/generic/babel/babel.sty
INPUT /usr/share/texmf-dist/tex/generic/babel/babel.sty
INPUT /usr/share/texmf-dist/tex/generic/babel/babel.def
INPUT /usr/share/texmf-dist/tex/generic/babel/txtbabel.def
INPUT /usr/share/texmf-dist/tex/generic/babel-english/english.ldf
INPUT /usr/share/texmf-dist/tex/generic/babel-english/english.ldf
INPUT /usr/share/texmf-dist/tex/generic/babel-english/english.ldf
INPUT /usr/share/texmf-dist/tex/latex/psnfss/times.sty
INPUT /usr/share/texmf-dist/tex/latex/psnfss/times.sty
INPUT /usr/share/texmf-dist/tex/latex/fncychap/fncychap.sty
INPUT /usr/share/texmf-dist/tex/latex/fncychap/fncychap.sty
INPUT sphinx.sty
INPUT sphinx.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu
INPUT /usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/array.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/array.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty
INPUT /usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
INPUT /usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics/keyval.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics/keyval.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics/graphics.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics/graphics.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics/trig.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics/trig.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
INPUT /usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
INPUT /usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
INPUT /usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
INPUT /usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
INPUT /usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
INPUT /usr/share/texmf-dist/tex/latex/base/textcomp.sty
INPUT /usr/share/texmf-dist/tex/latex/base/textcomp.sty
INPUT /usr/share/texmf-dist/tex/latex/titlesec/titlesec.sty
INPUT /usr/share/texmf-dist/tex/latex/titlesec/titlesec.sty
INPUT /usr/share/texmf-dist/tex/latex/tabulary/tabulary.sty
INPUT /usr/share/texmf-dist/tex/latex/tabulary/tabulary.sty
INPUT /usr/share/texmf-dist/tex/latex/tools/array.sty
INPUT /usr/share/texmf-dist/tex/latex/tools/array.sty
INPUT /usr/share/texmf-dist/tex/latex/tools/longtable.sty
INPUT /usr/share/texmf-dist/tex/latex/tools/longtable.sty
INPUT /usr/share/texmf-dist/tex/latex/varwidth/varwidth.sty
INPUT /usr/share/texmf-dist/tex/latex/varwidth/varwidth.sty
INPUT sphinxmulticell.sty
INPUT sphinxmulticell.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
INPUT /usr/share/texmf-dist/tex/latex/base/makeidx.sty
INPUT /usr/share/texmf-dist/tex/latex/base/makeidx.sty
INPUT /usr/share/texmf-dist/tex/latex/framed/framed.sty
INPUT /usr/share/texmf-dist/tex/latex/framed/framed.sty
INPUT /usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
INPUT /usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
INPUT /usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
INPUT /usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
INPUT /usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
INPUT /usr/share/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
INPUT /usr/share/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
INPUT footnotehyper-sphinx.sty
INPUT footnotehyper-sphinx.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/float/float.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/float/float.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty
INPUT /usr/share/texmf-dist/tex/latex/float/float.sty
INPUT /usr/share/texmf-dist/tex/latex/float/float.sty
INPUT /usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty
INPUT /usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty
INPUT /usr/share/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty
INPUT /usr/share/texmf-dist/tex/latex/parskip/parskip.sty
INPUT /usr/share/texmf-dist/tex/latex/parskip/parskip.sty
INPUT /usr/share/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty
INPUT /usr/share/texmf-dist/tex/latex/base/alltt.sty
INPUT /usr/share/texmf-dist/tex/latex/base/alltt.sty
INPUT /usr/share/texmf-dist/tex/latex/upquote/upquote.sty
INPUT /usr/share/texmf-dist/tex/latex/upquote/upquote.sty
INPUT /usr/share/texmf-dist/tex/latex/capt-of/capt-of.sty
INPUT /usr/share/texmf-dist/tex/latex/capt-of/capt-of.sty
INPUT /usr/share/texmf-dist/tex/latex/needspace/needspace.sty
INPUT /usr/share/texmf-dist/tex/latex/needspace/needspace.sty
INPUT sphinxhighlight.sty
INPUT sphinxhighlight.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty
INPUT /usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
INPUT /usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
INPUT /usr/share/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
INPUT /usr/share/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
INPUT /usr/share/texmf-dist/tex/latex/geometry/geometry.sty
INPUT /usr/share/texmf-dist/tex/latex/geometry/geometry.sty
INPUT /usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty
INPUT /usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty
INPUT /usr/share/texmf-dist/tex/generic/iftex/iftex.sty
INPUT /usr/share/texmf-dist/tex/generic/iftex/iftex.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
INPUT /usr/share/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty
INPUT /usr/share/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty
INPUT /usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty
INPUT /usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty
INPUT /usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
INPUT /usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
INPUT /usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty
INPUT /usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty
INPUT /usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty
INPUT /usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty
INPUT /usr/share/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
INPUT /usr/share/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
INPUT /usr/share/texmf-dist/tex/latex/auxhook/auxhook.sty
INPUT /usr/share/texmf-dist/tex/latex/auxhook/auxhook.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
INPUT /usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
INPUT /usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty
INPUT /usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty
INPUT /usr/share/texmf-dist/tex/generic/etexcmds/etexcmds.sty
INPUT /usr/share/texmf-dist/tex/generic/etexcmds/etexcmds.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/puenc.def
INPUT /usr/share/texmf-dist/tex/latex/hyperref/puenc.def
INPUT /usr/share/texmf-dist/tex/latex/url/url.sty
INPUT /usr/share/texmf-dist/tex/latex/url/url.sty
INPUT /usr/share/texmf-dist/tex/generic/bitset/bitset.sty
INPUT /usr/share/texmf-dist/tex/generic/bitset/bitset.sty
INPUT /usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
INPUT /usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
INPUT /usr/share/texmf-dist/tex/generic/atbegshi/atbegshi.sty
INPUT /usr/share/texmf-dist/tex/generic/atbegshi/atbegshi.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
INPUT /usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
INPUT /usr/share/texmf-dist/tex/latex/atveryend/atveryend.sty
INPUT /usr/share/texmf-dist/tex/latex/atveryend/atveryend.sty
INPUT /usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
INPUT /usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
INPUT /usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
INPUT /usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
INPUT /usr/share/texmf-dist/tex/latex/oberdiek/hypcap.sty
INPUT /usr/share/texmf-dist/tex/latex/oberdiek/hypcap.sty
INPUT sphinxmessages.sty
INPUT sphinxmessages.sty
OUTPUT dunitertechnicaldescription.idx
INPUT /usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def
INPUT /usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def
INPUT dunitertechnicaldescription.aux
INPUT dunitertechnicaldescription.aux
OUTPUT dunitertechnicaldescription.aux
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd
INPUT /usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd
INPUT /usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd
INPUT /usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
INPUT /usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
INPUT /usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
INPUT /usr/share/texmf-dist/tex/latex/psnfss/t1ptm.fd
INPUT /usr/share/texmf-dist/tex/latex/psnfss/t1ptm.fd
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
INPUT /usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
INPUT /usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
INPUT /usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
INPUT /usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
INPUT /usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
INPUT /usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
INPUT /usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
INPUT /usr/share/texmf-dist/tex/latex/refcount/refcount.sty
INPUT /usr/share/texmf-dist/tex/latex/refcount/refcount.sty
INPUT /usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
INPUT /usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
INPUT dunitertechnicaldescription.out
INPUT dunitertechnicaldescription.out
INPUT dunitertechnicaldescription.out
......@@ -188,112 +190,117 @@ INPUT dunitertechnicaldescription.out
INPUT ./dunitertechnicaldescription.out
INPUT ./dunitertechnicaldescription.out
OUTPUT dunitertechnicaldescription.out
INPUT /usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd
INPUT /usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvr8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvbo8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvbo8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr17.tfm
INPUT /usr/share/texlive/texmf-dist/tex/latex/cmap/ot1.cmap
INPUT /usr/share/texlive/texmf-dist/tex/latex/cmap/ot1.cmap
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr12.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm
INPUT /usr/share/texlive/texmf-dist/tex/latex/mmap/oml.cmap
INPUT /usr/share/texlive/texmf-dist/tex/latex/mmap/oml.cmap
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
INPUT /usr/share/texlive/texmf-dist/tex/latex/mmap/oms.cmap
INPUT /usr/share/texlive/texmf-dist/tex/latex/mmap/oms.cmap
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmex10.tfm
INPUT /usr/share/texlive/texmf-dist/tex/latex/mmap/omx.cmap
INPUT /usr/share/texlive/texmf-dist/tex/latex/mmap/omx.cmap
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmex10.tfm
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
INPUT /usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm
INPUT /usr/share/texmf-dist/tex/latex/psnfss/t1phv.fd
INPUT /usr/share/texmf-dist/tex/latex/psnfss/t1phv.fd
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvr8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvbo8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvbo8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmr17.tfm
INPUT /usr/share/texmf-dist/tex/latex/cmap/ot1.cmap
INPUT /usr/share/texmf-dist/tex/latex/cmap/ot1.cmap
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmr12.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm
INPUT /usr/share/texmf-dist/tex/latex/mmap/oml.cmap
INPUT /usr/share/texmf-dist/tex/latex/mmap/oml.cmap
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
INPUT /usr/share/texmf-dist/tex/latex/mmap/oms.cmap
INPUT /usr/share/texmf-dist/tex/latex/mmap/oms.cmap
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmex10.tfm
INPUT /usr/share/texmf-dist/tex/latex/mmap/omx.cmap
INPUT /usr/share/texmf-dist/tex/latex/mmap/omx.cmap
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmex10.tfm
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd
INPUT /usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm
INPUT /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/helvetic/phvbo8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvbo8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvr8t.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvbo8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvbo8r.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvr8t.tfm
INPUT dunitertechnicaldescription.toc
INPUT dunitertechnicaldescription.toc
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmb8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmb8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm
OUTPUT dunitertechnicaldescription.toc
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/helvetic/phvr8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvr8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/times/ptmb8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvr8t.tfm
INPUT /usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd
INPUT /usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8c.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/helvetic/phvr8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvr8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/times/ptmr8c.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr8.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr6.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvr8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd
INPUT /usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrr8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/courier/pcrr8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrr8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmri8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/times/ptmri8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvr8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvr8r.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/times/ptmb8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvr8t.tfm
INPUT /usr/share/texmf-dist/tex/latex/psnfss/ts1ptm.fd
INPUT /usr/share/texmf-dist/tex/latex/psnfss/ts1ptm.fd
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8c.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmti10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmti7.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmti7.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvr8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvr8r.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/times/ptmr8c.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmr8.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmr6.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmti8.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/cm/cmti7.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvr8t.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvb8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvb8r.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texmf-dist/tex/latex/psnfss/t1pcr.fd
INPUT /usr/share/texmf-dist/tex/latex/psnfss/t1pcr.fd
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrr8t.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/courier/pcrr8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrr8r.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmri8t.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/times/ptmri8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm
INPUT degrees_en.jpg
INPUT ./degrees_en.jpg
INPUT ./degrees_en.jpg
......@@ -304,13 +311,13 @@ INPUT ./simple_wot.jpg
INPUT ./simple_wot.jpg
INPUT simple_wot.jpg
INPUT ./simple_wot.jpg
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrb8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/courier/pcrb8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrb8r.tfm
INPUT /usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1pcr.fd
INPUT /usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1pcr.fd
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrr8c.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/courier/pcrr8c.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrb8t.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/courier/pcrb8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrb8r.tfm
INPUT /usr/share/texmf-dist/tex/latex/psnfss/ts1pcr.fd
INPUT /usr/share/texmf-dist/tex/latex/psnfss/ts1pcr.fd
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrr8c.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/courier/pcrr8c.vf
INPUT wot-sybil.jpg
INPUT ./wot-sybil.jpg
INPUT ./wot-sybil.jpg
......@@ -326,31 +333,32 @@ INPUT ./impact_sig_period.png
INPUT ./impact_sig_period.png
INPUT impact_sig_period.png
INPUT ./impact_sig_period.png
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrr8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrr8t.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/courier/pcrr8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/courier/pcrr8r.tfm
INPUT /usr/share/texlive/texmf-dist/fonts/vf/adobe/helvetic/phvr8t.vf
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/helvetic/phvr8r.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrr8t.tfm
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrr8t.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/courier/pcrr8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/courier/pcrr8r.tfm
INPUT /usr/share/texmf-dist/fonts/vf/adobe/helvetic/phvr8t.vf
INPUT /usr/share/texmf-dist/fonts/tfm/adobe/helvetic/phvr8r.tfm
INPUT dunitertechnicaldescription.ind
INPUT dunitertechnicaldescription.ind
INPUT dunitertechnicaldescription.aux
INPUT ./dunitertechnicaldescription.out
INPUT ./dunitertechnicaldescription.out
INPUT /usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/urw/courier/ucrb8a.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/urw/courier/ucrr8a.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/urw/helvetic/uhvbo8a.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmb8a.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmr8a.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmri8a.pfb
INPUT /usr/share/texmf-dist/fonts/enc/dvips/base/8r.enc
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb
INPUT /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb
INPUT /usr/share/texmf-dist/fonts/type1/urw/courier/ucrb8a.pfb
INPUT /usr/share/texmf-dist/fonts/type1/urw/courier/ucrr8a.pfb
INPUT /usr/share/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb
INPUT /usr/share/texmf-dist/fonts/type1/urw/helvetic/uhvbo8a.pfb
INPUT /usr/share/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb
INPUT /usr/share/texmf-dist/fonts/type1/urw/times/utmb8a.pfb
INPUT /usr/share/texmf-dist/fonts/type1/urw/times/utmr8a.pfb
INPUT /usr/share/texmf-dist/fonts/type1/urw/times/utmri8a.pfb
This is makeindex, version 2.15 [TeX Live 2019/dev] (kpathsea + Thai support).
This is makeindex, version 2.15 [TeX Live 2020] (kpathsea + Thai support).
Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored).
Scanning input file dunitertechnicaldescription.idx...done (0 entries accepted, 0 rejected).
Nothing written in dunitertechnicaldescription.ind.
......
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2019/dev/Debian) (preloaded format=pdflatex 2020.3.30) 7 JUL 2020 18:36
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Arch Linux) (preloaded format=pdflatex 2020.7.5) 7 JUL 2020 19:52
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**dunitertechnicaldescription.tex
(./dunitertechnicaldescription.tex
LaTeX2e <2018-12-01>
(./sphinxmanual.cls
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-06-03> (./sphinxmanual.cls
Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual)
(/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
Document Class: report 2018/09/03 v1.4i Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2018/09/03 v1.4i Standard LaTeX file (size option)
)
\c@part=\count80
\c@chapter=\count81
\c@section=\count82
\c@subsection=\count83
\c@subsubsection=\count84
\c@paragraph=\count85
\c@subparagraph=\count86
\c@figure=\count87
\c@table=\count88
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
(/usr/share/texmf-dist/tex/latex/base/report.cls
Document Class: report 2019/12/20 v1.4l Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2019/12/20 v1.4l Standard LaTeX file (size option)
)
\c@part=\count167
\c@chapter=\count168
\c@section=\count169
\c@subsection=\count170
\c@subsubsection=\count171
\c@paragraph=\count172
\c@subparagraph=\count173
\c@figure=\count174
\c@table=\count175
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
\bibindent=\dimen134
)
LaTeX Info: Redefining \and on input line 35.
)
(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
(/usr/share/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2018/08/11 v1.3c Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15
\inpenc@prehook=\toks15
\inpenc@posthook=\toks16
)
defining Unicode char U+00A0 (decimal 160)
defining Unicode char U+2500 (decimal 9472)
......@@ -39,395 +39,236 @@ Package: inputenc 2018/08/11 v1.3c Input encoding file
defining Unicode char U+251C (decimal 9500)
defining Unicode char U+2572 (decimal 9586)
(/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty
(/usr/share/texmf-dist/tex/latex/cmap/cmap.sty
Package: cmap 2008/03/06 v1.0h CMap support: searchable PDF
)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2018/08/11 v2.0j Standard LaTeX package
(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2018/08/11 v2.0j Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 48.
)<<t1.cmap>>)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2018/12/01 v2.17b AMS math features
\@mathmargin=\skip43
(/usr/share/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2020/02/11 v2.0o Standard LaTeX package
<<t1.cmap>>)
(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2020/01/20 v2.17e AMS math features
\@mathmargin=\skip49
For additional information on amsmath, use the `?' option.
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01 AMS text
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks16
\ex@=\dimen103
\@emptytoks=\toks17
\ex@=\dimen135
))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen104
\pmbraise@=\dimen136
)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 2016/03/08 v2.02 operator names
)
\inf@bad=\count89
LaTeX Info: Redefining \frac on input line 223.
\uproot@=\count90
\leftroot@=\count91
LaTeX Info: Redefining \overline on input line 385.
\classnum@=\count92
\DOTSCASE@=\count93
LaTeX Info: Redefining \ldots on input line 482.
LaTeX Info: Redefining \dots on input line 485.
LaTeX Info: Redefining \cdots on input line 606.
\Mathstrutbox@=\box27
\strutbox@=\box28
\big@size=\dimen105
LaTeX Font Info: Redeclaring font encoding OML on input line 729.
LaTeX Font Info: Redeclaring font encoding OMS on input line 730.
\macc@depth=\count94
\c@MaxMatrixCols=\count95
\dotsspace@=\muskip10
\c@parentequation=\count96
\dspbrk@lvl=\count97
\tag@help=\toks17
\row@=\count98
\column@=\count99
\maxfields@=\count100
\andhelp@=\toks18
\eqnshift@=\dimen106
\alignsep@=\dimen107
\tagshift@=\dimen108
\tagwidth@=\dimen109
\totwidth@=\dimen110
\lineht@=\dimen111
\@envbody=\toks19
\multlinegap=\skip44
\multlinetaggap=\skip45
\mathdisplay@stack=\toks20
LaTeX Info: Redefining \[ on input line 2844.
LaTeX Info: Redefining \] on input line 2845.
)
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
\inf@bad=\count176
LaTeX Info: Redefining \frac on input line 227.
\uproot@=\count177
\leftroot@=\count178
LaTeX Info: Redefining \overline on input line 389.
\classnum@=\count179
\DOTSCASE@=\count180
LaTeX Info: Redefining \ldots on input line 486.
LaTeX Info: Redefining \dots on input line 489.
LaTeX Info: Redefining \cdots on input line 610.
\Mathstrutbox@=\box45
\strutbox@=\box46
\big@size=\dimen137
LaTeX Font Info: Redeclaring font encoding OML on input line 733.
LaTeX Font Info: Redeclaring font encoding OMS on input line 734.
\macc@depth=\count181
\c@MaxMatrixCols=\count182
\dotsspace@=\muskip16
\c@parentequation=\count183
\dspbrk@lvl=\count184
\tag@help=\toks18
\row@=\count185
\column@=\count186
\maxfields@=\count187
\andhelp@=\toks19
\eqnshift@=\dimen138
\alignsep@=\dimen139
\tagshift@=\dimen140
\tagwidth@=\dimen141
\totwidth@=\dimen142
\lineht@=\dimen143
\@envbody=\toks20
\multlinegap=\skip50
\multlinetaggap=\skip51
\mathdisplay@stack=\toks21
LaTeX Info: Redefining \[ on input line 2859.
LaTeX Info: Redefining \] on input line 2860.
)
(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
))
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2018/11/13 3.27 The Babel package
(/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def
File: switch.def 2018/11/13 3.27 Babel switching mechanism
)
(/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf
Language: english 2017/06/06 v3.3r English support from the babel system
(/usr/share/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2020/05/13 3.44 The Babel package
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2018/11/13 3.27 Babel common definitions
\babel@savecnt=\count101
\U@D=\dimen112
(/usr/share/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2020/05/13 3.44 Babel common definitions
\babel@savecnt=\count188
\U@D=\dimen144
\l@babelnohyphens=\language86
(/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)
\bbl@dirlevel=\count102
(/usr/share/texmf-dist/tex/generic/babel/txtbabel.def)
\bbl@readstream=\read2
)
\l@british = a dialect from \language\l@english
\l@UKenglish = a dialect from \language\l@english
\l@canadian = a dialect from \language\l@american
\l@australian = a dialect from \language\l@british
\l@newzealand = a dialect from \language\l@british
\bbl@dirlevel=\count189
(/usr/share/texmf-dist/tex/generic/babel-english/english.ldf
Language: english 2017/06/06 v3.3r English support from the babel system
Package babel Info: \l@canadian = using hyphenrules for english
(babel) (\language0) on input line 102.
Package babel Info: \l@australian = using hyphenrules for ukenglish
(babel) (\language21) on input line 105.
Package babel Info: \l@newzealand = using hyphenrules for ukenglish
(babel) (\language21) on input line 108.
))
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty
Package: times 2005/04/12 PSNFSS-v9.2a (SPQR)
(/usr/share/texmf-dist/tex/latex/psnfss/times.sty
Package: times 2020/03/25 PSNFSS-v9.3 (SPQR)
)
(/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty
(/usr/share/texmf-dist/tex/latex/fncychap/fncychap.sty
Package: fncychap 2007/07/30 v1.34 LaTeX package (Revised chapters)
\RW=\skip46
\mylen=\skip47
\myhi=\skip48
\px=\skip49
\py=\skip50
\pyy=\skip51
\pxx=\skip52
\RW=\skip52
\mylen=\skip53
\myhi=\skip54
\px=\skip55
\py=\skip56
\pyy=\skip57
\pxx=\skip58
) (./sphinx.sty
Package: sphinx 2019/09/02 v2.3.0 LaTeX package (Sphinx markup)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
(/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2019/12/15 v1.24 LaTeX kernel commands for general use (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks21
\KV@toks@=\toks22
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
(/usr/share/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
(/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: pdftex.def on input line 99.
Package graphics Info: Driver file: pdftex.def on input line 105.
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
(/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex
))
\Gin@req@height=\dimen113
\Gin@req@width=\dimen114
\Gin@req@height=\dimen145
\Gin@req@width=\dimen146
)
(/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
(/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
Package: fancyhdr 2019/01/31 v3.10 Extensive control of page headers and footer
s
\f@nch@headwidth=\skip53
\f@nch@O@elh=\skip54
\f@nch@O@erh=\skip55
\f@nch@O@olh=\skip56
\f@nch@O@orh=\skip57
\f@nch@O@elf=\skip58
\f@nch@O@erf=\skip59
\f@nch@O@olf=\skip60
\f@nch@O@orf=\skip61
)
(/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2018/08/11 v2.0j Standard LaTeX package
Package textcomp Info: Sub-encoding information:
(textcomp) 5 = only ISO-Adobe without \textcurrency
(textcomp) 4 = 5 + \texteuro
(textcomp) 3 = 4 + \textohm
(textcomp) 2 = 3 + \textestimated + \textcurrency
(textcomp) 1 = TS1 - \textcircled - \t
(textcomp) 0 = TS1 (full)
(textcomp) Font families with sub-encoding setting implement
(textcomp) only a restricted character set as indicated.
(textcomp) Family '?' is the default used for unknown fonts.
(textcomp) See the documentation for details.
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 79.
(/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
Now handling font encoding TS1 ...
... processing UTF-8 mapping file for font encoding TS1
(/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu
File: ts1enc.dfu 2018/10/05 v1.2f UTF-8 support for inputenc
defining Unicode char U+00A2 (decimal 162)
defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00A4 (decimal 164)
defining Unicode char U+00A5 (decimal 165)
defining Unicode char U+00A6 (decimal 166)
defining Unicode char U+00A7 (decimal 167)
defining Unicode char U+00A8 (decimal 168)
defining Unicode char U+00A9 (decimal 169)
defining Unicode char U+00AA (decimal 170)
defining Unicode char U+00AC (decimal 172)
defining Unicode char U+00AE (decimal 174)
defining Unicode char U+00AF (decimal 175)
defining Unicode char U+00B0 (decimal 176)
defining Unicode char U+00B1 (decimal 177)
defining Unicode char U+00B2 (decimal 178)
defining Unicode char U+00B3 (decimal 179)
defining Unicode char U+00B4 (decimal 180)
defining Unicode char U+00B5 (decimal 181)
defining Unicode char U+00B6 (decimal 182)
defining Unicode char U+00B7 (decimal 183)
defining Unicode char U+00B9 (decimal 185)
defining Unicode char U+00BA (decimal 186)
defining Unicode char U+00BC (decimal 188)
defining Unicode char U+00BD (decimal 189)
defining Unicode char U+00BE (decimal 190)
defining Unicode char U+00D7 (decimal 215)
defining Unicode char U+00F7 (decimal 247)
defining Unicode char U+0192 (decimal 402)
defining Unicode char U+02C7 (decimal 711)
defining Unicode char U+02D8 (decimal 728)
defining Unicode char U+02DD (decimal 733)
defining Unicode char U+0E3F (decimal 3647)
defining Unicode char U+2016 (decimal 8214)
defining Unicode char U+2020 (decimal 8224)
defining Unicode char U+2021 (decimal 8225)
defining Unicode char U+2022 (decimal 8226)
defining Unicode char U+2030 (decimal 8240)
defining Unicode char U+2031 (decimal 8241)
defining Unicode char U+203B (decimal 8251)
defining Unicode char U+203D (decimal 8253)
defining Unicode char U+2044 (decimal 8260)
defining Unicode char U+204E (decimal 8270)
defining Unicode char U+2052 (decimal 8274)
defining Unicode char U+20A1 (decimal 8353)
defining Unicode char U+20A4 (decimal 8356)
defining Unicode char U+20A6 (decimal 8358)
defining Unicode char U+20A9 (decimal 8361)
defining Unicode char U+20AB (decimal 8363)
defining Unicode char U+20AC (decimal 8364)
defining Unicode char U+20B1 (decimal 8369)
defining Unicode char U+2103 (decimal 8451)
defining Unicode char U+2116 (decimal 8470)
defining Unicode char U+2117 (decimal 8471)
defining Unicode char U+211E (decimal 8478)
defining Unicode char U+2120 (decimal 8480)
defining Unicode char U+2122 (decimal 8482)
defining Unicode char U+2126 (decimal 8486)
defining Unicode char U+2127 (decimal 8487)
defining Unicode char U+212E (decimal 8494)
defining Unicode char U+2190 (decimal 8592)
defining Unicode char U+2191 (decimal 8593)
defining Unicode char U+2192 (decimal 8594)
defining Unicode char U+2193 (decimal 8595)
defining Unicode char U+2329 (decimal 9001)
defining Unicode char U+232A (decimal 9002)
defining Unicode char U+2422 (decimal 9250)
defining Unicode char U+25E6 (decimal 9702)
defining Unicode char U+25EF (decimal 9711)
defining Unicode char U+266A (decimal 9834)
defining Unicode char U+FEFF (decimal 65279)
))
LaTeX Info: Redefining \oldstylenums on input line 334.
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 349.
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 350.
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 351.
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 352.
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 353.
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 354.
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 355.
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 356.
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 357.
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 358.
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 359.
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 360.
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 361.
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 362.
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 363.
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 364.
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 365.
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 366.
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 367.
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 368.
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 369.
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 370.
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 371.
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 372.
Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 373.
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 374.
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 375.
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 376.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 377.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 378.
Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 379.
Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 380.
Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 381.
Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 382.
Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 383.
Package textcomp Info: Setting lmtt sub-encoding to TS1/0 on input line 384.
Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 385.
Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 386.
Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 387.
Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 388.
Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 389.
Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 390.
Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 391.
Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 392.
Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 393.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 394.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 395.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 396.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 397.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 398.
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 399.
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 400.
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 401.
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 402.
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 403.
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 404.
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 405.
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 406.
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 407.
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 408.
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 409.
)
(/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty
Package: titlesec 2016/03/21 v2.10.2 Sectioning titles
\ttl@box=\box29
\beforetitleunit=\skip62
\aftertitleunit=\skip63
\ttl@plus=\dimen115
\ttl@minus=\dimen116
\ttl@toksa=\toks22
\titlewidth=\dimen117
\titlewidthlast=\dimen118
\titlewidthfirst=\dimen119
)
(/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty
\f@nch@headwidth=\skip59
\f@nch@O@elh=\skip60
\f@nch@O@erh=\skip61
\f@nch@O@olh=\skip62
\f@nch@O@orh=\skip63
\f@nch@O@elf=\skip64
\f@nch@O@erf=\skip65
\f@nch@O@olf=\skip66
\f@nch@O@orf=\skip67
)
(/usr/share/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2020/02/02 v2.0n Standard LaTeX package
)
(/usr/share/texmf-dist/tex/latex/titlesec/titlesec.sty
Package: titlesec 2019/10/16 v2.13 Sectioning titles
\ttl@box=\box47
\beforetitleunit=\skip68
\aftertitleunit=\skip69
\ttl@plus=\dimen147
\ttl@minus=\dimen148
\ttl@toksa=\toks23
\titlewidth=\dimen149
\titlewidthlast=\dimen150
\titlewidthfirst=\dimen151
)
(/usr/share/texmf-dist/tex/latex/tabulary/tabulary.sty
Package: tabulary 2014/06/11 v0.10 tabulary package (DPC)
(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty
Package: array 2018/12/30 v2.4k Tabular extension package (FMi)
\col@sep=\dimen120
\ar@mcellbox=\box30
\extrarowheight=\dimen121
\NC@list=\toks23
\extratabsurround=\skip64
\backup@length=\skip65
\ar@cellbox=\box31
)
\TY@count=\count103
\TY@linewidth=\dimen122
\tymin=\dimen123
\tymax=\dimen124
\TY@tablewidth=\dimen125
)
(/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty
Package: longtable 2014/10/28 v4.11 Multi-page Table package (DPC)+ FMi change
\LTleft=\skip66
\LTright=\skip67
\LTpre=\skip68
\LTpost=\skip69
\LTchunksize=\count104
\LTcapwidth=\dimen126
\LT@head=\box32
\LT@firsthead=\box33
\LT@foot=\box34
\LT@lastfoot=\box35
\LT@cols=\count105
\LT@rows=\count106
\c@LT@tables=\count107
\c@LT@chunks=\count108
\LT@p@ftn=\toks24
)
(/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty
(/usr/share/texmf-dist/tex/latex/tools/array.sty
Package: array 2019/08/31 v2.4l Tabular extension package (FMi)
\col@sep=\dimen152
\ar@mcellbox=\box48
\extrarowheight=\dimen153
\NC@list=\toks24
\extratabsurround=\skip70
\backup@length=\skip71
\ar@cellbox=\box49
)
\TY@count=\count190
\TY@linewidth=\dimen154
\tymin=\dimen155
\tymax=\dimen156
\TY@tablewidth=\dimen157
)
(/usr/share/texmf-dist/tex/latex/tools/longtable.sty
Package: longtable 2020/01/07 v4.13 Multi-page Table package (DPC)
\LTleft=\skip72
\LTright=\skip73
\LTpre=\skip74
\LTpost=\skip75
\LTchunksize=\count191
\LTcapwidth=\dimen158
\LT@head=\box50
\LT@firsthead=\box51
\LT@foot=\box52
\LT@lastfoot=\box53
\LT@cols=\count192
\LT@rows=\count193
\c@LT@tables=\count194
\c@LT@chunks=\count195
\LT@p@ftn=\toks25
)
(/usr/share/texmf-dist/tex/latex/varwidth/varwidth.sty
Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages
\@vwid@box=\box36
\sift@deathcycles=\count109
\@vwid@loff=\dimen127
\@vwid@roff=\dimen128
)
(./sphinxmulticell.sty
\@vwid@box=\box54
\sift@deathcycles=\count196
\@vwid@loff=\dimen159
\@vwid@roff=\dimen160
) (./sphinxmulticell.sty
Package: sphinxmulticell 2017/02/23 v1.6 better span rows and columns of a tabl
e (Sphinx team)
\sphinx@TY@tablewidth=\dimen129
)
(/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
\sphinx@TY@tablewidth=\dimen161
) (/usr/share/texmf-dist/tex/latex/base/makeidx.sty
Package: makeidx 2014/09/29 v1.0m Standard LaTeX package
)
(/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty
(/usr/share/texmf-dist/tex/latex/framed/framed.sty
Package: framed 2011/10/22 v 0.96: framed or shaded text with page breaks
\OuterFrameSep=\skip70
\fb@frw=\dimen130
\fb@frh=\dimen131
\FrameRule=\dimen132
\FrameSep=\dimen133
\OuterFrameSep=\skip76
\fb@frw=\dimen162
\fb@frh=\dimen163
\FrameRule=\dimen164
\FrameSep=\dimen165
)
(/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg
(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: pdftex.def on input line 225.
......@@ -441,300 +282,281 @@ Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371.
)
(/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
Package: fancyvrb 2019/01/15
Style option: `fancyvrb' v3.2a <2019/01/15> (tvz)
\FV@CodeLineNo=\count110
\FV@InFile=\read1
\FV@TabBox=\box37
\c@FancyVerbLine=\count111
\FV@StepNumber=\count112
(/usr/share/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
Package: fancyvrb 2020/05/03 v3.6 verbatim text (tvz,hv)
\FV@CodeLineNo=\count197
\FV@InFile=\read3
\FV@TabBox=\box55
\c@FancyVerbLine=\count198
\FV@StepNumber=\count199
\FV@OutFile=\write3
) (./footnotehyper-sphinx.sty
)
(./footnotehyper-sphinx.sty
Package: footnotehyper-sphinx 2017/10/27 v1.7 hyperref aware footnote.sty for s
phinx (JFB)
\FNH@notes=\box38
\FNH@width=\dimen134
) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty
\FNH@notes=\box56
\FNH@width=\dimen166
) (/usr/share/texmf-dist/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count113
\float@exts=\toks25
\float@box=\box39
\@float@everytoks=\toks26
\@floatcapt=\box40
)
(/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty
\wrapoverhang=\dimen135
\WF@size=\dimen136
\c@WF@wrappedlines=\count114
\WF@box=\box41
\WF@everypar=\toks27
\c@float@type=\count266
\float@exts=\toks26
\float@box=\box57
\@float@everytoks=\toks27
\@floatcapt=\box58
)
(/usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty
\wrapoverhang=\dimen167
\WF@size=\dimen168
\c@WF@wrappedlines=\count267
\WF@box=\box59
\WF@everypar=\toks28
Package: wrapfig 2003/01/31 v 3.6
)
(/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty
(/usr/share/texmf-dist/tex/latex/parskip/parskip.sty
Rollback for package 'parskip' requested -> version 'v1'.
This corresponds to the release introduced on 2001-04-09.
(/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty
(/usr/share/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty
Package: parskip 2001/04/09 non-zero parskip adjustments
))
(/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty
(/usr/share/texmf-dist/tex/latex/base/alltt.sty
Package: alltt 1997/06/16 v2.0g defines alltt environment
)
(/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty
(/usr/share/texmf-dist/tex/latex/upquote/upquote.sty
Package: upquote 2012/04/19 v1.3 upright-quote and grave-accent glyphs in verba
tim
)
(/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty
(/usr/share/texmf-dist/tex/latex/capt-of/capt-of.sty
Package: capt-of 2009/12/29 v0.2 standard captions outside of floats
)
(/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty
(/usr/share/texmf-dist/tex/latex/needspace/needspace.sty
Package: needspace 2010/09/12 v1.3d reserve vertical space
)
(./sphinxhighlight.sty
Package: sphinxhighlight 2016/05/29 stylesheet for highlighting with pygments
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
))))
\sphinxverbatimsep=\dimen137
\sphinxverbatimborder=\dimen138
\sphinxshadowsep=\dimen139
\sphinxshadowsize=\dimen140
\sphinxshadowrule=\dimen141
\spx@notice@border=\dimen142
\spx@image@maxheight=\dimen143
\spx@image@box=\dimen144
\c@literalblock=\count115
\sphinxcontinuationbox=\box42
\sphinxvisiblespacebox=\box43
\sphinxVerbatim@TitleBox=\box44
\sphinxVerbatim@ContentsBox=\box45
\py@argswidth=\skip71
\lineblockindentation=\skip72
\DUlineblockindent=\skip73
)
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2018/04/16 v5.8 Page Geometry
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2018/09/07 v3.3 Provides the ifpdf switch
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2016/05/16 v1.6 Detect VTeX and its facilities (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
\Gm@cnth=\count116
\Gm@cntv=\count117
\c@Gm@tempcnt=\count118
\Gm@bindingoffset=\dimen145
\Gm@wd@mp=\dimen146
\Gm@odd@mp=\dimen147
\Gm@even@mp=\dimen148
\Gm@layoutwidth=\dimen149
\Gm@layoutheight=\dimen150
\Gm@layouthoffset=\dimen151
\Gm@layoutvoffset=\dimen152
\Gm@dimlist=\toks28
)
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2018/11/30 v6.88e Hypertext links for LaTeX
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
Package: hobsub-hyperref 2016/05/16 v1.14 Bundle oberdiek, subset hyperref (HO)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
Package: hobsub-generic 2016/05/16 v1.14 Bundle oberdiek, subset generic (HO)
Package: hobsub 2016/05/16 v1.14 Construct package bundles (HO)
Package hobsub Info: Skipping package `infwarerr' (already loaded).
Package hobsub Info: Skipping package `ltxcmds' (already loaded).
Package hobsub Info: Skipping package `ifluatex' (already loaded).
Package hobsub Info: Skipping package `ifvtex' (already loaded).
Package: intcalc 2016/05/16 v1.2 Expandable calculations with integers (HO)
Package hobsub Info: Skipping package `ifpdf' (already loaded).
Package hobsub Info: Skipping package `etexcmds' (already loaded).
Package hobsub Info: Skipping package `kvsetkeys' (already loaded).
Package: kvdefinekeys 2016/05/16 v1.4 Define keys (HO)
Package: pdftexcmds 2018/09/10 v0.29 Utility functions of pdfTeX for LuaTeX (HO
)
Package pdftexcmds Info: LuaTeX not detected.
(/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2019/11/29 v3.13 Key value format for package options (HO)
(/usr/share/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
))
\sphinxverbatimsep=\dimen169
\sphinxverbatimborder=\dimen170
\sphinxshadowsep=\dimen171
\sphinxshadowsize=\dimen172
\sphinxshadowrule=\dimen173
\spx@notice@border=\dimen174
\spx@image@maxheight=\dimen175
\spx@image@box=\dimen176
\c@literalblock=\count268
\sphinxcontinuationbox=\box60
\sphinxvisiblespacebox=\box61
\sphinxVerbatim@TitleBox=\box62
\sphinxVerbatim@ContentsBox=\box63
\py@argswidth=\skip77
\lineblockindentation=\skip78
\DUlineblockindent=\skip79
)
(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2020/01/02 v5.9 Page Geometry
(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2020/03/06 v1.0d TeX engine tests
))
\Gm@cnth=\count269
\Gm@cntv=\count270
\c@Gm@tempcnt=\count271
\Gm@bindingoffset=\dimen177
\Gm@wd@mp=\dimen178
\Gm@odd@mp=\dimen179
\Gm@even@mp=\dimen180
\Gm@layoutwidth=\dimen181
\Gm@layoutheight=\dimen182
\Gm@layouthoffset=\dimen183
\Gm@layoutvoffset=\dimen184
\Gm@dimlist=\toks29
)
(/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2020-05-15 v7.00e Hypertext links for LaTeX
(/usr/share/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty
Package: pdftexcmds 2020-06-04 v0.32 Utility functions of pdfTeX for LuaTeX (HO
)
(/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
Package: pdfescape 2016/05/16 v1.14 Implements pdfTeX's escape features (HO)
Package: bigintcalc 2016/05/16 v1.4 Expandable calculations on big integers (HO
)
Package: bitset 2016/05/16 v1.2 Handle bit-vector datatype (HO)
Package: uniquecounter 2016/05/16 v1.3 Provide unlimited unique counter (HO)
(/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
)
Package hobsub Info: Skipping package `hobsub' (already loaded).
Package: letltxmacro 2016/05/16 v1.5 Let assignment for LaTeX macros (HO)
Package: hopatch 2016/05/16 v1.3 Wrapper for package hooks (HO)
Package: xcolor-patch 2016/05/16 xcolor patch
Package: atveryend 2016/05/16 v1.9 Hooks at the very end of document (HO)
Package atveryend Info: \enddocument detected (standard20110627).
Package: atbegshi 2016/06/09 v1.18 At begin shipout hook (HO)
Package: refcount 2016/05/16 v3.5 Data extraction from label references (HO)
Package: hycolor 2016/05/16 v1.8 Color options for hyperref/bookmark (HO)
(/usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
)
(/usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
)
(/usr/share/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty
Package: auxhook 2016/05/16 v1.4 Hooks for auxiliary files (HO)
(/usr/share/texmf-dist/tex/latex/auxhook/auxhook.sty
Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
)
\@linkdim=\dimen153
\Hy@linkcounter=\count119
\Hy@pagecounter=\count120
\@linkdim=\dimen185
\Hy@linkcounter=\count272
\Hy@pagecounter=\count273
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2018/11/30 v6.88e Hyperref: PDFDocEncoding definition (HO)
(/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2020-05-15 v7.00e Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
)
\Hy@SavedSpaceFactor=\count121
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
(/usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
)
(/usr/share/texmf-dist/tex/generic/etexcmds/etexcmds.sty
Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
)
Package hyperref Info: Option `unicode' set `true' on input line 4393.
\Hy@SavedSpaceFactor=\count274
Package hyperref Info: Option `unicode' set `true' on input line 4338.
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2018/11/30 v6.88e Hyperref: PDF Unicode definition (HO)
(/usr/share/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2020-05-15 v7.00e Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)
Package hyperref Info: Option `colorlinks' set `true' on input line 4393.
Package hyperref Info: Option `breaklinks' set `true' on input line 4393.
Package hyperref Info: Hyper figures OFF on input line 4519.
Package hyperref Info: Link nesting OFF on input line 4524.
Package hyperref Info: Hyper index ON on input line 4527.
Package hyperref Info: Plain pages OFF on input line 4534.
Package hyperref Info: Backreferencing OFF on input line 4539.
Package hyperref Info: Option `colorlinks' set `true' on input line 4338.
Package hyperref Info: Option `breaklinks' set `true' on input line 4338.
Package hyperref Info: Hyper figures OFF on input line 4464.
Package hyperref Info: Link nesting OFF on input line 4469.
Package hyperref Info: Hyper index ON on input line 4472.
Package hyperref Info: Plain pages OFF on input line 4479.
Package hyperref Info: Backreferencing OFF on input line 4484.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4772.
\c@Hy@tempcnt=\count122
Package hyperref Info: Bookmarks ON on input line 4717.
\c@Hy@tempcnt=\count275
(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip11
(/usr/share/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip17
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 5125.
\XeTeXLinkMargin=\dimen154
\Fld@menulength=\count123
\Field@Width=\dimen155
\Fld@charsize=\dimen156
Package hyperref Info: Hyper figures OFF on input line 6380.
Package hyperref Info: Link nesting OFF on input line 6385.
Package hyperref Info: Hyper index ON on input line 6388.
Package hyperref Info: backreferencing OFF on input line 6395.
Package hyperref Info: Link coloring ON on input line 6398.
Package hyperref Info: Link coloring with OCG OFF on input line 6405.
Package hyperref Info: PDF/A mode OFF on input line 6410.
LaTeX Info: Redefining \ref on input line 6450.
LaTeX Info: Redefining \pageref on input line 6454.
\Hy@abspage=\count124
\c@Item=\count125
\c@Hfootnote=\count126
LaTeX Info: Redefining \url on input line 5076.
\XeTeXLinkMargin=\dimen186
(/usr/share/texmf-dist/tex/generic/bitset/bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
(/usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
)
))
\Fld@menulength=\count276
\Field@Width=\dimen187
\Fld@charsize=\dimen188
Package hyperref Info: Hyper figures OFF on input line 6347.
Package hyperref Info: Link nesting OFF on input line 6352.
Package hyperref Info: Hyper index ON on input line 6355.
Package hyperref Info: backreferencing OFF on input line 6362.
Package hyperref Info: Link coloring ON on input line 6365.
Package hyperref Info: Link coloring with OCG OFF on input line 6372.
Package hyperref Info: PDF/A mode OFF on input line 6377.
LaTeX Info: Redefining \ref on input line 6417.
LaTeX Info: Redefining \pageref on input line 6421.
(/usr/share/texmf-dist/tex/generic/atbegshi/atbegshi.sty
Package: atbegshi 2019/12/05 v1.19 At begin shipout hook (HO)
)
\Hy@abspage=\count277
\c@Item=\count278
\c@Hfootnote=\count279
)
Package hyperref Info: Driver (autodetected): hpdftex.
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2018/11/30 v6.88e Hyperref driver for pdfTeX
\Fld@listcount=\count127
\c@bookmark@seq@number=\count128
(/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2020-05-15 v7.00e Hyperref driver for pdfTeX
(/usr/share/texmf-dist/tex/latex/atveryend/atveryend.sty
Package: atveryend 2019-12-11 v1.11 Hooks at the very end of document (HO)
Package atveryend Info: \enddocument detected (standard20110627).
)
\Fld@listcount=\count280
\c@bookmark@seq@number=\count281
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
Package: rerunfilecheck 2016/05/16 v1.8 Rerun checks for auxiliary files (HO)
(/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
(/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
82.
86.
)
\Hy@SectionHShift=\skip74
\Hy@SectionHShift=\skip80
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty
(/usr/share/texmf-dist/tex/latex/oberdiek/hypcap.sty
Package: hypcap 2016/05/16 v1.12 Adjusting the anchors of captions (HO)
)
(./sphinxmessages.sty
) (./sphinxmessages.sty
Package: sphinxmessages 2019/01/04 v2.0 Localized LaTeX macros (Sphinx team)
)
\@indexfile=\write4
\openout4 = `dunitertechnicaldescription.idx'.
Writing index file dunitertechnicaldescription.idx
(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def
File: l3backend-pdfmode.def 2020-06-03 L3 backend support: PDF mode
\l__kernel_color_stack_int=\count282
\l__pdf_internal_box=\box64
)
(./dunitertechnicaldescription.aux)
\openout1 = `dunitertechnicaldescription.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 83.
LaTeX Font Info: ... okay on input line 83.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 83.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 83.
LaTeX Font Info: ... okay on input line 83.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 83.
LaTeX Font Info: ... okay on input line 83.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 83.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 83.
LaTeX Font Info: ... okay on input line 83.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 83.
LaTeX Font Info: ... okay on input line 83.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 83.
LaTeX Font Info: ... okay on input line 83.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 83.
LaTeX Font Info: ... okay on input line 83.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 83.
LaTeX Font Info: Try loading font information for TS1+cmr on input line 83.
(/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd
File: ts1cmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: ... okay on input line 83.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 83.
LaTeX Font Info: ... okay on input line 83.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 83.
LaTeX Font Info: ... okay on input line 83.
LaTeX Font Info: Try loading font information for T1+ptm on input line 83.
LaTeX Font Info: Trying to load font information for T1+ptm on input line 83
.
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd
(/usr/share/texmf-dist/tex/latex/psnfss/t1ptm.fd
File: t1ptm.fd 2001/06/04 font definitions for T1/ptm.
)
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
(/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count129
\scratchdimen=\dimen157
\scratchbox=\box46
\nofMPsegments=\count130
\nofMParguments=\count131
\everyMPshowfont=\toks29
\MPscratchCnt=\count132
\MPscratchDim=\dimen158
\MPnumerator=\count133
\makeMPintoPDFobject=\count134
\everyMPtoPDFconversion=\toks30
) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2016/05/15 v2.6 Base part for package epstopdf
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2016/05/16 v1.2 Manage graphics extensions (HO)
)
\scratchcounter=\count283
\scratchdimen=\dimen189
\scratchbox=\box65
\nofMPsegments=\count284
\nofMParguments=\count285
\everyMPshowfont=\toks30
\MPscratchCnt=\count286
\MPscratchDim=\dimen190
\MPnumerator=\count287
\makeMPintoPDFobject=\count288
\everyMPtoPDFconversion=\toks31
) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
38.
Package grfext Info: Graphics extension search list:
(grfext) [.pdf,.png,.jpg,.mps,.jpeg,.jbig2,.jb2,.PDF,.PNG,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext) \AppendGraphicsExtensions on input line 456.
85.
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
(/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
......@@ -772,15 +594,18 @@ e
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
\AtBeginShipoutBox=\box47
\AtBeginShipoutBox=\box66
Package hyperref Info: Link coloring ON on input line 83.
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2016/05/21 v2.44 Cross-referencing by name of section
(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2019/09/16 v2.46 Cross-referencing by name of section
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2016/05/16 v1.5 Cleanup title references (HO)
(/usr/share/texmf-dist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
)
\c@section@level=\count135
(/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
)
\c@section@level=\count289
)
LaTeX Info: Redefining \ref on input line 83.
LaTeX Info: Redefining \pageref on input line 83.
......@@ -788,65 +613,47 @@ LaTeX Info: Redefining \nameref on input line 83.
(./dunitertechnicaldescription.out) (./dunitertechnicaldescription.out)
\@outlinefile=\write5
\openout5 = `dunitertechnicaldescription.out'.
Package hyperref Info: Option `pageanchor' set `false' on input line 86.
LaTeX Font Info: Try loading font information for T1+phv on input line 86.
LaTeX Font Info: Trying to load font information for T1+phv on input line 86
.
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd
File: t1phv.fd 2001/06/04 scalable font definitions for T1/phv.
(/usr/share/texmf-dist/tex/latex/psnfss/t1phv.fd
File: t1phv.fd 2020/03/25 scalable font definitions for T1/phv.
)
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <10> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 86.
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <24.88> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 86.
LaTeX Font Info: Font shape `T1/phv/bx/it' in size <10> not available
(Font) Font shape `T1/phv/b/it' tried instead on input line 86.
LaTeX Font Info: Font shape `T1/phv/b/it' in size <10> not available
(Font) Font shape `T1/phv/b/sl' tried instead on input line 86.
LaTeX Font Info: Font shape `T1/phv/bx/it' in size <17.28> not available
(Font) Font shape `T1/phv/b/it' tried instead on input line 86.
LaTeX Font Info: Font shape `T1/phv/b/it' in size <17.28> not available
(Font) Font shape `T1/phv/b/sl' tried instead on input line 86.
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <17.28> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 86.
<<ot1.cmap>><<oml.cmap>><<oms.cmap>><<omx.cmap>>
LaTeX Font Info: Try loading font information for U+msa on input line 86.
LaTeX Font Info: Trying to load font information for U+msa on input line 86.
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
(/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
)
LaTeX Font Info: Try loading font information for U+msb on input line 86.
LaTeX Font Info: Trying to load font information for U+msb on input line 86.
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
)
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <12> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 86.
[1
) [1
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2
] (./dunitertechnicaldescription.toc
LaTeX Font Info: Font shape `T1/ptm/bx/n' in size <10> not available
(Font) Font shape `T1/ptm/b/n' tried instead on input line 2.
)
] (./dunitertechnicaldescription.toc)
\tf@toc=\write6
\openout6 = `dunitertechnicaldescription.toc'.
[1
] [2
] [1] [2
]
[1] [2
]
Chapter 1.
LaTeX Font Info: Try loading font information for TS1+ptm on input line 123.
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd
LaTeX Font Info: Trying to load font information for TS1+ptm on input line 1
23.
(/usr/share/texmf-dist/tex/latex/psnfss/ts1ptm.fd
File: ts1ptm.fd 2001/06/04 font definitions for TS1/ptm.
)
......@@ -858,58 +665,56 @@ Package amsmath Warning: Foreign command \over;
]
Chapter 2.
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <14.4> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 174.
[5] [6]
Chapter 3.
[7
] [8]
LaTeX Font Info: Try loading font information for T1+pcr on input line 424.
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd
LaTeX Font Info: Trying to load font information for T1+pcr on input line 42
4.
(/usr/share/texmf-dist/tex/latex/psnfss/t1pcr.fd
File: t1pcr.fd 2001/06/04 font definitions for T1/pcr.
) [9] [10
]
Chapter 4.
[11] [12]
<degrees_en.jpg, id=248, 301.125pt x 264.99pt>
<degrees_en.jpg, id=249, 301.125pt x 264.99pt>
File: degrees_en.jpg Graphic file (type jpg)
<use degrees_en.jpg>
Package pdftex.def Info: degrees_en.jpg used on input line 647.
(pdftex.def) Requested size: 181.18439pt x 159.44809pt.
[13 <./degrees_en.jpg>]
<simple_wot.jpg, id=254, 307.1475pt x 153.57375pt>
<simple_wot.jpg, id=255, 307.1475pt x 153.57375pt>
File: simple_wot.jpg Graphic file (type jpg)
<use simple_wot.jpg>
Package pdftex.def Info: simple_wot.jpg used on input line 701.
(pdftex.def) Requested size: 181.18439pt x 90.59366pt.
LaTeX Font Info: Font shape `T1/pcr/bx/n' in size <12> not available
(Font) Font shape `T1/pcr/b/n' tried instead on input line 728.
[14 <./simple_wot.jpg>]
LaTeX Font Info: Try loading font information for TS1+pcr on input line 1.
LaTeX Font Info: Trying to load font information for TS1+pcr on input line 1
.
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1pcr.fd
(/usr/share/texmf-dist/tex/latex/psnfss/ts1pcr.fd
File: ts1pcr.fd 2001/06/04 font definitions for TS1/pcr.
) [15]
<wot-sybil.jpg, id=273, 638.385pt x 383.4325pt>
<wot-sybil.jpg, id=274, 638.385pt x 383.4325pt>
File: wot-sybil.jpg Graphic file (type jpg)
<use wot-sybil.jpg>
Package pdftex.def Info: wot-sybil.jpg used on input line 892.
(pdftex.def) Requested size: 407.66833pt x 244.8577pt.
[16]
<wot-moy.png, id=287, 686.93753pt x 361.35pt>
<wot-moy.png, id=288, 686.93753pt x 361.35pt>
File: wot-moy.png Graphic file (type png)
<use wot-moy.png>
Package pdftex.def Info: wot-moy.png used on input line 933.
(pdftex.def) Requested size: 407.66833pt x 214.45178pt.
[17 <./wot-sybil.jpg> <./wot-moy.png>]
<impact_sig_period.png, id=298, 1026.68103pt x 426.91454pt>
<impact_sig_period.png, id=299, 1026.68103pt x 426.91454pt>
File: impact_sig_period.png Graphic file (type png)
<use impact_sig_period.png>
Package pdftex.def Info: impact_sig_period.png used on input line 998.
(pdftex.def) Requested size: 452.9679pt x 188.35107pt.
[18] [19 <./impact_sig_period.png>] [20]
[18 <./impact_sig_period.png>] [19] [20]
Chapter 5.
[21
......@@ -931,35 +736,35 @@ Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 1642.
Package rerunfilecheck Info: File `dunitertechnicaldescription.out' has not cha
nged.
(rerunfilecheck) Checksum: 5897F4AB8F8A8EC93F9D89C6449BB8E9;5050.
(rerunfilecheck) Checksum: AC0B5A61383A2C24C61639088D2F80F7;4981.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 1642.
)
Here is how much of TeX's memory you used:
13672 strings out of 494532
192844 string characters out of 6176185
289090 words of memory out of 5000000
16882 multiletter control sequences out of 15000+600000
66808 words of font info for 92 fonts, out of 8000000 for 9000
15 hyphenation exceptions out of 8191
37i,19n,48p,477b,422s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc}</usr/share/texliv
e/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/share/texlive/texm
f-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist
/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/
type1/public/amsfonts/cm/cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/p
ublic/amsfonts/cm/cmr7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/am
sfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts
/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/courier/ucrb8a.pfb
></usr/share/texlive/texmf-dist/fonts/type1/urw/courier/ucrr8a.pfb></usr/share/
texlive/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb></usr/share/texlive/texm
f-dist/fonts/type1/urw/helvetic/uhvbo8a.pfb></usr/share/texlive/texmf-dist/font
s/type1/urw/helvetic/uhvr8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/
times/utmb8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmr8a.pf
b></usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmri8a.pfb>
Output written on dunitertechnicaldescription.pdf (33 pages, 388899 bytes).
13859 strings out of 480478
195518 string characters out of 5905960
481927 words of memory out of 5000000
29385 multiletter control sequences out of 15000+600000
597251 words of font info for 107 fonts, out of 8000000 for 9000
1142 hyphenation exceptions out of 8191
38i,19n,49p,470b,420s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/share/texmf-dist/fonts/enc/dvips/base/8r.enc}</usr/share/texmf-dist/fon
ts/type1/public/amsfonts/cm/cmex10.pfb></usr/share/texmf-dist/fonts/type1/publi
c/amsfonts/cm/cmmi10.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/
cmmi7.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr
/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb></usr/share/texmf-dis
t/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texmf-dist/fonts/type1/
public/amsfonts/cm/cmsy7.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts
/cm/cmti10.pfb></usr/share/texmf-dist/fonts/type1/urw/courier/ucrb8a.pfb></usr/
share/texmf-dist/fonts/type1/urw/courier/ucrr8a.pfb></usr/share/texmf-dist/font
s/type1/urw/helvetic/uhvb8a.pfb></usr/share/texmf-dist/fonts/type1/urw/helvetic
/uhvbo8a.pfb></usr/share/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb></usr/s
hare/texmf-dist/fonts/type1/urw/times/utmb8a.pfb></usr/share/texmf-dist/fonts/t
ype1/urw/times/utmr8a.pfb></usr/share/texmf-dist/fonts/type1/urw/times/utmri8a.
pfb>
Output written on dunitertechnicaldescription.pdf (33 pages, 396363 bytes).
PDF statistics:
462 PDF objects out of 1000 (max. 8388607)
396 compressed objects within 4 object streams
466 PDF objects out of 1000 (max. 8388607)
399 compressed objects within 4 object streams
130 named destinations out of 1000 (max. 500000)
230 words of extra memory for PDF output out of 10000 (max. 10000000)
\BOOKMARK [0][-]{chapter.1}{\376\377\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n}{}% 1
\BOOKMARK [0][-]{chapter.2}{\376\377\000S\000t\000a\000t\000e\000\040\000o\000f\000\040\000t\000h\000e\000\040\000a\000r\000t\000\040\000:\000\040\000B\000i\000t\000c\000o\000i\000n\000\040\000c\000a\000s\000e}{}% 2
\BOOKMARK [1][-]{section.2.1}{\376\377\000M\000o\000n\000e\000t\000a\000r\000y\000\040\000c\000r\000e\000a\000t\000i\000o\000n\000\040\000o\000f\000\040\000B\000i\000t\000c\000o\000i\000n\000\040\000:\000\040\000a\000\040\000s\000p\000a\000c\000e\000-\000t\000i\000m\000e\000\040\000a\000s\000y\000m\000m\000e\000t\000r\000y}{chapter.2}% 3
\BOOKMARK [1][-]{section.2.2}{\376\377\000P\000r\000o\000o\000f\000-\000o\000f\000-\000W\000o\000r\000k\000\040\000m\000i\000n\000i\000n\000g\000\040\000:\000\040\000a\000\040\000p\000o\000w\000e\000r\000\040\000r\000a\000c\000e}{chapter.2}% 4
\BOOKMARK [0][-]{chapter.2}{\376\377\000S\000t\000a\000t\000e\000\040\000o\000f\000\040\000t\000h\000e\000\040\000a\000r\000t\000:\000\040\000B\000i\000t\000c\000o\000i\000n\000\040\000c\000a\000s\000e}{}% 2
\BOOKMARK [1][-]{section.2.1}{\376\377\000M\000o\000n\000e\000t\000a\000r\000y\000\040\000c\000r\000e\000a\000t\000i\000o\000n\000\040\000o\000f\000\040\000B\000i\000t\000c\000o\000i\000n\000:\000\040\000a\000\040\000s\000p\000a\000c\000e\000-\000t\000i\000m\000e\000\040\000a\000s\000y\000m\000m\000e\000t\000r\000y}{chapter.2}% 3
\BOOKMARK [1][-]{section.2.2}{\376\377\000P\000r\000o\000o\000f\000-\000o\000f\000-\000W\000o\000r\000k\000\040\000m\000i\000n\000i\000n\000g\000:\000\040\000a\000\040\000p\000o\000w\000e\000r\000\040\000r\000a\000c\000e}{chapter.2}% 4
\BOOKMARK [0][-]{chapter.3}{\376\377\000D\000u\000n\000i\000t\000e\000r\000s\000\040\000B\000l\000o\000c\000k\000c\000h\000a\000i\000n}{}% 5
\BOOKMARK [1][-]{section.3.1}{\376\377\000S\000p\000a\000m\000\040\000c\000o\000u\000n\000t\000e\000r\000m\000e\000a\000s\000u\000r\000e\000s}{chapter.3}% 6
\BOOKMARK [1][-]{section.3.2}{\376\377\000S\000c\000a\000l\000i\000n\000g}{chapter.3}% 7
\BOOKMARK [0][-]{chapter.4}{\376\377\000D\000u\000n\000i\000t\000e\000r\000\040\000W\000e\000b\000\040\000o\000f\000\040\000T\000r\000u\000s\000t}{}% 8
\BOOKMARK [1][-]{section.4.1}{\376\377\000B\000a\000s\000i\000c\000\040\000P\000r\000i\000n\000c\000i\000p\000l\000e\000s}{chapter.4}% 9
\BOOKMARK [1][-]{section.4.2}{\376\377\000W\000h\000y\000\040\000d\000o\000\040\000w\000e\000\040\000n\000e\000e\000d\000\040\000a\000\040\000W\000e\000b\000\040\000o\000f\000\040\000T\000r\000u\000s\000t\000\040\000?}{chapter.4}% 10
\BOOKMARK [1][-]{section.4.2}{\376\377\000W\000h\000y\000\040\000d\000o\000\040\000w\000e\000\040\000n\000e\000e\000d\000\040\000a\000\040\000W\000e\000b\000\040\000o\000f\000\040\000T\000r\000u\000s\000t\000?}{chapter.4}% 10
\BOOKMARK [1][-]{section.4.3}{\376\377\000T\000h\000e\000\040\000i\000m\000p\000o\000r\000t\000a\000n\000c\000e\000\040\000o\000f\000\040\000h\000a\000v\000i\000n\000g\000\040\000o\000u\000r\000\040\000o\000w\000n\000\040\000c\000e\000r\000t\000i\000f\000i\000c\000a\000t\000i\000o\000n\000\040\000s\000y\000s\000t\000e\000m}{chapter.4}% 11
\BOOKMARK [1][-]{section.4.4}{\376\377\000A\000\040\000f\000e\000w\000\040\000f\000o\000u\000n\000d\000a\000t\000i\000o\000n\000a\000l\000\040\000c\000o\000n\000c\000e\000p\000t\000s\000\040\000o\000n\000\040\000g\000r\000a\000p\000h\000\040\000t\000h\000e\000o\000r\000y\000\040\000:\000\040\000a\000\040\000b\000i\000t\000\040\000o\000f\000\040\000v\000o\000c\000a\000b\000u\000l\000a\000r\000y}{chapter.4}% 12
\BOOKMARK [1][-]{section.4.4}{\376\377\000A\000\040\000f\000e\000w\000\040\000f\000o\000u\000n\000d\000a\000t\000i\000o\000n\000a\000l\000\040\000c\000o\000n\000c\000e\000p\000t\000s\000\040\000o\000n\000\040\000g\000r\000a\000p\000h\000\040\000t\000h\000e\000o\000r\000y\000:\000\040\000a\000\040\000b\000i\000t\000\040\000o\000f\000\040\000v\000o\000c\000a\000b\000u\000l\000a\000r\000y}{chapter.4}% 12
\BOOKMARK [1][-]{section.4.5}{\376\377\000D\000e\000f\000i\000n\000i\000t\000i\000o\000n\000\040\000o\000f\000\040\000t\000h\000e\000\040\000D\000u\000n\000i\000t\000e\000r\000\040\000W\000e\000b\000\040\000o\000f\000\040\000T\000r\000u\000s\000t}{chapter.4}% 13
\BOOKMARK [1][-]{section.4.6}{\376\377\000E\000x\000p\000l\000o\000r\000i\000n\000g\000\040\000t\000h\000e\000\040\000r\000u\000l\000e\000s\000\040\000b\000e\000h\000i\000n\000d\000\040\000a\000\040\000D\000u\000n\000i\000t\000e\000r\000\040\000W\000e\000b\000\040\000o\000f\000\040\000T\000r\000u\000s\000t}{chapter.4}% 14
\BOOKMARK [1][-]{section.4.7}{\376\377\000D\000e\000t\000a\000i\000l\000s\000\040\000o\000n\000\040\000s\000o\000m\000e\000\040\000o\000f\000\040\000t\000h\000e\000\040\000W\000o\000T\040\031\000s\000\040\000p\000e\000c\000u\000l\000i\000a\000r\000i\000t\000i\000e\000s\000\040\000a\000t\000\040\000t\000h\000e\000\040\000g\000e\000n\000e\000s\000i\000s\000\040\000b\000l\000o\000c\000k}{chapter.4}% 15
\BOOKMARK [1][-]{section.4.8}{\376\377\000W\000h\000y\000\040\000t\000h\000e\000s\000e\000\040\000r\000u\000l\000e\000s\000\040\000a\000n\000d\000\040\000a\000p\000p\000l\000i\000c\000a\000t\000i\000o\000n\000\040\000c\000a\000s\000e\000s\000\040\000i\000n\000\040\000t\000h\000e\000\040\001\036\0001}{chapter.4}% 16
\BOOKMARK [0][-]{chapter.5}{\376\377\000P\000r\000o\000o\000f\000\040\000o\000f\000\040\000W\000o\000r\000k\000\040\000w\000i\000t\000h\000\040\000p\000e\000r\000s\000o\000n\000a\000l\000\040\000d\000i\000f\000f\000i\000c\000u\000l\000t\000y}{}% 17
\BOOKMARK [1][-]{section.5.1}{\376\377\000W\000h\000y\000\040\000d\000o\000\040\000w\000e\000\040\000n\000e\000e\000d\000\040\000P\000r\000o\000o\000f\000\040\000o\000f\000\040\000W\000o\000r\000k\000\040\000?}{chapter.5}% 18
\BOOKMARK [1][-]{section.5.1}{\376\377\000W\000h\000y\000\040\000d\000o\000\040\000w\000e\000\040\000n\000e\000e\000d\000\040\000P\000r\000o\000o\000f\000\040\000o\000f\000\040\000W\000o\000r\000k\000?}{chapter.5}% 18
\BOOKMARK [1][-]{section.5.2}{\376\377\000O\000n\000l\000y\000\040\000m\000e\000m\000b\000e\000r\000s\000\040\000c\000a\000n\000\040\040\034\000m\000i\000n\000e\040\035}{chapter.5}% 19
\BOOKMARK [1][-]{section.5.3}{\376\377\000H\000o\000w\000\040\000d\000o\000e\000s\000\040\000i\000t\000\040\000w\000o\000r\000k\000\040\000?}{chapter.5}% 20
\BOOKMARK [1][-]{section.5.3}{\376\377\000H\000o\000w\000\040\000d\000o\000e\000s\000\040\000i\000t\000\040\000w\000o\000r\000k\000?}{chapter.5}% 20
\BOOKMARK [1][-]{section.5.4}{\376\377\000P\000e\000r\000s\000o\000n\000a\000l\000i\000s\000e\000d\000\040\000d\000i\000f\000f\000i\000c\000u\000l\000t\000y}{chapter.5}% 21
\BOOKMARK [0][-]{chapter.6}{\376\377\000C\000o\000n\000c\000l\000u\000s\000i\000o\000n}{}% 22
\BOOKMARK [0][-]{chapter.7}{\376\377\000S\000o\000u\000r\000c\000e\000s\000\040\000:}{}% 23
\BOOKMARK [0][-]{chapter.7}{\376\377\000S\000o\000u\000r\000c\000e\000s}{}% 23
......@@ -137,7 +137,7 @@ will use a Web of Trust with specific rules. As the number of members
may evolve, the Universal Dividend has to be created according to the
formula:
\begin{equation}\label{equation:index:ud}
\begin{split}UD(t+1) = UD(t) + c^2 \times {M(t) \over N(t)}\end{split}
\begin{split}\mathit{UD}(t+1) = \mathit{UD}(t) + c^2 \times {M(t) \over N(t)}\end{split}
\end{equation}
Duniter is based on a decentralized Blockchain. This technical choice
allows irreversibility of transaction and uncensorability of trades and
......@@ -455,7 +455,7 @@ legitimate identity.
\end{itemize}
The aim of the WoT is to identify a blockchain account to a living
human. According to Lauterbach et.al %
human. According to Lauterbach et al. %
\begin{footnote}[7]\sphinxAtStartFootnote
Surfing a Web of Trust, Reputation and Reciprocity on
CouchSurfing.com, D.Lauterbach, H.Truong, T.Shah, L.Adamic:
......@@ -735,7 +735,7 @@ defining what a ‘referent member’ is:
Let D be the total of degrees of a member, and N the number of members.
A member is said to be ‘referent’ if and only if:
\begin{equation}\label{equation:index:referent_member}
\begin{split}D \geq {CEIL (N^{-1} \over stepmax)}\end{split}
\begin{split}D \geq {CEIL ({N^{-1} \over stepmax})}\end{split}
\end{equation}
As the size of the web will grow this number will grow too, meaning it will
take more certification issuances to become a referent member. The
......@@ -1599,13 +1599,13 @@ libre Currency can be issued thanks to the Universal Dividend.
More than that, Duniter proposes a new model for securing a Blockchain
in an efficient and decentralized way. Basing the security on a Web of
Trust with an individualised security makes the calculation rules more
fair. A side\sphinxhyphen{}effect of this choice is a network consisting mostly of
fair. A side effect of this choice is a network consisting mostly of
low\sphinxhyphen{}end computers, maintaining a good security and helping
decentralization of calculation.
The ultimate goal of Duniter project is to allow people to participate
in a libre economy, thanks to a libre currency. What is a libre economy
? The Relative Theory of Money defines it through four economic
in a libre economy, thanks to a libre currency. What is a libre economy?
The Relative Theory of Money defines it through four economic
liberties:
\begin{itemize}
\item {}
......@@ -1633,7 +1633,7 @@ water source in a desert) so no more is available to the others. Now you
get it, this is the goal: free economy through free currency.
\chapter{Sources :}
\chapter{Sources}
\label{\detokenize{index:sources}}\label{\detokenize{index:id23}}
......
......@@ -29,19 +29,19 @@
\contentsline {subsection}{\numberline {4.6.5}Rule of limited supply of active certifications (\sphinxstyleliteralintitle {\sphinxupquote {sigStock}})}{15}{subsection.4.6.5}%
\contentsline {subsection}{\numberline {4.6.6}Rule of the time period between two certification issuances. (\sphinxstyleliteralintitle {\sphinxupquote {sigPeriod}})}{16}{subsection.4.6.6}%
\contentsline {subsection}{\numberline {4.6.7}Expiry of a certification issuance (\sphinxstyleliteralintitle {\sphinxupquote {sigWindow}})}{16}{subsection.4.6.7}%
\contentsline {subsection}{\numberline {4.6.8}Lifespan of a \IeC {\textquoteleft }pending\IeC {\textquoteright } identity (\sphinxstyleliteralintitle {\sphinxupquote {idtyWindow}})}{16}{subsection.4.6.8}%
\contentsline {section}{\numberline {4.7}Details on some of the WoT\IeC {\textquoteright }s peculiarities at the genesis block}{16}{section.4.7}%
\contentsline {section}{\numberline {4.8}Why these rules and application cases in the \IeC {\u G}1}{16}{section.4.8}%
\contentsline {subsection}{\numberline {4.6.8}Lifespan of a ‘pending’ identity (\sphinxstyleliteralintitle {\sphinxupquote {idtyWindow}})}{16}{subsection.4.6.8}%
\contentsline {section}{\numberline {4.7}Details on some of the WoTs peculiarities at the genesis block}{16}{section.4.7}%
\contentsline {section}{\numberline {4.8}Why these rules and application cases in the Ğ1}{16}{section.4.8}%
\contentsline {subsection}{\numberline {4.8.1}Distance and maximum size}{16}{subsection.4.8.1}%
\contentsline {subsection}{\numberline {4.8.2}Time is our friend}{18}{subsection.4.8.2}%
\contentsline {subsection}{\numberline {4.8.3}Trust me now, trust me forever? (\sphinxstyleliteralintitle {\sphinxupquote {sigValidity}}, \sphinxstyleliteralintitle {\sphinxupquote {msValidity}})}{19}{subsection.4.8.3}%
\contentsline {subsection}{\numberline {4.8.4}Keeping the pools free of information glut (\sphinxstyleliteralintitle {\sphinxupquote {idtyWindow}}, \sphinxstyleliteralintitle {\sphinxupquote {sigWindow}}, \sphinxstyleliteralintitle {\sphinxupquote {msWindow}})}{19}{subsection.4.8.4}%
\contentsline {subsection}{\numberline {4.8.5}Avoiding single members from \IeC {\textquoteleft }knowing too many people\IeC {\textquoteright } (\sphinxstyleliteralintitle {\sphinxupquote {sigStock}})}{20}{subsection.4.8.5}%
\contentsline {subsection}{\numberline {4.8.5}Avoiding single members from knowing too many people (\sphinxstyleliteralintitle {\sphinxupquote {sigStock}})}{20}{subsection.4.8.5}%
\contentsline {subsection}{\numberline {4.8.6}Avoiding locking minorities (\sphinxstyleliteralintitle {\sphinxupquote {xpercent}})}{20}{subsection.4.8.6}%
\contentsline {subsection}{\numberline {4.8.7}Spam protection with (\sphinxstyleliteralintitle {\sphinxupquote {msPeriod}})}{20}{subsection.4.8.7}%
\contentsline {chapter}{\numberline {5}Proof of Work with personal difficulty}{21}{chapter.5}%
\contentsline {section}{\numberline {5.1}Why do we need Proof of Work?}{21}{section.5.1}%
\contentsline {section}{\numberline {5.2}Only members can \IeC {\textquotedblleft }mine\IeC {\textquotedblright }}{22}{section.5.2}%
\contentsline {section}{\numberline {5.2}Only members can “mine”}{22}{section.5.2}%
\contentsline {section}{\numberline {5.3}How does it work?}{22}{section.5.3}%
\contentsline {subsection}{\numberline {5.3.1}The hash (aka digest)}{22}{subsection.5.3.1}%
\contentsline {subsection}{\numberline {5.3.2}The common difficulty}{22}{subsection.5.3.2}%
......@@ -49,9 +49,9 @@
\contentsline {subsubsection}{The Nonce}{23}{subsubsection*.4}%
\contentsline {section}{\numberline {5.4}Personalised difficulty}{23}{section.5.4}%
\contentsline {subsection}{\numberline {5.4.1}Understanding \sphinxstyleliteralintitle {\sphinxupquote {exFact}}, the exclusion factor}{23}{subsection.5.4.1}%
\contentsline {subsubsection}{What is intended by \IeC {\textquotedblleft }the number of members forging\IeC {\textquotedblright } ?}{24}{subsubsection*.5}%
\contentsline {subsubsection}{What is intended by the number of members forging?}{24}{subsubsection*.5}%
\contentsline {subsubsection}{Current window}{24}{subsubsection*.6}%
\contentsline {subsubsection}{exFact and the personalised difficulty}{24}{subsubsection*.7}%
\contentsline {subsection}{\numberline {5.4.2}The handicap}{25}{subsection.5.4.2}%
\contentsline {chapter}{\numberline {6}Conclusion}{27}{chapter.6}%
\contentsline {chapter}{\numberline {7}Sources :}{29}{chapter.7}%
\contentsline {chapter}{\numberline {7}Sources}{29}{chapter.7}%