Browse Source

build based on 1117505

gh-pages
autodocs 8 years ago
parent
commit
1b5b132fa0
  1. 12
      latest/documenter.html
  2. 4
      latest/fileformat.html
  3. 547
      latest/generated/example.html
  4. 1108
      latest/generated/example.ipynb
  5. 2
      latest/generated/example.jl
  6. 6
      latest/generated/notebook.ipynb
  7. 2
      latest/index.html
  8. 4
      latest/outputformats.html
  9. 4
      latest/pipeline.html
  10. 14
      latest/search_index.js

12
latest/documenter.html

@ -1,12 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>6. Interaction with Documenter.jl · Literate.jl</title><link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="assets/documenter.js"></script><script src="siteinfo.js"></script><script src="../versions.js"></script><link href="assets/documenter.css" rel="stylesheet" type="text/css"/></head><body><nav class="toc"><h1>Literate.jl</h1><select id="version-selector" onChange="window.location.href=this.value" style="visibility: hidden"></select><form class="search" id="search-form" action="search.html"><input id="search-query" name="q" type="text" placeholder="Search docs"/></form><ul><li><a class="toctext" href="index.html"><strong>1.</strong> Introduction</a></li><li><a class="toctext" href="fileformat.html"><strong>2.</strong> File Format</a></li><li><a class="toctext" href="pipeline.html"><strong>3.</strong> Processing pipeline</a></li><li><a class="toctext" href="outputformats.html"><strong>4.</strong> Output Formats</a></li><li><a class="toctext" href="customprocessing.html"><strong>5.</strong> Custom pre- and post-processing</a></li><li class="current"><a class="toctext" href="documenter.html"><strong>6.</strong> Interaction with Documenter.jl</a><ul class="internal"></ul></li><li><a class="toctext" href="generated/example.html"><strong>7.</strong> Example</a></li></ul></nav><article id="docs"><header><nav><ul><li><a href="documenter.html"><strong>6.</strong> Interaction with Documenter.jl</a></li></ul><a class="edit-page" href="https://github.com/fredrikekre/Literate.jl/blob/master/docs/src/documenter.md"><span class="fa"></span> Edit on GitHub</a></nav><hr/><div id="topbar"><span>6. Interaction with Documenter.jl</span><a class="fa fa-bars" href="#"></a></div></header><h1><a class="nav-anchor" id="Interaction-with-Documenter-1" href="#Interaction-with-Documenter-1"><strong>6.</strong> Interaction with Documenter.jl</a></h1><p>Literate can be used for any purpose, it spits out regular markdown files, and notebooks. Typically, though, these files will be used to render documentation for your package. The generators (<a href="outputformats.html#Literate.markdown"><code>Literate.markdown</code></a>, <a href="outputformats.html#Literate.notebook"><code>Literate.notebook</code></a> and <a href="outputformats.html#Literate.script"><code>Literate.script</code></a>) supports a keyword argument <code>documenter</code> that lets the generator perform some extra things, keeping in mind that the source code have been written with Documenter.jl in mind. So lets take a look at what will happen if we set <code>documenter = true</code>:</p><h3><a class="nav-anchor" id="[Literate.markdown](@ref):-1" href="#[Literate.markdown](@ref):-1"><a href="outputformats.html#Literate.markdown"><code>Literate.markdown</code></a>:</a></h3><ul><li><p>The default code fence will change from</p><pre><code class="language-none">```julia <html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>6. Interaction with Documenter.jl · Literate.jl</title><link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="assets/documenter.js"></script><script src="siteinfo.js"></script><script src="../versions.js"></script><link href="assets/documenter.css" rel="stylesheet" type="text/css"/></head><body><nav class="toc"><h1>Literate.jl</h1><select id="version-selector" onChange="window.location.href=this.value" style="visibility: hidden"></select><form class="search" id="search-form" action="search.html"><input id="search-query" name="q" type="text" placeholder="Search docs"/></form><ul><li><a class="toctext" href="index.html"><strong>1.</strong> Introduction</a></li><li><a class="toctext" href="fileformat.html"><strong>2.</strong> File Format</a></li><li><a class="toctext" href="pipeline.html"><strong>3.</strong> Processing pipeline</a></li><li><a class="toctext" href="outputformats.html"><strong>4.</strong> Output Formats</a></li><li><a class="toctext" href="customprocessing.html"><strong>5.</strong> Custom pre- and post-processing</a></li><li class="current"><a class="toctext" href="documenter.html"><strong>6.</strong> Interaction with Documenter.jl</a><ul class="internal"></ul></li><li><a class="toctext" href="generated/example.html"><strong>7.</strong> Example</a></li></ul></nav><article id="docs"><header><nav><ul><li><a href="documenter.html"><strong>6.</strong> Interaction with Documenter.jl</a></li></ul><a class="edit-page" href="https://github.com/fredrikekre/Literate.jl/blob/master/docs/src/documenter.md"><span class="fa"></span> Edit on GitHub</a></nav><hr/><div id="topbar"><span>6. Interaction with Documenter.jl</span><a class="fa fa-bars" href="#"></a></div></header><h1><a class="nav-anchor" id="Interaction-with-Documenter-1" href="#Interaction-with-Documenter-1"><strong>6.</strong> Interaction with Documenter.jl</a></h1><p>Literate can be used for any purpose, it spits out regular markdown files, and notebooks. Typically, though, these files will be used to render documentation for your package. The generators (<a href="outputformats.html#Literate.markdown"><code>Literate.markdown</code></a>, <a href="outputformats.html#Literate.notebook"><code>Literate.notebook</code></a> and <a href="outputformats.html#Literate.script"><code>Literate.script</code></a>) supports a keyword argument <code>documenter</code> that lets the generator perform some extra things, keeping in mind that the source code have been written with Documenter.jl in mind. So lets take a look at what will happen if we set <code>documenter = true</code>:</p><h3><a class="nav-anchor" id="[Literate.markdown](@ref):-1" href="#[Literate.markdown](@ref):-1"><a href="outputformats.html#Literate.markdown"><code>Literate.markdown</code></a>:</a></h3><ul><li>The default code fence will change from<pre><code class="language-none">```julia
# code # code
```</code></pre><p>to Documenters <code>@example</code> blocks:</p><pre><code class="language-none">```@examples $(name) ```</code></pre>to Documenters <code>@example</code> blocks:<pre><code class="language-none">```@examples $(name)
# code # code
```</code></pre></li><li><p>The following <code>@meta</code> block will be added to the top of the markdown page, which redirects the &quot;Edit on GitHub&quot; link on the top of the page to the <em>source file</em> rather than the generated <code>.md</code> file:</p><pre><code class="language-none">```@meta ```</code></pre></li><li>The following <code>@meta</code> block will be added to the top of the markdown page, which redirects the &quot;Edit on GitHub&quot; link on the top of the page to the <em>source file</em> rather than the generated <code>.md</code> file:<pre><code class="language-none">```@meta
EditURL = &quot;$(relpath(inputfile, outputdir))&quot; EditURL = &quot;$(relpath(inputfile, outputdir))&quot;
```</code></pre></li></ul><h3><a class="nav-anchor" id="[Literate.notebook](@ref):-1" href="#[Literate.notebook](@ref):-1"><a href="outputformats.html#Literate.notebook"><code>Literate.notebook</code></a>:</a></h3><ul><li><p>Documenter style <code>@ref</code>s and <code>@id</code> will be removed. This means that you can use <code>@ref</code> and <code>@id</code> in the source file without them leaking to the notebook.</p></li><li><p>Documenter style markdown math</p><pre><code class="language-none">```math ```</code></pre></li></ul><h3><a class="nav-anchor" id="[Literate.notebook](@ref):-1" href="#[Literate.notebook](@ref):-1"><a href="outputformats.html#Literate.notebook"><code>Literate.notebook</code></a>:</a></h3><ul><li>Documenter style <code>@ref</code>s and <code>@id</code> will be removed. This means that you can use <code>@ref</code> and <code>@id</code> in the source file without them leaking to the notebook.</li><li>Documenter style markdown math<pre><code class="language-none">```math
\int f dx \int f dx
```</code></pre><p>is replaced with notebook compatible</p><pre><code class="language-none">\begin{equation} ```</code></pre>is replaced with notebook compatible<pre><code class="language-none">\begin{equation}
\int f dx \int f dx
\end{equation}</code></pre></li></ul><h3><a class="nav-anchor" id="[Literate.script](@ref):-1" href="#[Literate.script](@ref):-1"><a href="outputformats.html#Literate.script"><code>Literate.script</code></a>:</a></h3><ul><li><p>Documenter style <code>@ref</code>s and <code>@id</code> will be removed. This means that you can use <code>@ref</code> and <code>@id</code> in the source file without them leaking to the script.</p></li></ul><footer><hr/><a class="previous" href="customprocessing.html"><span class="direction">Previous</span><span class="title"><strong>5.</strong> Custom pre- and post-processing</span></a><a class="next" href="generated/example.html"><span class="direction">Next</span><span class="title"><strong>7.</strong> Example</span></a></footer></article></body></html> \end{equation}</code></pre></li></ul><h3><a class="nav-anchor" id="[Literate.script](@ref):-1" href="#[Literate.script](@ref):-1"><a href="outputformats.html#Literate.script"><code>Literate.script</code></a>:</a></h3><ul><li>Documenter style <code>@ref</code>s and <code>@id</code> will be removed. This means that you can use <code>@ref</code> and <code>@id</code> in the source file without them leaking to the script.</li></ul><footer><hr/><a class="previous" href="customprocessing.html"><span class="direction">Previous</span><span class="title"><strong>5.</strong> Custom pre- and post-processing</span></a><a class="next" href="generated/example.html"><span class="direction">Next</span><span class="title"><strong>7.</strong> Example</span></a></footer></article></body></html>

4
latest/fileformat.html

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>2. File Format · Literate.jl</title><link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="assets/documenter.js"></script><script src="siteinfo.js"></script><script src="../versions.js"></script><link href="assets/documenter.css" rel="stylesheet" type="text/css"/></head><body><nav class="toc"><h1>Literate.jl</h1><select id="version-selector" onChange="window.location.href=this.value" style="visibility: hidden"></select><form class="search" id="search-form" action="search.html"><input id="search-query" name="q" type="text" placeholder="Search docs"/></form><ul><li><a class="toctext" href="index.html"><strong>1.</strong> Introduction</a></li><li class="current"><a class="toctext" href="fileformat.html"><strong>2.</strong> File Format</a><ul class="internal"><li><a class="toctext" href="#Syntax-1"><strong>2.1.</strong> Syntax</a></li><li><a class="toctext" href="#Filtering-Lines-1"><strong>2.2.</strong> Filtering Lines</a></li><li><a class="toctext" href="#Default-Replacements-1"><strong>2.3.</strong> Default Replacements</a></li></ul></li><li><a class="toctext" href="pipeline.html"><strong>3.</strong> Processing pipeline</a></li><li><a class="toctext" href="outputformats.html"><strong>4.</strong> Output Formats</a></li><li><a class="toctext" href="customprocessing.html"><strong>5.</strong> Custom pre- and post-processing</a></li><li><a class="toctext" href="documenter.html"><strong>6.</strong> Interaction with Documenter.jl</a></li><li><a class="toctext" href="generated/example.html"><strong>7.</strong> Example</a></li></ul></nav><article id="docs"><header><nav><ul><li><a href="fileformat.html"><strong>2.</strong> File Format</a></li></ul><a class="edit-page" href="https://github.com/fredrikekre/Literate.jl/blob/master/docs/src/fileformat.md"><span class="fa"></span> Edit on GitHub</a></nav><hr/><div id="topbar"><span>2. File Format</span><a class="fa fa-bars" href="#"></a></div></header><h1><a class="nav-anchor" id="**2.**-File-Format-1" href="#**2.**-File-Format-1"><strong>2.</strong> File Format</a></h1><p>The source file format for Literate is a regular, commented, julia (<code>.jl</code>) scripts. The idea is that the scripts also serve as documentation on their own and it is also simple to include them in the test-suite, with e.g. <code>include</code>, to make sure the examples stay up do date with other changes in your package.</p><h2><a class="nav-anchor" id="Syntax-1" href="#Syntax-1"><strong>2.1.</strong> Syntax</a></h2><p>The basic syntax is simple:</p><ul><li><p>lines starting with <code>#</code> are treated as markdown,</p></li><li><p>all other lines are treated as julia code.</p></li></ul><p>Leading whitespace is allowed before <code>#</code>, but it will be removed when generating the output. Since <code>#</code>-lines is treated as markdown we can not use that for regular julia comments, for this you can instead use <code>##</code>, which will render as <code>#</code> in the output.</p><p>Lets look at a simple example:</p><pre><code class="language-julia"># # Rational numbers <html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>2. File Format · Literate.jl</title><link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="assets/documenter.js"></script><script src="siteinfo.js"></script><script src="../versions.js"></script><link href="assets/documenter.css" rel="stylesheet" type="text/css"/></head><body><nav class="toc"><h1>Literate.jl</h1><select id="version-selector" onChange="window.location.href=this.value" style="visibility: hidden"></select><form class="search" id="search-form" action="search.html"><input id="search-query" name="q" type="text" placeholder="Search docs"/></form><ul><li><a class="toctext" href="index.html"><strong>1.</strong> Introduction</a></li><li class="current"><a class="toctext" href="fileformat.html"><strong>2.</strong> File Format</a><ul class="internal"><li><a class="toctext" href="#Syntax-1"><strong>2.1.</strong> Syntax</a></li><li><a class="toctext" href="#Filtering-Lines-1"><strong>2.2.</strong> Filtering Lines</a></li><li><a class="toctext" href="#Default-Replacements-1"><strong>2.3.</strong> Default Replacements</a></li></ul></li><li><a class="toctext" href="pipeline.html"><strong>3.</strong> Processing pipeline</a></li><li><a class="toctext" href="outputformats.html"><strong>4.</strong> Output Formats</a></li><li><a class="toctext" href="customprocessing.html"><strong>5.</strong> Custom pre- and post-processing</a></li><li><a class="toctext" href="documenter.html"><strong>6.</strong> Interaction with Documenter.jl</a></li><li><a class="toctext" href="generated/example.html"><strong>7.</strong> Example</a></li></ul></nav><article id="docs"><header><nav><ul><li><a href="fileformat.html"><strong>2.</strong> File Format</a></li></ul><a class="edit-page" href="https://github.com/fredrikekre/Literate.jl/blob/master/docs/src/fileformat.md"><span class="fa"></span> Edit on GitHub</a></nav><hr/><div id="topbar"><span>2. File Format</span><a class="fa fa-bars" href="#"></a></div></header><h1><a class="nav-anchor" id="**2.**-File-Format-1" href="#**2.**-File-Format-1"><strong>2.</strong> File Format</a></h1><p>The source file format for Literate is a regular, commented, julia (<code>.jl</code>) scripts. The idea is that the scripts also serve as documentation on their own and it is also simple to include them in the test-suite, with e.g. <code>include</code>, to make sure the examples stay up do date with other changes in your package.</p><h2><a class="nav-anchor" id="Syntax-1" href="#Syntax-1"><strong>2.1.</strong> Syntax</a></h2><p>The basic syntax is simple:</p><ul><li>lines starting with <code>#</code> are treated as markdown,</li><li>all other lines are treated as julia code.</li></ul><p>Leading whitespace is allowed before <code>#</code>, but it will be removed when generating the output. Since <code>#</code>-lines is treated as markdown we can not use that for regular julia comments, for this you can instead use <code>##</code>, which will render as <code>#</code> in the output.</p><p>Lets look at a simple example:</p><pre><code class="language-julia"># # Rational numbers
# #
# In julia rational numbers can be constructed with the `//` operator. # In julia rational numbers can be constructed with the `//` operator.
# Lets define two rational numbers, `x` and `y`: # Lets define two rational numbers, `x` and `y`:
@ -9,7 +9,7 @@ y = 2//5
# When adding `x` and `y` together we obtain a new rational number: # When adding `x` and `y` together we obtain a new rational number:
z = x + y</code></pre><p>In the lines starting with <code>#</code> we can use regular markdown syntax, for example the <code>#</code> used for the heading and the backticks for formatting code. The other lines are regular julia code. We note a couple of things:</p><ul><li><p>The script is valid julia, which means that we can <code>include</code> it and the example will run (for example in the <code>test/runtests.jl</code> script, to include the example in the test suite).</p></li><li><p>The script is &quot;self-explanatory&quot;, i.e. the markdown lines works as comments and thus serve as good documentation on its own.</p></li></ul><p>For simple use this is all you need to know. The following additional special syntax can also be used:</p><ul><li><p><code>#md</code>, <code>#nb</code>, <code>#jl</code>, <code>#src</code>: tags to filter lines, see <a href="fileformat.html#Filtering-Lines-1">Filtering Lines</a>,</p></li><li><p><code>#-</code>: tag to manually control chunk-splits, see <a href="pipeline.html#Custom-control-over-chunk-splits-1">Custom control over chunk splits</a>.</p></li></ul><p>There is also some default convenience replacements that will always be performed, see <a href="fileformat.html#Default-Replacements-1">Default Replacements</a>.</p><h2><a class="nav-anchor" id="Filtering-Lines-1" href="#Filtering-Lines-1"><strong>2.2.</strong> Filtering Lines</a></h2><p>It is often useful to filter out lines in the source depending on the output format. For this purpose there are a number of &quot;tokens&quot; that can be used to mark the purpose of certain lines:</p><ul><li><p><code>#md</code>: line exclusive to markdown output,</p></li><li><p><code>#nb</code>: line exclusive to notebook output,</p></li><li><p><code>#jl</code>: line exclusive to script output,</p></li><li><p><code>#src</code>: line exclusive to the source code and thus filtered out unconditionally.</p></li></ul><p>Lines <em>starting</em> with one of these tokens are filtered out in the <a href="pipeline.html#Pre-processing-1">preprocessing step</a>.</p><p>Suppose, for example, that we want to include a docstring within a <code>@docs</code> block using Documenter. Obviously we don&#39;t want to include this in the notebook, since <code>@docs</code> is Documenter syntax that the notebook will not understand. This is a case where we can prepend <code>#md</code> to those lines:</p><pre><code class="language-julia">#md # ```@docs z = x + y</code></pre><p>In the lines starting with <code>#</code> we can use regular markdown syntax, for example the <code>#</code> used for the heading and the backticks for formatting code. The other lines are regular julia code. We note a couple of things:</p><ul><li>The script is valid julia, which means that we can <code>include</code> it and the example will run (for example in the <code>test/runtests.jl</code> script, to include the example in the test suite).</li><li>The script is &quot;self-explanatory&quot;, i.e. the markdown lines works as comments and thus serve as good documentation on its own.</li></ul><p>For simple use this is all you need to know. The following additional special syntax can also be used:</p><ul><li><code>#md</code>, <code>#nb</code>, <code>#jl</code>, <code>#src</code>: tags to filter lines, see <a href="fileformat.html#Filtering-Lines-1">Filtering Lines</a>,</li><li><code>#-</code>: tag to manually control chunk-splits, see <a href="pipeline.html#Custom-control-over-chunk-splits-1">Custom control over chunk splits</a>.</li></ul><p>There is also some default convenience replacements that will always be performed, see <a href="fileformat.html#Default-Replacements-1">Default Replacements</a>.</p><h2><a class="nav-anchor" id="Filtering-Lines-1" href="#Filtering-Lines-1"><strong>2.2.</strong> Filtering Lines</a></h2><p>It is often useful to filter out lines in the source depending on the output format. For this purpose there are a number of &quot;tokens&quot; that can be used to mark the purpose of certain lines:</p><ul><li><code>#md</code>: line exclusive to markdown output,</li><li><code>#nb</code>: line exclusive to notebook output,</li><li><code>#jl</code>: line exclusive to script output,</li><li><code>#src</code>: line exclusive to the source code and thus filtered out unconditionally.</li></ul><p>Lines <em>starting</em> with one of these tokens are filtered out in the <a href="pipeline.html#Pre-processing-1">preprocessing step</a>.</p><p>Suppose, for example, that we want to include a docstring within a <code>@docs</code> block using Documenter. Obviously we don&#39;t want to include this in the notebook, since <code>@docs</code> is Documenter syntax that the notebook will not understand. This is a case where we can prepend <code>#md</code> to those lines:</p><pre><code class="language-julia">#md # ```@docs
#md # Literate.markdown #md # Literate.markdown
#md # Literate.notebook #md # Literate.notebook
#md # Literate.markdown #md # Literate.markdown

547
latest/generated/example.html

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>7. Example · Literate.jl</title><link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL=".."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="../assets/documenter.js"></script><script src="../siteinfo.js"></script><script src="../../versions.js"></script><link href="../assets/documenter.css" rel="stylesheet" type="text/css"/></head><body><nav class="toc"><h1>Literate.jl</h1><select id="version-selector" onChange="window.location.href=this.value" style="visibility: hidden"></select><form class="search" id="search-form" action="../search.html"><input id="search-query" name="q" type="text" placeholder="Search docs"/></form><ul><li><a class="toctext" href="../index.html"><strong>1.</strong> Introduction</a></li><li><a class="toctext" href="../fileformat.html"><strong>2.</strong> File Format</a></li><li><a class="toctext" href="../pipeline.html"><strong>3.</strong> Processing pipeline</a></li><li><a class="toctext" href="../outputformats.html"><strong>4.</strong> Output Formats</a></li><li><a class="toctext" href="../customprocessing.html"><strong>5.</strong> Custom pre- and post-processing</a></li><li><a class="toctext" href="../documenter.html"><strong>6.</strong> Interaction with Documenter.jl</a></li><li class="current"><a class="toctext" href="example.html"><strong>7.</strong> Example</a><ul class="internal"></ul></li></ul></nav><article id="docs"><header><nav><ul><li><a href="example.html"><strong>7.</strong> Example</a></li></ul><a class="edit-page" href="https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl"><span class="fa"></span> Edit on GitHub</a></nav><hr/><div id="topbar"><span>7. Example</span><a class="fa fa-bars" href="#"></a></div></header><h1><a class="nav-anchor" id="**7.**-Example-1" href="#**7.**-Example-1"><strong>7.</strong> Example</a></h1><p>This is an example generated with Literate based on this source file: <a href="https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl"><code>example.jl</code></a>. You are seeing the html-output which Documenter have generated based on a markdown file generated with Literate. The corresponding notebook can be found here: <a href="https://nbviewer.jupyter.org/github/fredrikekre/Literate.jl/blob/gh-pages/latest/generated/example.ipynb"><code>example.ipynb</code></a>, and the plain script output can be found here: <a href="example.jl"><code>example.jl</code></a>.</p><p>It is recommended to have the <a href="https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl">source file</a> available when reading this, to better understand how the syntax in the source file corresponds to the output you are seeing.</p><h3><a class="nav-anchor" id="Basic-syntax-1" href="#Basic-syntax-1">Basic syntax</a></h3><p>The basic syntax for Literate is simple, lines starting with <code>#</code> is interpreted as markdown, and all the other lines are interpreted as code. Here is some code:</p><div><pre><code class="language-julia">x = 1//3 <html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>7. Example · Literate.jl</title><link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL=".."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="../assets/documenter.js"></script><script src="../siteinfo.js"></script><script src="../../versions.js"></script><link href="../assets/documenter.css" rel="stylesheet" type="text/css"/></head><body><nav class="toc"><h1>Literate.jl</h1><select id="version-selector" onChange="window.location.href=this.value" style="visibility: hidden"></select><form class="search" id="search-form" action="../search.html"><input id="search-query" name="q" type="text" placeholder="Search docs"/></form><ul><li><a class="toctext" href="../index.html"><strong>1.</strong> Introduction</a></li><li><a class="toctext" href="../fileformat.html"><strong>2.</strong> File Format</a></li><li><a class="toctext" href="../pipeline.html"><strong>3.</strong> Processing pipeline</a></li><li><a class="toctext" href="../outputformats.html"><strong>4.</strong> Output Formats</a></li><li><a class="toctext" href="../customprocessing.html"><strong>5.</strong> Custom pre- and post-processing</a></li><li><a class="toctext" href="../documenter.html"><strong>6.</strong> Interaction with Documenter.jl</a></li><li class="current"><a class="toctext" href="example.html"><strong>7.</strong> Example</a><ul class="internal"></ul></li></ul></nav><article id="docs"><header><nav><ul><li><a href="example.html"><strong>7.</strong> Example</a></li></ul><a class="edit-page" href="https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl"><span class="fa"></span> Edit on GitHub</a></nav><hr/><div id="topbar"><span>7. Example</span><a class="fa fa-bars" href="#"></a></div></header><h1><a class="nav-anchor" id="**7.**-Example-1" href="#**7.**-Example-1"><strong>7.</strong> Example</a></h1><p>This is an example generated with Literate based on this source file: <a href="https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl"><code>example.jl</code></a>. You are seeing the html-output which Documenter have generated based on a markdown file generated with Literate. The corresponding notebook can be found here: <a href="https://nbviewer.jupyter.org/github/fredrikekre/Literate.jl/blob/gh-pages/latest/generated/example.ipynb"><code>example.ipynb</code></a>, and the plain script output can be found here: <a href="example.jl"><code>example.jl</code></a>.</p><p>It is recommended to have the <a href="https://github.com/fredrikekre/Literate.jl/blob/master/examples/example.jl">source file</a> available when reading this, to better understand how the syntax in the source file corresponds to the output you are seeing.</p><h3><a class="nav-anchor" id="Basic-syntax-1" href="#Basic-syntax-1">Basic syntax</a></h3><p>The basic syntax for Literate is simple, lines starting with <code>#</code> is interpreted as markdown, and all the other lines are interpreted as code. Here is some code:</p><div><pre><code class="language-julia">x = 1//3
y = 2//5</code></pre><pre><code class="language-none">2//5</code></pre></div><p>In markdown sections we can use markdown syntax. For example, we can write <em>text in italic font</em>, <strong>text in bold font</strong> and use <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">links</a>.</p><p>It is possible to filter out lines depending on the output using the <code>#md</code>, <code>#nb</code>, <code>#jl</code> and <code>#src</code> tags (see <a href="../fileformat.html#Filtering-Lines-1">Filtering Lines</a>):</p><ul><li><p>This line starts with <code>#md</code> and is thus only visible in the markdown output.</p></li></ul><p>The source file is parsed in chunks of markdown and code. Starting a line with <code>#-</code> manually inserts a chunk break. For example, if we want to display the output of the following operations we may insert <code>#-</code> in between. These two code blocks will now end up in different <code>@example</code>-blocks in the markdown output, and two different notebook cells in the notebook output.</p><div><pre><code class="language-julia">x + y</code></pre><pre><code class="language-none">11//15</code></pre></div><div><pre><code class="language-julia">x * y</code></pre><pre><code class="language-none">2//15</code></pre></div><h3><a class="nav-anchor" id="Output-Capturing-1" href="#Output-Capturing-1">Output Capturing</a></h3><p>Code chunks are by default placed in Documenter <code>@example</code> blocks in the generated markdown. This means that the output will be captured in a block when Documenter is building the docs. In notebooks the output is captured in output cells, if the <code>execute</code> keyword argument is set to true. Output to <code>stdout</code>/<code>stderr</code> is also captured.</p><div><pre><code class="language-julia">function foo() y = 2//5</code></pre><pre><code class="language-none">2//5</code></pre></div><p>In markdown sections we can use markdown syntax. For example, we can write <em>text in italic font</em>, <strong>text in bold font</strong> and use <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">links</a>.</p><p>It is possible to filter out lines depending on the output using the <code>#md</code>, <code>#nb</code>, <code>#jl</code> and <code>#src</code> tags (see <a href="../fileformat.html#Filtering-Lines-1">Filtering Lines</a>):</p><ul><li>This line starts with <code>#md</code> and is thus only visible in the markdown output.</li></ul><p>The source file is parsed in chunks of markdown and code. Starting a line with <code>#-</code> manually inserts a chunk break. For example, if we want to display the output of the following operations we may insert <code>#-</code> in between. These two code blocks will now end up in different <code>@example</code>-blocks in the markdown output, and two different notebook cells in the notebook output.</p><div><pre><code class="language-julia">x + y</code></pre><pre><code class="language-none">11//15</code></pre></div><div><pre><code class="language-julia">x * y</code></pre><pre><code class="language-none">2//15</code></pre></div><h3><a class="nav-anchor" id="Output-Capturing-1" href="#Output-Capturing-1">Output Capturing</a></h3><p>Code chunks are by default placed in Documenter <code>@example</code> blocks in the generated markdown. This means that the output will be captured in a block when Documenter is building the docs. In notebooks the output is captured in output cells, if the <code>execute</code> keyword argument is set to true. Output to <code>stdout</code>/<code>stderr</code> is also captured.</p><div><pre><code class="language-julia">function foo()
println(&quot;This string is printed to stdout.&quot;) println(&quot;This string is printed to stdout.&quot;)
return [1, 2, 3, 4] return [1, 2, 3, 4]
end end
@ -11,332 +11,341 @@ foo()</code></pre><pre><code class="language-none">This string is printed to std
2 2
3 3
4</code></pre></div><p>Both Documenter&#39;s <code>@example</code> block and notebooks can display images. Here is an example where we generate a simple plot using the <a href="https://github.com/JuliaPlots/Plots.jl">Plots.jl</a> package</p><div><pre><code class="language-julia">using Plots 4</code></pre></div><p>Both Documenter&#39;s <code>@example</code> block and notebooks can display images. Here is an example where we generate a simple plot using the <a href="https://github.com/JuliaPlots/Plots.jl">Plots.jl</a> package</p><div><pre><code class="language-julia">using Plots
x = linspace(0, 6π, 1000) x = range(0, stop=6π, length=1000)
y1 = sin.(x) y1 = sin.(x)
y2 = cos.(x) y2 = cos.(x)
plot(x, [y1, y2])</code></pre><?xml version="1.0" encoding="utf-8"?> plot(x, [y1, y2])</code></pre><?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="400" viewBox="0 0 600 400"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="400" viewBox="0 0 600 400">
<defs> <defs>
<clipPath id="clip7400"> <clipPath id="clip6200">
<rect x="0" y="0" width="600" height="400"/> <rect x="0" y="0" width="600" height="400"/>
</clipPath> </clipPath>
</defs> </defs>
<polygon clip-path="url(#clip7400)" points=" <polygon clip-path="url(#clip6200)" points="
0,400 600,400 600,0 0,0 0,400 600,400 600,0 0,0
" fill="#ffffff" fill-opacity="1"/> " fill="#ffffff" fill-opacity="1"/>
<defs> <defs>
<clipPath id="clip7401"> <clipPath id="clip6201">
<rect x="120" y="0" width="421" height="400"/> <rect x="120" y="0" width="421" height="400"/>
</clipPath> </clipPath>
</defs> </defs>
<polygon clip-path="url(#clip7400)" points=" <polygon clip-path="url(#clip6200)" points="
15.748,384.252 580.315,384.252 580.315,11.811 15.748,11.811 23.622,384.252 580.315,384.252 580.315,11.811 23.622,11.811
" fill="#ffffff" fill-opacity="1"/> " fill="#ffffff" fill-opacity="1"/>
<defs> <defs>
<clipPath id="clip7402"> <clipPath id="clip6202">
<rect x="15" y="11" width="566" height="373"/> <rect x="23" y="11" width="558" height="373"/>
</clipPath> </clipPath>
</defs> </defs>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points=" <polyline clip-path="url(#clip6202)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points="
15.748,384.252 15.748,11.811 39.3775,384.252 39.3775,11.811
"/> "/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points=" <polyline clip-path="url(#clip6202)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points="
165.504,384.252 165.504,11.811 178.686,384.252 178.686,11.811
"/> "/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points=" <polyline clip-path="url(#clip6202)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points="
315.26,384.252 315.26,11.811 317.995,384.252 317.995,11.811
"/> "/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points=" <polyline clip-path="url(#clip6202)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points="
465.016,384.252 465.016,11.811 457.304,384.252 457.304,11.811
"/> "/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points=" <polyline clip-path="url(#clip6202)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points="
15.748,291.143 580.315,291.143 23.622,373.713 580.315,373.713
"/> "/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points=" <polyline clip-path="url(#clip6202)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points="
15.748,198.033 580.315,198.033 23.622,285.873 580.315,285.873
"/> "/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points=" <polyline clip-path="url(#clip6202)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points="
15.748,104.922 580.315,104.922 23.622,198.032 580.315,198.032
"/> "/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points=" <polyline clip-path="url(#clip6202)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points="
15.748,11.811 580.315,11.811 23.622,110.192 580.315,110.192
"/> "/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6202)" style="stroke:#000000; stroke-width:0.5; stroke-opacity:0.1; fill:none" points="
15.748,384.252 580.315,384.252 23.622,22.3518 580.315,22.3518
"/> "/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6200)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points="
15.748,384.252 15.748,11.811 23.622,384.252 580.315,384.252
"/> "/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6200)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points="
15.748,384.252 15.748,378.665 23.622,384.252 23.622,11.811
"/> "/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6200)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points="
165.504,384.252 165.504,378.665 39.3775,384.252 39.3775,378.665
"/> "/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6200)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points="
315.26,384.252 315.26,378.665 178.686,384.252 178.686,378.665
"/> "/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6200)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points="
465.016,384.252 465.016,378.665 317.995,384.252 317.995,378.665
"/> "/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6200)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points="
15.748,291.143 24.2165,291.143 457.304,384.252 457.304,378.665
"/> "/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6200)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points="
15.748,198.033 24.2165,198.033 23.622,373.713 31.9724,373.713
"/> "/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6200)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points="
15.748,104.922 24.2165,104.922 23.622,285.873 31.9724,285.873
"/> "/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6200)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points="
15.748,11.811 24.2165,11.811 23.622,198.032 31.9724,198.032
"/> "/>
<g clip-path="url(#clip7400)"> <polyline clip-path="url(#clip6200)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points="
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:middle;" transform="rotate(0, 15.748, 398.052)" x="15.748" y="398.052">0</text> 23.622,110.192 31.9724,110.192
"/>
<polyline clip-path="url(#clip6200)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points="
23.622,22.3518 31.9724,22.3518
"/>
<g clip-path="url(#clip6200)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:middle;" transform="rotate(0, 39.3775, 398.052)" x="39.3775" y="398.052">0</text>
</g>
<g clip-path="url(#clip6200)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:middle;" transform="rotate(0, 178.686, 398.052)" x="178.686" y="398.052">5</text>
</g> </g>
<g clip-path="url(#clip7400)"> <g clip-path="url(#clip6200)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:middle;" transform="rotate(0, 165.504, 398.052)" x="165.504" y="398.052">5</text> <text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:middle;" transform="rotate(0, 317.995, 398.052)" x="317.995" y="398.052">10</text>
</g> </g>
<g clip-path="url(#clip7400)"> <g clip-path="url(#clip6200)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:middle;" transform="rotate(0, 315.26, 398.052)" x="315.26" y="398.052">10</text> <text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:middle;" transform="rotate(0, 457.304, 398.052)" x="457.304" y="398.052">15</text>
</g> </g>
<g clip-path="url(#clip7400)"> <g clip-path="url(#clip6200)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:middle;" transform="rotate(0, 465.016, 398.052)" x="465.016" y="398.052">15</text> <text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:end;" transform="rotate(0, 17.622, 378.213)" x="17.622" y="378.213">-1.0</text>
</g> </g>
<g clip-path="url(#clip7400)"> <g clip-path="url(#clip6200)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:end;" transform="rotate(0, 9.74803, 295.643)" x="9.74803" y="295.643">-0.5</text> <text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:end;" transform="rotate(0, 17.622, 290.373)" x="17.622" y="290.373">-0.5</text>
</g> </g>
<g clip-path="url(#clip7400)"> <g clip-path="url(#clip6200)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:end;" transform="rotate(0, 9.74803, 202.533)" x="9.74803" y="202.533">0.0</text> <text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:end;" transform="rotate(0, 17.622, 202.532)" x="17.622" y="202.532">0.0</text>
</g> </g>
<g clip-path="url(#clip7400)"> <g clip-path="url(#clip6200)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:end;" transform="rotate(0, 9.74803, 109.422)" x="9.74803" y="109.422">0.5</text> <text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:end;" transform="rotate(0, 17.622, 114.692)" x="17.622" y="114.692">0.5</text>
</g> </g>
<g clip-path="url(#clip7400)"> <g clip-path="url(#clip6200)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:end;" transform="rotate(0, 9.74803, 16.311)" x="9.74803" y="16.311">1.0</text> <text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:end;" transform="rotate(0, 17.622, 26.8518)" x="17.622" y="26.8518">1.0</text>
</g> </g>
<polyline clip-path="url(#clip7402)" style="stroke:#009af9; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6202)" style="stroke:#009af9; stroke-width:1; stroke-opacity:1; fill:none" points="
15.748,198.033 16.3132,194.519 16.8783,191.007 17.4434,187.497 18.0086,183.991 18.5737,180.49 19.1388,176.995 19.704,173.508 20.2691,170.03 20.8342,166.561 39.3775,198.032 39.9032,194.718 40.4289,191.404 40.9546,188.093 41.4803,184.786 42.006,181.483 42.5318,178.186 43.0575,174.896 43.5832,171.615 44.1089,168.342
21.3994,163.104 21.9645,159.659 22.5296,156.227 23.0947,152.811 23.6599,149.411 24.225,146.028 24.7901,142.663 25.3553,139.319 25.9204,135.995 26.4855,132.693 44.6346,165.081 45.1603,161.831 45.686,158.594 46.2117,155.371 46.7374,152.163 47.2631,148.971 47.7888,145.797 48.3145,142.642 48.8402,139.506 49.366,136.391
27.0507,129.414 27.6158,126.16 28.1809,122.932 28.7461,119.73 29.3112,116.556 29.8763,113.411 30.4415,110.297 31.0066,107.213 31.5717,104.162 32.1369,101.144 49.8917,133.298 50.4174,130.229 50.9431,127.183 51.4688,124.162 51.9945,121.168 52.5202,118.201 53.0459,115.263 53.5716,112.354 54.0973,109.475 54.623,106.629
32.702,98.1611 33.2671,95.2134 33.8323,92.3023 34.3974,89.4288 34.9625,86.594 35.5277,83.7989 36.0928,81.0445 36.6579,78.3317 37.223,75.6615 37.7882,73.0348 55.1487,103.814 55.6744,101.033 56.2002,98.2869 56.7259,95.5761 57.2516,92.9018 57.7773,90.2649 58.303,87.6664 58.8287,85.1071 59.3544,82.5881 59.8801,80.1101
38.3533,70.4527 38.9184,67.916 39.4836,65.4256 40.0487,62.9825 40.6138,60.5874 41.179,58.2412 41.7441,55.9448 42.3092,53.699 42.8744,51.5046 43.4395,49.3623 60.4058,77.6742 60.9315,75.281 61.4572,72.9316 61.9829,70.6267 62.5086,68.3672 63.0344,66.1539 63.5601,63.9874 64.0858,61.8688 64.6115,59.7985 65.1372,57.7775
44.0046,47.273 44.5698,45.2373 45.1349,43.256 45.7,41.3299 46.2652,39.4595 46.8303,37.6456 47.3954,35.8887 47.9606,34.1896 48.5257,32.5489 49.0908,30.967 65.6629,55.8065 66.1886,53.886 66.7143,52.0169 67.24,50.1998 67.7657,48.4353 68.2914,46.724 68.8171,45.0666 69.3428,43.4637 69.8686,41.9158 70.3943,40.4235
49.656,29.4446 50.2211,27.9823 50.7862,26.5804 51.3514,25.2396 51.9165,23.9604 52.4816,22.7431 53.0467,21.5882 53.6119,20.4961 54.177,19.4672 54.7421,18.5019 70.92,38.9873 71.4457,37.6077 71.9714,36.2852 72.4971,35.0203 73.0228,33.8134 73.5485,32.665 74.0742,31.5755 74.5999,30.5453 75.1256,29.5746 75.6513,28.664
55.3073,17.6005 55.8724,16.7633 56.4375,15.9907 57.0027,15.2829 57.5678,14.6401 58.1329,14.0627 58.6981,13.5507 59.2632,13.1044 59.8283,12.7239 60.3935,12.4095 76.177,27.8136 76.7028,27.0238 77.2285,26.2949 77.7542,25.6272 78.2799,25.0208 78.8056,24.476 79.3313,23.993 79.857,23.572 80.3827,23.2131 80.9084,22.9164
60.9586,12.1611 61.5237,11.9788 62.0889,11.8628 62.654,11.8131 63.2191,11.8297 63.7843,11.9125 64.3494,12.0617 64.9145,12.277 65.4797,12.5584 66.0448,12.9059 81.4341,22.682 81.9598,22.5101 82.4855,22.4007 83.0112,22.3538 83.537,22.3694 84.0627,22.4476 84.5884,22.5883 85.1141,22.7914 85.6398,23.0569 86.1655,23.3847
66.6099,13.3193 67.175,13.7985 67.7402,14.3432 68.3053,14.9534 68.8704,15.6287 69.4356,16.3689 70.0007,17.1739 70.5658,18.0432 71.131,18.9766 71.6961,19.9737 86.6912,23.7747 87.2169,24.2268 87.7426,24.7407 88.2683,25.3163 88.794,25.9534 89.3197,26.6517 89.8454,27.4111 90.3712,28.2312 90.8969,29.1118 91.4226,30.0525
72.2612,21.0342 72.8264,22.1578 73.3915,23.3439 73.9566,24.5923 74.5218,25.9024 75.0869,27.2737 75.652,28.7059 76.2172,30.1983 76.7823,31.7505 77.3474,33.3619 91.9483,31.053 92.474,32.1129 92.9997,33.2319 93.5254,34.4096 94.0511,35.6455 94.5768,36.9393 95.1025,38.2904 95.6282,39.6983 96.1539,41.1627 96.6796,42.6828
77.9126,35.0319 78.4777,36.76 79.0428,38.5454 79.608,40.3877 80.1731,42.286 80.7382,44.2398 81.3034,46.2484 81.8685,48.311 82.4336,50.4269 82.9987,52.5953 97.2054,44.2583 97.7311,45.8886 98.2568,47.5729 98.7825,49.3109 99.3082,51.1018 99.8339,52.945 100.36,54.8399 100.885,56.7857 101.411,58.7818 101.937,60.8275
83.5639,54.8155 84.129,57.0867 84.6941,59.4081 85.2593,61.7788 85.8244,64.1981 86.3895,66.665 86.9547,69.1786 87.5198,71.7382 88.0849,74.3426 88.6501,76.9912 102.462,62.9221 102.988,65.0647 103.514,67.2547 104.04,69.4913 104.565,71.7736 105.091,74.1008 105.617,76.4722 106.142,78.8868 106.668,81.3439 107.194,83.8425
89.2152,79.6828 89.7803,82.4165 90.3455,85.1914 90.9106,88.0065 91.4757,90.8608 92.0409,93.7532 92.606,96.6827 93.1711,99.6483 93.7363,102.649 94.3014,105.684 107.72,86.3818 108.245,88.9608 108.771,91.5786 109.297,94.2344 109.822,96.927 110.348,99.6557 110.874,102.419 111.399,105.217 111.925,108.048 112.451,110.911
94.8665,108.751 95.4317,111.85 95.9968,114.98 96.5619,118.14 97.127,121.328 97.6922,124.543 98.2573,127.784 98.8224,131.051 99.3876,134.341 99.9527,137.654 112.977,113.805 113.502,116.728 114.028,119.681 114.554,122.662 115.079,125.669 115.605,128.703 116.131,131.761 116.657,134.842 117.182,137.946 117.708,141.072
100.518,140.988 101.083,144.343 101.648,147.717 102.213,151.109 102.778,154.517 103.344,157.941 103.909,161.379 104.474,164.831 105.039,168.294 105.604,171.768 118.234,144.217 118.759,147.382 119.285,150.565 119.811,153.765 120.336,156.98 120.862,160.211 121.388,163.454 121.914,166.71 122.439,169.977 122.965,173.254
106.169,175.251 106.734,178.742 107.299,182.24 107.865,185.743 108.43,189.252 108.995,192.763 109.56,196.276 110.125,199.789 110.69,203.302 111.255,206.814 123.491,176.54 124.016,179.834 124.542,183.134 125.068,186.439 125.594,189.749 126.119,193.061 126.645,196.375 127.171,199.69 127.696,203.004 128.222,206.316
111.82,210.322 112.386,213.825 112.951,217.323 113.516,220.814 114.081,224.297 114.646,227.771 115.211,231.234 115.776,234.686 116.342,238.124 116.907,241.548 128.748,209.626 129.274,212.931 129.799,216.231 130.325,219.525 130.851,222.811 131.376,226.088 131.902,229.355 132.428,232.611 132.953,235.854 133.479,239.085
117.472,244.956 118.037,248.348 118.602,251.722 119.167,255.077 119.732,258.411 120.297,261.724 120.863,265.014 121.428,268.281 121.993,271.522 122.558,274.737 134.005,242.3 134.531,245.5 135.056,248.683 135.582,251.848 136.108,254.993 136.633,258.119 137.159,261.223 137.685,264.304 138.211,267.362 138.736,270.396
123.123,277.925 123.688,281.085 124.253,284.215 124.819,287.314 125.384,290.382 125.949,293.416 126.514,296.417 127.079,299.382 127.644,302.312 128.209,305.204 139.262,273.403 139.788,276.384 140.313,279.336 140.839,282.26 141.365,285.154 141.891,288.017 142.416,290.848 142.942,293.646 143.468,296.409 143.993,299.138
128.774,308.059 129.34,310.874 129.905,313.649 130.47,316.382 131.035,319.074 131.6,321.722 132.165,324.327 132.73,326.886 133.296,329.4 133.861,331.867 144.519,301.831 145.045,304.486 145.57,307.104 146.096,309.683 146.622,312.222 147.148,314.721 147.673,317.178 148.199,319.593 148.725,321.964 149.25,324.291
134.426,334.286 134.991,336.657 135.556,338.978 136.121,341.25 136.686,343.47 137.251,345.638 137.817,347.754 138.382,349.817 138.947,351.825 139.512,353.779 149.776,326.574 150.302,328.81 150.828,331 151.353,333.143 151.879,335.237 152.405,337.283 152.93,339.279 153.456,341.225 153.982,343.12 154.507,344.963
140.077,355.677 140.642,357.52 141.207,359.305 141.772,361.033 142.338,362.703 142.903,364.315 143.468,365.867 144.033,367.359 144.598,368.791 145.163,370.163 155.033,346.754 155.559,348.492 156.085,350.176 156.61,351.807 157.136,353.382 157.662,354.902 158.187,356.367 158.713,357.775 159.239,359.126 159.765,360.419
145.728,371.473 146.294,372.721 146.859,373.907 147.424,375.031 147.989,376.091 148.554,377.088 149.119,378.022 149.684,378.891 150.249,379.696 150.815,380.436 160.29,361.655 160.816,362.833 161.342,363.952 161.867,365.012 162.393,366.012 162.919,366.953 163.445,367.834 163.97,368.654 164.496,369.413 165.022,370.112
151.38,381.112 151.945,381.722 152.51,382.267 153.075,382.746 153.64,383.159 154.205,383.507 154.771,383.788 155.336,384.003 155.901,384.153 156.466,384.235 165.547,370.749 166.073,371.324 166.599,371.838 167.124,372.29 167.65,372.68 168.176,373.008 168.702,373.274 169.227,373.477 169.753,373.617 170.279,373.696
157.031,384.252 157.596,384.202 158.161,384.086 158.726,383.904 159.292,383.656 159.857,383.341 160.422,382.961 160.987,382.514 161.552,382.002 162.117,381.425 170.804,373.711 171.33,373.664 171.856,373.555 172.382,373.383 172.907,373.149 173.433,372.852 173.959,372.493 174.484,372.072 175.01,371.589 175.536,371.044
162.682,380.782 163.247,380.074 163.813,379.302 164.378,378.465 164.943,377.563 165.508,376.598 166.073,375.569 166.638,374.477 167.203,373.322 167.769,372.105 176.062,370.438 176.587,369.77 177.113,369.041 177.639,368.251 178.164,367.401 178.69,366.49 179.216,365.52 179.741,364.489 180.267,363.4 180.793,362.251
168.334,370.825 168.899,369.485 169.464,368.083 170.029,366.62 170.594,365.098 171.159,363.516 171.724,361.875 172.29,360.176 172.855,358.419 173.42,356.606 181.319,361.045 181.844,359.78 182.37,358.457 182.896,357.078 183.421,355.641 183.947,354.149 184.473,352.601 184.999,350.998 185.524,349.341 186.05,347.63
173.985,354.735 174.55,352.809 175.115,350.828 175.68,348.792 176.246,346.703 176.811,344.56 177.376,342.366 177.941,340.12 178.506,337.824 179.071,335.478 186.576,345.865 187.101,344.048 187.627,342.179 188.153,340.258 188.678,338.287 189.204,336.266 189.73,334.196 190.256,332.077 190.781,329.911 191.307,327.698
179.636,333.083 180.201,330.639 180.767,328.149 181.332,325.612 181.897,323.03 182.462,320.404 183.027,317.733 183.592,315.021 184.157,312.266 184.723,309.471 191.833,325.438 192.358,323.133 192.884,320.784 193.41,318.391 193.936,315.955 194.461,313.477 194.987,310.958 195.513,308.399 196.038,305.8 196.564,303.163
185.288,306.636 185.853,303.763 186.418,300.852 186.983,297.904 187.548,294.921 188.113,291.903 188.678,288.852 189.244,285.768 189.809,282.654 190.374,279.509 197.09,300.489 197.616,297.778 198.141,295.032 198.667,292.251 199.193,289.436 199.718,286.59 200.244,283.711 200.77,280.802 201.295,277.864 201.821,274.897
190.939,276.335 191.504,273.133 192.069,269.905 192.634,266.651 193.199,263.372 193.765,260.07 194.33,256.746 194.895,253.402 195.46,250.037 196.025,246.654 202.347,271.903 202.873,268.882 203.398,265.836 203.924,262.766 204.45,259.674 204.975,256.559 205.501,253.423 206.027,250.268 206.553,247.094 207.078,243.902
196.59,243.254 197.155,239.838 197.721,236.406 198.286,232.961 198.851,229.504 199.416,226.036 199.981,222.557 200.546,219.07 201.111,215.575 201.676,212.074 207.604,240.694 208.13,237.471 208.655,234.234 209.181,230.984 209.707,227.723 210.233,224.45 210.758,221.169 211.284,217.879 211.81,214.582 212.335,211.279
202.242,208.568 202.807,205.058 203.372,201.546 203.937,198.033 204.502,194.519 205.067,191.007 205.632,187.497 206.198,183.991 206.763,180.49 207.328,176.995 212.861,207.972 213.387,204.661 213.912,201.347 214.438,198.032 214.964,194.718 215.49,191.404 216.015,188.093 216.541,184.786 217.067,181.483 217.592,178.186
207.893,173.508 208.458,170.03 209.023,166.561 209.588,163.104 210.153,159.659 210.719,156.227 211.284,152.811 211.849,149.411 212.414,146.028 212.979,142.663 218.118,174.896 218.644,171.615 219.17,168.342 219.695,165.081 220.221,161.831 220.747,158.594 221.272,155.371 221.798,152.163 222.324,148.971 222.849,145.797
213.544,139.319 214.109,135.995 214.675,132.693 215.24,129.414 215.805,126.16 216.37,122.932 216.935,119.73 217.5,116.556 218.065,113.411 218.63,110.297 223.375,142.642 223.901,139.506 224.427,136.391 224.952,133.298 225.478,130.229 226.004,127.183 226.529,124.162 227.055,121.168 227.581,118.201 228.107,115.263
219.196,107.213 219.761,104.162 220.326,101.144 220.891,98.1611 221.456,95.2134 222.021,92.3023 222.586,89.4288 223.151,86.594 223.717,83.7989 224.282,81.0445 228.632,112.354 229.158,109.475 229.684,106.629 230.209,103.814 230.735,101.033 231.261,98.2869 231.787,95.5761 232.312,92.9018 232.838,90.2649 233.364,87.6664
224.847,78.3317 225.412,75.6615 225.977,73.0348 226.542,70.4527 227.107,67.916 227.673,65.4256 228.238,62.9825 228.803,60.5874 229.368,58.2412 229.933,55.9448 233.889,85.1071 234.415,82.5881 234.941,80.1101 235.466,77.6742 235.992,75.281 236.518,72.9316 237.044,70.6267 237.569,68.3672 238.095,66.1539 238.621,63.9874
230.498,53.699 231.063,51.5046 231.628,49.3623 232.194,47.273 232.759,45.2373 233.324,43.256 233.889,41.3299 234.454,39.4595 235.019,37.6456 235.584,35.8887 239.146,61.8688 239.672,59.7985 240.198,57.7775 240.724,55.8065 241.249,53.886 241.775,52.0169 242.301,50.1998 242.826,48.4353 243.352,46.724 243.878,45.0666
236.15,34.1896 236.715,32.5489 237.28,30.967 237.845,29.4446 238.41,27.9823 238.975,26.5804 239.54,25.2396 240.105,23.9604 240.671,22.7431 241.236,21.5882 244.404,43.4637 244.929,41.9158 245.455,40.4235 245.981,38.9873 246.506,37.6077 247.032,36.2852 247.558,35.0203 248.083,33.8134 248.609,32.665 249.135,31.5755
241.801,20.4961 242.366,19.4672 242.931,18.5019 243.496,17.6005 244.061,16.7633 244.627,15.9907 245.192,15.2829 245.757,14.6401 246.322,14.0627 246.887,13.5507 249.661,30.5453 250.186,29.5746 250.712,28.664 251.238,27.8136 251.763,27.0238 252.289,26.2949 252.815,25.6272 253.341,25.0208 253.866,24.476 254.392,23.993
247.452,13.1044 248.017,12.7239 248.582,12.4095 249.148,12.1611 249.713,11.9788 250.278,11.8628 250.843,11.8131 251.408,11.8297 251.973,11.9125 252.538,12.0617 254.918,23.572 255.443,23.2131 255.969,22.9164 256.495,22.682 257.02,22.5101 257.546,22.4007 258.072,22.3538 258.598,22.3694 259.123,22.4476 259.649,22.5883
253.103,12.277 253.669,12.5584 254.234,12.9059 254.799,13.3193 255.364,13.7985 255.929,14.3432 256.494,14.9534 257.059,15.6287 257.625,16.3689 258.19,17.1739 260.175,22.7914 260.7,23.0569 261.226,23.3847 261.752,23.7747 262.278,24.2268 262.803,24.7407 263.329,25.3163 263.855,25.9534 264.38,26.6517 264.906,27.4111
258.755,18.0432 259.32,18.9766 259.885,19.9737 260.45,21.0342 261.015,22.1578 261.58,23.3439 262.146,24.5923 262.711,25.9024 263.276,27.2737 263.841,28.7059 265.432,28.2312 265.958,29.1118 266.483,30.0525 267.009,31.053 267.535,32.1129 268.06,33.2319 268.586,34.4096 269.112,35.6455 269.637,36.9393 270.163,38.2904
264.406,30.1983 264.971,31.7505 265.536,33.3619 266.102,35.0319 266.667,36.76 267.232,38.5454 267.797,40.3877 268.362,42.286 268.927,44.2398 269.492,46.2484 270.689,39.6983 271.215,41.1627 271.74,42.6828 272.266,44.2583 272.792,45.8886 273.317,47.5729 273.843,49.3109 274.369,51.1018 274.895,52.945 275.42,54.8399
270.057,48.311 270.623,50.4269 271.188,52.5953 271.753,54.8155 272.318,57.0867 272.883,59.4081 273.448,61.7788 274.013,64.1981 274.579,66.665 275.144,69.1786 275.946,56.7857 276.472,58.7818 276.997,60.8275 277.523,62.9221 278.049,65.0647 278.575,67.2547 279.1,69.4913 279.626,71.7736 280.152,74.1008 280.677,76.4722
275.709,71.7382 276.274,74.3426 276.839,76.9912 277.404,79.6828 277.969,82.4165 278.534,85.1914 279.1,88.0065 279.665,90.8608 280.23,93.7532 280.795,96.6827 281.203,78.8868 281.729,81.3439 282.254,83.8425 282.78,86.3818 283.306,88.9608 283.832,91.5786 284.357,94.2344 284.883,96.927 285.409,99.6557 285.934,102.419
281.36,99.6483 281.925,102.649 282.49,105.684 283.055,108.751 283.621,111.85 284.186,114.98 284.751,118.14 285.316,121.328 285.881,124.543 286.446,127.784 286.46,105.217 286.986,108.048 287.512,110.911 288.037,113.805 288.563,116.728 289.089,119.681 289.614,122.662 290.14,125.669 290.666,128.703 291.191,131.761
287.011,131.051 287.577,134.341 288.142,137.654 288.707,140.988 289.272,144.343 289.837,147.717 290.402,151.109 290.967,154.517 291.532,157.941 292.098,161.379 291.717,134.842 292.243,137.946 292.769,141.072 293.294,144.217 293.82,147.382 294.346,150.565 294.871,153.765 295.397,156.98 295.923,160.211 296.449,163.454
292.663,164.831 293.228,168.294 293.793,171.768 294.358,175.251 294.923,178.742 295.488,182.24 296.054,185.743 296.619,189.252 297.184,192.763 297.749,196.276 296.974,166.71 297.5,169.977 298.026,173.254 298.551,176.54 299.077,179.834 299.603,183.134 300.129,186.439 300.654,189.749 301.18,193.061 301.706,196.375
298.314,199.789 298.879,203.302 299.444,206.814 300.009,210.322 300.575,213.825 301.14,217.323 301.705,220.814 302.27,224.297 302.835,227.771 303.4,231.234 302.231,199.69 302.757,203.004 303.283,206.316 303.808,209.626 304.334,212.931 304.86,216.231 305.386,219.525 305.911,222.811 306.437,226.088 306.963,229.355
303.965,234.686 304.531,238.124 305.096,241.548 305.661,244.956 306.226,248.348 306.791,251.722 307.356,255.077 307.921,258.411 308.486,261.724 309.052,265.014 307.488,232.611 308.014,235.854 308.54,239.085 309.066,242.3 309.591,245.5 310.117,248.683 310.643,251.848 311.168,254.993 311.694,258.119 312.22,261.223
309.617,268.281 310.182,271.522 310.747,274.737 311.312,277.925 311.877,281.085 312.442,284.215 313.007,287.314 313.573,290.382 314.138,293.416 314.703,296.417 312.746,264.304 313.271,267.362 313.797,270.396 314.323,273.403 314.848,276.384 315.374,279.336 315.9,282.26 316.425,285.154 316.951,288.017 317.477,290.848
315.268,299.382 315.833,302.312 316.398,305.204 316.963,308.059 317.529,310.874 318.094,313.649 318.659,316.382 319.224,319.074 319.789,321.722 320.354,324.327 318.003,293.646 318.528,296.409 319.054,299.138 319.58,301.831 320.105,304.486 320.631,307.104 321.157,309.683 321.683,312.222 322.208,314.721 322.734,317.178
320.919,326.886 321.484,329.4 322.05,331.867 322.615,334.286 323.18,336.657 323.745,338.978 324.31,341.25 324.875,343.47 325.44,345.638 326.006,347.754 323.26,319.593 323.785,321.964 324.311,324.291 324.837,326.574 325.362,328.81 325.888,331 326.414,333.143 326.94,335.237 327.465,337.283 327.991,339.279
326.571,349.817 327.136,351.825 327.701,353.779 328.266,355.677 328.831,357.52 329.396,359.305 329.961,361.033 330.527,362.703 331.092,364.315 331.657,365.867 328.517,341.225 329.042,343.12 329.568,344.963 330.094,346.754 330.62,348.492 331.145,350.176 331.671,351.807 332.197,353.382 332.722,354.902 333.248,356.367
332.222,367.359 332.787,368.791 333.352,370.163 333.917,371.473 334.483,372.721 335.048,373.907 335.613,375.031 336.178,376.091 336.743,377.088 337.308,378.022 333.774,357.775 334.3,359.126 334.825,360.419 335.351,361.655 335.877,362.833 336.402,363.952 336.928,365.012 337.454,366.012 337.979,366.953 338.505,367.834
337.873,378.891 338.438,379.696 339.004,380.436 339.569,381.112 340.134,381.722 340.699,382.267 341.264,382.746 341.829,383.159 342.394,383.507 342.959,383.788 339.031,368.654 339.557,369.413 340.082,370.112 340.608,370.749 341.134,371.324 341.659,371.838 342.185,372.29 342.711,372.68 343.237,373.008 343.762,373.274
343.525,384.003 344.09,384.153 344.655,384.235 345.22,384.252 345.785,384.202 346.35,384.086 346.915,383.904 347.481,383.656 348.046,383.341 348.611,382.961 344.288,373.477 344.814,373.617 345.339,373.696 345.865,373.711 346.391,373.664 346.917,373.555 347.442,373.383 347.968,373.149 348.494,372.852 349.019,372.493
349.176,382.514 349.741,382.002 350.306,381.425 350.871,380.782 351.436,380.074 352.002,379.302 352.567,378.465 353.132,377.563 353.697,376.598 354.262,375.569 349.545,372.072 350.071,371.589 350.596,371.044 351.122,370.438 351.648,369.77 352.174,369.041 352.699,368.251 353.225,367.401 353.751,366.49 354.276,365.52
354.827,374.477 355.392,373.322 355.958,372.105 356.523,370.825 357.088,369.485 357.653,368.083 358.218,366.62 358.783,365.098 359.348,363.516 359.913,361.875 354.802,364.489 355.328,363.4 355.854,362.251 356.379,361.045 356.905,359.78 357.431,358.457 357.956,357.078 358.482,355.641 359.008,354.149 359.533,352.601
360.479,360.176 361.044,358.419 361.609,356.606 362.174,354.735 362.739,352.809 363.304,350.828 363.869,348.792 364.435,346.703 365,344.56 365.565,342.366 360.059,350.998 360.585,349.341 361.111,347.63 361.636,345.865 362.162,344.048 362.688,342.179 363.213,340.258 363.739,338.287 364.265,336.266 364.791,334.196
366.13,340.12 366.695,337.824 367.26,335.478 367.825,333.083 368.39,330.639 368.956,328.149 369.521,325.612 370.086,323.03 370.651,320.404 371.216,317.733 365.316,332.077 365.842,329.911 366.368,327.698 366.893,325.438 367.419,323.133 367.945,320.784 368.471,318.391 368.996,315.955 369.522,313.477 370.048,310.958
371.781,315.021 372.346,312.266 372.911,309.471 373.477,306.636 374.042,303.763 374.607,300.852 375.172,297.904 375.737,294.921 376.302,291.903 376.867,288.852 370.573,308.399 371.099,305.8 371.625,303.163 372.15,300.489 372.676,297.778 373.202,295.032 373.728,292.251 374.253,289.436 374.779,286.59 375.305,283.711
377.433,285.768 377.998,282.654 378.563,279.509 379.128,276.335 379.693,273.133 380.258,269.905 380.823,266.651 381.388,263.372 381.954,260.07 382.519,256.746 375.83,280.802 376.356,277.864 376.882,274.897 377.408,271.903 377.933,268.882 378.459,265.836 378.985,262.766 379.51,259.674 380.036,256.559 380.562,253.423
383.084,253.402 383.649,250.037 384.214,246.654 384.779,243.254 385.344,239.838 385.91,236.406 386.475,232.961 387.04,229.504 387.605,226.036 388.17,222.557 381.088,250.268 381.613,247.094 382.139,243.902 382.665,240.694 383.19,237.471 383.716,234.234 384.242,230.984 384.767,227.723 385.293,224.45 385.819,221.169
388.735,219.07 389.3,215.575 389.865,212.074 390.431,208.568 390.996,205.058 391.561,201.546 392.126,198.033 392.691,194.519 393.256,191.007 393.821,187.497 386.345,217.879 386.87,214.582 387.396,211.279 387.922,207.972 388.447,204.661 388.973,201.347 389.499,198.032 390.025,194.718 390.55,191.404 391.076,188.093
394.387,183.991 394.952,180.49 395.517,176.995 396.082,173.508 396.647,170.03 397.212,166.561 397.777,163.104 398.342,159.659 398.908,156.227 399.473,152.811 391.602,184.786 392.127,181.483 392.653,178.186 393.179,174.896 393.704,171.615 394.23,168.342 394.756,165.081 395.282,161.831 395.807,158.594 396.333,155.371
400.038,149.411 400.603,146.028 401.168,142.663 401.733,139.319 402.298,135.995 402.863,132.693 403.429,129.414 403.994,126.16 404.559,122.932 405.124,119.73 396.859,152.163 397.384,148.971 397.91,145.797 398.436,142.642 398.962,139.506 399.487,136.391 400.013,133.298 400.539,130.229 401.064,127.183 401.59,124.162
405.689,116.556 406.254,113.411 406.819,110.297 407.385,107.213 407.95,104.162 408.515,101.144 409.08,98.1611 409.645,95.2134 410.21,92.3023 410.775,89.4288 402.116,121.168 402.642,118.201 403.167,115.263 403.693,112.354 404.219,109.475 404.744,106.629 405.27,103.814 405.796,101.033 406.321,98.2869 406.847,95.5761
411.34,86.594 411.906,83.7989 412.471,81.0445 413.036,78.3317 413.601,75.6615 414.166,73.0348 414.731,70.4527 415.296,67.916 415.862,65.4256 416.427,62.9825 407.373,92.9018 407.899,90.2649 408.424,87.6664 408.95,85.1071 409.476,82.5881 410.001,80.1101 410.527,77.6742 411.053,75.281 411.579,72.9316 412.104,70.6267
416.992,60.5874 417.557,58.2412 418.122,55.9448 418.687,53.699 419.252,51.5046 419.817,49.3623 420.383,47.273 420.948,45.2373 421.513,43.256 422.078,41.3299 412.63,68.3672 413.156,66.1539 413.681,63.9874 414.207,61.8688 414.733,59.7985 415.259,57.7775 415.784,55.8065 416.31,53.886 416.836,52.0169 417.361,50.1998
422.643,39.4595 423.208,37.6456 423.773,35.8887 424.339,34.1896 424.904,32.5489 425.469,30.967 426.034,29.4446 426.599,27.9823 427.164,26.5804 427.729,25.2396 417.887,48.4353 418.413,46.724 418.938,45.0666 419.464,43.4637 419.99,41.9158 420.516,40.4235 421.041,38.9873 421.567,37.6077 422.093,36.2852 422.618,35.0203
428.294,23.9604 428.86,22.7431 429.425,21.5882 429.99,20.4961 430.555,19.4672 431.12,18.5019 431.685,17.6005 432.25,16.7633 432.815,15.9907 433.381,15.2829 423.144,33.8134 423.67,32.665 424.196,31.5755 424.721,30.5453 425.247,29.5746 425.773,28.664 426.298,27.8136 426.824,27.0238 427.35,26.2949 427.875,25.6272
433.946,14.6401 434.511,14.0627 435.076,13.5507 435.641,13.1044 436.206,12.7239 436.771,12.4095 437.337,12.1611 437.902,11.9788 438.467,11.8628 439.032,11.8131 428.401,25.0208 428.927,24.476 429.453,23.993 429.978,23.572 430.504,23.2131 431.03,22.9164 431.555,22.682 432.081,22.5101 432.607,22.4007 433.133,22.3538
439.597,11.8297 440.162,11.9125 440.727,12.0617 441.292,12.277 441.858,12.5584 442.423,12.9059 442.988,13.3193 443.553,13.7985 444.118,14.3432 444.683,14.9534 433.658,22.3694 434.184,22.4476 434.71,22.5883 435.235,22.7914 435.761,23.0569 436.287,23.3847 436.813,23.7747 437.338,24.2268 437.864,24.7407 438.39,25.3163
445.248,15.6287 445.814,16.3689 446.379,17.1739 446.944,18.0432 447.509,18.9766 448.074,19.9737 448.639,21.0342 449.204,22.1578 449.769,23.3439 450.335,24.5923 438.915,25.9534 439.441,26.6517 439.967,27.4111 440.492,28.2312 441.018,29.1118 441.544,30.0525 442.07,31.053 442.595,32.1129 443.121,33.2319 443.647,34.4096
450.9,25.9024 451.465,27.2737 452.03,28.7059 452.595,30.1983 453.16,31.7505 453.725,33.3619 454.291,35.0319 454.856,36.76 455.421,38.5454 455.986,40.3877 444.172,35.6455 444.698,36.9393 445.224,38.2904 445.75,39.6983 446.275,41.1627 446.801,42.6828 447.327,44.2583 447.852,45.8886 448.378,47.5729 448.904,49.3109
456.551,42.286 457.116,44.2398 457.681,46.2484 458.246,48.311 458.812,50.4269 459.377,52.5953 459.942,54.8155 460.507,57.0867 461.072,59.4081 461.637,61.7788 449.43,51.1018 449.955,52.945 450.481,54.8399 451.007,56.7857 451.532,58.7818 452.058,60.8275 452.584,62.9221 453.109,65.0647 453.635,67.2547 454.161,69.4913
462.202,64.1981 462.767,66.665 463.333,69.1786 463.898,71.7382 464.463,74.3426 465.028,76.9912 465.593,79.6828 466.158,82.4165 466.723,85.1914 467.289,88.0065 454.687,71.7736 455.212,74.1008 455.738,76.4722 456.264,78.8868 456.789,81.3439 457.315,83.8425 457.841,86.3818 458.367,88.9608 458.892,91.5786 459.418,94.2344
467.854,90.8608 468.419,93.7532 468.984,96.6827 469.549,99.6483 470.114,102.649 470.679,105.684 471.244,108.751 471.81,111.85 472.375,114.98 472.94,118.14 459.944,96.927 460.469,99.6557 460.995,102.419 461.521,105.217 462.046,108.048 462.572,110.911 463.098,113.805 463.624,116.728 464.149,119.681 464.675,122.662
473.505,121.328 474.07,124.543 474.635,127.784 475.2,131.051 475.766,134.341 476.331,137.654 476.896,140.988 477.461,144.343 478.026,147.717 478.591,151.109 465.201,125.669 465.726,128.703 466.252,131.761 466.778,134.842 467.304,137.946 467.829,141.072 468.355,144.217 468.881,147.382 469.406,150.565 469.932,153.765
479.156,154.517 479.721,157.941 480.287,161.379 480.852,164.831 481.417,168.294 481.982,171.768 482.547,175.251 483.112,178.742 483.677,182.24 484.243,185.743 470.458,156.98 470.984,160.211 471.509,163.454 472.035,166.71 472.561,169.977 473.086,173.254 473.612,176.54 474.138,179.834 474.663,183.134 475.189,186.439
484.808,189.252 485.373,192.763 485.938,196.276 486.503,199.789 487.068,203.302 487.633,206.814 488.198,210.322 488.764,213.825 489.329,217.323 489.894,220.814 475.715,189.749 476.241,193.061 476.766,196.375 477.292,199.69 477.818,203.004 478.343,206.316 478.869,209.626 479.395,212.931 479.921,216.231 480.446,219.525
490.459,224.297 491.024,227.771 491.589,231.234 492.154,234.686 492.719,238.124 493.285,241.548 493.85,244.956 494.415,248.348 494.98,251.722 495.545,255.077 480.972,222.811 481.498,226.088 482.023,229.355 482.549,232.611 483.075,235.854 483.601,239.085 484.126,242.3 484.652,245.5 485.178,248.683 485.703,251.848
496.11,258.411 496.675,261.724 497.241,265.014 497.806,268.281 498.371,271.522 498.936,274.737 499.501,277.925 500.066,281.085 500.631,284.215 501.196,287.314 486.229,254.993 486.755,258.119 487.28,261.223 487.806,264.304 488.332,267.362 488.858,270.396 489.383,273.403 489.909,276.384 490.435,279.336 490.96,282.26
501.762,290.382 502.327,293.416 502.892,296.417 503.457,299.382 504.022,302.312 504.587,305.204 505.152,308.059 505.718,310.874 506.283,313.649 506.848,316.382 491.486,285.154 492.012,288.017 492.538,290.848 493.063,293.646 493.589,296.409 494.115,299.138 494.64,301.831 495.166,304.486 495.692,307.104 496.217,309.683
507.413,319.074 507.978,321.722 508.543,324.327 509.108,326.886 509.673,329.4 510.239,331.867 510.804,334.286 511.369,336.657 511.934,338.978 512.499,341.25 496.743,312.222 497.269,314.721 497.795,317.178 498.32,319.593 498.846,321.964 499.372,324.291 499.897,326.574 500.423,328.81 500.949,331 501.475,333.143
513.064,343.47 513.629,345.638 514.195,347.754 514.76,349.817 515.325,351.825 515.89,353.779 516.455,355.677 517.02,357.52 517.585,359.305 518.15,361.033 502,335.237 502.526,337.283 503.052,339.279 503.577,341.225 504.103,343.12 504.629,344.963 505.155,346.754 505.68,348.492 506.206,350.176 506.732,351.807
518.716,362.703 519.281,364.315 519.846,365.867 520.411,367.359 520.976,368.791 521.541,370.163 522.106,371.473 522.671,372.721 523.237,373.907 523.802,375.031 507.257,353.382 507.783,354.902 508.309,356.367 508.834,357.775 509.36,359.126 509.886,360.419 510.412,361.655 510.937,362.833 511.463,363.952 511.989,365.012
524.367,376.091 524.932,377.088 525.497,378.022 526.062,378.891 526.627,379.696 527.193,380.436 527.758,381.112 528.323,381.722 528.888,382.267 529.453,382.746 512.514,366.012 513.04,366.953 513.566,367.834 514.092,368.654 514.617,369.413 515.143,370.112 515.669,370.749 516.194,371.324 516.72,371.838 517.246,372.29
530.018,383.159 530.583,383.507 531.148,383.788 531.714,384.003 532.279,384.153 532.844,384.235 533.409,384.252 533.974,384.202 534.539,384.086 535.104,383.904 517.772,372.68 518.297,373.008 518.823,373.274 519.349,373.477 519.874,373.617 520.4,373.696 520.926,373.711 521.451,373.664 521.977,373.555 522.503,373.383
535.67,383.656 536.235,383.341 536.8,382.961 537.365,382.514 537.93,382.002 538.495,381.425 539.06,380.782 539.625,380.074 540.191,379.302 540.756,378.465 523.029,373.149 523.554,372.852 524.08,372.493 524.606,372.072 525.131,371.589 525.657,371.044 526.183,370.438 526.709,369.77 527.234,369.041 527.76,368.251
541.321,377.563 541.886,376.598 542.451,375.569 543.016,374.477 543.581,373.322 544.147,372.105 544.712,370.825 545.277,369.485 545.842,368.083 546.407,366.62 528.286,367.401 528.811,366.49 529.337,365.52 529.863,364.489 530.389,363.4 530.914,362.251 531.44,361.045 531.966,359.78 532.491,358.457 533.017,357.078
546.972,365.098 547.537,363.516 548.102,361.875 548.668,360.176 549.233,358.419 549.798,356.606 550.363,354.735 550.928,352.809 551.493,350.828 552.058,348.792 533.543,355.641 534.068,354.149 534.594,352.601 535.12,350.998 535.646,349.341 536.171,347.63 536.697,345.865 537.223,344.048 537.748,342.179 538.274,340.258
552.623,346.703 553.189,344.56 553.754,342.366 554.319,340.12 554.884,337.824 555.449,335.478 556.014,333.083 556.579,330.639 557.145,328.149 557.71,325.612 538.8,338.287 539.326,336.266 539.851,334.196 540.377,332.077 540.903,329.911 541.428,327.698 541.954,325.438 542.48,323.133 543.005,320.784 543.531,318.391
558.275,323.03 558.84,320.404 559.405,317.733 559.97,315.021 560.535,312.266 561.1,309.471 561.666,306.636 562.231,303.763 562.796,300.852 563.361,297.904 544.057,315.955 544.583,313.477 545.108,310.958 545.634,308.399 546.16,305.8 546.685,303.163 547.211,300.489 547.737,297.778 548.263,295.032 548.788,292.251
563.926,294.921 564.491,291.903 565.056,288.852 565.622,285.768 566.187,282.654 566.752,279.509 567.317,276.335 567.882,273.133 568.447,269.905 569.012,266.651 549.314,289.436 549.84,286.59 550.365,283.711 550.891,280.802 551.417,277.864 551.943,274.897 552.468,271.903 552.994,268.882 553.52,265.836 554.045,262.766
569.577,263.372 570.143,260.07 570.708,256.746 571.273,253.402 571.838,250.037 572.403,246.654 572.968,243.254 573.533,239.838 574.099,236.406 574.664,232.961 554.571,259.674 555.097,256.559 555.622,253.423 556.148,250.268 556.674,247.094 557.2,243.902 557.725,240.694 558.251,237.471 558.777,234.234 559.302,230.984
575.229,229.504 575.794,226.036 576.359,222.557 576.924,219.07 577.489,215.575 578.054,212.074 578.62,208.568 579.185,205.058 579.75,201.546 580.315,198.033 559.828,227.723 560.354,224.45 560.88,221.169 561.405,217.879 561.931,214.582 562.457,211.279 562.982,207.972 563.508,204.661 564.034,201.347 564.56,198.032
"/> "/>
<polyline clip-path="url(#clip7402)" style="stroke:#e26f46; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6202)" style="stroke:#e26f46; stroke-width:1; stroke-opacity:1; fill:none" points="
15.748,11.811 16.3132,11.8442 16.8783,11.9436 17.4434,12.1093 18.0086,12.3412 18.5737,12.6391 19.1388,13.0031 19.704,13.433 20.2691,13.9285 20.8342,14.4897 39.3775,22.3518 39.9032,22.3831 40.4289,22.4769 40.9546,22.6332 41.4803,22.8519 42.006,23.133 42.5318,23.4764 43.0575,23.8819 43.5832,24.3495 44.1089,24.8788
21.3994,15.1161 21.9645,15.8077 22.5296,16.5641 23.0947,17.3852 23.6599,18.2705 24.225,19.2199 24.7901,20.2329 25.3553,21.3092 25.9204,22.4485 26.4855,23.6502 44.6346,25.4698 45.1603,26.1222 45.686,26.8359 46.2117,27.6104 46.7374,28.4457 47.2631,29.3413 47.7888,30.297 48.3145,31.3124 48.8402,32.3871 49.366,33.5209
27.0507,24.914 27.6158,26.2395 28.1809,27.6261 28.7461,29.0734 29.3112,30.5808 29.8763,32.1479 30.4415,33.774 31.0066,35.4585 31.5717,37.201 32.1369,39.0007 49.8917,34.7131 50.4174,35.9636 50.9431,37.2717 51.4688,38.637 51.9945,40.0591 52.5202,41.5375 53.0459,43.0715 53.5716,44.6608 54.0973,46.3046 54.623,48.0024
32.702,40.857 33.2671,42.7693 33.8323,44.7369 34.3974,46.759 34.9625,48.835 35.5277,50.9641 36.0928,53.1455 36.6579,55.3786 37.223,57.6624 37.7882,59.9962 55.1487,49.7537 55.6744,51.5577 56.2002,53.4139 56.7259,55.3216 57.2516,57.2801 57.7773,59.2887 58.303,61.3466 58.8287,63.4533 59.3544,65.6078 59.8801,67.8095
38.3533,62.3791 38.9184,64.8104 39.4836,67.289 40.0487,69.8142 40.6138,72.3851 41.179,75.0007 41.7441,77.6601 42.3092,80.3623 42.8744,83.1064 43.4395,85.8915 60.4058,70.0576 60.9315,72.3512 61.4572,74.6896 61.9829,77.0718 62.5086,79.4972 63.0344,81.9647 63.5601,84.4736 64.0858,87.0228 64.6115,89.6116 65.1372,92.239
44.0046,88.7165 44.5698,91.5803 45.1349,94.4821 45.7,97.4208 46.2652,100.395 46.8303,103.404 47.3954,106.447 47.9606,109.523 48.5257,112.63 49.0908,115.767 65.6629,94.9041 66.1886,97.6059 66.7143,100.343 67.24,103.116 67.7657,105.922 68.2914,108.761 68.8171,111.631 69.3428,114.533 69.8686,117.464 70.3943,120.424
49.656,118.934 50.2211,122.129 50.7862,125.351 51.3514,128.599 51.9165,131.871 52.4816,135.167 53.0467,138.486 53.6119,141.825 54.177,145.185 54.7421,148.563 70.92,123.411 71.4457,126.425 71.9714,129.465 72.4971,132.529 73.0228,135.616 73.5485,138.726 74.0742,141.856 74.5999,145.007 75.1256,148.176 75.6513,151.363
55.3073,151.959 55.8724,155.372 56.4375,158.8 57.0027,162.241 57.5678,165.696 58.1329,169.161 58.6981,172.638 59.2632,176.123 59.8283,179.616 60.3935,183.115 76.177,154.567 76.7028,157.787 77.2285,161.02 77.7542,164.267 78.2799,167.526 78.8056,170.796 79.3313,174.075 79.857,177.363 80.3827,180.658 80.9084,183.96
60.9586,186.62 61.5237,190.129 62.0889,193.641 62.654,197.154 63.2191,200.668 63.7843,204.18 64.3494,207.691 64.9145,211.198 65.4797,214.7 66.0448,218.197 81.4341,187.266 81.9598,190.576 82.4855,193.889 83.0112,197.204 83.537,200.519 84.0627,203.832 84.5884,207.144 85.1141,210.453 85.6398,213.757 86.1655,217.055
66.6099,221.686 67.175,225.167 67.7402,228.638 68.3053,232.098 68.8704,235.546 69.4356,238.981 70.0007,242.401 70.5658,245.806 71.131,249.193 71.6961,252.562 86.6912,220.347 87.2169,223.631 87.7426,226.906 88.2683,230.17 88.794,233.423 89.3197,236.663 89.8454,239.89 90.3712,243.102 90.8969,246.297 91.4226,249.476
72.2612,255.912 72.8264,259.241 73.3915,262.549 73.9566,265.833 74.5218,269.093 75.0869,272.328 75.652,275.537 76.2172,278.718 76.7823,281.87 77.3474,284.993 91.9483,252.636 92.474,255.777 92.9997,258.897 93.5254,261.995 94.0511,265.071 94.5768,268.123 95.1025,271.15 95.6282,274.151 96.1539,277.125 96.6796,280.07
77.9126,288.084 78.4777,291.143 79.0428,294.169 79.608,297.161 80.1731,300.118 80.7382,303.039 81.3034,305.921 81.8685,308.766 82.4336,311.571 82.9987,314.336 97.2054,282.987 97.7311,285.873 98.2568,288.728 98.7825,291.55 99.3082,294.34 99.8339,297.095 100.36,299.814 100.885,302.498 101.411,305.144 101.937,307.753
83.5639,317.059 84.129,319.74 84.6941,322.378 85.2593,324.971 85.8244,327.519 86.3895,330.021 86.9547,332.476 87.5198,334.883 88.0849,337.242 88.6501,339.551 102.462,310.322 102.988,312.851 103.514,315.339 104.04,317.786 104.565,320.19 105.091,322.55 105.617,324.866 106.142,327.137 106.668,329.362 107.194,331.54
89.2152,341.809 89.7803,344.017 90.3455,346.172 90.9106,348.275 91.4757,350.324 92.0409,352.319 92.606,354.259 93.1711,356.143 93.7363,357.971 94.3014,359.743 107.72,333.671 108.245,335.753 108.771,337.787 109.297,339.77 109.822,341.704 110.348,343.586 110.874,345.416 111.399,347.194 111.925,348.918 112.451,350.589
94.8665,361.456 95.4317,363.112 95.9968,364.708 96.5619,366.245 97.127,367.723 97.6922,369.14 98.2573,370.496 98.8224,371.791 99.3876,373.024 99.9527,374.194 112.977,352.206 113.502,353.767 114.028,355.274 114.554,356.724 115.079,358.118 115.605,359.455 116.131,360.734 116.657,361.955 117.182,363.118 117.708,364.223
100.518,375.302 101.083,376.347 101.648,377.328 102.213,378.245 102.778,379.098 103.344,379.887 103.909,380.611 104.474,381.27 105.039,381.864 105.604,382.393 118.234,365.268 118.759,366.253 119.285,367.179 119.811,368.044 120.336,368.849 120.862,369.594 121.388,370.277 121.914,370.898 122.439,371.459 122.965,371.957
106.169,382.855 106.734,383.252 107.299,383.583 107.865,383.848 108.43,384.047 108.995,384.179 109.56,384.246 110.125,384.246 110.69,384.179 111.255,384.047 123.491,372.394 124.016,372.768 124.542,373.08 125.068,373.33 125.594,373.518 126.119,373.643 126.645,373.705 127.171,373.705 127.696,373.643 128.222,373.518
111.82,383.848 112.386,383.583 112.951,383.252 113.516,382.855 114.081,382.393 114.646,381.864 115.211,381.27 115.776,380.611 116.342,379.887 116.907,379.098 128.748,373.33 129.274,373.08 129.799,372.768 130.325,372.394 130.851,371.957 131.376,371.459 131.902,370.898 132.428,370.277 132.953,369.594 133.479,368.849
117.472,378.245 118.037,377.328 118.602,376.347 119.167,375.302 119.732,374.194 120.297,373.024 120.863,371.791 121.428,370.496 121.993,369.14 122.558,367.723 134.005,368.044 134.531,367.179 135.056,366.253 135.582,365.268 136.108,364.223 136.633,363.118 137.159,361.955 137.685,360.734 138.211,359.455 138.736,358.118
123.123,366.245 123.688,364.708 124.253,363.112 124.819,361.456 125.384,359.743 125.949,357.971 126.514,356.143 127.079,354.259 127.644,352.319 128.209,350.324 139.262,356.724 139.788,355.274 140.313,353.767 140.839,352.206 141.365,350.589 141.891,348.918 142.416,347.194 142.942,345.416 143.468,343.586 143.993,341.704
128.774,348.275 129.34,346.172 129.905,344.017 130.47,341.809 131.035,339.551 131.6,337.242 132.165,334.883 132.73,332.476 133.296,330.021 133.861,327.519 144.519,339.77 145.045,337.787 145.57,335.753 146.096,333.671 146.622,331.54 147.148,329.362 147.673,327.137 148.199,324.866 148.725,322.55 149.25,320.19
134.426,324.971 134.991,322.378 135.556,319.74 136.121,317.059 136.686,314.336 137.251,311.571 137.817,308.766 138.382,305.921 138.947,303.039 139.512,300.118 149.776,317.786 150.302,315.339 150.828,312.851 151.353,310.322 151.879,307.753 152.405,305.144 152.93,302.498 153.456,299.814 153.982,297.095 154.507,294.34
140.077,297.161 140.642,294.169 141.207,291.143 141.772,288.084 142.338,284.993 142.903,281.87 143.468,278.718 144.033,275.537 144.598,272.328 145.163,269.093 155.033,291.55 155.559,288.728 156.085,285.873 156.61,282.987 157.136,280.07 157.662,277.125 158.187,274.151 158.713,271.15 159.239,268.123 159.765,265.071
145.728,265.833 146.294,262.549 146.859,259.241 147.424,255.912 147.989,252.562 148.554,249.193 149.119,245.806 149.684,242.401 150.249,238.981 150.815,235.546 160.29,261.995 160.816,258.897 161.342,255.777 161.867,252.636 162.393,249.476 162.919,246.297 163.445,243.102 163.97,239.89 164.496,236.663 165.022,233.423
151.38,232.098 151.945,228.638 152.51,225.167 153.075,221.686 153.64,218.197 154.205,214.7 154.771,211.198 155.336,207.691 155.901,204.18 156.466,200.668 165.547,230.17 166.073,226.906 166.599,223.631 167.124,220.347 167.65,217.055 168.176,213.757 168.702,210.453 169.227,207.144 169.753,203.832 170.279,200.519
157.031,197.154 157.596,193.641 158.161,190.129 158.726,186.62 159.292,183.115 159.857,179.616 160.422,176.123 160.987,172.638 161.552,169.161 162.117,165.696 170.804,197.204 171.33,193.889 171.856,190.576 172.382,187.266 172.907,183.96 173.433,180.658 173.959,177.363 174.484,174.075 175.01,170.796 175.536,167.526
162.682,162.241 163.247,158.8 163.813,155.372 164.378,151.959 164.943,148.563 165.508,145.185 166.073,141.825 166.638,138.486 167.203,135.167 167.769,131.871 176.062,164.267 176.587,161.02 177.113,157.787 177.639,154.567 178.164,151.363 178.69,148.176 179.216,145.007 179.741,141.856 180.267,138.726 180.793,135.616
168.334,128.599 168.899,125.351 169.464,122.129 170.029,118.934 170.594,115.767 171.159,112.63 171.724,109.523 172.29,106.447 172.855,103.404 173.42,100.395 181.319,132.529 181.844,129.465 182.37,126.425 182.896,123.411 183.421,120.424 183.947,117.464 184.473,114.533 184.999,111.631 185.524,108.761 186.05,105.922
173.985,97.4208 174.55,94.4821 175.115,91.5803 175.68,88.7165 176.246,85.8915 176.811,83.1064 177.376,80.3623 177.941,77.6601 178.506,75.0007 179.071,72.3851 186.576,103.116 187.101,100.343 187.627,97.6059 188.153,94.9041 188.678,92.239 189.204,89.6116 189.73,87.0228 190.256,84.4736 190.781,81.9647 191.307,79.4972
179.636,69.8142 180.201,67.289 180.767,64.8104 181.332,62.3791 181.897,59.9962 182.462,57.6624 183.027,55.3786 183.592,53.1455 184.157,50.9641 184.723,48.835 191.833,77.0718 192.358,74.6896 192.884,72.3512 193.41,70.0576 193.936,67.8095 194.461,65.6078 194.987,63.4533 195.513,61.3466 196.038,59.2887 196.564,57.2801
185.288,46.759 185.853,44.7369 186.418,42.7693 186.983,40.857 187.548,39.0007 188.113,37.201 188.678,35.4585 189.244,33.774 189.809,32.1479 190.374,30.5808 197.09,55.3216 197.616,53.4139 198.141,51.5577 198.667,49.7537 199.193,48.0024 199.718,46.3046 200.244,44.6608 200.77,43.0715 201.295,41.5375 201.821,40.0591
190.939,29.0734 191.504,27.6261 192.069,26.2395 192.634,24.914 193.199,23.6502 193.765,22.4485 194.33,21.3092 194.895,20.2329 195.46,19.2199 196.025,18.2705 202.347,38.637 202.873,37.2717 203.398,35.9636 203.924,34.7131 204.45,33.5209 204.975,32.3871 205.501,31.3124 206.027,30.297 206.553,29.3413 207.078,28.4457
196.59,17.3852 197.155,16.5641 197.721,15.8077 198.286,15.1161 198.851,14.4897 199.416,13.9285 199.981,13.433 200.546,13.0031 201.111,12.6391 201.676,12.3412 207.604,27.6104 208.13,26.8359 208.655,26.1222 209.181,25.4698 209.707,24.8788 210.233,24.3495 210.758,23.8819 211.284,23.4764 211.81,23.133 212.335,22.8519
202.242,12.1093 202.807,11.9436 203.372,11.8442 203.937,11.811 204.502,11.8442 205.067,11.9436 205.632,12.1093 206.198,12.3412 206.763,12.6391 207.328,13.0031 212.861,22.6332 213.387,22.4769 213.912,22.3831 214.438,22.3518 214.964,22.3831 215.49,22.4769 216.015,22.6332 216.541,22.8519 217.067,23.133 217.592,23.4764
207.893,13.433 208.458,13.9285 209.023,14.4897 209.588,15.1161 210.153,15.8077 210.719,16.5641 211.284,17.3852 211.849,18.2705 212.414,19.2199 212.979,20.2329 218.118,23.8819 218.644,24.3495 219.17,24.8788 219.695,25.4698 220.221,26.1222 220.747,26.8359 221.272,27.6104 221.798,28.4457 222.324,29.3413 222.849,30.297
213.544,21.3092 214.109,22.4485 214.675,23.6502 215.24,24.914 215.805,26.2395 216.37,27.6261 216.935,29.0734 217.5,30.5808 218.065,32.1479 218.63,33.774 223.375,31.3124 223.901,32.3871 224.427,33.5209 224.952,34.7131 225.478,35.9636 226.004,37.2717 226.529,38.637 227.055,40.0591 227.581,41.5375 228.107,43.0715
219.196,35.4585 219.761,37.201 220.326,39.0007 220.891,40.857 221.456,42.7693 222.021,44.7369 222.586,46.759 223.151,48.835 223.717,50.9641 224.282,53.1455 228.632,44.6608 229.158,46.3046 229.684,48.0024 230.209,49.7537 230.735,51.5577 231.261,53.4139 231.787,55.3216 232.312,57.2801 232.838,59.2887 233.364,61.3466
224.847,55.3786 225.412,57.6624 225.977,59.9962 226.542,62.3791 227.107,64.8104 227.673,67.289 228.238,69.8142 228.803,72.3851 229.368,75.0007 229.933,77.6601 233.889,63.4533 234.415,65.6078 234.941,67.8095 235.466,70.0576 235.992,72.3512 236.518,74.6896 237.044,77.0718 237.569,79.4972 238.095,81.9647 238.621,84.4736
230.498,80.3623 231.063,83.1064 231.628,85.8915 232.194,88.7165 232.759,91.5803 233.324,94.4821 233.889,97.4208 234.454,100.395 235.019,103.404 235.584,106.447 239.146,87.0228 239.672,89.6116 240.198,92.239 240.724,94.9041 241.249,97.6059 241.775,100.343 242.301,103.116 242.826,105.922 243.352,108.761 243.878,111.631
236.15,109.523 236.715,112.63 237.28,115.767 237.845,118.934 238.41,122.129 238.975,125.351 239.54,128.599 240.105,131.871 240.671,135.167 241.236,138.486 244.404,114.533 244.929,117.464 245.455,120.424 245.981,123.411 246.506,126.425 247.032,129.465 247.558,132.529 248.083,135.616 248.609,138.726 249.135,141.856
241.801,141.825 242.366,145.185 242.931,148.563 243.496,151.959 244.061,155.372 244.627,158.8 245.192,162.241 245.757,165.696 246.322,169.161 246.887,172.638 249.661,145.007 250.186,148.176 250.712,151.363 251.238,154.567 251.763,157.787 252.289,161.02 252.815,164.267 253.341,167.526 253.866,170.796 254.392,174.075
247.452,176.123 248.017,179.616 248.582,183.115 249.148,186.62 249.713,190.129 250.278,193.641 250.843,197.154 251.408,200.668 251.973,204.18 252.538,207.691 254.918,177.363 255.443,180.658 255.969,183.96 256.495,187.266 257.02,190.576 257.546,193.889 258.072,197.204 258.598,200.519 259.123,203.832 259.649,207.144
253.103,211.198 253.669,214.7 254.234,218.197 254.799,221.686 255.364,225.167 255.929,228.638 256.494,232.098 257.059,235.546 257.625,238.981 258.19,242.401 260.175,210.453 260.7,213.757 261.226,217.055 261.752,220.347 262.278,223.631 262.803,226.906 263.329,230.17 263.855,233.423 264.38,236.663 264.906,239.89
258.755,245.806 259.32,249.193 259.885,252.562 260.45,255.912 261.015,259.241 261.58,262.549 262.146,265.833 262.711,269.093 263.276,272.328 263.841,275.537 265.432,243.102 265.958,246.297 266.483,249.476 267.009,252.636 267.535,255.777 268.06,258.897 268.586,261.995 269.112,265.071 269.637,268.123 270.163,271.15
264.406,278.718 264.971,281.87 265.536,284.993 266.102,288.084 266.667,291.143 267.232,294.169 267.797,297.161 268.362,300.118 268.927,303.039 269.492,305.921 270.689,274.151 271.215,277.125 271.74,280.07 272.266,282.987 272.792,285.873 273.317,288.728 273.843,291.55 274.369,294.34 274.895,297.095 275.42,299.814
270.057,308.766 270.623,311.571 271.188,314.336 271.753,317.059 272.318,319.74 272.883,322.378 273.448,324.971 274.013,327.519 274.579,330.021 275.144,332.476 275.946,302.498 276.472,305.144 276.997,307.753 277.523,310.322 278.049,312.851 278.575,315.339 279.1,317.786 279.626,320.19 280.152,322.55 280.677,324.866
275.709,334.883 276.274,337.242 276.839,339.551 277.404,341.809 277.969,344.017 278.534,346.172 279.1,348.275 279.665,350.324 280.23,352.319 280.795,354.259 281.203,327.137 281.729,329.362 282.254,331.54 282.78,333.671 283.306,335.753 283.832,337.787 284.357,339.77 284.883,341.704 285.409,343.586 285.934,345.416
281.36,356.143 281.925,357.971 282.49,359.743 283.055,361.456 283.621,363.112 284.186,364.708 284.751,366.245 285.316,367.723 285.881,369.14 286.446,370.496 286.46,347.194 286.986,348.918 287.512,350.589 288.037,352.206 288.563,353.767 289.089,355.274 289.614,356.724 290.14,358.118 290.666,359.455 291.191,360.734
287.011,371.791 287.577,373.024 288.142,374.194 288.707,375.302 289.272,376.347 289.837,377.328 290.402,378.245 290.967,379.098 291.532,379.887 292.098,380.611 291.717,361.955 292.243,363.118 292.769,364.223 293.294,365.268 293.82,366.253 294.346,367.179 294.871,368.044 295.397,368.849 295.923,369.594 296.449,370.277
292.663,381.27 293.228,381.864 293.793,382.393 294.358,382.855 294.923,383.252 295.488,383.583 296.054,383.848 296.619,384.047 297.184,384.179 297.749,384.246 296.974,370.898 297.5,371.459 298.026,371.957 298.551,372.394 299.077,372.768 299.603,373.08 300.129,373.33 300.654,373.518 301.18,373.643 301.706,373.705
298.314,384.246 298.879,384.179 299.444,384.047 300.009,383.848 300.575,383.583 301.14,383.252 301.705,382.855 302.27,382.393 302.835,381.864 303.4,381.27 302.231,373.705 302.757,373.643 303.283,373.518 303.808,373.33 304.334,373.08 304.86,372.768 305.386,372.394 305.911,371.957 306.437,371.459 306.963,370.898
303.965,380.611 304.531,379.887 305.096,379.098 305.661,378.245 306.226,377.328 306.791,376.347 307.356,375.302 307.921,374.194 308.486,373.024 309.052,371.791 307.488,370.277 308.014,369.594 308.54,368.849 309.066,368.044 309.591,367.179 310.117,366.253 310.643,365.268 311.168,364.223 311.694,363.118 312.22,361.955
309.617,370.496 310.182,369.14 310.747,367.723 311.312,366.245 311.877,364.708 312.442,363.112 313.007,361.456 313.573,359.743 314.138,357.971 314.703,356.143 312.746,360.734 313.271,359.455 313.797,358.118 314.323,356.724 314.848,355.274 315.374,353.767 315.9,352.206 316.425,350.589 316.951,348.918 317.477,347.194
315.268,354.259 315.833,352.319 316.398,350.324 316.963,348.275 317.529,346.172 318.094,344.017 318.659,341.809 319.224,339.551 319.789,337.242 320.354,334.883 318.003,345.416 318.528,343.586 319.054,341.704 319.58,339.77 320.105,337.787 320.631,335.753 321.157,333.671 321.683,331.54 322.208,329.362 322.734,327.137
320.919,332.476 321.484,330.021 322.05,327.519 322.615,324.971 323.18,322.378 323.745,319.74 324.31,317.059 324.875,314.336 325.44,311.571 326.006,308.766 323.26,324.866 323.785,322.55 324.311,320.19 324.837,317.786 325.362,315.339 325.888,312.851 326.414,310.322 326.94,307.753 327.465,305.144 327.991,302.498
326.571,305.921 327.136,303.039 327.701,300.118 328.266,297.161 328.831,294.169 329.396,291.143 329.961,288.084 330.527,284.993 331.092,281.87 331.657,278.718 328.517,299.814 329.042,297.095 329.568,294.34 330.094,291.55 330.62,288.728 331.145,285.873 331.671,282.987 332.197,280.07 332.722,277.125 333.248,274.151
332.222,275.537 332.787,272.328 333.352,269.093 333.917,265.833 334.483,262.549 335.048,259.241 335.613,255.912 336.178,252.562 336.743,249.193 337.308,245.806 333.774,271.15 334.3,268.123 334.825,265.071 335.351,261.995 335.877,258.897 336.402,255.777 336.928,252.636 337.454,249.476 337.979,246.297 338.505,243.102
337.873,242.401 338.438,238.981 339.004,235.546 339.569,232.098 340.134,228.638 340.699,225.167 341.264,221.686 341.829,218.197 342.394,214.7 342.959,211.198 339.031,239.89 339.557,236.663 340.082,233.423 340.608,230.17 341.134,226.906 341.659,223.631 342.185,220.347 342.711,217.055 343.237,213.757 343.762,210.453
343.525,207.691 344.09,204.18 344.655,200.668 345.22,197.154 345.785,193.641 346.35,190.129 346.915,186.62 347.481,183.115 348.046,179.616 348.611,176.123 344.288,207.144 344.814,203.832 345.339,200.519 345.865,197.204 346.391,193.889 346.917,190.576 347.442,187.266 347.968,183.96 348.494,180.658 349.019,177.363
349.176,172.638 349.741,169.161 350.306,165.696 350.871,162.241 351.436,158.8 352.002,155.372 352.567,151.959 353.132,148.563 353.697,145.185 354.262,141.825 349.545,174.075 350.071,170.796 350.596,167.526 351.122,164.267 351.648,161.02 352.174,157.787 352.699,154.567 353.225,151.363 353.751,148.176 354.276,145.007
354.827,138.486 355.392,135.167 355.958,131.871 356.523,128.599 357.088,125.351 357.653,122.129 358.218,118.934 358.783,115.767 359.348,112.63 359.913,109.523 354.802,141.856 355.328,138.726 355.854,135.616 356.379,132.529 356.905,129.465 357.431,126.425 357.956,123.411 358.482,120.424 359.008,117.464 359.533,114.533
360.479,106.447 361.044,103.404 361.609,100.395 362.174,97.4208 362.739,94.4821 363.304,91.5803 363.869,88.7165 364.435,85.8915 365,83.1064 365.565,80.3623 360.059,111.631 360.585,108.761 361.111,105.922 361.636,103.116 362.162,100.343 362.688,97.6059 363.213,94.9041 363.739,92.239 364.265,89.6116 364.791,87.0228
366.13,77.6601 366.695,75.0007 367.26,72.3851 367.825,69.8142 368.39,67.289 368.956,64.8104 369.521,62.3791 370.086,59.9962 370.651,57.6624 371.216,55.3786 365.316,84.4736 365.842,81.9647 366.368,79.4972 366.893,77.0718 367.419,74.6896 367.945,72.3512 368.471,70.0576 368.996,67.8095 369.522,65.6078 370.048,63.4533
371.781,53.1455 372.346,50.9641 372.911,48.835 373.477,46.759 374.042,44.7369 374.607,42.7693 375.172,40.857 375.737,39.0007 376.302,37.201 376.867,35.4585 370.573,61.3466 371.099,59.2887 371.625,57.2801 372.15,55.3216 372.676,53.4139 373.202,51.5577 373.728,49.7537 374.253,48.0024 374.779,46.3046 375.305,44.6608
377.433,33.774 377.998,32.1479 378.563,30.5808 379.128,29.0734 379.693,27.6261 380.258,26.2395 380.823,24.914 381.388,23.6502 381.954,22.4485 382.519,21.3092 375.83,43.0715 376.356,41.5375 376.882,40.0591 377.408,38.637 377.933,37.2717 378.459,35.9636 378.985,34.7131 379.51,33.5209 380.036,32.3871 380.562,31.3124
383.084,20.2329 383.649,19.2199 384.214,18.2705 384.779,17.3852 385.344,16.5641 385.91,15.8077 386.475,15.1161 387.04,14.4897 387.605,13.9285 388.17,13.433 381.088,30.297 381.613,29.3413 382.139,28.4457 382.665,27.6104 383.19,26.8359 383.716,26.1222 384.242,25.4698 384.767,24.8788 385.293,24.3495 385.819,23.8819
388.735,13.0031 389.3,12.6391 389.865,12.3412 390.431,12.1093 390.996,11.9436 391.561,11.8442 392.126,11.811 392.691,11.8442 393.256,11.9436 393.821,12.1093 386.345,23.4764 386.87,23.133 387.396,22.8519 387.922,22.6332 388.447,22.4769 388.973,22.3831 389.499,22.3518 390.025,22.3831 390.55,22.4769 391.076,22.6332
394.387,12.3412 394.952,12.6391 395.517,13.0031 396.082,13.433 396.647,13.9285 397.212,14.4897 397.777,15.1161 398.342,15.8077 398.908,16.5641 399.473,17.3852 391.602,22.8519 392.127,23.133 392.653,23.4764 393.179,23.8819 393.704,24.3495 394.23,24.8788 394.756,25.4698 395.282,26.1222 395.807,26.8359 396.333,27.6104
400.038,18.2705 400.603,19.2199 401.168,20.2329 401.733,21.3092 402.298,22.4485 402.863,23.6502 403.429,24.914 403.994,26.2395 404.559,27.6261 405.124,29.0734 396.859,28.4457 397.384,29.3413 397.91,30.297 398.436,31.3124 398.962,32.3871 399.487,33.5209 400.013,34.7131 400.539,35.9636 401.064,37.2717 401.59,38.637
405.689,30.5808 406.254,32.1479 406.819,33.774 407.385,35.4585 407.95,37.201 408.515,39.0007 409.08,40.857 409.645,42.7693 410.21,44.7369 410.775,46.759 402.116,40.0591 402.642,41.5375 403.167,43.0715 403.693,44.6608 404.219,46.3046 404.744,48.0024 405.27,49.7537 405.796,51.5577 406.321,53.4139 406.847,55.3216
411.34,48.835 411.906,50.9641 412.471,53.1455 413.036,55.3786 413.601,57.6624 414.166,59.9962 414.731,62.3791 415.296,64.8104 415.862,67.289 416.427,69.8142 407.373,57.2801 407.899,59.2887 408.424,61.3466 408.95,63.4533 409.476,65.6078 410.001,67.8095 410.527,70.0576 411.053,72.3512 411.579,74.6896 412.104,77.0718
416.992,72.3851 417.557,75.0007 418.122,77.6601 418.687,80.3623 419.252,83.1064 419.817,85.8915 420.383,88.7165 420.948,91.5803 421.513,94.4821 422.078,97.4208 412.63,79.4972 413.156,81.9647 413.681,84.4736 414.207,87.0228 414.733,89.6116 415.259,92.239 415.784,94.9041 416.31,97.6059 416.836,100.343 417.361,103.116
422.643,100.395 423.208,103.404 423.773,106.447 424.339,109.523 424.904,112.63 425.469,115.767 426.034,118.934 426.599,122.129 427.164,125.351 427.729,128.599 417.887,105.922 418.413,108.761 418.938,111.631 419.464,114.533 419.99,117.464 420.516,120.424 421.041,123.411 421.567,126.425 422.093,129.465 422.618,132.529
428.294,131.871 428.86,135.167 429.425,138.486 429.99,141.825 430.555,145.185 431.12,148.563 431.685,151.959 432.25,155.372 432.815,158.8 433.381,162.241 423.144,135.616 423.67,138.726 424.196,141.856 424.721,145.007 425.247,148.176 425.773,151.363 426.298,154.567 426.824,157.787 427.35,161.02 427.875,164.267
433.946,165.696 434.511,169.161 435.076,172.638 435.641,176.123 436.206,179.616 436.771,183.115 437.337,186.62 437.902,190.129 438.467,193.641 439.032,197.154 428.401,167.526 428.927,170.796 429.453,174.075 429.978,177.363 430.504,180.658 431.03,183.96 431.555,187.266 432.081,190.576 432.607,193.889 433.133,197.204
439.597,200.668 440.162,204.18 440.727,207.691 441.292,211.198 441.858,214.7 442.423,218.197 442.988,221.686 443.553,225.167 444.118,228.638 444.683,232.098 433.658,200.519 434.184,203.832 434.71,207.144 435.235,210.453 435.761,213.757 436.287,217.055 436.813,220.347 437.338,223.631 437.864,226.906 438.39,230.17
445.248,235.546 445.814,238.981 446.379,242.401 446.944,245.806 447.509,249.193 448.074,252.562 448.639,255.912 449.204,259.241 449.769,262.549 450.335,265.833 438.915,233.423 439.441,236.663 439.967,239.89 440.492,243.102 441.018,246.297 441.544,249.476 442.07,252.636 442.595,255.777 443.121,258.897 443.647,261.995
450.9,269.093 451.465,272.328 452.03,275.537 452.595,278.718 453.16,281.87 453.725,284.993 454.291,288.084 454.856,291.143 455.421,294.169 455.986,297.161 444.172,265.071 444.698,268.123 445.224,271.15 445.75,274.151 446.275,277.125 446.801,280.07 447.327,282.987 447.852,285.873 448.378,288.728 448.904,291.55
456.551,300.118 457.116,303.039 457.681,305.921 458.246,308.766 458.812,311.571 459.377,314.336 459.942,317.059 460.507,319.74 461.072,322.378 461.637,324.971 449.43,294.34 449.955,297.095 450.481,299.814 451.007,302.498 451.532,305.144 452.058,307.753 452.584,310.322 453.109,312.851 453.635,315.339 454.161,317.786
462.202,327.519 462.767,330.021 463.333,332.476 463.898,334.883 464.463,337.242 465.028,339.551 465.593,341.809 466.158,344.017 466.723,346.172 467.289,348.275 454.687,320.19 455.212,322.55 455.738,324.866 456.264,327.137 456.789,329.362 457.315,331.54 457.841,333.671 458.367,335.753 458.892,337.787 459.418,339.77
467.854,350.324 468.419,352.319 468.984,354.259 469.549,356.143 470.114,357.971 470.679,359.743 471.244,361.456 471.81,363.112 472.375,364.708 472.94,366.245 459.944,341.704 460.469,343.586 460.995,345.416 461.521,347.194 462.046,348.918 462.572,350.589 463.098,352.206 463.624,353.767 464.149,355.274 464.675,356.724
473.505,367.723 474.07,369.14 474.635,370.496 475.2,371.791 475.766,373.024 476.331,374.194 476.896,375.302 477.461,376.347 478.026,377.328 478.591,378.245 465.201,358.118 465.726,359.455 466.252,360.734 466.778,361.955 467.304,363.118 467.829,364.223 468.355,365.268 468.881,366.253 469.406,367.179 469.932,368.044
479.156,379.098 479.721,379.887 480.287,380.611 480.852,381.27 481.417,381.864 481.982,382.393 482.547,382.855 483.112,383.252 483.677,383.583 484.243,383.848 470.458,368.849 470.984,369.594 471.509,370.277 472.035,370.898 472.561,371.459 473.086,371.957 473.612,372.394 474.138,372.768 474.663,373.08 475.189,373.33
484.808,384.047 485.373,384.179 485.938,384.246 486.503,384.246 487.068,384.179 487.633,384.047 488.198,383.848 488.764,383.583 489.329,383.252 489.894,382.855 475.715,373.518 476.241,373.643 476.766,373.705 477.292,373.705 477.818,373.643 478.343,373.518 478.869,373.33 479.395,373.08 479.921,372.768 480.446,372.394
490.459,382.393 491.024,381.864 491.589,381.27 492.154,380.611 492.719,379.887 493.285,379.098 493.85,378.245 494.415,377.328 494.98,376.347 495.545,375.302 480.972,371.957 481.498,371.459 482.023,370.898 482.549,370.277 483.075,369.594 483.601,368.849 484.126,368.044 484.652,367.179 485.178,366.253 485.703,365.268
496.11,374.194 496.675,373.024 497.241,371.791 497.806,370.496 498.371,369.14 498.936,367.723 499.501,366.245 500.066,364.708 500.631,363.112 501.196,361.456 486.229,364.223 486.755,363.118 487.28,361.955 487.806,360.734 488.332,359.455 488.858,358.118 489.383,356.724 489.909,355.274 490.435,353.767 490.96,352.206
501.762,359.743 502.327,357.971 502.892,356.143 503.457,354.259 504.022,352.319 504.587,350.324 505.152,348.275 505.718,346.172 506.283,344.017 506.848,341.809 491.486,350.589 492.012,348.918 492.538,347.194 493.063,345.416 493.589,343.586 494.115,341.704 494.64,339.77 495.166,337.787 495.692,335.753 496.217,333.671
507.413,339.551 507.978,337.242 508.543,334.883 509.108,332.476 509.673,330.021 510.239,327.519 510.804,324.971 511.369,322.378 511.934,319.74 512.499,317.059 496.743,331.54 497.269,329.362 497.795,327.137 498.32,324.866 498.846,322.55 499.372,320.19 499.897,317.786 500.423,315.339 500.949,312.851 501.475,310.322
513.064,314.336 513.629,311.571 514.195,308.766 514.76,305.921 515.325,303.039 515.89,300.118 516.455,297.161 517.02,294.169 517.585,291.143 518.15,288.084 502,307.753 502.526,305.144 503.052,302.498 503.577,299.814 504.103,297.095 504.629,294.34 505.155,291.55 505.68,288.728 506.206,285.873 506.732,282.987
518.716,284.993 519.281,281.87 519.846,278.718 520.411,275.537 520.976,272.328 521.541,269.093 522.106,265.833 522.671,262.549 523.237,259.241 523.802,255.912 507.257,280.07 507.783,277.125 508.309,274.151 508.834,271.15 509.36,268.123 509.886,265.071 510.412,261.995 510.937,258.897 511.463,255.777 511.989,252.636
524.367,252.562 524.932,249.193 525.497,245.806 526.062,242.401 526.627,238.981 527.193,235.546 527.758,232.098 528.323,228.638 528.888,225.167 529.453,221.686 512.514,249.476 513.04,246.297 513.566,243.102 514.092,239.89 514.617,236.663 515.143,233.423 515.669,230.17 516.194,226.906 516.72,223.631 517.246,220.347
530.018,218.197 530.583,214.7 531.148,211.198 531.714,207.691 532.279,204.18 532.844,200.668 533.409,197.154 533.974,193.641 534.539,190.129 535.104,186.62 517.772,217.055 518.297,213.757 518.823,210.453 519.349,207.144 519.874,203.832 520.4,200.519 520.926,197.204 521.451,193.889 521.977,190.576 522.503,187.266
535.67,183.115 536.235,179.616 536.8,176.123 537.365,172.638 537.93,169.161 538.495,165.696 539.06,162.241 539.625,158.8 540.191,155.372 540.756,151.959 523.029,183.96 523.554,180.658 524.08,177.363 524.606,174.075 525.131,170.796 525.657,167.526 526.183,164.267 526.709,161.02 527.234,157.787 527.76,154.567
541.321,148.563 541.886,145.185 542.451,141.825 543.016,138.486 543.581,135.167 544.147,131.871 544.712,128.599 545.277,125.351 545.842,122.129 546.407,118.934 528.286,151.363 528.811,148.176 529.337,145.007 529.863,141.856 530.389,138.726 530.914,135.616 531.44,132.529 531.966,129.465 532.491,126.425 533.017,123.411
546.972,115.767 547.537,112.63 548.102,109.523 548.668,106.447 549.233,103.404 549.798,100.395 550.363,97.4208 550.928,94.4821 551.493,91.5803 552.058,88.7165 533.543,120.424 534.068,117.464 534.594,114.533 535.12,111.631 535.646,108.761 536.171,105.922 536.697,103.116 537.223,100.343 537.748,97.6059 538.274,94.9041
552.623,85.8915 553.189,83.1064 553.754,80.3623 554.319,77.6601 554.884,75.0007 555.449,72.3851 556.014,69.8142 556.579,67.289 557.145,64.8104 557.71,62.3791 538.8,92.239 539.326,89.6116 539.851,87.0228 540.377,84.4736 540.903,81.9647 541.428,79.4972 541.954,77.0718 542.48,74.6896 543.005,72.3512 543.531,70.0576
558.275,59.9962 558.84,57.6624 559.405,55.3786 559.97,53.1455 560.535,50.9641 561.1,48.835 561.666,46.759 562.231,44.7369 562.796,42.7693 563.361,40.857 544.057,67.8095 544.583,65.6078 545.108,63.4533 545.634,61.3466 546.16,59.2887 546.685,57.2801 547.211,55.3216 547.737,53.4139 548.263,51.5577 548.788,49.7537
563.926,39.0007 564.491,37.201 565.056,35.4585 565.622,33.774 566.187,32.1479 566.752,30.5808 567.317,29.0734 567.882,27.6261 568.447,26.2395 569.012,24.914 549.314,48.0024 549.84,46.3046 550.365,44.6608 550.891,43.0715 551.417,41.5375 551.943,40.0591 552.468,38.637 552.994,37.2717 553.52,35.9636 554.045,34.7131
569.577,23.6502 570.143,22.4485 570.708,21.3092 571.273,20.2329 571.838,19.2199 572.403,18.2705 572.968,17.3852 573.533,16.5641 574.099,15.8077 574.664,15.1161 554.571,33.5209 555.097,32.3871 555.622,31.3124 556.148,30.297 556.674,29.3413 557.2,28.4457 557.725,27.6104 558.251,26.8359 558.777,26.1222 559.302,25.4698
575.229,14.4897 575.794,13.9285 576.359,13.433 576.924,13.0031 577.489,12.6391 578.054,12.3412 578.62,12.1093 579.185,11.9436 579.75,11.8442 580.315,11.811 559.828,24.8788 560.354,24.3495 560.88,23.8819 561.405,23.4764 561.931,23.133 562.457,22.8519 562.982,22.6332 563.508,22.4769 564.034,22.3831 564.56,22.3518
"/> "/>
<polygon clip-path="url(#clip7400)" points=" <polygon clip-path="url(#clip6200)" points="
489.608,78.051 562.315,78.051 562.315,32.691 489.608,32.691 489.608,78.051 562.315,78.051 562.315,32.691 489.608,32.691
" fill="#ffffff" fill-opacity="1"/> " fill="#ffffff" fill-opacity="1"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6200)" style="stroke:#000000; stroke-width:1; stroke-opacity:1; fill:none" points="
489.608,78.051 562.315,78.051 562.315,32.691 489.608,32.691 489.608,78.051 489.608,78.051 562.315,78.051 562.315,32.691 489.608,32.691 489.608,78.051
"/> "/>
<polyline clip-path="url(#clip7400)" style="stroke:#009af9; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6200)" style="stroke:#009af9; stroke-width:1; stroke-opacity:1; fill:none" points="
495.608,47.811 531.608,47.811 495.608,47.811 531.608,47.811
"/> "/>
<g clip-path="url(#clip7400)"> <g clip-path="url(#clip6200)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:start;" transform="rotate(0, 537.608, 52.311)" x="537.608" y="52.311">y1</text> <text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:start;" transform="rotate(0, 537.608, 52.311)" x="537.608" y="52.311">y1</text>
</g> </g>
<polyline clip-path="url(#clip7400)" style="stroke:#e26f46; stroke-width:1; stroke-opacity:1; fill:none" points=" <polyline clip-path="url(#clip6200)" style="stroke:#e26f46; stroke-width:1; stroke-opacity:1; fill:none" points="
495.608,62.931 531.608,62.931 495.608,62.931 531.608,62.931
"/> "/>
<g clip-path="url(#clip7400)"> <g clip-path="url(#clip6200)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:start;" transform="rotate(0, 537.608, 67.431)" x="537.608" y="67.431">y2</text> <text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:12; text-anchor:start;" transform="rotate(0, 537.608, 67.431)" x="537.608" y="67.431">y2</text>
</g> </g>
</svg> </svg>

1108
latest/generated/example.ipynb

File diff suppressed because one or more lines are too long

2
latest/generated/example.jl

@ -13,7 +13,7 @@ end
foo() foo()
using Plots using Plots
x = linspace(0, 6π, 1000) x = range(0, stop=6π, length=1000)
y1 = sin.(x) y1 = sin.(x)
y2 = cos.(x) y2 = cos.(x)
plot(x, [y1, y2]) plot(x, [y1, y2])

6
latest/generated/notebook.ipynb

@ -88,11 +88,11 @@
"file_extension": ".jl", "file_extension": ".jl",
"mimetype": "application/julia", "mimetype": "application/julia",
"name": "julia", "name": "julia",
"version": "0.6.3" "version": "0.7.0-beta.212"
}, },
"kernelspec": { "kernelspec": {
"name": "julia-0.6", "name": "julia-0.7",
"display_name": "Julia 0.6.3", "display_name": "Julia 0.7.0-beta.212",
"language": "julia" "language": "julia"
} }
}, },

2
latest/index.html

File diff suppressed because one or more lines are too long

4
latest/outputformats.html

File diff suppressed because one or more lines are too long

4
latest/pipeline.html

File diff suppressed because one or more lines are too long

14
latest/search_index.js

@ -149,7 +149,7 @@ var documenterSearchIndex = {"docs": [
"page": "4. Output Formats", "page": "4. Output Formats",
"title": "4. Output Formats", "title": "4. Output Formats",
"category": "section", "category": "section",
"text": "When the source is parsed, and have been processed it is time to render the output. We will consider the following source snippet:Markdown.parse(\"```julia\\n\" * rstrip(read(\"outputformats.jl\", String)) * \"\\n```\")and see how this is rendered in each of the output formats." "text": "When the source is parsed, and have been processed it is time to render the output. We will consider the following source snippet:import Markdown\nMarkdown.parse(\"```julia\\n\" * rstrip(read(\"outputformats.jl\", String)) * \"\\n```\")and see how this is rendered in each of the output formats."
}, },
{ {
@ -157,7 +157,7 @@ var documenterSearchIndex = {"docs": [
"page": "4. Output Formats", "page": "4. Output Formats",
"title": "Literate.markdown", "title": "Literate.markdown",
"category": "function", "category": "function",
"text": "Literate.markdown(inputfile, outputdir; kwargs...)\n\nGenerate a markdown file from inputfile and write the result to the directoryoutputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .md. name is also used to name all the @example blocks, and to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\ndocumenter: boolean that tells if the output is intended to use with Documenter.jl. Defaults to true. See the the manual section on Interaction with Documenter.\ncodefence: A Pair of opening and closing code fence. Defaults to\n\"```@example $(name)\" => \"```\"\nif documenter = true and\n\"```julia\" => \"```\"\nif documenter = false.\n\n\n\n" "text": "Literate.markdown(inputfile, outputdir; kwargs...)\n\nGenerate a markdown file from inputfile and write the result to the directoryoutputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .md. name is also used to name all the @example blocks, and to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\ndocumenter: boolean that tells if the output is intended to use with Documenter.jl. Defaults to true. See the the manual section on Interaction with Documenter.\ncodefence: A Pair of opening and closing code fence. Defaults to\n\"```@example $(name)\" => \"```\"\nif documenter = true and\n\"```julia\" => \"```\"\nif documenter = false.\n\n\n\n\n\n"
}, },
{ {
@ -165,7 +165,7 @@ var documenterSearchIndex = {"docs": [
"page": "4. Output Formats", "page": "4. Output Formats",
"title": "4.1. Markdown Output", "title": "4.1. Markdown Output",
"category": "section", "category": "section",
"text": "The (default) markdown output of the source snippet above is as followsfile = joinpath(@__DIR__, \"src/generated/name.md\")\nstr = \"````markdown\\n\" * rstrip(read(file, String)) * \"\\n````\"\nrm(file)\nMarkdown.parse(str)We note that lines starting with # are printed as regular markdown, and the code lines have been wrapped in @example blocks. We also note that an @meta block have been added, that sets the EditURL variable. This is used by Documenter to redirect the \"Edit on GitHub\" link for the page, see Interaction with Documenter.Some of the output rendering can be controlled with keyword arguments to Literate.markdown:Literate.markdown" "text": "The (default) markdown output of the source snippet above is as followsimport Markdown\nfile = joinpath(@__DIR__, \"../src/generated/name.md\")\nstr = \"````markdown\\n\" * rstrip(read(file, String)) * \"\\n````\"\nrm(file)\nMarkdown.parse(str)We note that lines starting with # are printed as regular markdown, and the code lines have been wrapped in @example blocks. We also note that an @meta block have been added, that sets the EditURL variable. This is used by Documenter to redirect the \"Edit on GitHub\" link for the page, see Interaction with Documenter.Some of the output rendering can be controlled with keyword arguments to Literate.markdown:Literate.markdown"
}, },
{ {
@ -173,7 +173,7 @@ var documenterSearchIndex = {"docs": [
"page": "4. Output Formats", "page": "4. Output Formats",
"title": "Literate.notebook", "title": "Literate.notebook",
"category": "function", "category": "function",
"text": "Literate.notebook(inputfile, outputdir; kwargs...)\n\nGenerate a notebook from inputfile and write the result to outputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .ipynb. name is also used to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\nexecute: a boolean deciding if the generated notebook should also be executed or not. Defaults to true. The current working directory is set to outputdir when executing the notebook.\ndocumenter: boolean that says if the source contains Documenter.jl specific things to filter out during notebook generation. Defaults to true. See the the manual section on Interaction with Documenter.\n\n\n\n" "text": "Literate.notebook(inputfile, outputdir; kwargs...)\n\nGenerate a notebook from inputfile and write the result to outputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .ipynb. name is also used to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\nexecute: a boolean deciding if the generated notebook should also be executed or not. Defaults to true. The current working directory is set to outputdir when executing the notebook.\ndocumenter: boolean that says if the source contains Documenter.jl specific things to filter out during notebook generation. Defaults to true. See the the manual section on Interaction with Documenter.\n\n\n\n\n\n"
}, },
{ {
@ -189,7 +189,7 @@ var documenterSearchIndex = {"docs": [
"page": "4. Output Formats", "page": "4. Output Formats",
"title": "Literate.script", "title": "Literate.script",
"category": "function", "category": "function",
"text": "Literate.script(inputfile, outputdir; kwargs...)\n\nGenerate a plain script file from inputfile and write the result to outputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .jl. name is also used to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\ndocumenter: boolean that says if the source contains Documenter.jl specific things to filter out during script generation. Defaults to true. See the the manual section on Interaction with Documenter.\nkeep_comments: boolean that, if set to true, keeps markdown lines as comments in the output script. Defaults to false.\n\n\n\n" "text": "Literate.script(inputfile, outputdir; kwargs...)\n\nGenerate a plain script file from inputfile and write the result to outputdir.\n\nKeyword arguments:\n\nname: name of the output file, excluding .jl. name is also used to replace @__NAME__. Defaults to the filename of inputfile.\npreprocess, postprocess: custom pre- and post-processing functions, see the Custom pre- and post-processing section of the manual. Defaults to identity.\ndocumenter: boolean that says if the source contains Documenter.jl specific things to filter out during script generation. Defaults to true. See the the manual section on Interaction with Documenter.\nkeep_comments: boolean that, if set to true, keeps markdown lines as comments in the output script. Defaults to false.\n\n\n\n\n\n"
}, },
{ {
@ -197,7 +197,7 @@ var documenterSearchIndex = {"docs": [
"page": "4. Output Formats", "page": "4. Output Formats",
"title": "4.3. Script Output", "title": "4.3. Script Output",
"category": "section", "category": "section",
"text": "The (default) script output of the source snippet above is as followsfile = joinpath(@__DIR__, \"src/generated/outputformats.jl\")\nstr = \"```julia\\n\" * rstrip(read(file, String)) * \"\\n```\"\nrm(file)\nMarkdown.parse(str)We note that lines starting with # are removed and only the code lines have been kept. Some of the output rendering can be controlled with keyword arguments to Literate.script:Literate.script" "text": "The (default) script output of the source snippet above is as followsimport Markdown\nfile = joinpath(@__DIR__, \"../src/generated/outputformats.jl\")\nstr = \"```julia\\n\" * rstrip(read(file, String)) * \"\\n```\"\nrm(file)\nMarkdown.parse(str)We note that lines starting with # are removed and only the code lines have been kept. Some of the output rendering can be controlled with keyword arguments to Literate.script:Literate.script"
}, },
{ {
@ -285,7 +285,7 @@ var documenterSearchIndex = {"docs": [
"page": "7. Example", "page": "7. Example",
"title": "Output Capturing", "title": "Output Capturing",
"category": "section", "category": "section",
"text": "Code chunks are by default placed in Documenter @example blocks in the generated markdown. This means that the output will be captured in a block when Documenter is building the docs. In notebooks the output is captured in output cells, if the execute keyword argument is set to true. Output to stdout/stderr is also captured.function foo()\n println(\"This string is printed to stdout.\")\n return [1, 2, 3, 4]\nend\n\nfoo()Both Documenter\'s @example block and notebooks can display images. Here is an example where we generate a simple plot using the Plots.jl packageusing Plots\nx = linspace(0, 6π, 1000)\ny1 = sin.(x)\ny2 = cos.(x)\nplot(x, [y1, y2])" "text": "Code chunks are by default placed in Documenter @example blocks in the generated markdown. This means that the output will be captured in a block when Documenter is building the docs. In notebooks the output is captured in output cells, if the execute keyword argument is set to true. Output to stdout/stderr is also captured.function foo()\n println(\"This string is printed to stdout.\")\n return [1, 2, 3, 4]\nend\n\nfoo()Both Documenter\'s @example block and notebooks can display images. Here is an example where we generate a simple plot using the Plots.jl packageusing Plots\nx = range(0, stop=6π, length=1000)\ny1 = sin.(x)\ny2 = cos.(x)\nplot(x, [y1, y2])"
}, },
{ {

Loading…
Cancel
Save