diff --git a/README.md b/README.md
index 38a5fc5dc3cdefa84ae844bf5e0e6868987c377b..bc7e9ae13b480d5292b3c7746a3f98a994078a61 100644
--- a/README.md
+++ b/README.md
@@ -77,4 +77,18 @@ Thats is! And since this is an overlay, you are free to add more LaTeX to the sl
 
 ## Additional features
 - You can add new overlays at any point by inserting a '\osvg{my_label}' command in your LaTeX document
-- Overlay-images with multiple layers are automatically converted into '\pause'-frames in LaTeX
\ No newline at end of file
+- Overlay-images with multiple layers are automatically converted into '\pause'-frames in LaTeX
+
+
+## Citing
+```bibtex
+@online{beamer_slider,
+	title={Beamer-slider (0.1.6b0): \texttt{pip install beamer-slider}},
+	url={https://lab.compute.dtu.dk/tuhe/slider},
+	urldate = {2021-09-06}, 
+	publisher={Tue Herlau},
+	author={Tue Herlau},
+	comments={See url{asdfsdaf} for examples},
+	year={2021-09-06},
+}
+```
\ No newline at end of file
diff --git a/docs/README.jinja.md b/docs/README.jinja.md
index a7b8ad901d027ff905e24161336eb530c0133fa7..10b6b7576068aa6c8883ee3d24ae563be57111a1 100644
--- a/docs/README.jinja.md
+++ b/docs/README.jinja.md
@@ -55,4 +55,10 @@ Thats is! And since this is an overlay, you are free to add more LaTeX to the sl
 
 ## Additional features
 - You can add new overlays at any point by inserting a '\osvg{my_label}' command in your LaTeX document
-- Overlay-images with multiple layers are automatically converted into '\pause'-frames in LaTeX
\ No newline at end of file
+- Overlay-images with multiple layers are automatically converted into '\pause'-frames in LaTeX
+
+
+## Citing
+```bibtex
+{{bibtex}}
+```
\ No newline at end of file
diff --git a/docs/basic1_nup.pdf b/docs/basic1_nup.pdf
index 23901fa8f67fb0a31369f78d59d86404f30e675b..b6e7c7a992359fdab4d0587430379ce95fb5ca29 100644
Binary files a/docs/basic1_nup.pdf and b/docs/basic1_nup.pdf differ
diff --git a/docs/basic1_nup.png b/docs/basic1_nup.png
index 4beb9d2fca49bf6fc72052a795c710551f0988a3..6af846e1a81c1fc2f9add4d4398c7e29eadd5384 100644
Binary files a/docs/basic1_nup.png and b/docs/basic1_nup.png differ
diff --git a/docs/beamer-slider.bib b/docs/beamer-slider.bib
new file mode 100644
index 0000000000000000000000000000000000000000..63c83ce5cd76ec41e159ccd02b6319759593b2e3
--- /dev/null
+++ b/docs/beamer-slider.bib
@@ -0,0 +1,9 @@
+@online{beamer_slider,
+	title={Beamer-slider (0.1.6b0): \texttt{pip install beamer-slider}},
+	url={https://lab.compute.dtu.dk/tuhe/slider},
+	urldate = {2021-09-06}, 
+	publisher={Tue Herlau},
+	author={Tue Herlau},
+	comments={See url{asdfsdaf} for examples},
+	year={2021-09-06},
+}
\ No newline at end of file
diff --git a/docs/beamer_slider.bib b/docs/beamer_slider.bib
new file mode 100644
index 0000000000000000000000000000000000000000..df9cb12c5ce02bcabc4ef48675c8ade521e99231
--- /dev/null
+++ b/docs/beamer_slider.bib
@@ -0,0 +1,9 @@
+@online{beamer_slider,
+	title={Beamer-slider (0.1.6b0): \texttt{pip install beamer-slider}},
+	url={https://lab.compute.dtu.dk/tuhe/slider},
+	urldate = {2021-09-07}, 
+	month={9},
+	publisher={Technical University of Denmark (DTU)},
+	author={Tue Herlau},
+	year={2021},
+}
\ No newline at end of file
diff --git a/docs/build_docs.py b/docs/build_docs.py
index 12e599f6af4469ce43191b06b4cf9e233606d826..a6b99f6419b87eb19ff21155dedfb71811be0c60 100644
--- a/docs/build_docs.py
+++ b/docs/build_docs.py
@@ -18,6 +18,9 @@ def my_nup(path):
 
 
 if __name__ == "__main__":
+    from jinjafy.bibliography_maker import make_bibliography
+    make_bibliography("../setup.py", "./")
+
     EX_BASE = "../examples"
     np = EX_BASE + "/new_project"
 
@@ -46,7 +49,8 @@ if __name__ == "__main__":
 
     # Build the docs.
     with open("README.jinja.md", 'r') as f:
-        s = jinja2.Environment().from_string(f.read()).render(data)
+        from jinja2 import FileSystemLoader
+        s = jinja2.Environment(loader=FileSystemLoader("../docs")).from_string(f.read()).render(data)
     with open("../README.md",'w') as f:
         f.write(s)
 
diff --git a/docs/new_project_nup.pdf b/docs/new_project_nup.pdf
index bb14d6f527773e175f8bb8ccdb42ea4a0c2e2755..81e075d16fc56fcf6c25e5fe7198dd1741d1a8fc 100644
Binary files a/docs/new_project_nup.pdf and b/docs/new_project_nup.pdf differ
diff --git a/docs/new_project_nup.png b/docs/new_project_nup.png
index 093273cf64fe917dc43498cfed97f905a3635593..2fdd8b2bcb2d524dc8c95a72b97befe246076bf9 100644
Binary files a/docs/new_project_nup.png and b/docs/new_project_nup.png differ
diff --git a/examples/basic1/cache.pkl b/examples/basic1/cache.pkl
index 88e2da21726febfc424a8b823c759229ef411416..f49ce7bbd3556bdeb489256b72f3141bf99e9ec7 100644
Binary files a/examples/basic1/cache.pkl and b/examples/basic1/cache.pkl differ
diff --git a/examples/basic1/index.fdb_latexmk b/examples/basic1/index.fdb_latexmk
index b4943adf3ed0d03f3cf4819d660e784ad22aff82..90487b714b516c64e161b3359be3dd7e3a211d3e 100644
--- a/examples/basic1/index.fdb_latexmk
+++ b/examples/basic1/index.fdb_latexmk
@@ -1,5 +1,5 @@
 # Fdb version 3
-["pdflatex"] 1630769551 "index.tex" "index.pdf" "index" 1630769562
+["pdflatex"] 1630943750 "index.tex" "index.pdf" "index" 1630943768
   "C:/Program Files/MiKTeX/fonts/enc/dvips/lm/lm-ec.enc" 1254938640 2375 baa924870cfb487815765f9094cf3728 ""
   "C:/Program Files/MiKTeX/fonts/tfm/jknappen/ec/ecss1095.tfm" 993062234 3188 1aa640cd974697c5d1d4a3c92172a829 ""
   "C:/Program Files/MiKTeX/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1233955454 916 f87d7c45f9c908e672703b83b72241a3 ""
@@ -193,7 +193,7 @@
   "C:/Program Files/MiKTeX/tex/latex/xcolor/xcolor.sty" 1623005660 55589 34128738f682d033422ca125f82e5d62 ""
   "C:/Program Files/MiKTeX/tex/latex/xkeyval/xkeyval.sty" 1623005690 4902 efb3d66683a2da2a232f71e3a571a899 ""
   "C:/Users/tuhe/AppData/Local/MiKTeX/miktex/data/le/pdftex/pdflatex.fmt" 1630675792 9705560 728cc408e60df926a3a0636891efdcb2 ""
-  "C:/Users/tuhe/AppData/Local/MiKTeX/pdftex/config/pdftex.map" 1630675864 126230 526afa0532fa5c6556c0eded8671d5fa ""
+  "C:/Users/tuhe/AppData/Local/MiKTeX/pdftex/config/pdftex.map" 1630779213 126230 526afa0532fa5c6556c0eded8671d5fa ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/atbegshi/atbegshi.sty" 1575574700 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/bigintcalc/bigintcalc.sty" 1576437202 40635 c40361e206be584d448876bba8a64a3b ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/bitset/bitset.sty" 1575930176 33961 6b5c75130e435b2bfdb9f480a09a39f9 ""
@@ -288,27 +288,27 @@
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator-theorem-dictionary-English.dict" 1622471508 3523 1f9d9b91f7d78b73e74c7e97bca30fb0 ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator.sty" 1622471510 8765 56d370785f0143111ff9898b5adfe08e ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/transparent/transparent.sty" 1575063484 4155 541de118e0abc42fce3317addc90afb0 ""
-  "beamer_slider_preamble.tex" 1630769544 2728 d36ea79be7cec10b3559a5660f2decaf ""
-  "beamercolorthemeDTU.sty" 1630769544 1181 417d2554e23179f8340453c73a028d75 ""
-  "beamerfontthemeDTU.sty" 1630769544 1259 f9c0e548315549e6c866364392c7263a ""
-  "beamerinnerthemeDTU.sty" 1630769544 1413 3c6129d12554e64ce93d7736032738c2 ""
-  "beamerouterthemeDTU.sty" 1630769544 2587 358e933cfccc5eaeb88326ddfaea4d6c ""
-  "beamerthemeDTU.sty" 1630769544 7254 70ddaf2cca3bafac859919a109938477 ""
-  "departments.tex" 1630769544 9638 1234d2d6a2d0975403246bb7c181706b ""
-  "dtucolours.tex" 1630769544 5683 501994c6596e5a9d67cce52d20165e38 ""
-  "index.aux" 1630769561 1412 2d0a9582e28c65e3f8629db6ea0ea185 "pdflatex"
-  "index.nav" 1630769561 395 640a03f4d3f0f705896c1d8375ddfa75 "pdflatex"
-  "index.out" 1630769561 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex"
-  "index.tex" 1630769492 599 21a506b34b06f41c78a071d0307c2bb4 ""
-  "osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf" 1630769548 7434 92f0823bea51cf184d9c45aa751b03dc ""
-  "tex_dtu_compute_a_uk.pdf" 1630769544 13504 7ae3ecb9b649001643f902e32d3a8cca ""
-  "tex_dtu_frise.pdf" 1630769544 32488 57c0f48ec5395d976ac1e57718922c22 ""
-  "tex_dtu_logo.pdf" 1630769544 1830 e452da49133969a7656f3882c11e9b04 ""
+  "beamer_slider_preamble.tex" 1630943739 2728 d36ea79be7cec10b3559a5660f2decaf ""
+  "beamercolorthemeDTU.sty" 1630943739 1181 417d2554e23179f8340453c73a028d75 ""
+  "beamerfontthemeDTU.sty" 1630943739 1259 f9c0e548315549e6c866364392c7263a ""
+  "beamerinnerthemeDTU.sty" 1630943739 1413 3c6129d12554e64ce93d7736032738c2 ""
+  "beamerouterthemeDTU.sty" 1630943739 2587 358e933cfccc5eaeb88326ddfaea4d6c ""
+  "beamerthemeDTU.sty" 1630943739 7254 70ddaf2cca3bafac859919a109938477 ""
+  "departments.tex" 1630943739 9638 1234d2d6a2d0975403246bb7c181706b ""
+  "dtucolours.tex" 1630943739 5683 501994c6596e5a9d67cce52d20165e38 ""
+  "index.aux" 1630943766 1412 2d0a9582e28c65e3f8629db6ea0ea185 "pdflatex"
+  "index.nav" 1630943766 395 640a03f4d3f0f705896c1d8375ddfa75 "pdflatex"
+  "index.out" 1630943766 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex"
+  "index.tex" 1630943631 599 21a506b34b06f41c78a071d0307c2bb4 ""
+  "osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf" 1630943747 7434 690027a7395c9fc9b248ebc79d20bc2d ""
+  "tex_dtu_compute_a_uk.pdf" 1630943739 13504 7ae3ecb9b649001643f902e32d3a8cca ""
+  "tex_dtu_frise.pdf" 1630943739 32488 57c0f48ec5395d976ac1e57718922c22 ""
+  "tex_dtu_logo.pdf" 1630943739 1830 e452da49133969a7656f3882c11e9b04 ""
   (generated)
-  "index.out"
   "index.toc"
-  "index.nav"
-  "index.pdf"
   "index.log"
+  "index.out"
+  "index.pdf"
+  "index.nav"
   "index.snm"
   "index.aux"
diff --git a/examples/basic1/index.log b/examples/basic1/index.log
index 9a55326692fc7986267b585e74024eaa89689bc5..8d870fc39bb13e736c204329289cfe2eff32d358 100644
--- a/examples/basic1/index.log
+++ b/examples/basic1/index.log
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.141592653-2.6-1.40.23 (MiKTeX 21.8) (preloaded format=pdflatex 2021.9.3)  4 SEP 2021 17:32
+This is pdfTeX, Version 3.141592653-2.6-1.40.23 (MiKTeX 21.8) (preloaded format=pdflatex 2021.9.3)  6 SEP 2021 17:55
 entering extended mode
 **./index.tex
 (index.tex
@@ -1515,7 +1515,7 @@ Here is how much of TeX's memory you used:
 X/fonts/type1/public/lm/lmss10.pfb><C:/Program Files/MiKTeX/fonts/type1/public/
 lm/lmss8.pfb><C:/Program Files/MiKTeX/fonts/type1/public/lm/lmssbx10.pfb><C:/Pr
 ogram Files/MiKTeX/fonts/type1/public/lm/lmtt10.pfb>
-Output written on index.pdf (2 pages, 128310 bytes).
+Output written on index.pdf (2 pages, 128400 bytes).
 PDF statistics:
  59 PDF objects out of 1000 (max. 8388607)
  5 named destinations out of 1000 (max. 500000)
diff --git a/examples/basic1/index.pdf b/examples/basic1/index.pdf
index e08816d84629256987c1996a64cc13848799cf74..075080835c9ab4ee7f016aa3693e0b0c43bd3b90 100644
Binary files a/examples/basic1/index.pdf and b/examples/basic1/index.pdf differ
diff --git a/examples/basic1/index_NO_SVGS.fdb_latexmk b/examples/basic1/index_NO_SVGS.fdb_latexmk
index 11cf8ed0b38cbccebd6d9ccbee8bea01857e09dc..596c15773dbb6d859bd1e325dfe558f19c4a094a 100644
--- a/examples/basic1/index_NO_SVGS.fdb_latexmk
+++ b/examples/basic1/index_NO_SVGS.fdb_latexmk
@@ -1,5 +1,5 @@
 # Fdb version 3
-["pdflatex"] 1630769503 "index_NO_SVGS.tex" "index_NO_SVGS.pdf" "index_NO_SVGS" 1630769546
+["pdflatex"] 1630943659 "index_NO_SVGS.tex" "index_NO_SVGS.pdf" "index_NO_SVGS" 1630943741
   "C:/Program Files/MiKTeX/fonts/enc/dvips/lm/lm-ec.enc" 1254938640 2375 baa924870cfb487815765f9094cf3728 ""
   "C:/Program Files/MiKTeX/fonts/tfm/jknappen/ec/ecss1095.tfm" 993062234 3188 1aa640cd974697c5d1d4a3c92172a829 ""
   "C:/Program Files/MiKTeX/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1233955454 916 f87d7c45f9c908e672703b83b72241a3 ""
@@ -193,7 +193,7 @@
   "C:/Program Files/MiKTeX/tex/latex/xcolor/xcolor.sty" 1623005660 55589 34128738f682d033422ca125f82e5d62 ""
   "C:/Program Files/MiKTeX/tex/latex/xkeyval/xkeyval.sty" 1623005690 4902 efb3d66683a2da2a232f71e3a571a899 ""
   "C:/Users/tuhe/AppData/Local/MiKTeX/miktex/data/le/pdftex/pdflatex.fmt" 1630675792 9705560 728cc408e60df926a3a0636891efdcb2 ""
-  "C:/Users/tuhe/AppData/Local/MiKTeX/pdftex/config/pdftex.map" 1630675864 126230 526afa0532fa5c6556c0eded8671d5fa ""
+  "C:/Users/tuhe/AppData/Local/MiKTeX/pdftex/config/pdftex.map" 1630779213 126230 526afa0532fa5c6556c0eded8671d5fa ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/atbegshi/atbegshi.sty" 1575574700 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/bigintcalc/bigintcalc.sty" 1576437202 40635 c40361e206be584d448876bba8a64a3b ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/bitset/bitset.sty" 1575930176 33961 6b5c75130e435b2bfdb9f480a09a39f9 ""
@@ -288,26 +288,26 @@
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator-theorem-dictionary-English.dict" 1622471508 3523 1f9d9b91f7d78b73e74c7e97bca30fb0 ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator.sty" 1622471510 8765 56d370785f0143111ff9898b5adfe08e ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/transparent/transparent.sty" 1575063484 4155 541de118e0abc42fce3317addc90afb0 ""
-  "beamer_slider_preamble.tex" 1630769544 2728 d36ea79be7cec10b3559a5660f2decaf ""
-  "beamercolorthemeDTU.sty" 1630769544 1181 417d2554e23179f8340453c73a028d75 ""
-  "beamerfontthemeDTU.sty" 1630769544 1259 f9c0e548315549e6c866364392c7263a ""
-  "beamerinnerthemeDTU.sty" 1630769544 1413 3c6129d12554e64ce93d7736032738c2 ""
-  "beamerouterthemeDTU.sty" 1630769544 2587 358e933cfccc5eaeb88326ddfaea4d6c ""
-  "beamerthemeDTU.sty" 1630769544 7254 70ddaf2cca3bafac859919a109938477 ""
-  "departments.tex" 1630769544 9638 1234d2d6a2d0975403246bb7c181706b ""
-  "dtucolours.tex" 1630769544 5683 501994c6596e5a9d67cce52d20165e38 ""
-  "index_NO_SVGS.aux" 1630769509 1412 2d0a9582e28c65e3f8629db6ea0ea185 "pdflatex"
-  "index_NO_SVGS.nav" 1630769509 395 640a03f4d3f0f705896c1d8375ddfa75 "pdflatex"
-  "index_NO_SVGS.out" 1630769509 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex"
-  "index_NO_SVGS.tex" 1630769544 685 bbde1cea7b8c90f367439acde6c917b0 ""
-  "tex_dtu_compute_a_uk.pdf" 1630769544 13504 7ae3ecb9b649001643f902e32d3a8cca ""
-  "tex_dtu_frise.pdf" 1630769544 32488 57c0f48ec5395d976ac1e57718922c22 ""
-  "tex_dtu_logo.pdf" 1630769544 1830 e452da49133969a7656f3882c11e9b04 ""
+  "beamer_slider_preamble.tex" 1630943739 2728 d36ea79be7cec10b3559a5660f2decaf ""
+  "beamercolorthemeDTU.sty" 1630943739 1181 417d2554e23179f8340453c73a028d75 ""
+  "beamerfontthemeDTU.sty" 1630943739 1259 f9c0e548315549e6c866364392c7263a ""
+  "beamerinnerthemeDTU.sty" 1630943739 1413 3c6129d12554e64ce93d7736032738c2 ""
+  "beamerouterthemeDTU.sty" 1630943739 2587 358e933cfccc5eaeb88326ddfaea4d6c ""
+  "beamerthemeDTU.sty" 1630943739 7254 70ddaf2cca3bafac859919a109938477 ""
+  "departments.tex" 1630943739 9638 1234d2d6a2d0975403246bb7c181706b ""
+  "dtucolours.tex" 1630943739 5683 501994c6596e5a9d67cce52d20165e38 ""
+  "index_NO_SVGS.aux" 1630943682 1412 2d0a9582e28c65e3f8629db6ea0ea185 "pdflatex"
+  "index_NO_SVGS.nav" 1630943682 395 640a03f4d3f0f705896c1d8375ddfa75 "pdflatex"
+  "index_NO_SVGS.out" 1630943681 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex"
+  "index_NO_SVGS.tex" 1630943739 685 bbde1cea7b8c90f367439acde6c917b0 ""
+  "tex_dtu_compute_a_uk.pdf" 1630943739 13504 7ae3ecb9b649001643f902e32d3a8cca ""
+  "tex_dtu_frise.pdf" 1630943739 32488 57c0f48ec5395d976ac1e57718922c22 ""
+  "tex_dtu_logo.pdf" 1630943739 1830 e452da49133969a7656f3882c11e9b04 ""
   (generated)
   "index_NO_SVGS.out"
-  "index_NO_SVGS.snm"
-  "index_NO_SVGS.nav"
   "index_NO_SVGS.aux"
   "index_NO_SVGS.toc"
   "index_NO_SVGS.pdf"
+  "index_NO_SVGS.nav"
+  "index_NO_SVGS.snm"
   "index_NO_SVGS.log"
diff --git a/examples/basic1/index_NO_SVGS.log b/examples/basic1/index_NO_SVGS.log
index ca327a6c2028631a740d9ea11e592e6ae81462e5..eab30cd5de00c372f96bb7f8db7fb8912ea37c07 100644
--- a/examples/basic1/index_NO_SVGS.log
+++ b/examples/basic1/index_NO_SVGS.log
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.141592653-2.6-1.40.23 (MiKTeX 21.8) (preloaded format=pdflatex 2021.9.3)  4 SEP 2021 17:31
+This is pdfTeX, Version 3.141592653-2.6-1.40.23 (MiKTeX 21.8) (preloaded format=pdflatex 2021.9.3)  6 SEP 2021 17:54
 entering extended mode
 **./index_NO_SVGS.tex
 (index_NO_SVGS.tex
@@ -1508,7 +1508,7 @@ Here is how much of TeX's memory you used:
 X/fonts/type1/public/lm/lmss10.pfb><C:/Program Files/MiKTeX/fonts/type1/public/
 lm/lmss8.pfb><C:/Program Files/MiKTeX/fonts/type1/public/lm/lmssbx10.pfb><C:/Pr
 ogram Files/MiKTeX/fonts/type1/public/lm/lmtt10.pfb>
-Output written on index_NO_SVGS.pdf (2 pages, 121185 bytes).
+Output written on index_NO_SVGS.pdf (2 pages, 121274 bytes).
 PDF statistics:
  57 PDF objects out of 1000 (max. 8388607)
  5 named destinations out of 1000 (max. 500000)
diff --git a/examples/basic1/index_NO_SVGS.pdf b/examples/basic1/index_NO_SVGS.pdf
index 256e267fc45d5a004c7214b7a44aebbc7dffa343..bfc1025d0e36580b8d5b156bf60a4f8f343f1799 100644
Binary files a/examples/basic1/index_NO_SVGS.pdf and b/examples/basic1/index_NO_SVGS.pdf differ
diff --git a/examples/basic1/osvgs/tmp/myoverlay.png b/examples/basic1/osvgs/tmp/myoverlay.png
index d1b7f08e754571fc0e8d31da269beffd3ba0d194..b2b7df8b5ca3948d5049e50778d99b3ca0d47cb8 100644
Binary files a/examples/basic1/osvgs/tmp/myoverlay.png and b/examples/basic1/osvgs/tmp/myoverlay.png differ
diff --git a/examples/basic1/osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf b/examples/basic1/osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf
index e807271171a975f4dd706812a450c4f3cfc9f360..383cf1e47ad8222c41a102b10854bc1e9e9f4131 100644
Binary files a/examples/basic1/osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf and b/examples/basic1/osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf differ
diff --git a/examples/new_project/cache.pkl b/examples/new_project/cache.pkl
index 7cf37da4cb3dff1b6c7ed217d27cb9dd547ea72b..78541c2219454070a06305e9a935a9a285ef65bd 100644
Binary files a/examples/new_project/cache.pkl and b/examples/new_project/cache.pkl differ
diff --git a/examples/new_project/index.aux b/examples/new_project/index.aux
deleted file mode 100644
index bf24296eba99000a64412a47963f238227a552fb..0000000000000000000000000000000000000000
--- a/examples/new_project/index.aux
+++ /dev/null
@@ -1,33 +0,0 @@
-\relax 
-\providecommand\hyper@newdestlabel[2]{}
-\providecommand{\transparent@use}[1]{}
-\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
-\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
-\global\let\oldcontentsline\contentsline
-\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
-\global\let\oldnewlabel\newlabel
-\gdef\newlabel#1#2{\newlabelxx{#1}#2}
-\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
-\AtEndDocument{\ifx\hyper@anchor\@undefined
-\let\contentsline\oldcontentsline
-\let\newlabel\oldnewlabel
-\fi}
-\fi}
-\global\let\hyper@last\relax 
-\gdef\HyperFirstAtBeginDocument#1{#1}
-\providecommand\HyField@AuxAddToFields[1]{}
-\providecommand\HyField@AuxAddToCoFields[2]{}
-\providecommand\babel@aux[2]{}
-\@nameuse{bbl@beforestart}
-\babel@aux{english}{}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}}
-\@writefile{nav}{\headcommand {\beamer@partpages {1}{2}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{2}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{2}}}
-\@writefile{nav}{\headcommand {\beamer@documentpages {2}}}
-\@writefile{nav}{\headcommand {\gdef \inserttotalframenumber {2}}}
-\gdef\svg@ink@ver@settings{{\m@ne }{inkscape}{1}}
-\gdef \@abspage@last{2}
diff --git a/examples/new_project/index.fdb_latexmk b/examples/new_project/index.fdb_latexmk
deleted file mode 100644
index 0d0ba167a5be280e98205199c9bb171828aca72c..0000000000000000000000000000000000000000
--- a/examples/new_project/index.fdb_latexmk
+++ /dev/null
@@ -1,314 +0,0 @@
-# Fdb version 3
-["pdflatex"] 1630769534 "index.tex" "index.pdf" "index" 1630769543
-  "C:/Program Files/MiKTeX/fonts/enc/dvips/lm/lm-ec.enc" 1254938640 2375 baa924870cfb487815765f9094cf3728 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/jknappen/ec/ecss1095.tfm" 993062234 3188 1aa640cd974697c5d1d4a3c92172a829 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1233955454 916 f87d7c45f9c908e672703b83b72241a3 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/amsfonts/symbols/msam7.tfm" 1233955454 928 2dc8d444221b7a635bb58038579b861a ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/amsfonts/symbols/msbm10.tfm" 1233955454 908 2921f8a10601f252058503cc6570e581 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1233955454 940 228d6584342e91276bf566bcf9716b83 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/cm/cmr10.tfm" 1136768653 1296 45809c5a464d5f32c8f98ba97c1bb47f ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/cm/cmss10.tfm" 1136768653 1316 b636689f1933f24d1294acdf6041daaa ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/ec-lmss10.tfm" 1254938640 11176 53ebf7a171df1f9447b387b178768bb5 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/ec-lmss12.tfm" 1254938640 11232 955a7245396175d9219648eadc654ac9 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/ec-lmss8.tfm" 1254938640 11180 705632ac6b4fb69204ad970192cdf4e5 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/ec-lmssbx10.tfm" 1254938640 11168 06d87f5698fd1b642d96449b7c8d90b0 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/ec-lmtt10.tfm" 1254938640 1372 2ef2c2b492b3c4cd7879fe083abbb061 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/lmex10.tfm" 1254938640 992 ce925c9346c7613270a79afbee98c070 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/lmmi10.tfm" 1254938640 1528 6d36b2385e0ca062a654de6ac59cb34f ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/lmmi6.tfm" 1254938640 1512 94a3fd88c6f27dbd9ecb46987e297a4e ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/lmmi8.tfm" 1254938640 1520 a3fe5596932db2db2cbda300920dd4e9 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/lmsy10.tfm" 1254938640 1308 02cc510f9dd6012e5815d0c0ffbf6869 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/lmsy6.tfm" 1254938640 1300 b0605d44c16c22d99dc001808e4f24ea ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/lmsy8.tfm" 1254938640 1304 cdc9a17df9ef0d2dc320eff37bbab1c4 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/rm-lmr10.tfm" 1254938640 11868 4f81e9b6033c032bdaf9884f4d7ef412 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/rm-lmr6.tfm" 1254938640 11836 e3b6ce3e601aec94f64a536e7f4224d5 ""
-  "C:/Program Files/MiKTeX/fonts/tfm/public/lm/rm-lmr8.tfm" 1254938640 11864 309fd7f43e4a0ba39f6f7644d76e8edf ""
-  "C:/Program Files/MiKTeX/fonts/type1/public/lm/lmss10.pfb" 1254938640 97408 f595704ec2a07246c2d6f7b602587452 ""
-  "C:/Program Files/MiKTeX/fonts/type1/public/lm/lmss8.pfb" 1254938640 94400 e33ecfb646a9f148e2e53da01a9168fe ""
-  "C:/Program Files/MiKTeX/fonts/type1/public/lm/lmssbx10.pfb" 1254938640 119663 1a3a2206591ddc98c6d6c6271a282516 ""
-  "C:/Program Files/MiKTeX/fonts/type1/public/lm/lmtt10.pfb" 1254938640 113227 d3d1adc024746ff57b20efba82c6d365 ""
-  "C:/Program Files/MiKTeX/tex/context/base/mkii/supp-pdf.mkii" 1580393758 71627 94eb9990bed73c364d7f53f960cc8c5b ""
-  "C:/Program Files/MiKTeX/tex/generic/babel/babel.def" 1626972176 123985 95be6f36f6c54070fdcb3cb50663eed2 ""
-  "C:/Program Files/MiKTeX/tex/generic/babel/babel.sty" 1626972176 35620 c595f681ebc251caa49596c63048c363 ""
-  "C:/Program Files/MiKTeX/tex/generic/babel/txtbabel.def" 1626972176 5233 a89961f969f72563cb59411e9dc4ae8e ""
-  "C:/Program Files/MiKTeX/tex/generic/iftex/ifluatex.sty" 1583527000 492 1994775aa15b0d1289725a0b1bbc2d4c ""
-  "C:/Program Files/MiKTeX/tex/generic/iftex/ifpdf.sty" 1583527000 480 5778104efadad304ced77548ca2184b1 ""
-  "C:/Program Files/MiKTeX/tex/generic/iftex/iftex.sty" 1583527000 6501 4011d89d9621e0b0901138815ba5ff29 ""
-  "C:/Program Files/MiKTeX/tex/generic/iftex/ifvtex.sty" 1583527000 1057 525c2192b5febbd8c1f662c9468335bb ""
-  "C:/Program Files/MiKTeX/tex/generic/pdftexcmds/pdftexcmds.sty" 1623005277 20089 80423eac55aa175305d35b49e04fe23b ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcore.code.tex" 1621073245 992 855ff26741653ab54814101ca36e153c ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex" 1621073245 43820 1fef971b75380574ab35a0d37fd92608 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex" 1621073245 19324 f4e4c6403dd0f1605fd20ed22fa79dea ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex" 1621073245 6038 ccb406740cc3f03bbfb58ad504fe8c27 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex" 1621073245 6944 e12f8f7a7364ddf66f93ba30fb3a3742 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex" 1621073245 4883 42daaf41e27c3735286e23e48d2d7af9 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex" 1621073245 2544 8c06d2a7f0f469616ac9e13db6d2f842 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex" 1621073245 44195 5e390c414de027626ca5e2df888fa68d ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex" 1621073245 17311 2ef6b2e29e2fc6a2fc8d6d652176e257 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex" 1621073245 21302 788a79944eb22192a4929e46963a3067 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex" 1621073245 9690 01feb7cde25d4293ef36eef45123eb80 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex" 1621073245 33335 dd1fa4814d4e51f18be97d88bf0da60c ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcorequick.code.tex" 1621073245 2965 4c2b1f4e0826925746439038172e5d6f ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex" 1621073245 5196 2cc249e0ee7e03da5f5f6589257b1e5b ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex" 1621073245 20726 d4c8db1e2e53b72721d29916314a22ea ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex" 1621073245 35249 abd4adf948f960299a4b3d27c5dddf46 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex" 1621073245 21989 fdc867d05d228316de137a9fc5ec3bbe ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex" 1621073245 8893 e851de2175338fdf7c17f3e091d94618 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex" 1621073245 5493 23e371e6fe3e7e42533d6d6c15662e0d ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex" 1621073245 321 cdd11262840e01e25374a2d458f15e99 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex" 1621073245 1319 0b2de5126c6cbc295f0eb77f7344b34d ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex" 1621073245 325 36322b0789619b270aec5993d5a9ed08 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex" 1621073245 11518 738408f795261b70ce8dd47459171309 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex" 1621073245 186007 6e7dfe0bd57520fd5f91641aa72dcac8 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathmorphing.code.tex" 1621073245 8843 5533436db3e30fbad1e0440db6027dac ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex" 1621073245 7474 f05a7223b140f230922562ac6a9fede5 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/libraries/pgflibraryfpu.code.tex" 1621073245 85938 8e4ba97c5906e1c0d158aea81fe29af7 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex" 1621073245 32995 ac577023e12c0e4bd8aa420b2e852d1a ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex" 1621073245 14524 e1074042dc8f19d631452e43073ea3ba ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfint.code.tex" 1621073245 3063 8c415c68a0f3394e45cfeca0b65f6ee6 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmath.code.tex" 1621073245 521 8e224a7af69b7fee4451d1bf76b46654 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathcalc.code.tex" 1621073245 13391 84d29568c13bdce4133ab4a214711112 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathfloat.code.tex" 1621073245 104935 184ed87524e76d4957860df4ce0cd1c3 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathfunctions.base.code.tex" 1621073245 10165 cec5fa73d49da442e56efc2d605ef154 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex" 1621073245 28178 41c17713108e0795aac6fef3d275fbca ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathfunctions.code.tex" 1621073245 9989 c55967bf45126ff9b061fa2ca0c4694f ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex" 1621073245 3865 ac538ab80c5cf82b345016e474786549 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex" 1621073245 3177 27d85c44fbfe09ff3b2cf2879e3ea434 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex" 1621073245 11024 0179538121bc2dba172013a3ef89519f ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathfunctions.random.code.tex" 1621073245 7854 4176998eeefd8745ac6d2d4bd9c98451 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathfunctions.round.code.tex" 1621073245 3379 781797a101f647bab82741a99944a229 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex" 1621073245 92405 f515f31275db273f97b9d8f52e1b0736 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathparser.code.tex" 1621073245 37376 11cd75aac3da1c1b152b2848f30adc14 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/math/pgfmathutil.code.tex" 1621073245 8471 c2883569d03f69e8e1cabfef4999cfd7 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/modules/pgfmoduledecorations.code.tex" 1621073245 71722 aa25655703db0306f6401798e312b7b8 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/modules/pgfmodulematrix.code.tex" 1621073245 21201 08d231a2386e2b61d64641c50dc15abd ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/modules/pgfmoduleplot.code.tex" 1621073245 16121 346f9013d34804439f7436ff6786cef7 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/modules/pgfmoduleshapes.code.tex" 1621073245 44784 cedaa399d15f95e68e22906e2cc09ef8 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/pgf.revision.tex" 1621073264 465 d68603f8b820ea4a08cce534944db581 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/systemlayer/pgf.cfg" 1621073245 926 2963ea0dcf6cc6c0a770b69ec46a477b ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def" 1621073245 5546 f3f24d7898386cb7daac70bdd2c4d6dc ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/systemlayer/pgfsys-luatex.def" 1621073245 13244 6674e4de0678d77c2d7465acc4ea20d7 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/systemlayer/pgfsys-pdftex.def" 1621073245 12601 4786e597516eddd82097506db7cfa098 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/systemlayer/pgfsys.code.tex" 1621073245 61163 9b2eefc24e021323e0fc140e9826d016 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex" 1621073245 1896 b8e0ca0ac371d74c0ca05583f6313c91 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex" 1621073245 7778 53c8b5623d80238f6a20aa1df1868e63 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/utilities/pgffor.code.tex" 1621073245 23997 a4bed72405fa644418bea7eac2887006 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/utilities/pgfkeys.code.tex" 1621073245 37060 797782f0eb50075c9bc952374d9a659a ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex" 1621073245 37431 9abe862035de1b29c7a677f3205e3d9f ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/utilities/pgfrcs.code.tex" 1621073245 4494 af17fb7efeafe423710479858e42fa7e ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/utilities/pgfutil-common-lists.tex" 1621073245 7251 fb18c67117e09c64de82267e12cd8aa4 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/utilities/pgfutil-common.tex" 1621073245 29274 e15c5b7157d21523bd9c9f1dfa146b8e ""
-  "C:/Program Files/MiKTeX/tex/generic/pgf/utilities/pgfutil-latex.def" 1621073245 6825 a2b0ea5b539dda0625e99dd15785ab59 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/libs/pgflibrarypgfplots.surfshading.code.tex" 1621075461 22701 5fab7b8ebb90b053dc067d1bd37e43c2 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/libs/pgfplotslibrary.code.tex" 1621075461 3047 aa82404aec57311271f4991c44bd71dc ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/libs/tikzlibrarypgfplots.contourlua.code.tex" 1621075461 2931 5d52092da9e839accd7c9026062fe5c3 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/liststructure/pgfplotsarray.code.tex" 1621075461 23537 54be8160344d894595f6d145b1311658 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/liststructure/pgfplotsdeque.code.tex" 1621075461 4288 b8d6247899b21e3bb66bb11b24d30f2c ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/liststructure/pgfplotsliststructure.code.tex" 1621075461 13828 11d1b09335a4a8baa693dd1e6cac3edf ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/liststructure/pgfplotsliststructureext.code.tex" 1621075461 24373 6544c1554e5da33118301011eb03058d ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/liststructure/pgfplotsmatrix.code.tex" 1621075461 18861 7dc35832c8ccea3aa73cdcd75ec0a60b ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/numtable/pgfplotstableshared.code.tex" 1621075461 83469 f77a7d8a23834d4c2472f8dba8e67bff ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_loader.code.tex" 1621075461 12347 43d867ea29e34d528123d9ef750aa146 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplots.code.tex" 1621075461 485274 aafeb7052fbed4c8aba6fcc36c94ea72 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplots.errorbars.code.tex" 1621075461 22428 72578a4c9324bc5dfafe23fe64f64024 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplots.markers.code.tex" 1621075461 12489 859c23df41fb9067128ef5a64b01c0a4 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplots.paths.code.tex" 1621075461 3533 973f376afa5a4526f16b11630b9931b4 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplots.revision.tex" 1621075461 520 2a55e10851bbb34fb49a8e1d6b50a09b ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplots.scaling.code.tex" 1621075461 123680 d33fda4929d7200c3e6f0ec83c006aef ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplotscoordprocessing.code.tex" 1621075461 367035 be5ad6faf030b5e07b899b712359f9d2 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplotscore.code.tex" 1621075461 19944 7957349fbe31c4e8dea9de4cd41cb086 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplotsmeshplothandler.code.tex" 1621075461 133871 7247b31742a2240343a6739cb76d6821 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplotsmeshplotimage.code.tex" 1621075461 25239 bf1615252744653354985789b73e7404 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplotsplothandlers.code.tex" 1621075461 120954 bdf135670013db80411b2fb0f95876ac ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplotsstackedplots.code.tex" 1621075461 26393 a7d9bbecdd0db20d652c909dac892e25 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/pgfplotsticks.code.tex" 1621075461 91244 1a0e9e49b7a2d10d1b1a610306ba4f8c ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/sys/pgflibrarypgfplots.surfshading.pgfsys-pdftex.def" 1621075461 5907 9dc460712c23e5b3338820499d47608c ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/sys/pgfplotssysgeneric.code.tex" 1621075461 3095 c82d281b748902a65be2ccca97360b11 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/util/pgfplotsbinary.code.tex" 1621075461 23050 a369aa910ef860a3621fe0459faa335c ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/util/pgfplotsbinary.data.code.tex" 1621075461 26859 7a4ee9d206fb0a0daa0d3108445afb57 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/util/pgfplotscolor.code.tex" 1621075461 23958 1b96260863091af1669c3a38b1c4c9af ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/util/pgfplotscolormap.code.tex" 1621075461 88956 018b2512ef27998e97af72e8b1dcdbd5 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/util/pgfplotsutil.code.tex" 1621075461 71792 dba1b75b15201895eb36f142f13b3238 ""
-  "C:/Program Files/MiKTeX/tex/generic/pgfplots/util/pgfplotsutil.verb.code.tex" 1621075461 3286 c17079ba50483e1ac1721268ea016041 ""
-  "C:/Program Files/MiKTeX/tex/generic/xkeyval/xkeyval.tex" 1623005690 19231 3cbf682090baecad8e17a66b7a271ed1 ""
-  "C:/Program Files/MiKTeX/tex/generic/xkeyval/xkvutils.tex" 1623005690 7677 cf3e6aa6a8d444f55327f61df80bfa0c ""
-  "C:/Program Files/MiKTeX/tex/latex/00miktex/epstopdf-sys.cfg" 1616070885 584 2a1075dd71571459f59146da9f7502ad ""
-  "C:/Program Files/MiKTeX/tex/latex/amsfonts/amsfonts.sty" 1358201372 5949 3f3fd50a8cc94c3d4cbf4fc66cd3df1c ""
-  "C:/Program Files/MiKTeX/tex/latex/amsfonts/amssymb.sty" 1358201372 13829 94730e64147574077f8ecfea9bb69af4 ""
-  "C:/Program Files/MiKTeX/tex/latex/amsfonts/umsa.fd" 1358201372 961 6518c6525a34feb5e8250ffa91731cff ""
-  "C:/Program Files/MiKTeX/tex/latex/amsfonts/umsb.fd" 1358201372 961 d02606146ba5601b5645f987c92e6193 ""
-  "C:/Program Files/MiKTeX/tex/latex/amsmath/amsbsy.sty" 1622999195 2222 da905dc1db75412efd2d8f67739f0596 ""
-  "C:/Program Files/MiKTeX/tex/latex/amsmath/amsgen.sty" 1622999196 4173 bc0410bcccdff806d6132d3c1ef35481 ""
-  "C:/Program Files/MiKTeX/tex/latex/amsmath/amsmath.sty" 1622999197 87375 a806706bbc32b3e8482f6d87aeffbf76 ""
-  "C:/Program Files/MiKTeX/tex/latex/amsmath/amsopn.sty" 1622999197 4128 c11da5c2df397f39d5783fc9307689d0 ""
-  "C:/Program Files/MiKTeX/tex/latex/amsmath/amstext.sty" 1622999197 2444 b015525572ea0d0165d6ce81ba5e5259 ""
-  "C:/Program Files/MiKTeX/tex/latex/arabi/bblopts.cfg" 1139965200 902 c30e5c373bc58bde21f8f63a3091626f ""
-  "C:/Program Files/MiKTeX/tex/latex/babel-english/english.ldf" 1623001666 7008 9ff5fdcc865b01beca2b0fe4a46231d4 ""
-  "C:/Program Files/MiKTeX/tex/latex/base/atbegshi-ltx.sty" 1623741700 3034 7076a43c47446700860d2aebb65ebed5 ""
-  "C:/Program Files/MiKTeX/tex/latex/base/atveryend-ltx.sty" 1623741700 2459 f9456a3cd988c2865f64e327cdb6f7a0 ""
-  "C:/Program Files/MiKTeX/tex/latex/base/fontenc.sty" 1623741700 4946 461cc78f6f26901410d9f1d725079cc6 ""
-  "C:/Program Files/MiKTeX/tex/latex/base/ifthen.sty" 1623741700 5157 f308c7c04889e16c588e78aa42599fae ""
-  "C:/Program Files/MiKTeX/tex/latex/base/inputenc.sty" 1623741700 5049 969aec05d5f39c43f8005910498fcf90 ""
-  "C:/Program Files/MiKTeX/tex/latex/base/size11.clo" 1623741700 8464 efc3cbec9b4f1a5665635866ad7e7dba ""
-  "C:/Program Files/MiKTeX/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1623003186 13886 d1306dcf79a944f6988e688c1785f9ce ""
-  "C:/Program Files/MiKTeX/tex/latex/etoolbox/etoolbox.sty" 1601897756 46845 3b58f70c6e861a13d927bff09d35ecbc ""
-  "C:/Program Files/MiKTeX/tex/latex/graphics-cfg/color.cfg" 1465894292 1213 620bba36b25224fa9b7e1ccb4ecb76fd ""
-  "C:/Program Files/MiKTeX/tex/latex/graphics-cfg/graphics.cfg" 1465894292 1224 978390e9c2234eab29404bc21b268d1e ""
-  "C:/Program Files/MiKTeX/tex/latex/graphics-def/pdftex.def" 1622562294 19103 48d29b6e2a64cb717117ef65f107b404 ""
-  "C:/Program Files/MiKTeX/tex/latex/graphics/color.sty" 1623003325 7153 17c23e5e586ebbdf5d269e7867e53cef ""
-  "C:/Program Files/MiKTeX/tex/latex/graphics/graphics.sty" 1623003325 18399 7e40f80366dffb22c0e7b70517db5cb4 ""
-  "C:/Program Files/MiKTeX/tex/latex/graphics/graphicx.sty" 1623003325 7972 81ea1752666dc7c1e93f0b4c10665ca1 ""
-  "C:/Program Files/MiKTeX/tex/latex/graphics/keyval.sty" 1623003325 2671 4de6781a30211fe0ea4c672e4a2a8166 ""
-  "C:/Program Files/MiKTeX/tex/latex/graphics/trig.sty" 1623003325 4007 3bccccf8f35e1bc1ef0f7c55ceeb7713 ""
-  "C:/Program Files/MiKTeX/tex/latex/hyperref/hpdftex.def" 1623057842 49890 0bb76a5b745d92e86aed6f3f93e334f0 ""
-  "C:/Program Files/MiKTeX/tex/latex/hyperref/hyperref-langpatches.def" 1623057842 1777 940b1aa83773bc035eb882e8d6842769 ""
-  "C:/Program Files/MiKTeX/tex/latex/hyperref/hyperref.sty" 1623057842 230915 97a8817f13de4e61bbc3592cb2caa995 ""
-  "C:/Program Files/MiKTeX/tex/latex/hyperref/nameref.sty" 1623057842 13242 133e617c5eebffdd05e421624022b267 ""
-  "C:/Program Files/MiKTeX/tex/latex/hyperref/pd1enc.def" 1623057842 14132 c9404e8e78123ef0d1007c34d1d6da51 ""
-  "C:/Program Files/MiKTeX/tex/latex/hyperref/puenc.def" 1623057842 117004 86586f287ddfad919a0a4bd68934277a ""
-  "C:/Program Files/MiKTeX/tex/latex/l3backend/l3backend-pdftex.def" 1628077986 27662 df2ac0cbce6c3f309d48d78e7c627ccb ""
-  "C:/Program Files/MiKTeX/tex/latex/l3kernel/expl3.sty" 1630067590 6208 18ab2eb39b7f1285bd1aa7af7abc9309 ""
-  "C:/Program Files/MiKTeX/tex/latex/l3packages/l3keys2e/l3keys2e.sty" 1630067846 4674 6b86bef38e2fe7ec813292623122d584 ""
-  "C:/Program Files/MiKTeX/tex/latex/lm/lmodern.sty" 1256933040 1606 c17281c7cff2bbd7ff0173e1433487ec ""
-  "C:/Program Files/MiKTeX/tex/latex/lm/omllmm.fd" 1256933040 888 44447a3a3af84a22454ef89500942d93 ""
-  "C:/Program Files/MiKTeX/tex/latex/lm/omslmsy.fd" 1256933040 805 af340a8260c447aa315cfc740ff0152f ""
-  "C:/Program Files/MiKTeX/tex/latex/lm/omxlmex.fd" 1256933040 566 a94661f7b66063f191960bb7935b6ba2 ""
-  "C:/Program Files/MiKTeX/tex/latex/lm/ot1lmr.fd" 1256933040 1880 bae7b659316f7344a86218ad38b01d91 ""
-  "C:/Program Files/MiKTeX/tex/latex/lm/t1lmss.fd" 1256933040 1639 ba1c66ef577aa5cadc2c0fdc691a26ee ""
-  "C:/Program Files/MiKTeX/tex/latex/lm/t1lmtt.fd" 1256933040 2681 354015af3b61e7be30009f084986375a ""
-  "C:/Program Files/MiKTeX/tex/latex/pgf/basiclayer/pgf.sty" 1621073245 1090 bae35ef70b3168089ef166db3e66f5b2 ""
-  "C:/Program Files/MiKTeX/tex/latex/pgf/basiclayer/pgfcore.sty" 1621073245 410 615550c46f918fcbee37641b02a862d9 ""
-  "C:/Program Files/MiKTeX/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty" 1621073245 21013 f4ff83d25bb56552493b030f27c075ae ""
-  "C:/Program Files/MiKTeX/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty" 1621073245 989 c49c8ae06d96f8b15869da7428047b1e ""
-  "C:/Program Files/MiKTeX/tex/latex/pgf/frontendlayer/tikz.sty" 1621073245 339 c2e180022e3afdb99c7d0ea5ce469b7d ""
-  "C:/Program Files/MiKTeX/tex/latex/pgf/math/pgfmath.sty" 1621073245 306 c56a323ca5bf9242f54474ced10fca71 ""
-  "C:/Program Files/MiKTeX/tex/latex/pgf/systemlayer/pgfsys.sty" 1621073245 443 8c872229db56122037e86bcda49e14f3 ""
-  "C:/Program Files/MiKTeX/tex/latex/pgf/utilities/pgffor.sty" 1621073245 348 ee405e64380c11319f0e249fed57e6c5 ""
-  "C:/Program Files/MiKTeX/tex/latex/pgf/utilities/pgfkeys.sty" 1621073245 274 5ae372b7df79135d240456a1c6f2cf9a ""
-  "C:/Program Files/MiKTeX/tex/latex/pgf/utilities/pgfrcs.sty" 1621073245 325 f9f16d12354225b7dd52a3321f085955 ""
-  "C:/Program Files/MiKTeX/tex/latex/pgf/utilities/xxcolor.sty" 1621073245 2232 b9a67bccba736ed334b4b1a860a85c6f ""
-  "C:/Program Files/MiKTeX/tex/latex/pgfplots/pgfplots.sty" 1621075461 4904 ee78b44e85d6fccf08cd99370557481e ""
-  "C:/Program Files/MiKTeX/tex/latex/trimspaces/trimspaces.sty" 1253169183 1380 971a51b00a14503ddf754cab24c3f209 ""
-  "C:/Program Files/MiKTeX/tex/latex/url/url.sty" 1388494052 12796 8edb7d69a20b857904dd0ea757c14ec9 ""
-  "C:/Program Files/MiKTeX/tex/latex/xcolor/xcolor.sty" 1623005660 55589 34128738f682d033422ca125f82e5d62 ""
-  "C:/Program Files/MiKTeX/tex/latex/xkeyval/xkeyval.sty" 1623005690 4902 efb3d66683a2da2a232f71e3a571a899 ""
-  "C:/Users/tuhe/AppData/Local/MiKTeX/miktex/data/le/pdftex/pdflatex.fmt" 1630675792 9705560 728cc408e60df926a3a0636891efdcb2 ""
-  "C:/Users/tuhe/AppData/Local/MiKTeX/pdftex/config/pdftex.map" 1630675864 126230 526afa0532fa5c6556c0eded8671d5fa ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/atbegshi/atbegshi.sty" 1575574700 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/bigintcalc/bigintcalc.sty" 1576437202 40635 c40361e206be584d448876bba8a64a3b ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/bitset/bitset.sty" 1575930176 33961 6b5c75130e435b2bfdb9f480a09a39f9 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/catchfile/catchfile.sty" 1575964050 8622 63834878edeb14dd71d58d8f22bc3e06 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/etexcmds/etexcmds.sty" 1576437238 7734 b98cbb34c81f667027c1e3ebdbfce34b ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/gettitlestring/gettitlestring.sty" 1576437266 8371 9d55b8bd010bc717624922fb3477d92e ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/infwarerr/infwarerr.sty" 1575403108 8356 7bbb2c2373aa810be568c29e333da8ed ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/intcalc/intcalc.sty" 1576437364 31769 002a487f55041f8e805cfbf6385ffd97 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/kvdefinekeys/kvdefinekeys.sty" 1576766904 5412 d5a2436094cd7be85769db90f29250a6 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/kvsetkeys/kvsetkeys.sty" 1576437420 13807 952b0226d4efca026f0e19dd266dcc22 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/ltxcmds/ltxcmds.sty" 1601735609 18568 4409f8f50cd365c68e684407e5350b1b ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/pdfescape/pdfescape.sty" 1575930300 19007 15924f7228aca6c6d184b115f4baa231 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/uniquecounter/uniquecounter.sty" 1576437612 7008 f92eaa0a3872ed622bbf538217cd2ab7 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/amscls/amsthm.sty" 1591023609 12594 0d51ac3a545aaaa555021326ff22a6cc ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/atveryend/atveryend.sty" 1576104710 19336 ce7ae9438967282886b3b036cfad1e4d ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/auxhook/auxhook.sty" 1576542332 3935 57aa3c3e203a5c2effb4d2bd2efbc323 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamer.cls" 1622051514 11627 a0fc556fe6cad325c6652484e44780b5 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbaseauxtemplates.sty" 1622051514 23769 e04557111db90d816c3a0d6ce21958f3 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbaseboxes.sty" 1612974572 6954 d9eb3846e78d9008aaac86cd82372855 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasecolor.sty" 1607691110 12834 a2e2edcc4215056529fd4e140e2ed26a ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasecompatibility.sty" 1622040986 25555 5b57fd426df33caa3567584eed3ebb7e ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasedecode.sty" 1606395924 9407 98317d4428bbbc4430035c0c0e3898d5 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasefont.sty" 1609348962 13626 5a8efa954e5cf512c91c80f637cbf1f1 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbaseframe.sty" 1606395924 25162 9e33f2887dc316e20c319466b078d6eb ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbaseframecomponents.sty" 1606395924 11898 264f0ae03dbfa791611c1821393bc0b9 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbaseframesize.sty" 1606395924 8800 544bcf1a583ad768d77d8b1d8f18a993 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbaselocalstructure.sty" 1612869926 17622 85760d86f730e8faf1f7378f6e67e409 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasemisc.sty" 1606395924 8313 358d4bb860bd9098eb24099f36b27af1 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasemodes.sty" 1616158010 7574 6d0e29b16443d86a896479ec2aabff07 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasenavigation.sty" 1606395924 29020 6cae2187b2d2bc4f39b6bb5bddbcf031 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasenotes.sty" 1606395924 5595 c0c140ec41fa3c9299aa6df19444c391 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbaseoptions.sty" 1606395924 1753 c10ec1df45e4b4c7ee05e306d23f95d7 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbaseoverlay.sty" 1606395924 27425 7f090822023c1cb57d609b70b5e7cc42 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbaserequires.sty" 1606395924 1593 48c3729494fa250d34789fd6af677f99 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasesection.sty" 1616158010 13527 6266cecef9dcaa294ba1dc5ff2d8a798 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasetemplates.sty" 1606395924 5753 fbf8c2f7c7d6d5d1d2b900c353f094e8 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasethemes.sty" 1606395924 1140 cdaff8d445bd2a4e7afdec5190a758c0 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasetheorems.sty" 1606395924 4548 cdde9ae4b614ce5ea4cf7a232ceeb6a8 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasetitle.sty" 1606395924 5356 d32dea458460fce4541d4f9aa765b876 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasetoc.sty" 1622040910 7840 84c578534b1233d3bfaae1d8a1ddf9b0 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasetranslator.sty" 1606395924 637 685bd3d40aca2fa87965a39bc31aca7f ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbasetwoscreens.sty" 1606395924 1808 098e1772761e9b4a016e74f1a4c1cb74 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerbaseverbatim.sty" 1606395924 4026 1ba2c6a2acf275d63cb85d60d8597fe8 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamercolorthemedefault.sty" 1606395924 7089 c34bc77851d46db7348b94bd5e51168a ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerfontthemedefault.sty" 1606395924 4236 21e590075d6781cc58fee783316ee268 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerfontthemeprofessionalfonts.sty" 1606395924 333 48f83c1a5bf00cbab1ca9013199d6da1 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamericonarticle.20.pdf" 1606395924 2958 4e0c4a6e994e5c4d9da11c477e927f0f ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamericonarticle.pdf" 1606395924 2936 6cc3ef0682cbb62be8aa1b19f0a84ed6 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamericonbook.20.pdf" 1606395924 2734 0bcf939051dd2a936cdfe5982f7c233b ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamericonbook.pdf" 1606395924 2667 7624351b441ffe4bd2d14e08fbcf063d ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamericononline.20.pdf" 1606395924 24451 195d2c060e84f339954bc6d9b52131d7 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamericononline.pdf" 1606395924 24611 df07010540266b2b205b492a4d02e7e1 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerinnerthemedefault.sty" 1606395924 13031 a33a15e4b12bfa976c11f59131636ea9 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerouterthemedefault.sty" 1606395924 6630 9731ba35f4c7921e311abc957adf446b ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/beamer/beamerthemedefault.sty" 1606395924 355 75c98e7b8f427eb7c625ed391b140c5b ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/booktabs/booktabs.sty" 1579097235 6253 f1cb470c9199e7110a27851508ed7a5c ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/datetime/datetime-defaults.sty" 1429537382 4215 4c80eaed8cd4f9a80cc6244c0adeb81f ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/datetime/datetime.sty" 1429537382 28417 b023ffe1328fa89e7f133201d87029de ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/fmtcount/fc-english.def" 1582574640 14870 f66b7dd28616119c2519cd5cc4dcae14 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/fmtcount/fcnumparser.sty" 1582574640 12791 43a81443714469abac77ce09f44ad2e2 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/fmtcount/fcprefix.sty" 1582574640 12519 5c732241af77b5f0e56e640b7d538395 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/fmtcount/fmtcount.sty" 1582574640 32021 ed70d543c537f19c96fc753321f1c3cc ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/geometry/geometry.cfg" 1578057145 1104 7ac475a4e3466b0b43e138e9356bda83 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/geometry/geometry.sty" 1578057145 42759 9cf6c5257b1bc7af01a58859749dd37a ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/hycolor/hycolor.sty" 1580384392 18571 4c28a13fc3d975e6e81c9bea1d697276 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/ifplatform/ifplatform.sty" 1507925536 3910 e04f6a6d983bdbdb024917b7ccc80262 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/koma-script/scrbase.sty" 1624609552 99856 4c890d8af16075567cef0c4d8b9c3ec9 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/koma-script/scrlfile-hook.sty" 1624609552 10422 be2f2c878190558e80a5e4c1c3689505 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/koma-script/scrlfile.sty" 1624609552 3128 d39f124aed9b6ba4fe0283d303003d75 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/koma-script/scrlogo.sty" 1624609552 1954 0b0e5fd43ad7d1c55d1d6bb21484aa01 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/kvoptions/kvoptions.sty" 1602228096 22521 d2fceb764a442a2001d257ef11db7618 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/letltxmacro/letltxmacro.sty" 1575403136 5766 13a9e8766c47f30327caf893ece86ac8 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/pmboxdraw/pmboxdraw.sty" 1575574858 85722 674bb1bdd5ee2d78383a11e280d8251f ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/pmboxdraw/pmboxdrawenc.dfu" 1575574858 7980 7af90c90876992fc604543eb1fde4107 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/refcount/refcount.sty" 1576437552 9878 9e94e8fa600d95f9c7731bb21dfb67a4 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/rerunfilecheck/rerunfilecheck.sty" 1575574882 9715 b051d5b493d9fe5f4bc251462d039e5f ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/sansmathaccent/sansmathaccent.sty" 1580511864 4282 5d27280ace1239baaa4a225df16125ff ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/siunitx/siunitx.sty" 1630063268 272816 5c96b394eaddb491648148af990b767a ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/svg/svg.sty" 1607185656 43468 671ae75b3a15019004495eff4c0911e8 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/textpos/textpos.sty" 1601744683 13250 212c11575fd736fdcf1f0fd8e72900f5 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/tools/array.sty" 1622550326 12689 a1a7b2795918756dcb9c9cbfacc4d9c7 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/tools/calc.sty" 1622550326 10214 00ce62e730d0cfe22b35e8f1c84949c7 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/tools/enumerate.sty" 1622550326 3468 068d84ef9735e15f11c5a120c0a1a139 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/tools/shellesc.sty" 1622550326 4118 0f286eca74ee36b7743ff20320e5479f ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translations/dicts/translations-basic-dictionary-english.trsl" 1610894760 5594 3103bf139c05c0eeb5842dfa5e147511 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translations/translations.sty" 1610894760 44057 b43a7c4927b669cd6ab13bb97942d706 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator-basic-dictionary-English.dict" 1622471510 3535 7dc96051305a7e943219126c49c44cd6 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator-bibliography-dictionary-English.dict" 1622471508 903 c6d17f0656e9e1abb172b4faebabd617 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator-environment-dictionary-English.dict" 1622471508 433 bfb8d1c2c020defd2de8e5c276710094 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator-months-dictionary-English.dict" 1622471508 1337 9a6c05e8f0c8b3c5f27cbd0e455cf475 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator-numbers-dictionary-English.dict" 1622471508 1638 2bf1a1dea98f8a4d28033fce76e9cc67 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator-theorem-dictionary-English.dict" 1622471508 3523 1f9d9b91f7d78b73e74c7e97bca30fb0 ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator.sty" 1622471510 8765 56d370785f0143111ff9898b5adfe08e ""
-  "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/transparent/transparent.sty" 1575063484 4155 541de118e0abc42fce3317addc90afb0 ""
-  "beamer_slider_preamble.tex" 1630769492 2728 d36ea79be7cec10b3559a5660f2decaf ""
-  "beamercolorthemeDTU.sty" 1630769492 1181 417d2554e23179f8340453c73a028d75 ""
-  "beamerfontthemeDTU.sty" 1630769492 1259 f9c0e548315549e6c866364392c7263a ""
-  "beamerinnerthemeDTU.sty" 1630769492 1413 3c6129d12554e64ce93d7736032738c2 ""
-  "beamerouterthemeDTU.sty" 1630769492 2587 358e933cfccc5eaeb88326ddfaea4d6c ""
-  "beamerthemeDTU.sty" 1630769492 7254 70ddaf2cca3bafac859919a109938477 ""
-  "departments.tex" 1630769492 9638 1234d2d6a2d0975403246bb7c181706b ""
-  "dtucolours.tex" 1630769492 5683 501994c6596e5a9d67cce52d20165e38 ""
-  "index.aux" 1630769542 1412 2d0a9582e28c65e3f8629db6ea0ea185 "pdflatex"
-  "index.nav" 1630769542 395 640a03f4d3f0f705896c1d8375ddfa75 "pdflatex"
-  "index.out" 1630769541 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex"
-  "index.tex" 1630769492 599 21a506b34b06f41c78a071d0307c2bb4 ""
-  "osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf" 1630769518 13900 2ea4808c591c63860f3ced9e73cfadae ""
-  "tex_dtu_compute_a_uk.pdf" 1630769492 13504 7ae3ecb9b649001643f902e32d3a8cca ""
-  "tex_dtu_frise.pdf" 1630769492 32488 57c0f48ec5395d976ac1e57718922c22 ""
-  "tex_dtu_logo.pdf" 1630769492 1830 e452da49133969a7656f3882c11e9b04 ""
-  (generated)
-  "index.aux"
-  "index.toc"
-  "index.log"
-  "index.out"
-  "index.snm"
-  "index.pdf"
-  "index.nav"
diff --git a/examples/new_project/index.fls b/examples/new_project/index.fls
deleted file mode 100644
index 102d50542ae65d7d4b7164699d14a7cc17d3e1af..0000000000000000000000000000000000000000
--- a/examples/new_project/index.fls
+++ /dev/null
@@ -1,1898 +0,0 @@
-PWD C:\Users\tuhe\Documents\slider\examples\new_project
-INPUT C:\Users\tuhe\AppData\Local\MiKTeX\miktex\data\le\pdftex\pdflatex.fmt
-INPUT index.tex
-OUTPUT index.log
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamer.cls
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamer.cls
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamer.cls
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamer.cls
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamer.cls
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamer.cls
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamer.cls
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamer.cls
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamer.cls
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamer.cls
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamer.cls
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemodes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemodes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemodes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemodes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemodes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemodes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemodes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemodes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemodes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemodes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemodes.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasedecode.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasedecode.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasedecode.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasedecode.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasedecode.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasedecode.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasedecode.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasedecode.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasedecode.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasedecode.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasedecode.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifpdf.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifpdf.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifpdf.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifpdf.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifpdf.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifpdf.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifpdf.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifpdf.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifpdf.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifpdf.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifpdf.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoptions.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifvtex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifvtex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifvtex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifvtex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifvtex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifvtex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifvtex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifvtex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifvtex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifvtex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifvtex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.cfg
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.cfg
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.cfg
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\geometry\geometry.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\base\size11.clo
-INPUT C:\Program Files\MiKTeX\tex\latex\base\size11.clo
-INPUT C:\Program Files\MiKTeX\tex\latex\base\size11.clo
-INPUT C:\Program Files\MiKTeX\tex\latex\base\size11.clo
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\cm\cmr10.tfm
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgfcore.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgfcore.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgfcore.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgfcore.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgfcore.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgfcore.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgfcore.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgfcore.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgfcore.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgfcore.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgfcore.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphics.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphics.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphics.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphics.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphics.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphics.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphics.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphics.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphics.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphics.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphics.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\trig.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\trig.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\trig.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\trig.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\trig.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\trig.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\trig.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\trig.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\trig.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\trig.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\trig.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics-cfg\graphics.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics-cfg\graphics.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics-cfg\graphics.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics-cfg\graphics.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics-def\pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics-def\pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics-def\pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics-def\pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\systemlayer\pgfsys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\systemlayer\pgfsys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\systemlayer\pgfsys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\systemlayer\pgfsys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\systemlayer\pgfsys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\systemlayer\pgfsys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\systemlayer\pgfsys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\systemlayer\pgfsys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\systemlayer\pgfsys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\systemlayer\pgfsys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\systemlayer\pgfsys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfutil-common.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfutil-common-lists.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfutil-latex.def
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfrcs.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfrcs.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfrcs.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfrcs.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\pgf.revision.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\pgf.revision.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsys.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsys.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsys.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsys.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfkeys.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfkeysfiltered.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgf.cfg
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsys-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsys-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsys-common-pdf.def
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsyssoftpath.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsyssoftpath.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsyssoftpath.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsyssoftpath.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsysprotocol.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsysprotocol.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsysprotocol.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsysprotocol.code.tex
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics-cfg\color.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics-cfg\color.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics-cfg\color.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics-cfg\color.cfg
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcore.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcore.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcore.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcore.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmath.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathcalc.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathutil.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathparser.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathfunctions.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathfunctions.basic.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathfunctions.trigonometric.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathfunctions.random.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathfunctions.comparison.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathfunctions.base.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathfunctions.round.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathfunctions.misc.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathfunctions.integerarithmetics.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmathfloat.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfint.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcorepoints.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcorepathconstruct.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcorepathusage.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcorescopes.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcoregraphicstate.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcoretransformations.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcorequick.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcoreobjects.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcorepathprocessing.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcorearrows.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcoreshade.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcoreimage.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcoreexternal.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcorelayers.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcoretransparency.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcorepatterns.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\basiclayer\pgfcorerdf.code.tex
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\xxcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\xxcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\xxcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\xxcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\xxcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\xxcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\xxcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\xxcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\xxcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\xxcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\xxcolor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\atbegshi\atbegshi.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\atbegshi\atbegshi.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\atbegshi\atbegshi.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atbegshi-ltx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\atbegshi\atbegshi.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\atbegshi\atbegshi.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atbegshi-ltx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\atbegshi\atbegshi.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atbegshi-ltx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atbegshi-ltx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\atbegshi\atbegshi.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\atbegshi\atbegshi.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atbegshi-ltx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atbegshi-ltx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\atbegshi\atbegshi.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atbegshi-ltx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvdefinekeys\kvdefinekeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvdefinekeys\kvdefinekeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvdefinekeys\kvdefinekeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvdefinekeys\kvdefinekeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvdefinekeys\kvdefinekeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvdefinekeys\kvdefinekeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvdefinekeys\kvdefinekeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvdefinekeys\kvdefinekeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvdefinekeys\kvdefinekeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvdefinekeys\kvdefinekeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvdefinekeys\kvdefinekeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\pdfescape\pdfescape.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\pdfescape\pdfescape.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\pdfescape\pdfescape.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\pdfescape\pdfescape.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\pdfescape\pdfescape.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\pdfescape\pdfescape.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\pdfescape\pdfescape.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\pdfescape\pdfescape.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\pdfescape\pdfescape.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\pdfescape\pdfescape.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\pdfescape\pdfescape.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\hycolor\hycolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\hycolor\hycolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\hycolor\hycolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\hycolor\hycolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\hycolor\hycolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\hycolor\hycolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\hycolor\hycolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\hycolor\hycolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\hycolor\hycolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\hycolor\hycolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\hycolor\hycolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\letltxmacro\letltxmacro.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\letltxmacro\letltxmacro.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\letltxmacro\letltxmacro.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\letltxmacro\letltxmacro.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\letltxmacro\letltxmacro.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\letltxmacro\letltxmacro.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\letltxmacro\letltxmacro.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\letltxmacro\letltxmacro.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\letltxmacro\letltxmacro.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\letltxmacro\letltxmacro.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\letltxmacro\letltxmacro.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\auxhook\auxhook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\auxhook\auxhook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\auxhook\auxhook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\auxhook\auxhook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\auxhook\auxhook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\auxhook\auxhook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\auxhook\auxhook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\auxhook\auxhook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\auxhook\auxhook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\auxhook\auxhook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\auxhook\auxhook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\pd1enc.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\pd1enc.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\pd1enc.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\pd1enc.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref-langpatches.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref-langpatches.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref-langpatches.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hyperref-langpatches.def
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\intcalc\intcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\intcalc\intcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\intcalc\intcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\intcalc\intcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\intcalc\intcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\intcalc\intcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\intcalc\intcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\intcalc\intcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\intcalc\intcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\intcalc\intcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\intcalc\intcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\etexcmds\etexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\etexcmds\etexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\etexcmds\etexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\etexcmds\etexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\etexcmds\etexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\etexcmds\etexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\etexcmds\etexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\etexcmds\etexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\etexcmds\etexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\etexcmds\etexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\etexcmds\etexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\puenc.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\puenc.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\puenc.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\puenc.def
-INPUT C:\Program Files\MiKTeX\tex\latex\url\url.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\url\url.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\url\url.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\url\url.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\url\url.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\url\url.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\url\url.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\url\url.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\url\url.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\url\url.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\url\url.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bitset\bitset.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bitset\bitset.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bitset\bitset.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bitset\bitset.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bitset\bitset.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bitset\bitset.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bitset\bitset.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bitset\bitset.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bitset\bitset.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bitset\bitset.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bitset\bitset.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\intcalc\intcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bigintcalc\bigintcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bigintcalc\bigintcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bigintcalc\bigintcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bigintcalc\bigintcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bigintcalc\bigintcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bigintcalc\bigintcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bigintcalc\bigintcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bigintcalc\bigintcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bigintcalc\bigintcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bigintcalc\bigintcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bigintcalc\bigintcalc.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\atbegshi\atbegshi.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hpdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hpdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hpdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\hpdftex.def
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\atveryend\atveryend.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\atveryend\atveryend.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\atveryend\atveryend.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atveryend-ltx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\atveryend\atveryend.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\atveryend\atveryend.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atveryend-ltx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\atveryend\atveryend.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atveryend-ltx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atveryend-ltx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\atveryend\atveryend.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\atveryend\atveryend.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atveryend-ltx.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atveryend-ltx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\atveryend\atveryend.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\atveryend-ltx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\rerunfilecheck\rerunfilecheck.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\rerunfilecheck\rerunfilecheck.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\rerunfilecheck\rerunfilecheck.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\rerunfilecheck\rerunfilecheck.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\rerunfilecheck\rerunfilecheck.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\rerunfilecheck\rerunfilecheck.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\rerunfilecheck\rerunfilecheck.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\rerunfilecheck\rerunfilecheck.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\rerunfilecheck\rerunfilecheck.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\rerunfilecheck\rerunfilecheck.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\rerunfilecheck\rerunfilecheck.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\atveryend\atveryend.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\uniquecounter\uniquecounter.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\uniquecounter\uniquecounter.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\uniquecounter\uniquecounter.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\uniquecounter\uniquecounter.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\uniquecounter\uniquecounter.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\uniquecounter\uniquecounter.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\uniquecounter\uniquecounter.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\uniquecounter\uniquecounter.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\uniquecounter\uniquecounter.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\uniquecounter\uniquecounter.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\uniquecounter\uniquecounter.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\bigintcalc\bigintcalc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaserequires.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaserequires.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaserequires.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaserequires.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaserequires.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaserequires.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaserequires.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaserequires.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaserequires.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaserequires.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaserequires.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecompatibility.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecompatibility.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecompatibility.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecompatibility.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecompatibility.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecompatibility.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecompatibility.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecompatibility.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecompatibility.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecompatibility.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecompatibility.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasefont.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasefont.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasefont.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasefont.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasefont.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasefont.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasefont.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasefont.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasefont.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasefont.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasefont.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amssymb.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amssymb.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amssymb.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amssymb.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amssymb.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amssymb.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amssymb.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amssymb.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amssymb.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amssymb.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amssymb.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amsfonts.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amsfonts.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amsfonts.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amsfonts.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amsfonts.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amsfonts.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amsfonts.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amsfonts.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amsfonts.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amsfonts.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amsfonts.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\sansmathaccent\sansmathaccent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile-hook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile-hook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile-hook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile-hook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile-hook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile-hook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile-hook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile-hook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile-hook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile-hook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile-hook.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlogo.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlogo.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlogo.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlogo.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlogo.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlogo.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlogo.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlogo.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlogo.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlogo.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlogo.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlogo.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetranslator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetranslator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetranslator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetranslator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetranslator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetranslator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetranslator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetranslator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetranslator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetranslator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetranslator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemisc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemisc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemisc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemisc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemisc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemisc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemisc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemisc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemisc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemisc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasemisc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetwoscreens.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetwoscreens.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetwoscreens.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetwoscreens.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetwoscreens.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetwoscreens.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetwoscreens.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetwoscreens.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetwoscreens.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetwoscreens.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetwoscreens.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoverlay.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoverlay.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoverlay.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoverlay.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoverlay.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoverlay.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoverlay.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoverlay.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoverlay.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoverlay.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseoverlay.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetitle.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetitle.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetitle.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetitle.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetitle.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetitle.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetitle.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetitle.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetitle.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetitle.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetitle.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasesection.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasesection.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasesection.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasesection.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasesection.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasesection.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasesection.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasesection.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasesection.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasesection.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasesection.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframe.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframe.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframe.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframe.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframe.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframe.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframe.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframe.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframe.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframe.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframe.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseverbatim.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseverbatim.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseverbatim.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseverbatim.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseverbatim.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseverbatim.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseverbatim.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseverbatim.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseverbatim.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseverbatim.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseverbatim.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframesize.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframesize.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframesize.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframesize.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframesize.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframesize.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframesize.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframesize.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframesize.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframesize.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframesize.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframecomponents.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframecomponents.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframecomponents.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframecomponents.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframecomponents.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframecomponents.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframecomponents.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframecomponents.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframecomponents.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframecomponents.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseframecomponents.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasecolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenotes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenotes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenotes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenotes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenotes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenotes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenotes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenotes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenotes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenotes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenotes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetoc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetoc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetoc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetoc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetoc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetoc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetoc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetoc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetoc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetoc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetoc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseauxtemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseauxtemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseauxtemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseauxtemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseauxtemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseauxtemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseauxtemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseauxtemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseauxtemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseauxtemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseauxtemplates.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseboxes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseboxes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseboxes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseboxes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseboxes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseboxes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseboxes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseboxes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseboxes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseboxes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaseboxes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaselocalstructure.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaselocalstructure.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaselocalstructure.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaselocalstructure.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaselocalstructure.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaselocalstructure.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaselocalstructure.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaselocalstructure.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaselocalstructure.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaselocalstructure.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbaselocalstructure.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\enumerate.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\enumerate.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\enumerate.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\enumerate.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\enumerate.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\enumerate.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\enumerate.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\enumerate.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\enumerate.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\enumerate.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\enumerate.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenavigation.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenavigation.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenavigation.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenavigation.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenavigation.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenavigation.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenavigation.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenavigation.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenavigation.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenavigation.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasenavigation.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetheorems.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetheorems.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetheorems.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetheorems.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetheorems.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetheorems.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetheorems.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetheorems.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetheorems.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetheorems.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasetheorems.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amstext.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amstext.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amstext.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amstext.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amstext.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amstext.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amstext.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amstext.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amstext.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amstext.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amstext.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsbsy.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsbsy.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsbsy.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsbsy.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsbsy.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsbsy.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsbsy.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsbsy.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsbsy.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsbsy.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsbsy.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsopn.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\amscls\amsthm.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\amscls\amsthm.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\amscls\amsthm.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\amscls\amsthm.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\amscls\amsthm.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\amscls\amsthm.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\amscls\amsthm.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\amscls\amsthm.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\amscls\amsthm.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\amscls\amsthm.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\amscls\amsthm.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasethemes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasethemes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasethemes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasethemes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasethemes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasethemes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasethemes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasethemes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasethemes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasethemes.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerbasethemes.sty
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\cm\cmss10.tfm
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamercolorthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamercolorthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamercolorthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamercolorthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamercolorthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamercolorthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamercolorthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamercolorthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamercolorthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamercolorthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamercolorthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerinnerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerinnerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerinnerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerinnerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerinnerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerinnerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerinnerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerinnerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerinnerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerinnerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerinnerthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericonbook.pdf
-OUTPUT index.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericonbook.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericonbook.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericonbook.20.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericonbook.20.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericonbook.20.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericonarticle.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericonarticle.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericonarticle.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericonarticle.20.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericonarticle.20.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericonarticle.20.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericononline.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericononline.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericononline.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericononline.20.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericononline.20.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamericononline.20.pdf
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerouterthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerouterthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerouterthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerouterthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerouterthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerouterthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerouterthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerouterthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerouterthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerouterthemedefault.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerouterthemedefault.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT .\beamer_slider_preamble.tex
-INPUT beamer_slider_preamble.tex
-INPUT .\beamer_slider_preamble.tex
-INPUT beamer_slider_preamble.tex
-INPUT C:\Program Files\MiKTeX\tex\latex\base\fontenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\fontenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\fontenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\fontenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\fontenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\fontenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\fontenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\fontenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\fontenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\fontenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\fontenc.sty
-INPUT C:\Program Files\MiKTeX\fonts\tfm\jknappen\ec\ecss1095.tfm
-INPUT C:\Program Files\MiKTeX\tex\latex\base\inputenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\inputenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\inputenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\inputenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\inputenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\inputenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\inputenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\inputenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\inputenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\inputenc.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\inputenc.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\babel.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\babel.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\babel.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\babel.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\babel.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\babel.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\babel.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\babel.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\babel.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\babel.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\babel.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\babel.def
-INPUT C:\Program Files\MiKTeX\tex\generic\babel\txtbabel.def
-INPUT C:\Program Files\MiKTeX\tex\latex\arabi\bblopts.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\arabi\bblopts.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\arabi\bblopts.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\arabi\bblopts.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\babel-english\english.ldf
-INPUT C:\Program Files\MiKTeX\tex\latex\babel-english\english.ldf
-INPUT C:\Program Files\MiKTeX\tex\latex\babel-english\english.ldf
-INPUT C:\Program Files\MiKTeX\tex\latex\babel-english\english.ldf
-INPUT C:\Program Files\MiKTeX\tex\latex\pgfplots\pgfplots.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgfplots\pgfplots.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgfplots\pgfplots.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgfplots\pgfplots.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgfplots\pgfplots.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgfplots\pgfplots.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgfplots\pgfplots.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgfplots\pgfplots.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgfplots\pgfplots.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgfplots\pgfplots.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgfplots\pgfplots.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplots.revision.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplots.revision.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplots.revision.tex
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsys-luatex.def
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\systemlayer\pgfsys-luatex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\frontendlayer\tikz.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\frontendlayer\tikz.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\frontendlayer\tikz.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\frontendlayer\tikz.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\frontendlayer\tikz.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\frontendlayer\tikz.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\frontendlayer\tikz.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\frontendlayer\tikz.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\frontendlayer\tikz.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\frontendlayer\tikz.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\frontendlayer\tikz.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgf.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgf.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgf.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgf.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgf.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgf.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgf.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgf.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgf.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgf.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgf.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\basiclayer\pgfcore.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\modules\pgfmoduleshapes.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\modules\pgfmoduleplot.code.tex
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-0-65.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-0-65.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-0-65.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-0-65.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-0-65.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-0-65.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-0-65.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-0-65.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-0-65.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-0-65.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-0-65.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-1-18.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-1-18.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-1-18.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-1-18.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-1-18.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-1-18.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-1-18.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-1-18.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-1-18.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-1-18.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\compatibility\pgfcomp-version-1-18.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgffor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgffor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgffor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgffor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgffor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgffor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgffor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgffor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgffor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgffor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgffor.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfkeys.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfkeys.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfkeys.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgfkeys.code.tex
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\math\pgfmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\math\pgfmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\math\pgfmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\math\pgfmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\math\pgfmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\math\pgfmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\math\pgfmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\math\pgfmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\math\pgfmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\math\pgfmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\math\pgfmath.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfrcs.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgfkeys.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmath.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmath.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmath.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmath.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgffor.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgffor.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgffor.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\utilities\pgffor.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\math\pgfmath.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\tikz.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\tikz.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\tikz.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\tikz.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\libraries\pgflibraryplothandlers.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\libraries\pgflibraryplothandlers.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\modules\pgfmodulematrix.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\libraries\tikzlibrarytopaths.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\libraries\tikzlibrarytopaths.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplots.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplotscore.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\sys\pgfplotssysgeneric.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\libs\pgfplotslibrary.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\oldpgfcompatib\pgfplotsoldpgfsupp_loader.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\libraries\pgflibraryfpu.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\libraries\pgflibraryfpu.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\libraries\pgflibraryfpu.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\util\pgfplotsutil.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\liststructure\pgfplotsliststructure.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\liststructure\pgfplotsliststructureext.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\liststructure\pgfplotsarray.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\liststructure\pgfplotsmatrix.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\numtable\pgfplotstableshared.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\liststructure\pgfplotsdeque.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\util\pgfplotsbinary.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\util\pgfplotsbinary.data.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\util\pgfplotsutil.verb.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\libs\pgflibrarypgfplots.surfshading.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\sys\pgflibrarypgfplots.surfshading.pgfsys-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\sys\pgflibrarypgfplots.surfshading.pgfsys-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\util\pgfplotscolormap.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\util\pgfplotscolor.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplotsstackedplots.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplotsplothandlers.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplotsmeshplothandler.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplotsmeshplotimage.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplots.scaling.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplotscoordprocessing.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplots.errorbars.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplots.markers.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplotsticks.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\pgfplots.paths.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\libraries\tikzlibrarydecorations.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\libraries\tikzlibrarydecorations.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\modules\pgfmoduledecorations.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\libraries\tikzlibrarydecorations.pathmorphing.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\libraries\tikzlibrarydecorations.pathmorphing.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\libraries\decorations\pgflibrarydecorations.pathmorphing.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\libraries\decorations\pgflibrarydecorations.pathmorphing.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\libraries\tikzlibrarydecorations.pathreplacing.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\libraries\tikzlibrarydecorations.pathreplacing.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\libraries\decorations\pgflibrarydecorations.pathreplacing.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\libraries\decorations\pgflibrarydecorations.pathreplacing.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\libs\tikzlibrarypgfplots.contourlua.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgfplots\libs\tikzlibrarypgfplots.contourlua.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\libraries\tikzlibraryplotmarks.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\frontendlayer\tikz\libraries\tikzlibraryplotmarks.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\libraries\pgflibraryplotmarks.code.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\pgf\libraries\pgflibraryplotmarks.code.tex
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\booktabs\booktabs.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\booktabs\booktabs.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\booktabs\booktabs.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\booktabs\booktabs.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\booktabs\booktabs.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\booktabs\booktabs.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\booktabs\booktabs.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\booktabs\booktabs.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\booktabs\booktabs.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\booktabs\booktabs.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\booktabs\booktabs.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\siunitx\siunitx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\siunitx\siunitx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\siunitx\siunitx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\siunitx\siunitx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\siunitx\siunitx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\siunitx\siunitx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\siunitx\siunitx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\siunitx\siunitx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\siunitx\siunitx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\siunitx\siunitx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\siunitx\siunitx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\translations.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\translations.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\translations.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\translations.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\translations.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\translations.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\translations.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\translations.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\translations.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\translations.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\translations.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\translations.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amstext.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\color.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3packages\l3keys2e\l3keys2e.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3packages\l3keys2e\l3keys2e.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3packages\l3keys2e\l3keys2e.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3packages\l3keys2e\l3keys2e.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3packages\l3keys2e\l3keys2e.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3packages\l3keys2e\l3keys2e.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3packages\l3keys2e\l3keys2e.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3packages\l3keys2e\l3keys2e.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3packages\l3keys2e\l3keys2e.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3packages\l3keys2e\l3keys2e.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3packages\l3keys2e\l3keys2e.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3kernel\expl3.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3kernel\expl3.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3kernel\expl3.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3kernel\expl3.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3kernel\expl3.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3kernel\expl3.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3kernel\expl3.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3kernel\expl3.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3kernel\expl3.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3kernel\expl3.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3kernel\expl3.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\l3backend\l3backend-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\l3backend\l3backend-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\l3backend\l3backend-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\l3backend\l3backend-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\l3backend\l3backend-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\l3backend\l3backend-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\l3backend\l3backend-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\l3backend\l3backend-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\l3backend\l3backend-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\l3backend\l3backend-pdftex.def
-INPUT C:\Program Files\MiKTeX\tex\latex\l3backend\l3backend-pdftex.def
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\array.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\array.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\array.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\array.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\array.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\array.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\array.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\array.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\array.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\array.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\array.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\svg\svg.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\svg\svg.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\svg\svg.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\svg\svg.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\svg\svg.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\svg\svg.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\svg\svg.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\svg\svg.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\svg\svg.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\svg\svg.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\svg\svg.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrbase.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrbase.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrbase.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrbase.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrbase.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrbase.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrbase.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrbase.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrbase.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrbase.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrbase.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\koma-script\scrlfile.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\trimspaces\trimspaces.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\trimspaces\trimspaces.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\trimspaces\trimspaces.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\trimspaces\trimspaces.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\trimspaces\trimspaces.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\trimspaces\trimspaces.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\trimspaces\trimspaces.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\trimspaces\trimspaces.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\trimspaces\trimspaces.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\trimspaces\trimspaces.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\trimspaces\trimspaces.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\graphicx.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\shellesc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\shellesc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\shellesc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\shellesc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\shellesc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\shellesc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\shellesc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\shellesc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\shellesc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\shellesc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\shellesc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\ifplatform\ifplatform.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\ifplatform\ifplatform.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\ifplatform\ifplatform.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\ifplatform\ifplatform.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\ifplatform\ifplatform.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\ifplatform\ifplatform.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\ifplatform\ifplatform.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\ifplatform\ifplatform.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\ifplatform\ifplatform.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\ifplatform\ifplatform.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\ifplatform\ifplatform.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\shellesc.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\pdftexcmds\pdftexcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\catchfile\catchfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\catchfile\catchfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\catchfile\catchfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\catchfile\catchfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\catchfile\catchfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\catchfile\catchfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\catchfile\catchfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\catchfile\catchfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\catchfile\catchfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\catchfile\catchfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\catchfile\catchfile.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\etexcmds\etexcmds.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifluatex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifluatex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifluatex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifluatex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifluatex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifluatex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifluatex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifluatex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifluatex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifluatex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\ifluatex.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT .\nul:.tex
-INPUT .\nul:.tex
-INPUT .\nul:.tex
-INPUT nul:.tex
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\transparent\transparent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\transparent\transparent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\transparent\transparent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\transparent\transparent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\transparent\transparent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\transparent\transparent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\transparent\transparent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\transparent\transparent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\transparent\transparent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\transparent\transparent.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\transparent\transparent.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\iftex\iftex.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\auxhook\auxhook.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\systemlayer\pgfsys.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\url\url.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdraw.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdraw.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdraw.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdraw.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdraw.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdraw.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdraw.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdraw.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdraw.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdraw.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdraw.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvsetkeys\kvsetkeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\kvdefinekeys\kvdefinekeys.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdrawenc.dfu
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdrawenc.dfu
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdrawenc.dfu
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\pmboxdraw\pmboxdrawenc.dfu
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\amssymb.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\pgf\utilities\pgffor.sty
-INPUT .\beamerthemeDTU.sty
-INPUT .\beamerthemeDTU.sty
-INPUT beamerthemeDTU.sty
-INPUT .\beamerthemeDTU.sty
-INPUT .\beamerthemeDTU.sty
-INPUT .\beamerthemeDTU.sty
-INPUT .\beamerthemeDTU.sty
-INPUT .\beamerthemeDTU.sty
-INPUT beamerthemeDTU.sty
-INPUT .\beamerthemeDTU.sty
-INPUT beamerthemeDTU.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fmtcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fmtcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fmtcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fmtcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fmtcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fmtcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fmtcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fmtcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fmtcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fmtcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fmtcount.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xkeyval\xkeyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xkeyval\xkeyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xkeyval\xkeyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xkeyval\xkeyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xkeyval\xkeyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xkeyval\xkeyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xkeyval\xkeyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xkeyval\xkeyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xkeyval\xkeyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xkeyval\xkeyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\xkeyval\xkeyval.sty
-INPUT C:\Program Files\MiKTeX\tex\generic\xkeyval\xkeyval.tex
-INPUT C:\Program Files\MiKTeX\tex\generic\xkeyval\xkvutils.tex
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcprefix.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcprefix.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcprefix.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcprefix.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcprefix.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcprefix.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcprefix.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcprefix.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcprefix.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcprefix.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcprefix.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcnumparser.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcnumparser.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcnumparser.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcnumparser.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcnumparser.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcnumparser.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcnumparser.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcnumparser.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcnumparser.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcnumparser.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fcnumparser.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\amsmath\amsgen.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fc-english.def
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fc-english.def
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fc-english.def
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fc-english.def
-INPUT C:\Program Files\MiKTeX\tex\latex\base\ifthen.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime-defaults.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime-defaults.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime-defaults.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime-defaults.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime-defaults.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime-defaults.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime-defaults.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime-defaults.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime-defaults.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime-defaults.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\datetime\datetime-defaults.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\fmtcount\fmtcount.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\calc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\calc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\calc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\calc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\calc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\calc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\calc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\calc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\calc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\calc.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\tools\calc.sty
-INPUT .\departments.tex
-INPUT .\departments.tex
-INPUT .\departments.tex
-INPUT departments.tex
-INPUT .\departments.tex
-INPUT .\departments.tex
-INPUT departments.tex
-INPUT C:\Program Files\MiKTeX\tex\latex\etoolbox\etoolbox.sty
-INPUT .\beamerfontthemeDTU.sty
-INPUT .\beamerfontthemeDTU.sty
-INPUT beamerfontthemeDTU.sty
-INPUT .\beamerfontthemeDTU.sty
-INPUT .\beamerfontthemeDTU.sty
-INPUT .\beamerfontthemeDTU.sty
-INPUT .\beamerfontthemeDTU.sty
-INPUT .\beamerfontthemeDTU.sty
-INPUT beamerfontthemeDTU.sty
-INPUT .\beamerfontthemeDTU.sty
-INPUT beamerfontthemeDTU.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemeprofessionalfonts.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemeprofessionalfonts.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemeprofessionalfonts.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemeprofessionalfonts.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemeprofessionalfonts.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemeprofessionalfonts.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemeprofessionalfonts.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemeprofessionalfonts.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemeprofessionalfonts.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemeprofessionalfonts.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\beamer\beamerfontthemeprofessionalfonts.sty
-INPUT .\beamerouterthemeDTU.sty
-INPUT .\beamerouterthemeDTU.sty
-INPUT beamerouterthemeDTU.sty
-INPUT .\beamerouterthemeDTU.sty
-INPUT .\beamerouterthemeDTU.sty
-INPUT .\beamerouterthemeDTU.sty
-INPUT .\beamerouterthemeDTU.sty
-INPUT .\beamerouterthemeDTU.sty
-INPUT beamerouterthemeDTU.sty
-INPUT .\beamerouterthemeDTU.sty
-INPUT beamerouterthemeDTU.sty
-INPUT .\beamerinnerthemeDTU.sty
-INPUT .\beamerinnerthemeDTU.sty
-INPUT beamerinnerthemeDTU.sty
-INPUT .\beamerinnerthemeDTU.sty
-INPUT .\beamerinnerthemeDTU.sty
-INPUT .\beamerinnerthemeDTU.sty
-INPUT .\beamerinnerthemeDTU.sty
-INPUT .\beamerinnerthemeDTU.sty
-INPUT beamerinnerthemeDTU.sty
-INPUT .\beamerinnerthemeDTU.sty
-INPUT beamerinnerthemeDTU.sty
-INPUT .\beamercolorthemeDTU.sty
-INPUT .\beamercolorthemeDTU.sty
-INPUT beamercolorthemeDTU.sty
-INPUT .\beamercolorthemeDTU.sty
-INPUT .\beamercolorthemeDTU.sty
-INPUT .\beamercolorthemeDTU.sty
-INPUT .\beamercolorthemeDTU.sty
-INPUT .\beamercolorthemeDTU.sty
-INPUT beamercolorthemeDTU.sty
-INPUT .\beamercolorthemeDTU.sty
-INPUT beamercolorthemeDTU.sty
-INPUT .\dtucolours.tex
-INPUT .\dtucolours.tex
-INPUT .\dtucolours.tex
-INPUT dtucolours.tex
-INPUT .\dtucolours.tex
-INPUT .\dtucolours.tex
-INPUT dtucolours.tex
-INPUT C:\Program Files\MiKTeX\tex\latex\xcolor\xcolor.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\textpos\textpos.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\textpos\textpos.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\textpos\textpos.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\textpos\textpos.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\textpos\textpos.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\textpos\textpos.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\textpos\textpos.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\textpos\textpos.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\textpos\textpos.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\textpos\textpos.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\textpos\textpos.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\graphics\keyval.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\lmodern.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\lmodern.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\lmodern.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\lmodern.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\lmodern.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\lmodern.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\lmodern.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\lmodern.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\lmodern.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\lmodern.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\lmodern.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\t1lmss.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\t1lmss.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\t1lmss.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\t1lmss.fd
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\ec-lmss10.tfm
-INPUT .\index.aux
-INPUT index.aux
-INPUT index.aux
-OUTPUT index.aux
-INPUT C:\Program Files\MiKTeX\tex\context\base\mkii\supp-pdf.mkii
-INPUT C:\Program Files\MiKTeX\tex\context\base\mkii\supp-pdf.mkii
-INPUT C:\Program Files\MiKTeX\tex\context\base\mkii\supp-pdf.mkii
-INPUT C:\Program Files\MiKTeX\tex\context\base\mkii\supp-pdf.mkii
-INPUT C:\Program Files\MiKTeX\tex\latex\epstopdf-pkg\epstopdf-base.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\epstopdf-pkg\epstopdf-base.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\epstopdf-pkg\epstopdf-base.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\epstopdf-pkg\epstopdf-base.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\epstopdf-pkg\epstopdf-base.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\epstopdf-pkg\epstopdf-base.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\epstopdf-pkg\epstopdf-base.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\epstopdf-pkg\epstopdf-base.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\epstopdf-pkg\epstopdf-base.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\epstopdf-pkg\epstopdf-base.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\epstopdf-pkg\epstopdf-base.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\00miktex\epstopdf-sys.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\00miktex\epstopdf-sys.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\00miktex\epstopdf-sys.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\00miktex\epstopdf-sys.cfg
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\nameref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\nameref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\nameref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\nameref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\nameref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\nameref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\nameref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\nameref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\nameref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\nameref.sty
-INPUT C:\Program Files\MiKTeX\tex\latex\hyperref\nameref.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\refcount\refcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\refcount\refcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\refcount\refcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\refcount\refcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\refcount\refcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\refcount\refcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\refcount\refcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\refcount\refcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\refcount\refcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\refcount\refcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\refcount\refcount.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\infwarerr\infwarerr.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\gettitlestring\gettitlestring.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\gettitlestring\gettitlestring.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\gettitlestring\gettitlestring.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\gettitlestring\gettitlestring.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\gettitlestring\gettitlestring.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\gettitlestring\gettitlestring.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\gettitlestring\gettitlestring.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\gettitlestring\gettitlestring.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\gettitlestring\gettitlestring.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\gettitlestring\gettitlestring.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\gettitlestring\gettitlestring.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\kvoptions\kvoptions.sty
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\generic\ltxcmds\ltxcmds.sty
-INPUT .\index.out
-INPUT index.out
-INPUT .\index.out
-INPUT index.out
-INPUT .\index.out
-INPUT index.out
-INPUT .\index.out
-INPUT index.out
-INPUT .\index.out
-INPUT .\index.out
-OUTPUT index.out
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-basic-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-basic-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-basic-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-basic-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-bibliography-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-bibliography-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-bibliography-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-bibliography-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-environment-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-environment-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-environment-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-environment-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-months-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-months-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-months-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-months-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-numbers-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-numbers-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-numbers-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-numbers-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-theorem-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-theorem-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-theorem-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translator\translator-theorem-dictionary-English.dict
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\dicts\translations-basic-dictionary-english.trsl
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\dicts\translations-basic-dictionary-english.trsl
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\dicts\translations-basic-dictionary-english.trsl
-INPUT C:\Users\tuhe\AppData\Roaming\MiKTeX\tex\latex\translations\dicts\translations-basic-dictionary-english.trsl
-INPUT .\index.nav
-INPUT index.nav
-INPUT index.nav
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\ec-lmss8.tfm
-INPUT .\tex_dtu_logo.pdf
-INPUT tex_dtu_logo.pdf
-INPUT .\tex_dtu_logo.pdf
-INPUT .\tex_dtu_logo.pdf
-INPUT .\tex_dtu_logo.pdf
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\ec-lmss12.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\ec-lmssbx10.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\ec-lmss10.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\ec-lmss8.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\ec-lmss8.tfm
-INPUT .\tex_dtu_logo.pdf
-INPUT tex_dtu_logo.pdf
-INPUT .\tex_dtu_logo.pdf
-INPUT .\tex_dtu_compute_a_uk.pdf
-INPUT tex_dtu_compute_a_uk.pdf
-INPUT .\tex_dtu_compute_a_uk.pdf
-INPUT .\tex_dtu_compute_a_uk.pdf
-INPUT .\tex_dtu_compute_a_uk.pdf
-INPUT .\tex_dtu_frise.pdf
-INPUT tex_dtu_frise.pdf
-INPUT .\tex_dtu_frise.pdf
-INPUT .\tex_dtu_frise.pdf
-INPUT .\tex_dtu_frise.pdf
-INPUT C:\Users\tuhe\AppData\Local\MiKTeX\pdftex\config\pdftex.map
-INPUT .\osvgs\x_do_not_edit_myoverlay-l1_nofonts.pdf
-INPUT osvgs\x_do_not_edit_myoverlay-l1_nofonts.pdf
-INPUT .\osvgs\x_do_not_edit_myoverlay-l1_nofonts.pdf
-INPUT osvgs\x_do_not_edit_myoverlay-l1_nofonts.pdf
-INPUT .\osvgs\x_do_not_edit_myoverlay-l1_nofonts.pdf
-INPUT .\osvgs\x_do_not_edit_myoverlay-l1_nofonts.pdf
-INPUT .\osvgs\x_do_not_edit_myoverlay-l1_nofonts.pdf
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\t1lmtt.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\t1lmtt.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\t1lmtt.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\t1lmtt.fd
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\ec-lmtt10.tfm
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\ot1lmr.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\ot1lmr.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\ot1lmr.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\ot1lmr.fd
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\rm-lmr10.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\rm-lmr8.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\rm-lmr6.tfm
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\omllmm.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\omllmm.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\omllmm.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\omllmm.fd
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\lmmi10.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\lmmi8.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\lmmi6.tfm
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\omslmsy.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\omslmsy.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\omslmsy.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\omslmsy.fd
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\lmsy10.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\lmsy8.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\lmsy6.tfm
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\omxlmex.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\omxlmex.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\omxlmex.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\lm\omxlmex.fd
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\lm\lmex10.tfm
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\umsa.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\umsa.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\umsa.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\umsa.fd
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\amsfonts\symbols\msam10.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\amsfonts\symbols\msam10.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\amsfonts\symbols\msam7.tfm
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\umsb.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\umsb.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\umsb.fd
-INPUT C:\Program Files\MiKTeX\tex\latex\amsfonts\umsb.fd
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\amsfonts\symbols\msbm10.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\amsfonts\symbols\msbm10.tfm
-INPUT C:\Program Files\MiKTeX\fonts\tfm\public\amsfonts\symbols\msbm7.tfm
-INPUT .\tex_dtu_logo.pdf
-INPUT tex_dtu_logo.pdf
-INPUT .\tex_dtu_logo.pdf
-OUTPUT index.nav
-OUTPUT index.toc
-OUTPUT index.snm
-INPUT index.aux
-INPUT .\index.out
-INPUT .\index.out
-INPUT C:\Program Files\MiKTeX\fonts\enc\dvips\lm\lm-ec.enc
-INPUT C:\Program Files\MiKTeX\fonts\type1\public\lm\lmss10.pfb
-INPUT C:\Program Files\MiKTeX\fonts\type1\public\lm\lmss10.pfb
-INPUT C:\Program Files\MiKTeX\fonts\type1\public\lm\lmss8.pfb
-INPUT C:\Program Files\MiKTeX\fonts\type1\public\lm\lmss8.pfb
-INPUT C:\Program Files\MiKTeX\fonts\type1\public\lm\lmssbx10.pfb
-INPUT C:\Program Files\MiKTeX\fonts\type1\public\lm\lmssbx10.pfb
-INPUT C:\Program Files\MiKTeX\fonts\type1\public\lm\lmtt10.pfb
-INPUT C:\Program Files\MiKTeX\fonts\type1\public\lm\lmtt10.pfb
diff --git a/examples/new_project/index.log b/examples/new_project/index.log
deleted file mode 100644
index d6bdc77368f7bd019dd71a8ceca8757b6f1114b8..0000000000000000000000000000000000000000
--- a/examples/new_project/index.log
+++ /dev/null
@@ -1,1523 +0,0 @@
-This is pdfTeX, Version 3.141592653-2.6-1.40.23 (MiKTeX 21.8) (preloaded format=pdflatex 2021.9.3)  4 SEP 2021 17:32
-entering extended mode
-**./index.tex
-(index.tex
-LaTeX2e <2021-06-01> patch level 1
-L3 programming layer <2021-08-27>
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamer.cls
-Document Class: beamer 2021/05/26 v3.63 A class for typesetting presentations
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasemodes.sty
-(C:\Program Files\MiKTeX\tex/latex/etoolbox\etoolbox.sty
-Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
-\etb@tempcnta=\count182
-)
-\beamer@tempbox=\box50
-\beamer@tempcount=\count183
-\c@beamerpauses=\count184
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasedecode.sty
-\beamer@slideinframe=\count185
-\beamer@minimum=\count186
-\beamer@decode@box=\box51
-)
-\beamer@commentbox=\box52
-\beamer@modecount=\count187
-)
-(C:\Program Files\MiKTeX\tex/generic/iftex\ifpdf.sty
-Package: ifpdf 2019/10/25 v3.4 ifpdf legacy package. Use iftex instead.
-
-(C:\Program Files\MiKTeX\tex/generic/iftex\iftex.sty
-Package: iftex 2020/03/06 v1.0d TeX engine tests
-))
-\headdp=\dimen138
-\footheight=\dimen139
-\sidebarheight=\dimen140
-\beamer@tempdim=\dimen141
-\beamer@finalheight=\dimen142
-\beamer@animht=\dimen143
-\beamer@animdp=\dimen144
-\beamer@animwd=\dimen145
-\beamer@leftmargin=\dimen146
-\beamer@rightmargin=\dimen147
-\beamer@leftsidebar=\dimen148
-\beamer@rightsidebar=\dimen149
-\beamer@boxsize=\dimen150
-\beamer@vboxoffset=\dimen151
-\beamer@descdefault=\dimen152
-\beamer@descriptionwidth=\dimen153
-\beamer@lastskip=\skip47
-\beamer@areabox=\box53
-\beamer@animcurrent=\box54
-\beamer@animshowbox=\box55
-\beamer@sectionbox=\box56
-\beamer@logobox=\box57
-\beamer@linebox=\box58
-\beamer@sectioncount=\count188
-\beamer@subsubsectionmax=\count189
-\beamer@subsectionmax=\count190
-\beamer@sectionmax=\count191
-\beamer@totalheads=\count192
-\beamer@headcounter=\count193
-\beamer@partstartpage=\count194
-\beamer@sectionstartpage=\count195
-\beamer@subsectionstartpage=\count196
-\beamer@animationtempa=\count197
-\beamer@animationtempb=\count198
-\beamer@xpos=\count199
-\beamer@ypos=\count266
-\beamer@ypos@offset=\count267
-\beamer@showpartnumber=\count268
-\beamer@currentsubsection=\count269
-\beamer@coveringdepth=\count270
-\beamer@sectionadjust=\count271
-\beamer@toclastsection=\count272
-\beamer@tocsectionnumber=\count273
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbaseoptions.sty
-(C:\Program Files\MiKTeX\tex/latex/graphics\keyval.sty
-Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
-\KV@toks@=\toks16
-))
-\beamer@paperwidth=\skip48
-\beamer@paperheight=\skip49
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/geometry\geometry.sty
-Package: geometry 2020/01/02 v5.9 Page Geometry
-
-(C:\Program Files\MiKTeX\tex/generic/iftex\ifvtex.sty
-Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
-)
-\Gm@cnth=\count274
-\Gm@cntv=\count275
-\c@Gm@tempcnt=\count276
-\Gm@bindingoffset=\dimen154
-\Gm@wd@mp=\dimen155
-\Gm@odd@mp=\dimen156
-\Gm@even@mp=\dimen157
-\Gm@layoutwidth=\dimen158
-\Gm@layoutheight=\dimen159
-\Gm@layouthoffset=\dimen160
-\Gm@layoutvoffset=\dimen161
-\Gm@dimlist=\toks17
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/geometry\geometry.cfg))
-(C:\Program Files\MiKTeX\tex/latex/base\size11.clo
-File: size11.clo 2021/02/12 v1.4n Standard LaTeX file (size option)
-)
-(C:\Program Files\MiKTeX\tex/latex/pgf/basiclayer\pgfcore.sty
-(C:\Program Files\MiKTeX\tex/latex/graphics\graphicx.sty
-Package: graphicx 2020/12/05 v1.2c Enhanced LaTeX Graphics (DPC,SPQR)
-
-(C:\Program Files\MiKTeX\tex/latex/graphics\graphics.sty
-Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR)
-
-(C:\Program Files\MiKTeX\tex/latex/graphics\trig.sty
-Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
-)
-(C:\Program Files\MiKTeX\tex/latex/graphics-cfg\graphics.cfg
-File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
-)
-Package graphics Info: Driver file: pdftex.def on input line 107.
-
-(C:\Program Files\MiKTeX\tex/latex/graphics-def\pdftex.def
-File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
-))
-\Gin@req@height=\dimen162
-\Gin@req@width=\dimen163
-)
-(C:\Program Files\MiKTeX\tex/latex/pgf/systemlayer\pgfsys.sty
-(C:\Program Files\MiKTeX\tex/latex/pgf/utilities\pgfrcs.sty
-(C:\Program Files\MiKTeX\tex/generic/pgf/utilities\pgfutil-common.tex
-\pgfutil@everybye=\toks18
-\pgfutil@tempdima=\dimen164
-\pgfutil@tempdimb=\dimen165
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/utilities\pgfutil-common-lists.tex))
-(C:\Program Files\MiKTeX\tex/generic/pgf/utilities\pgfutil-latex.def
-\pgfutil@abb=\box59
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/utilities\pgfrcs.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgf\pgf.revision.tex)
-Package: pgfrcs 2021/05/15 v3.1.9a (3.1.9a)
-))
-(C:\Program Files\MiKTeX\tex/generic/pgf/systemlayer\pgfsys.code.tex
-Package: pgfsys 2021/05/15 v3.1.9a (3.1.9a)
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/utilities\pgfkeys.code.tex
-\pgfkeys@pathtoks=\toks19
-\pgfkeys@temptoks=\toks20
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/utilities\pgfkeysfiltered.code.tex
-\pgfkeys@tmptoks=\toks21
-))
-\pgf@x=\dimen166
-\pgf@y=\dimen167
-\pgf@xa=\dimen168
-\pgf@ya=\dimen169
-\pgf@xb=\dimen170
-\pgf@yb=\dimen171
-\pgf@xc=\dimen172
-\pgf@yc=\dimen173
-\pgf@xd=\dimen174
-\pgf@yd=\dimen175
-\w@pgf@writea=\write3
-\r@pgf@reada=\read2
-\c@pgf@counta=\count277
-\c@pgf@countb=\count278
-\c@pgf@countc=\count279
-\c@pgf@countd=\count280
-\t@pgf@toka=\toks22
-\t@pgf@tokb=\toks23
-\t@pgf@tokc=\toks24
-\pgf@sys@id@count=\count281
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/systemlayer\pgf.cfg
-File: pgf.cfg 2021/05/15 v3.1.9a (3.1.9a)
-)
-Driver file for pgf: pgfsys-pdftex.def
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/systemlayer\pgfsys-pdftex.def
-File: pgfsys-pdftex.def 2021/05/15 v3.1.9a (3.1.9a)
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/systemlayer\pgfsys-common-pdf.def
-File: pgfsys-common-pdf.def 2021/05/15 v3.1.9a (3.1.9a)
-)))
-(C:\Program Files\MiKTeX\tex/generic/pgf/systemlayer\pgfsyssoftpath.code.tex
-File: pgfsyssoftpath.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgfsyssoftpath@smallbuffer@items=\count282
-\pgfsyssoftpath@bigbuffer@items=\count283
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/systemlayer\pgfsysprotocol.code.tex
-File: pgfsysprotocol.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-))
-(C:\Program Files\MiKTeX\tex/latex/xcolor\xcolor.sty
-Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)
-
-(C:\Program Files\MiKTeX\tex/latex/graphics-cfg\color.cfg
-File: color.cfg 2016/01/02 v1.6 sample color configuration
-)
-Package xcolor Info: Driver file: pdftex.def on input line 225.
-Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348.
-Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352.
-Package xcolor Info: Model `RGB' extended on input line 1364.
-Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366.
-Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367.
-Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368.
-Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369.
-Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370.
-Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371.
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcore.code.tex
-Package: pgfcore 2021/05/15 v3.1.9a (3.1.9a)
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmath.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathcalc.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathutil.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathparser.code.tex
-\pgfmath@dimen=\dimen176
-\pgfmath@count=\count284
-\pgfmath@box=\box60
-\pgfmath@toks=\toks25
-\pgfmath@stack@operand=\toks26
-\pgfmath@stack@operation=\toks27
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.basic.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.trigonometric.co
-de.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.random.code.tex)
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.comparison.code.
-tex)
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.base.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.round.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.misc.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.integerarithmeti
-cs.code.tex)))
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmathfloat.code.tex
-\c@pgfmathroundto@lastzeros=\count285
-))
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfint.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcorepoints.code.tex
-File: pgfcorepoints.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgf@picminx=\dimen177
-\pgf@picmaxx=\dimen178
-\pgf@picminy=\dimen179
-\pgf@picmaxy=\dimen180
-\pgf@pathminx=\dimen181
-\pgf@pathmaxx=\dimen182
-\pgf@pathminy=\dimen183
-\pgf@pathmaxy=\dimen184
-\pgf@xx=\dimen185
-\pgf@xy=\dimen186
-\pgf@yx=\dimen187
-\pgf@yy=\dimen188
-\pgf@zx=\dimen189
-\pgf@zy=\dimen190
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcorepathconstruct.code.t
-ex
-File: pgfcorepathconstruct.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgf@path@lastx=\dimen191
-\pgf@path@lasty=\dimen192
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcorepathusage.code.tex
-File: pgfcorepathusage.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgf@shorten@end@additional=\dimen193
-\pgf@shorten@start@additional=\dimen194
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcorescopes.code.tex
-File: pgfcorescopes.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgfpic=\box61
-\pgf@hbox=\box62
-\pgf@layerbox@main=\box63
-\pgf@picture@serial@count=\count286
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcoregraphicstate.code.te
-x
-File: pgfcoregraphicstate.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgflinewidth=\dimen195
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcoretransformations.code
-.tex
-File: pgfcoretransformations.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgf@pt@x=\dimen196
-\pgf@pt@y=\dimen197
-\pgf@pt@temp=\dimen198
-) (C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcorequick.code.tex
-File: pgfcorequick.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-) (C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcoreobjects.code.tex
-File: pgfcoreobjects.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcorepathprocessing.code.
-tex
-File: pgfcorepathprocessing.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-) (C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcorearrows.code.tex
-File: pgfcorearrows.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgfarrowsep=\dimen199
-) (C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcoreshade.code.tex
-File: pgfcoreshade.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgf@max=\dimen256
-\pgf@sys@shading@range@num=\count287
-\pgf@shadingcount=\count288
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcoreimage.code.tex
-File: pgfcoreimage.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcoreexternal.code.tex
-File: pgfcoreexternal.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgfexternal@startupbox=\box64
-))
-(C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcorelayers.code.tex
-File: pgfcorelayers.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcoretransparency.code.te
-x
-File: pgfcoretransparency.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-) (C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcorepatterns.code.tex
-File: pgfcorepatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-) (C:\Program Files\MiKTeX\tex/generic/pgf/basiclayer\pgfcorerdf.code.tex
-File: pgfcorerdf.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-)))
-(C:\Program Files\MiKTeX\tex/latex/pgf/utilities\xxcolor.sty
-Package: xxcolor 2003/10/24 ver 0.1
-\XC@nummixins=\count289
-\XC@countmixins=\count290
-)
-(C:\Program Files\MiKTeX\tex/latex/base\atbegshi-ltx.sty
-Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
-package with kernel methods
-)
-(C:\Program Files\MiKTeX\tex/latex/hyperref\hyperref.sty
-Package: hyperref 2021-06-07 v7.00m Hypertext links for LaTeX
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/generic/ltxcmds\ltxcmds.sty
-Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
-)
-(C:\Program Files\MiKTeX\tex/generic/pdftexcmds\pdftexcmds.sty
-Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
-)
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/generic/infwarerr\infwarerr.sty
-Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
-)
-Package pdftexcmds Info: \pdf@primitive is available.
-Package pdftexcmds Info: \pdf@ifprimitive is available.
-Package pdftexcmds Info: \pdfdraftmode found.
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/generic/kvsetkeys\kvsetkeys.sty
-Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/generic/kvdefinekeys\kvdefinekeys.sty
-Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
-) (C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/generic/pdfescape\pdfescape.sty
-Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/hycolor\hycolor.sty
-Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/letltxmacro\letltxmacro.sty
-Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/auxhook\auxhook.sty
-Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/kvoptions\kvoptions.sty
-Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
-)
-\@linkdim=\dimen257
-\Hy@linkcounter=\count291
-\Hy@pagecounter=\count292
-
-(C:\Program Files\MiKTeX\tex/latex/hyperref\pd1enc.def
-File: pd1enc.def 2021-06-07 v7.00m Hyperref: PDFDocEncoding definition (HO)
-Now handling font encoding PD1 ...
-... no UTF-8 mapping file for font encoding PD1
-)
-(C:\Program Files\MiKTeX\tex/latex/hyperref\hyperref-langpatches.def
-File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel la
-nguages
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/generic/intcalc\intcalc.sty
-Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/generic/etexcmds\etexcmds.sty
-Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
-)
-\Hy@SavedSpaceFactor=\count293
-
-(C:\Program Files\MiKTeX\tex/latex/hyperref\puenc.def
-File: puenc.def 2021-06-07 v7.00m Hyperref: PDF Unicode definition (HO)
-Now handling font encoding PU ...
-... no UTF-8 mapping file for font encoding PU
-)
-Package hyperref Info: Option `bookmarks' set `true' on input line 4073.
-Package hyperref Info: Option `bookmarksopen' set `true' on input line 4073.
-Package hyperref Info: Option `implicit' set `false' on input line 4073.
-Package hyperref Info: Hyper figures OFF on input line 4192.
-Package hyperref Info: Link nesting OFF on input line 4197.
-Package hyperref Info: Hyper index ON on input line 4200.
-Package hyperref Info: Plain pages OFF on input line 4207.
-Package hyperref Info: Backreferencing OFF on input line 4212.
-Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals.
-Package hyperref Info: Bookmarks ON on input line 4445.
-\c@Hy@tempcnt=\count294
-
-(C:\Program Files\MiKTeX\tex/latex/url\url.sty
-\Urlmuskip=\muskip16
-Package: url 2013/09/16  ver 3.4  Verb mode for urls, etc.
-)
-LaTeX Info: Redefining \url on input line 4804.
-\XeTeXLinkMargin=\dimen258
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/generic/bitset\bitset.sty
-Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/generic/bigintcalc\bigintcalc.sty
-Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
-)
-))
-\Fld@menulength=\count295
-\Field@Width=\dimen259
-\Fld@charsize=\dimen260
-Package hyperref Info: Hyper figures OFF on input line 6076.
-Package hyperref Info: Link nesting OFF on input line 6081.
-Package hyperref Info: Hyper index ON on input line 6084.
-Package hyperref Info: backreferencing OFF on input line 6091.
-Package hyperref Info: Link coloring OFF on input line 6096.
-Package hyperref Info: Link coloring with OCG OFF on input line 6101.
-Package hyperref Info: PDF/A mode OFF on input line 6106.
-LaTeX Info: Redefining \ref on input line 6146.
-LaTeX Info: Redefining \pageref on input line 6150.
-\Hy@abspage=\count296
-
-
-Package hyperref Message: Stopped early.
-
-)
-Package hyperref Info: Driver (autodetected): hpdftex.
- (C:\Program Files\MiKTeX\tex/latex/hyperref\hpdftex.def
-File: hpdftex.def 2021-06-07 v7.00m Hyperref driver for pdfTeX
-
-(C:\Program Files\MiKTeX\tex/latex/base\atveryend-ltx.sty
-Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atvery packag
-e
-with kernel methods
-)
-\Fld@listcount=\count297
-\c@bookmark@seq@number=\count298
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/rerunfilecheck\rerunfilecheck.s
-ty
-Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/generic/uniquecounter\uniquecounter.s
-ty
-Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
-)
-Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
-86.
-))
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbaserequires.sty
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasecompatibility.
-sty) (C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasefont.sty
-(C:\Program Files\MiKTeX\tex/latex/amsfonts\amssymb.sty
-Package: amssymb 2013/01/14 v3.01 AMS font symbols
-
-(C:\Program Files\MiKTeX\tex/latex/amsfonts\amsfonts.sty
-Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
-\@emptytoks=\toks28
-\symAMSa=\mathgroup4
-\symAMSb=\mathgroup5
-LaTeX Font Info:    Redeclaring math symbol \hbar on input line 98.
-LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
-(Font)                  U/euf/m/n --> U/euf/b/n on input line 106.
-))
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/sansmathaccent\sansmathaccent.s
-ty
-Package: sansmathaccent 2020/01/31
- (C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/koma-script\scrlfile.sty
-Package: scrlfile 2021/06/25 v3.34 KOMA-Script package (file load hooks)
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/koma-script\scrlfile-hook.sty
-Package: scrlfile-hook 2021/06/25 v3.34 KOMA-Script package (using LaTeX hooks)
-
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/koma-script\scrlogo.sty
-Package: scrlogo 2021/06/25 v3.34 KOMA-Script package (logo)
-)))))
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasetranslator.sty
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/translator\translator.sty
-Package: translator 2021-05-31 v1.12d Easy translation of strings in LaTeX
-))
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasemisc.sty)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasetwoscreens.sty
-) (C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbaseoverlay.sty
-\beamer@argscount=\count299
-\beamer@lastskipcover=\skip50
-\beamer@trivlistdepth=\count300
-) (C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasetitle.sty)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasesection.sty
-\c@lecture=\count301
-\c@part=\count302
-\c@section=\count303
-\c@subsection=\count304
-\c@subsubsection=\count305
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbaseframe.sty
-\beamer@framebox=\box65
-\beamer@frametitlebox=\box66
-\beamer@zoombox=\box67
-\beamer@zoomcount=\count306
-\beamer@zoomframecount=\count307
-\beamer@frametextheight=\dimen261
-\c@subsectionslide=\count308
-\beamer@frametopskip=\skip51
-\beamer@framebottomskip=\skip52
-\beamer@frametopskipautobreak=\skip53
-\beamer@framebottomskipautobreak=\skip54
-\beamer@envbody=\toks29
-\framewidth=\dimen262
-\c@framenumber=\count309
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbaseverbatim.sty
-\beamer@verbatimfileout=\write4
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbaseframesize.sty
-\beamer@splitbox=\box68
-\beamer@autobreakcount=\count310
-\beamer@autobreaklastheight=\dimen263
-\beamer@frametitletoks=\toks30
-\beamer@framesubtitletoks=\toks31
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbaseframecomponent
-s.sty
-\beamer@footins=\box69
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasecolor.sty)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasenotes.sty
-\beamer@frameboxcopy=\box70
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasetoc.sty)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasetemplates.sty
-\beamer@sbttoks=\toks32
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbaseauxtemplates.s
-ty (C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbaseboxes.sty
-\bmb@box=\box71
-\bmb@colorbox=\box72
-\bmb@boxwidth=\dimen264
-\bmb@boxheight=\dimen265
-\bmb@prevheight=\dimen266
-\bmb@temp=\dimen267
-\bmb@dima=\dimen268
-\bmb@dimb=\dimen269
-\bmb@prevheight=\dimen270
-)
-\beamer@blockheadheight=\dimen271
-))
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbaselocalstructure
-.sty (C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/tools\enumerate.sty
-Package: enumerate 2015/07/23 v3.00 enumerate extensions (DPC)
-\@enLab=\toks33
-)
-\beamer@bibiconwidth=\skip55
-\c@figure=\count311
-\c@table=\count312
-\abovecaptionskip=\skip56
-\belowcaptionskip=\skip57
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasenavigation.sty
-\beamer@section@min@dim=\dimen272
-) (C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasetheorems.sty
-(C:\Program Files\MiKTeX\tex/latex/amsmath\amsmath.sty
-Package: amsmath 2021/04/20 v2.17j AMS math features
-\@mathmargin=\skip58
-
-For additional information on amsmath, use the `?' option.
-(C:\Program Files\MiKTeX\tex/latex/amsmath\amstext.sty
-Package: amstext 2000/06/29 v2.01 AMS text
-
-(C:\Program Files\MiKTeX\tex/latex/amsmath\amsgen.sty
-File: amsgen.sty 1999/11/30 v2.0 generic functions
-\@emptytoks=\toks34
-\ex@=\dimen273
-))
-(C:\Program Files\MiKTeX\tex/latex/amsmath\amsbsy.sty
-Package: amsbsy 1999/11/29 v1.2d Bold Symbols
-\pmbraise@=\dimen274
-)
-(C:\Program Files\MiKTeX\tex/latex/amsmath\amsopn.sty
-Package: amsopn 2016/03/08 v2.02 operator names
-)
-\inf@bad=\count313
-LaTeX Info: Redefining \frac on input line 234.
-\uproot@=\count314
-\leftroot@=\count315
-LaTeX Info: Redefining \overline on input line 399.
-\classnum@=\count316
-\DOTSCASE@=\count317
-LaTeX Info: Redefining \ldots on input line 496.
-LaTeX Info: Redefining \dots on input line 499.
-LaTeX Info: Redefining \cdots on input line 620.
-\Mathstrutbox@=\box73
-\strutbox@=\box74
-\big@size=\dimen275
-LaTeX Font Info:    Redeclaring font encoding OML on input line 743.
-LaTeX Font Info:    Redeclaring font encoding OMS on input line 744.
-\macc@depth=\count318
-\c@MaxMatrixCols=\count319
-\dotsspace@=\muskip17
-\c@parentequation=\count320
-\dspbrk@lvl=\count321
-\tag@help=\toks35
-\row@=\count322
-\column@=\count323
-\maxfields@=\count324
-\andhelp@=\toks36
-\eqnshift@=\dimen276
-\alignsep@=\dimen277
-\tagshift@=\dimen278
-\tagwidth@=\dimen279
-\totwidth@=\dimen280
-\lineht@=\dimen281
-\@envbody=\toks37
-\multlinegap=\skip59
-\multlinetaggap=\skip60
-\mathdisplay@stack=\toks38
-LaTeX Info: Redefining \[ on input line 2923.
-LaTeX Info: Redefining \] on input line 2924.
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/amscls\amsthm.sty
-Package: amsthm 2020/05/29 v2.20.6
-\thm@style=\toks39
-\thm@bodyfont=\toks40
-\thm@headfont=\toks41
-\thm@notefont=\toks42
-\thm@headpunct=\toks43
-\thm@preskip=\skip61
-\thm@postskip=\skip62
-\thm@headsep=\skip63
-\dth@everypar=\toks44
-)
-\c@theorem=\count325
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerbasethemes.sty))
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerthemedefault.sty
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerfontthemedefault.s
-ty)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamercolorthemedefault.
-sty)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerinnerthemedefault.
-sty
-\beamer@dima=\dimen282
-\beamer@dimb=\dimen283
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerouterthemedefault.
-sty))) (beamer_slider_preamble.tex
-(C:\Program Files\MiKTeX\tex/latex/base\fontenc.sty
-Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
-)
-(C:\Program Files\MiKTeX\tex/latex/base\inputenc.sty
-Package: inputenc 2021/02/14 v1.3d Input encoding file
-\inpenc@prehook=\toks45
-\inpenc@posthook=\toks46
-)
-(C:\Program Files\MiKTeX\tex/generic/babel\babel.sty
-Package: babel 2021/07/22 3.63 The Babel package
-
-(C:\Program Files\MiKTeX\tex/generic/babel\babel.def
-File: babel.def 2021/07/22 3.63 Babel common definitions
-\babel@savecnt=\count326
-\U@D=\dimen284
-\l@unhyphenated=\language79
-
-(C:\Program Files\MiKTeX\tex/generic/babel\txtbabel.def)
-\bbl@readstream=\read3
-)
-LaTeX Info: Redefining \textlatin on input line 730.
-\bbl@dirlevel=\count327
-
-*************************************
-* Local config file bblopts.cfg used
-*
-(C:\Program Files\MiKTeX\tex/latex/arabi\bblopts.cfg
-File: bblopts.cfg 2005/09/08 v0.1 add Arabic and Farsi to "declared" options of
- babel
-)
-(C:\Program Files\MiKTeX\tex/latex/babel-english\english.ldf
-Language: english 2017/06/06 v3.3r English support from the babel system
-Package babel Info: Hyphen rules for 'canadian' set to \l@english
-(babel)             (\language0). Reported on input line 102.
-Package babel Info: Hyphen rules for 'australian' set to \l@ukenglish
-(babel)             (\language73). Reported on input line 105.
-Package babel Info: Hyphen rules for 'newzealand' set to \l@ukenglish
-(babel)             (\language73). Reported on input line 108.
-))
-(C:\Program Files\MiKTeX\tex/latex/pgfplots\pgfplots.sty
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplots.revision.tex)
-Package: pgfplots 2021/05/15 v1.18.1 Data Visualization (1.18.1)
-
-(C:\Program Files\MiKTeX\tex/latex/pgf/frontendlayer\tikz.sty
-(C:\Program Files\MiKTeX\tex/latex/pgf/basiclayer\pgf.sty
-Package: pgf 2021/05/15 v3.1.9a (3.1.9a)
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/modules\pgfmoduleshapes.code.tex
-File: pgfmoduleshapes.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgfnodeparttextbox=\box75
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/modules\pgfmoduleplot.code.tex
-File: pgfmoduleplot.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-)
-(C:\Program Files\MiKTeX\tex/latex/pgf/compatibility\pgfcomp-version-0-65.sty
-Package: pgfcomp-version-0-65 2021/05/15 v3.1.9a (3.1.9a)
-\pgf@nodesepstart=\dimen285
-\pgf@nodesepend=\dimen286
-)
-(C:\Program Files\MiKTeX\tex/latex/pgf/compatibility\pgfcomp-version-1-18.sty
-Package: pgfcomp-version-1-18 2021/05/15 v3.1.9a (3.1.9a)
-)) (C:\Program Files\MiKTeX\tex/latex/pgf/utilities\pgffor.sty
-(C:\Program Files\MiKTeX\tex/latex/pgf/utilities\pgfkeys.sty
-(C:\Program Files\MiKTeX\tex/generic/pgf/utilities\pgfkeys.code.tex))
-(C:\Program Files\MiKTeX\tex/latex/pgf/math\pgfmath.sty
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmath.code.tex))
-(C:\Program Files\MiKTeX\tex/generic/pgf/utilities\pgffor.code.tex
-Package: pgffor 2021/05/15 v3.1.9a (3.1.9a)
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/math\pgfmath.code.tex)
-\pgffor@iter=\dimen287
-\pgffor@skip=\dimen288
-\pgffor@stack=\toks47
-\pgffor@toks=\toks48
-))
-(C:\Program Files\MiKTeX\tex/generic/pgf/frontendlayer/tikz\tikz.code.tex
-Package: tikz 2021/05/15 v3.1.9a (3.1.9a)
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/libraries\pgflibraryplothandlers.code.
-tex
-File: pgflibraryplothandlers.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgf@plot@mark@count=\count328
-\pgfplotmarksize=\dimen289
-)
-\tikz@lastx=\dimen290
-\tikz@lasty=\dimen291
-\tikz@lastxsaved=\dimen292
-\tikz@lastysaved=\dimen293
-\tikz@lastmovetox=\dimen294
-\tikz@lastmovetoy=\dimen295
-\tikzleveldistance=\dimen296
-\tikzsiblingdistance=\dimen297
-\tikz@figbox=\box76
-\tikz@figbox@bg=\box77
-\tikz@tempbox=\box78
-\tikz@tempbox@bg=\box79
-\tikztreelevel=\count329
-\tikznumberofchildren=\count330
-\tikznumberofcurrentchild=\count331
-\tikz@fig@count=\count332
- (C:\Program Files\MiKTeX\tex/generic/pgf/modules\pgfmodulematrix.code.tex
-File: pgfmodulematrix.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-\pgfmatrixcurrentrow=\count333
-\pgfmatrixcurrentcolumn=\count334
-\pgf@matrix@numberofcolumns=\count335
-)
-\tikz@expandcount=\count336
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/frontendlayer/tikz/libraries\tikzlibra
-rytopaths.code.tex
-File: tikzlibrarytopaths.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-)))
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplots.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplotscore.code.tex
-\t@pgfplots@toka=\toks49
-\t@pgfplots@tokb=\toks50
-\t@pgfplots@tokc=\toks51
-\pgfplots@tmpa=\dimen298
-\c@pgfplots@coordindex=\count337
-\c@pgfplots@scanlineindex=\count338
-
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/sys\pgfplotssysgeneric.code.tex))
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/libs\pgfplotslibrary.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/oldpgfcompatib\pgfplotsoldpgfsupp
-_loader.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgf/libraries\pgflibraryfpu.code.tex))
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/util\pgfplotsutil.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/liststructure\pgfplotsliststructu
-re.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/liststructure\pgfplotsliststructu
-reext.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/liststructure\pgfplotsarray.code.
-tex
-\c@pgfplotsarray@tmp=\count339
-)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/liststructure\pgfplotsmatrix.code
-.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/numtable\pgfplotstableshared.code
-.tex
-\c@pgfplotstable@counta=\count340
-\t@pgfplotstable@a=\toks52
-)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/liststructure\pgfplotsdeque.code.
-tex) (C:\Program Files\MiKTeX\tex/generic/pgfplots/util\pgfplotsbinary.code.tex
-
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/util\pgfplotsbinary.data.code.tex
-))
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/util\pgfplotsutil.verb.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/libs\pgflibrarypgfplots.surfshadi
-ng.code.tex
-\c@pgfplotslibrarysurf@no=\count341
-
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/sys\pgflibrarypgfplots.surfshadin
-g.pgfsys-pdftex.def)))
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/util\pgfplotscolormap.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/util\pgfplotscolor.code.tex))
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplotsstackedplots.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplotsplothandlers.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplotsmeshplothandler.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplotsmeshplotimage.code.tex)))
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplots.scaling.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplotscoordprocessing.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplots.errorbars.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplots.markers.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplotsticks.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgfplots\pgfplots.paths.code.tex)
-(C:\Program Files\MiKTeX\tex/generic/pgf/frontendlayer/tikz/libraries\tikzlibra
-rydecorations.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgf/modules\pgfmoduledecorations.code.tex
-\pgfdecoratedcompleteddistance=\dimen299
-\pgfdecoratedremainingdistance=\dimen300
-\pgfdecoratedinputsegmentcompleteddistance=\dimen301
-\pgfdecoratedinputsegmentremainingdistance=\dimen302
-\pgf@decorate@distancetomove=\dimen303
-\pgf@decorate@repeatstate=\count342
-\pgfdecorationsegmentamplitude=\dimen304
-\pgfdecorationsegmentlength=\dimen305
-)
-\tikz@lib@dec@box=\box80
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/frontendlayer/tikz/libraries\tikzlibra
-rydecorations.pathmorphing.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgf/libraries/decorations\pgflibrarydecora
-tions.pathmorphing.code.tex))
-(C:\Program Files\MiKTeX\tex/generic/pgf/frontendlayer/tikz/libraries\tikzlibra
-rydecorations.pathreplacing.code.tex
-(C:\Program Files\MiKTeX\tex/generic/pgf/libraries/decorations\pgflibrarydecora
-tions.pathreplacing.code.tex))
-(C:\Program Files\MiKTeX\tex/generic/pgfplots/libs\tikzlibrarypgfplots.contourl
-ua.code.tex)
-\pgfplots@numplots=\count343
-\pgfplots@xmin@reg=\dimen306
-\pgfplots@xmax@reg=\dimen307
-\pgfplots@ymin@reg=\dimen308
-\pgfplots@ymax@reg=\dimen309
-\pgfplots@zmin@reg=\dimen310
-\pgfplots@zmax@reg=\dimen311
-)
-(C:\Program Files\MiKTeX\tex/generic/pgf/frontendlayer/tikz/libraries\tikzlibra
-ryplotmarks.code.tex
-File: tikzlibraryplotmarks.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-
-(C:\Program Files\MiKTeX\tex/generic/pgf/libraries\pgflibraryplotmarks.code.tex
-File: pgflibraryplotmarks.code.tex 2021/05/15 v3.1.9a (3.1.9a)
-))) (C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/booktabs\booktabs.sty
-Package: booktabs 2020/01/12 v1.61803398 Publication quality tables
-\heavyrulewidth=\dimen312
-\lightrulewidth=\dimen313
-\cmidrulewidth=\dimen314
-\belowrulesep=\dimen315
-\belowbottomsep=\dimen316
-\aboverulesep=\dimen317
-\abovetopsep=\dimen318
-\cmidrulesep=\dimen319
-\cmidrulekern=\dimen320
-\defaultaddspace=\dimen321
-\@cmidla=\count344
-\@cmidlb=\count345
-\@aboverulesep=\dimen322
-\@belowrulesep=\dimen323
-\@thisruleclass=\count346
-\@lastruleclass=\count347
-\@thisrulewidth=\dimen324
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/siunitx\siunitx.sty
-Package: siunitx 2021-08-27 v3.0.28 A comprehensive (SI) units package
-\l__siunitx_angle_tmp_dim=\dimen325
-\l__siunitx_angle_marker_box=\box81
-\l__siunitx_angle_unit_box=\box82
-\l__siunitx_compound_count_int=\count348
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/translations\translations.sty
-Package: translations 2021/01/17 v1.10a internationalization of LaTeX2e package
-s (CN)
-)
-\l__siunitx_number_exponent_fixed_int=\count349
-\l__siunitx_number_min_decimal_int=\count350
-\l__siunitx_number_min_integer_int=\count351
-\l__siunitx_number_round_precision_int=\count352
-\l__siunitx_number_group_minimum_int=\count353
-\l__siunitx_table_tmp_box=\box83
-\l__siunitx_table_tmp_dim=\dimen326
-\l__siunitx_table_column_width_dim=\dimen327
-\l__siunitx_table_integer_box=\box84
-\l__siunitx_table_decimal_box=\box85
-\l__siunitx_table_before_box=\box86
-\l__siunitx_table_after_box=\box87
-\l__siunitx_table_before_dim=\dimen328
-\l__siunitx_table_carry_dim=\dimen329
-\l__siunitx_unit_tmp_int=\count354
-\l__siunitx_unit_position_int=\count355
-\l__siunitx_unit_total_int=\count356
-
-(C:\Program Files\MiKTeX\tex/latex/l3packages/l3keys2e\l3keys2e.sty
-(C:\Program Files\MiKTeX\tex/latex/l3kernel\expl3.sty
-Package: expl3 2021-08-27 L3 programming layer (loader) 
-
-(C:\Program Files\MiKTeX\tex/latex/l3backend\l3backend-pdftex.def
-File: l3backend-pdftex.def 2021-08-04 L3 backend support: PDF output (pdfTeX)
-\l__color_backend_stack_int=\count357
-\l__pdf_internal_box=\box88
-))
-Package: l3keys2e 2021-08-27 LaTeX2e option processing using LaTeX3 keys
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/tools\array.sty
-Package: array 2021/04/20 v2.5e Tabular extension package (FMi)
-\col@sep=\dimen330
-\ar@mcellbox=\box89
-\extrarowheight=\dimen331
-\NC@list=\toks53
-\extratabsurround=\skip64
-\backup@length=\skip65
-\ar@cellbox=\box90
-))
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/svg\svg.sty
-Package: svg 2020/11/26 v2.02k (include SVG pictures)
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/koma-script\scrbase.sty
-Package: scrbase 2021/06/25 v3.34 KOMA-Script package (KOMA-Script-independent 
-basics and keyval usage)
-Applying: [2021/05/01] Usage of raw or classic option list on input line 252.
-Already applied: [0000/00/00] Usage of raw or classic option list on input line
- 368.
-)
-(C:\Program Files\MiKTeX\tex/latex/trimspaces\trimspaces.sty
-Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/tools\shellesc.sty
-Package: shellesc 2019/11/08 v1.0c unified shell escape interface for LaTeX
-Package shellesc Info: Unrestricted shell escape enabled on input line 75.
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/ifplatform\ifplatform.sty
-Package: ifplatform 2017/10/13 v0.4a Testing for the operating system
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/generic/catchfile\catchfile.sty
-Package: catchfile 2019/12/09 v1.8 Catch the contents of a file (HO)
-)
-(C:\Program Files\MiKTeX\tex/generic/iftex\ifluatex.sty
-Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead.
-))
-\c@svg@param@lastpage=\count358
-\svg@box=\box91
-\c@svg@param@currpage=\count359
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/transparent\transparent.sty
-Package: transparent 2019/11/29 v1.4 Transparency via pdfTeX's color stack (HO)
-
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/pmboxdraw\pmboxdraw.sty
-Package: pmboxdraw 2019/12/05 v1.4 Poor man's box drawing characters (HO)
-Now handling font encoding pmboxdraw ...
-... processing UTF-8 mapping file for font encoding pmboxdraw
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/pmboxdraw\pmboxdrawenc.dfu
-File: pmboxdrawenc.dfu 2019/12/05 v1.4 UTF-8 support for box drawing characters
-
-   defining Unicode char U+2500 (decimal 9472)
-   defining Unicode char U+2501 (decimal 9473)
-   defining Unicode char U+2502 (decimal 9474)
-   defining Unicode char U+2503 (decimal 9475)
-   defining Unicode char U+250C (decimal 9484)
-   defining Unicode char U+250D (decimal 9485)
-   defining Unicode char U+250E (decimal 9486)
-   defining Unicode char U+250F (decimal 9487)
-   defining Unicode char U+2510 (decimal 9488)
-   defining Unicode char U+2511 (decimal 9489)
-   defining Unicode char U+2512 (decimal 9490)
-   defining Unicode char U+2513 (decimal 9491)
-   defining Unicode char U+2514 (decimal 9492)
-   defining Unicode char U+2515 (decimal 9493)
-   defining Unicode char U+2516 (decimal 9494)
-   defining Unicode char U+2517 (decimal 9495)
-   defining Unicode char U+2518 (decimal 9496)
-   defining Unicode char U+2519 (decimal 9497)
-   defining Unicode char U+251A (decimal 9498)
-   defining Unicode char U+251B (decimal 9499)
-   defining Unicode char U+251C (decimal 9500)
-   defining Unicode char U+251D (decimal 9501)
-   defining Unicode char U+251E (decimal 9502)
-   defining Unicode char U+251F (decimal 9503)
-   defining Unicode char U+2520 (decimal 9504)
-   defining Unicode char U+2521 (decimal 9505)
-   defining Unicode char U+2522 (decimal 9506)
-   defining Unicode char U+2523 (decimal 9507)
-   defining Unicode char U+2524 (decimal 9508)
-   defining Unicode char U+252C (decimal 9516)
-   defining Unicode char U+252D (decimal 9517)
-   defining Unicode char U+252E (decimal 9518)
-   defining Unicode char U+252F (decimal 9519)
-   defining Unicode char U+2530 (decimal 9520)
-   defining Unicode char U+2531 (decimal 9521)
-   defining Unicode char U+2532 (decimal 9522)
-   defining Unicode char U+2533 (decimal 9523)
-   defining Unicode char U+2534 (decimal 9524)
-   defining Unicode char U+2535 (decimal 9525)
-   defining Unicode char U+2536 (decimal 9526)
-   defining Unicode char U+2537 (decimal 9527)
-   defining Unicode char U+2538 (decimal 9528)
-   defining Unicode char U+2539 (decimal 9529)
-   defining Unicode char U+253A (decimal 9530)
-   defining Unicode char U+253B (decimal 9531)
-   defining Unicode char U+253C (decimal 9532)
-   defining Unicode char U+253D (decimal 9533)
-   defining Unicode char U+253E (decimal 9534)
-   defining Unicode char U+253F (decimal 9535)
-   defining Unicode char U+2540 (decimal 9536)
-   defining Unicode char U+2541 (decimal 9537)
-   defining Unicode char U+2542 (decimal 9538)
-   defining Unicode char U+2543 (decimal 9539)
-   defining Unicode char U+2544 (decimal 9540)
-   defining Unicode char U+2545 (decimal 9541)
-   defining Unicode char U+2546 (decimal 9542)
-   defining Unicode char U+2547 (decimal 9543)
-   defining Unicode char U+2548 (decimal 9544)
-   defining Unicode char U+2549 (decimal 9545)
-   defining Unicode char U+254A (decimal 9546)
-   defining Unicode char U+254B (decimal 9547)
-   defining Unicode char U+2550 (decimal 9552)
-   defining Unicode char U+2551 (decimal 9553)
-   defining Unicode char U+2552 (decimal 9554)
-   defining Unicode char U+2553 (decimal 9555)
-   defining Unicode char U+2554 (decimal 9556)
-   defining Unicode char U+2555 (decimal 9557)
-   defining Unicode char U+2556 (decimal 9558)
-   defining Unicode char U+2557 (decimal 9559)
-   defining Unicode char U+2558 (decimal 9560)
-   defining Unicode char U+2559 (decimal 9561)
-   defining Unicode char U+255A (decimal 9562)
-   defining Unicode char U+255B (decimal 9563)
-   defining Unicode char U+255C (decimal 9564)
-   defining Unicode char U+255D (decimal 9565)
-   defining Unicode char U+255E (decimal 9566)
-   defining Unicode char U+255F (decimal 9567)
-   defining Unicode char U+2560 (decimal 9568)
-   defining Unicode char U+2561 (decimal 9569)
-   defining Unicode char U+2562 (decimal 9570)
-   defining Unicode char U+2563 (decimal 9571)
-   defining Unicode char U+2564 (decimal 9572)
-   defining Unicode char U+2565 (decimal 9573)
-   defining Unicode char U+2566 (decimal 9574)
-   defining Unicode char U+2567 (decimal 9575)
-   defining Unicode char U+2568 (decimal 9576)
-   defining Unicode char U+2569 (decimal 9577)
-   defining Unicode char U+256A (decimal 9578)
-   defining Unicode char U+256B (decimal 9579)
-   defining Unicode char U+256C (decimal 9580)
-   defining Unicode char U+2574 (decimal 9588)
-   defining Unicode char U+2575 (decimal 9589)
-   defining Unicode char U+2576 (decimal 9590)
-   defining Unicode char U+2577 (decimal 9591)
-   defining Unicode char U+2578 (decimal 9592)
-   defining Unicode char U+2579 (decimal 9593)
-   defining Unicode char U+257A (decimal 9594)
-   defining Unicode char U+257B (decimal 9595)
-   defining Unicode char U+257C (decimal 9596)
-   defining Unicode char U+257D (decimal 9597)
-   defining Unicode char U+257E (decimal 9598)
-   defining Unicode char U+257F (decimal 9599)
-   defining Unicode char U+2580 (decimal 9600)
-   defining Unicode char U+2581 (decimal 9601)
-   defining Unicode char U+2582 (decimal 9602)
-   defining Unicode char U+2583 (decimal 9603)
-   defining Unicode char U+2584 (decimal 9604)
-   defining Unicode char U+2585 (decimal 9605)
-   defining Unicode char U+2586 (decimal 9606)
-   defining Unicode char U+2587 (decimal 9607)
-   defining Unicode char U+2588 (decimal 9608)
-   defining Unicode char U+2589 (decimal 9609)
-   defining Unicode char U+258A (decimal 9610)
-   defining Unicode char U+258B (decimal 9611)
-   defining Unicode char U+258C (decimal 9612)
-   defining Unicode char U+258D (decimal 9613)
-   defining Unicode char U+258E (decimal 9614)
-   defining Unicode char U+258F (decimal 9615)
-   defining Unicode char U+2590 (decimal 9616)
-   defining Unicode char U+2591 (decimal 9617)
-   defining Unicode char U+2592 (decimal 9618)
-   defining Unicode char U+2593 (decimal 9619)
-   defining Unicode char U+2594 (decimal 9620)
-   defining Unicode char U+2595 (decimal 9621)
-   defining Unicode char U+2596 (decimal 9622)
-   defining Unicode char U+2597 (decimal 9623)
-   defining Unicode char U+2598 (decimal 9624)
-   defining Unicode char U+2599 (decimal 9625)
-   defining Unicode char U+259A (decimal 9626)
-   defining Unicode char U+259B (decimal 9627)
-   defining Unicode char U+259C (decimal 9628)
-   defining Unicode char U+259D (decimal 9629)
-   defining Unicode char U+259E (decimal 9630)
-   defining Unicode char U+259F (decimal 9631)
-)
-\pmbd@W=\dimen332
-\pmbd@H=\dimen333
-\pmbd@L=\dimen334
-\pmbd@Thin=\dimen335
-\pmbd@Thick=\dimen336
-\pmbd@Sep=\dimen337
-)
-(beamerthemeDTU.sty
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/datetime\datetime.sty
-Package: datetime 2015/03/20 v2.60 Date Time Package
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/fmtcount\fmtcount.sty
-Package: fmtcount 2020/01/30 v3.07
-
-(C:\Program Files\MiKTeX\tex/latex/base\ifthen.sty
-Package: ifthen 2020/11/24 v1.1c Standard LaTeX ifthen package (DPC)
-)
-(C:\Program Files\MiKTeX\tex/latex/xkeyval\xkeyval.sty
-Package: xkeyval 2020/11/20 v2.8 package option processing (HA)
-
-(C:\Program Files\MiKTeX\tex/generic/xkeyval\xkeyval.tex
-(C:\Program Files\MiKTeX\tex/generic/xkeyval\xkvutils.tex
-\XKV@toks=\toks54
-\XKV@tempa@toks=\toks55
-)
-\XKV@depth=\count360
-File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
-))
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/fmtcount\fcprefix.sty
-Package: fcprefix 2012/09/28
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/fmtcount\fcnumparser.sty
-Package: fcnumparser 2017/06/15
-\fc@digit@counter=\count361
-))
-\c@padzeroesN=\count362
-\fc@tmpcatcode=\count363
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/fmtcount\fc-english.def
-File: fc-english.def 2016/01/12
-)
-\@DT@modctr=\count364
-\@ordinalctr=\count365
-\@orgargctr=\count366
-\@strctr=\count367
-\@tmpstrctr=\count368
-\@DT@loopN=\count369
-\@DT@X=\count370
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/datetime\datetime-defaults.sty
-Package: datetime-defaults 2013/09/10
-)
-\@day=\count371
-\@month=\count372
-\@year=\count373
-\c@HOUR=\count374
-\c@HOURXII=\count375
-\c@MINUTE=\count376
-\c@TOHOUR=\count377
-\c@TOMINUTE=\count378
-\c@SECOND=\count379
-\currenthour=\count380
-\currentminute=\count381
-\currentsecond=\count382
-Package datetime Info: No datetime.cfg file found, using default settings on in
-put line 308.
-\@dtctr=\count383
-\dayofyear=\count384
-\dayofweek=\count385
-LaTeX Info: Redefining \today on input line 736.
-\dt@a=\toks56
-\dt@b=\toks57
-) (C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/tools\calc.sty
-Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
-\calc@Acount=\count386
-\calc@Bcount=\count387
-\calc@Adimen=\dimen338
-\calc@Bdimen=\dimen339
-\calc@Askip=\skip66
-\calc@Bskip=\skip67
-LaTeX Info: Redefining \setlength on input line 80.
-LaTeX Info: Redefining \addtolength on input line 81.
-\calc@Ccount=\count388
-\calc@Cskip=\skip68
-)
-Class  Info: The file departments.tex with department logo file naming has been
- loaded. on input line 21.
-
-(departments.tex) (beamerfontthemeDTU.sty
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/beamer\beamerfontthemeprofessio
-nalfonts.sty)) (beamerouterthemeDTU.sty) (beamerinnerthemeDTU.sty)
-(beamercolorthemeDTU.sty
-Package dtubeamer Info: Successfully loaded the DTU colours. on input line 22.
- (dtucolours.tex))
-\widthframenumber=\skip69
-\widthdepartment=\skip70
-\widthtitle=\skip71
-\widthdate=\skip72
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/textpos\textpos.sty
-Package: textpos 2020/09/26 v1.10
-
-Package: textpos 2020/09/26 1.10, absolute positioning of text on the page
-Package textpos Info: choosing support for LaTeX3 on input line 61.
-\TP@textbox=\box92
-\TP@holdbox=\box93
-\TPHorizModule=\dimen340
-\TPVertModule=\dimen341
-\TP@margin=\dimen342
-\TP@absmargin=\dimen343
-Grid set 16 x 16 = 24.89616pt x 18.67212pt
-\TPboxrulesize=\dimen344
-\TP@ox=\dimen345
-\TP@oy=\dimen346
-\TP@tbargs=\toks58
-TextBlockOrigin set to 0pt x 0pt
-)
-TextBlockOrigin set to 0mm x 0mm
-(C:\Program Files\MiKTeX\tex/latex/lm\lmodern.sty
-Package: lmodern 2009/10/30 v1.6 Latin Modern Fonts
-LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
-(Font)                  OT1/cmr/m/n --> OT1/lmr/m/n on input line 22.
-LaTeX Font Info:    Overwriting symbol font `letters' in version `normal'
-(Font)                  OML/cmm/m/it --> OML/lmm/m/it on input line 23.
-LaTeX Font Info:    Overwriting symbol font `symbols' in version `normal'
-(Font)                  OMS/cmsy/m/n --> OMS/lmsy/m/n on input line 24.
-LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `normal'
-(Font)                  OMX/cmex/m/n --> OMX/lmex/m/n on input line 25.
-LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
-(Font)                  OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 26.
-LaTeX Font Info:    Overwriting symbol font `letters' in version `bold'
-(Font)                  OML/cmm/b/it --> OML/lmm/b/it on input line 27.
-LaTeX Font Info:    Overwriting symbol font `symbols' in version `bold'
-(Font)                  OMS/cmsy/b/n --> OMS/lmsy/b/n on input line 28.
-LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `bold'
-(Font)                  OMX/cmex/m/n --> OMX/lmex/m/n on input line 29.
-LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
-(Font)                  OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 31.
-LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `normal'
-(Font)                  OT1/cmss/m/n --> OT1/lmss/m/n on input line 32.
-LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
-(Font)                  OT1/cmr/m/it --> OT1/lmr/m/it on input line 33.
-LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `normal'
-(Font)                  OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 34.
-LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
-(Font)                  OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 35.
-LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
-(Font)                  OT1/cmss/bx/n --> OT1/lmss/bx/n on input line 36.
-LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
-(Font)                  OT1/cmr/bx/it --> OT1/lmr/bx/it on input line 37.
-LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
-(Font)                  OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 38.
-))
-LaTeX Font Info:    Trying to load font information for T1+lmss on input line 1
-2.
-
-(C:\Program Files\MiKTeX\tex/latex/lm\t1lmss.fd
-File: t1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern
-) (index.aux)
-\openout1 = `index.aux'.
-
-LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 12.
-LaTeX Font Info:    ... okay on input line 12.
-LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 12.
-LaTeX Font Info:    ... okay on input line 12.
-LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 12.
-LaTeX Font Info:    ... okay on input line 12.
-LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 12.
-LaTeX Font Info:    ... okay on input line 12.
-LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line 12.
-LaTeX Font Info:    ... okay on input line 12.
-LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 12.
-LaTeX Font Info:    ... okay on input line 12.
-LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 12.
-LaTeX Font Info:    ... okay on input line 12.
-LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 12.
-LaTeX Font Info:    ... okay on input line 12.
-LaTeX Font Info:    Checking defaults for PU/pdf/m/n on input line 12.
-LaTeX Font Info:    ... okay on input line 12.
-LaTeX Font Info:    Checking defaults for pmboxdraw/pmboxdraw/m/n on input line
- 12.
-LaTeX Font Info:    ... okay on input line 12.
-
-*geometry* driver: auto-detecting
-*geometry* detected driver: pdftex
-*geometry* verbose mode - [ preamble ] result:
-* driver: pdftex
-* paper: custom
-* layout: <same size as paper>
-* layoutoffset:(h,v)=(0.0pt,0.0pt)
-* modes: includehead includefoot 
-* h-part:(L,W,R)=(26.64667pt, 347.32933pt, 24.36267pt)
-* v-part:(T,H,B)=(0.0pt, 298.7541pt, 0.0pt)
-* \paperwidth=398.33867pt
-* \paperheight=298.7541pt
-* \textwidth=347.32933pt
-* \textheight=270.30138pt
-* \oddsidemargin=-45.62332pt
-* \evensidemargin=-45.62332pt
-* \topmargin=-72.26999pt
-* \headheight=14.22636pt
-* \headsep=0.0pt
-* \topskip=11.0pt
-* \footskip=14.22636pt
-* \marginparwidth=4.0pt
-* \marginparsep=10.0pt
-* \columnsep=10.0pt
-* \skip\footins=10.0pt plus 4.0pt minus 2.0pt
-* \hoffset=0.0pt
-* \voffset=0.0pt
-* \mag=1000
-* \@twocolumnfalse
-* \@twosidefalse
-* \@mparswitchfalse
-* \@reversemarginfalse
-* (1in=72.27pt=25.4mm, 1cm=28.453pt)
-
-(C:\Program Files\MiKTeX\tex/context/base/mkii\supp-pdf.mkii
-[Loading MPS to PDF converter (version 2006.09.02).]
-\scratchcounter=\count389
-\scratchdimen=\dimen347
-\scratchbox=\box94
-\nofMPsegments=\count390
-\nofMParguments=\count391
-\everyMPshowfont=\toks59
-\MPscratchCnt=\count392
-\MPscratchDim=\dimen348
-\MPnumerator=\count393
-\makeMPintoPDFobject=\count394
-\everyMPtoPDFconversion=\toks60
-) (C:\Program Files\MiKTeX\tex/latex/epstopdf-pkg\epstopdf-base.sty
-Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
-Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
-85.
-
-(C:\Program Files\MiKTeX\tex/latex/00miktex\epstopdf-sys.cfg
-File: epstopdf-sys.cfg 2021/03/18 v2.0 Configuration of epstopdf for MiKTeX
-))
-Package hyperref Info: Link coloring OFF on input line 12.
-
-(C:\Program Files\MiKTeX\tex/latex/hyperref\nameref.sty
-Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/refcount\refcount.sty
-Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/generic/gettitlestring\gettitlestring
-.sty
-Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
-)
-\c@section@level=\count395
-)
-LaTeX Info: Redefining \ref on input line 12.
-LaTeX Info: Redefining \pageref on input line 12.
-LaTeX Info: Redefining \nameref on input line 12.
- (index.out) (index.out)
-\@outlinefile=\write5
-\openout5 = `index.out'.
-
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/translator\translator-basic-dic
-tionary-English.dict
-Dictionary: translator-basic-dictionary, Language: English 
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/translator\translator-bibliogra
-phy-dictionary-English.dict
-Dictionary: translator-bibliography-dictionary, Language: English 
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/translator\translator-environme
-nt-dictionary-English.dict
-Dictionary: translator-environment-dictionary, Language: English 
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/translator\translator-months-di
-ctionary-English.dict
-Dictionary: translator-months-dictionary, Language: English 
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/translator\translator-numbers-d
-ictionary-English.dict
-Dictionary: translator-numbers-dictionary, Language: English 
-)
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/translator\translator-theorem-d
-ictionary-English.dict
-Dictionary: translator-theorem-dictionary, Language: English 
-)
-Package pgfplots notification 'compat/show suggested version=true': document ha
-s been generated with the most recent feature set (\pgfplotsset{compat=1.18}).
-
-
-(C:\Users\tuhe\AppData\Roaming\MiKTeX\tex/latex/translations/dicts\translations
--basic-dictionary-english.trsl
-File: translations-basic-dictionary-english.trsl (english translation file `tra
-nslations-basic-dictionary')
-)
-Package translations Info: loading dictionary `translations-basic-dictionary' f
-or `english'. on input line 12.
- (index.nav)
-<tex_dtu_logo.pdf, id=12, 38.98967pt x 56.87248pt>
-File: tex_dtu_logo.pdf Graphic file (type pdf)
-<use tex_dtu_logo.pdf>
-Package pdftex.def Info: tex_dtu_logo.pdf  used on input line 12.
-(pdftex.def)             Requested size: 15.69382pt x 22.89177pt.
-File: tex_dtu_logo.pdf Graphic file (type pdf)
-<use tex_dtu_logo.pdf>
-Package pdftex.def Info: tex_dtu_logo.pdf  used on input line 15.
-(pdftex.def)             Requested size: 15.69382pt x 22.89177pt.
-<tex_dtu_compute_a_uk.pdf, id=13, 309.17804pt x 36.72722pt>
-File: tex_dtu_compute_a_uk.pdf Graphic file (type pdf)
-<use tex_dtu_compute_a_uk.pdf>
-Package pdftex.def Info: tex_dtu_compute_a_uk.pdf  used on input line 15.
-(pdftex.def)             Requested size: 225.61316pt x 26.80016pt.
-<tex_dtu_frise.pdf, id=14, 959.585pt x 353.32pt>
-File: tex_dtu_frise.pdf Graphic file (type pdf)
-<use tex_dtu_frise.pdf>
-Package pdftex.def Info: tex_dtu_frise.pdf  used on input line 15.
-(pdftex.def)             Requested size: 276.85223pt x 101.93542pt.
- [1
-
-{C:/Users/tuhe/AppData/Local/MiKTeX/pdftex/config/pdftex.map} <./tex_dtu_logo.p
-df> <./tex_dtu_compute_a_uk.pdf
-
-pdfTeX warning: pdflatex (file ./tex_dtu_compute_a_uk.pdf): PDF inclusion: mult
-iple pdfs with page group included in a single page
-> <./tex_dtu_frise.pdf>]
-<osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf, id=29, 398.3382pt x 298.75415pt>
-
-File: osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf Graphic file (type pdf)
-<use osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf>
-Package pdftex.def Info: osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf  used on 
-input line 20.
-(pdftex.def)             Requested size: 398.33867pt x 298.77165pt.
-LaTeX Font Info:    Trying to load font information for T1+lmtt on input line 2
-0.
- (C:\Program Files\MiKTeX\tex/latex/lm\t1lmtt.fd
-File: t1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern
-)
-LaTeX Font Info:    Trying to load font information for OT1+lmr on input line 2
-0.
-
-(C:\Program Files\MiKTeX\tex/latex/lm\ot1lmr.fd
-File: ot1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
-)
-LaTeX Font Info:    Trying to load font information for OML+lmm on input line 2
-0.
-
-(C:\Program Files\MiKTeX\tex/latex/lm\omllmm.fd
-File: omllmm.fd 2009/10/30 v1.6 Font defs for Latin Modern
-)
-LaTeX Font Info:    Trying to load font information for OMS+lmsy on input line 
-20.
-
-(C:\Program Files\MiKTeX\tex/latex/lm\omslmsy.fd
-File: omslmsy.fd 2009/10/30 v1.6 Font defs for Latin Modern
-)
-LaTeX Font Info:    Trying to load font information for OMX+lmex on input line 
-20.
-
-(C:\Program Files\MiKTeX\tex/latex/lm\omxlmex.fd
-File: omxlmex.fd 2009/10/30 v1.6 Font defs for Latin Modern
-)
-LaTeX Font Info:    External font `lmex10' loaded for size
-(Font)              <10.95> on input line 20.
-LaTeX Font Info:    External font `lmex10' loaded for size
-(Font)              <8> on input line 20.
-LaTeX Font Info:    External font `lmex10' loaded for size
-(Font)              <6> on input line 20.
-LaTeX Font Info:    Trying to load font information for U+msa on input line 20.
-
-
-(C:\Program Files\MiKTeX\tex/latex/amsfonts\umsa.fd
-File: umsa.fd 2013/01/14 v3.01 AMS symbols A
-)
-LaTeX Font Info:    Trying to load font information for U+msb on input line 20.
-
-
-(C:\Program Files\MiKTeX\tex/latex/amsfonts\umsb.fd
-File: umsb.fd 2013/01/14 v3.01 AMS symbols B
-)
-File: tex_dtu_logo.pdf Graphic file (type pdf)
-<use tex_dtu_logo.pdf>
-Package pdftex.def Info: tex_dtu_logo.pdf  used on input line 20.
-(pdftex.def)             Requested size: 15.69382pt x 22.89177pt.
- [2
-
- <./osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf>]
-\tf@nav=\write6
-\openout6 = `index.nav'.
-
-\tf@toc=\write7
-\openout7 = `index.toc'.
-
-\tf@snm=\write8
-\openout8 = `index.snm'.
-
- (index.aux)
-Package rerunfilecheck Info: File `index.out' has not changed.
-(rerunfilecheck)             Checksum: D41D8CD98F00B204E9800998ECF8427E;0.
- ) 
-Here is how much of TeX's memory you used:
- 41055 strings out of 478927
- 964685 string characters out of 2862359
- 1366802 words of memory out of 3000000
- 58099 multiletter control sequences out of 15000+600000
- 436788 words of font info for 54 fonts, out of 8000000 for 9000
- 1141 hyphenation exceptions out of 8191
- 128i,21n,124p,2111b,763s stack positions out of 5000i,500n,10000p,200000b,80000s
-{C:/Program Files/MiKTeX/fonts/enc/dvips/lm/lm-ec.enc}<C:/Program Files/MiKTe
-X/fonts/type1/public/lm/lmss10.pfb><C:/Program Files/MiKTeX/fonts/type1/public/
-lm/lmss8.pfb><C:/Program Files/MiKTeX/fonts/type1/public/lm/lmssbx10.pfb><C:/Pr
-ogram Files/MiKTeX/fonts/type1/public/lm/lmtt10.pfb>
-Output written on index.pdf (2 pages, 134621 bytes).
-PDF statistics:
- 74 PDF objects out of 1000 (max. 8388607)
- 5 named destinations out of 1000 (max. 500000)
- 63 words of extra memory for PDF output out of 10000 (max. 10000000)
-
diff --git a/examples/new_project/index.nav b/examples/new_project/index.nav
deleted file mode 100644
index 9033d8ba0cd2afbd30fe6ab857d8374468715862..0000000000000000000000000000000000000000
--- a/examples/new_project/index.nav
+++ /dev/null
@@ -1,9 +0,0 @@
-\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}
-\headcommand {\beamer@framepages {1}{1}}
-\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}
-\headcommand {\beamer@framepages {2}{2}}
-\headcommand {\beamer@partpages {1}{2}}
-\headcommand {\beamer@subsectionpages {1}{2}}
-\headcommand {\beamer@sectionpages {1}{2}}
-\headcommand {\beamer@documentpages {2}}
-\headcommand {\gdef \inserttotalframenumber {2}}
diff --git a/examples/new_project/index.out b/examples/new_project/index.out
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/examples/new_project/index.pdf b/examples/new_project/index.pdf
deleted file mode 100644
index 26051b43a22440e606dbc3df46a8a7b061d0c1a1..0000000000000000000000000000000000000000
Binary files a/examples/new_project/index.pdf and /dev/null differ
diff --git a/examples/new_project/index.snm b/examples/new_project/index.snm
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/examples/new_project/index.toc b/examples/new_project/index.toc
deleted file mode 100644
index 9fbdd18a8c9adf55ec0285e8532d13207dc20bf7..0000000000000000000000000000000000000000
--- a/examples/new_project/index.toc
+++ /dev/null
@@ -1 +0,0 @@
-\babel@toc {english}{}\relax 
diff --git a/examples/new_project/index_NO_SVGS.fdb_latexmk b/examples/new_project/index_NO_SVGS.fdb_latexmk
index 24e945025ea649d6f20a24ac9ee0af4a4295199f..9dc680baee2ca9033d7c5204d3e5e1abde7146ac 100644
--- a/examples/new_project/index_NO_SVGS.fdb_latexmk
+++ b/examples/new_project/index_NO_SVGS.fdb_latexmk
@@ -1,5 +1,5 @@
 # Fdb version 3
-["pdflatex"] 1630769503 "index_NO_SVGS.tex" "index_NO_SVGS.pdf" "index_NO_SVGS" 1630769510
+["pdflatex"] 1630967943 "index_NO_SVGS.tex" "index_NO_SVGS.pdf" "index_NO_SVGS" 1630967981
   "C:/Program Files/MiKTeX/fonts/enc/dvips/lm/lm-ec.enc" 1254938640 2375 baa924870cfb487815765f9094cf3728 ""
   "C:/Program Files/MiKTeX/fonts/tfm/jknappen/ec/ecss1095.tfm" 993062234 3188 1aa640cd974697c5d1d4a3c92172a829 ""
   "C:/Program Files/MiKTeX/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1233955454 916 f87d7c45f9c908e672703b83b72241a3 ""
@@ -193,7 +193,7 @@
   "C:/Program Files/MiKTeX/tex/latex/xcolor/xcolor.sty" 1623005660 55589 34128738f682d033422ca125f82e5d62 ""
   "C:/Program Files/MiKTeX/tex/latex/xkeyval/xkeyval.sty" 1623005690 4902 efb3d66683a2da2a232f71e3a571a899 ""
   "C:/Users/tuhe/AppData/Local/MiKTeX/miktex/data/le/pdftex/pdflatex.fmt" 1630675792 9705560 728cc408e60df926a3a0636891efdcb2 ""
-  "C:/Users/tuhe/AppData/Local/MiKTeX/pdftex/config/pdftex.map" 1630675864 126230 526afa0532fa5c6556c0eded8671d5fa ""
+  "C:/Users/tuhe/AppData/Local/MiKTeX/pdftex/config/pdftex.map" 1630779213 126230 526afa0532fa5c6556c0eded8671d5fa ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/atbegshi/atbegshi.sty" 1575574700 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/bigintcalc/bigintcalc.sty" 1576437202 40635 c40361e206be584d448876bba8a64a3b ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/generic/bitset/bitset.sty" 1575930176 33961 6b5c75130e435b2bfdb9f480a09a39f9 ""
@@ -288,26 +288,26 @@
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator-theorem-dictionary-English.dict" 1622471508 3523 1f9d9b91f7d78b73e74c7e97bca30fb0 ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/translator/translator.sty" 1622471510 8765 56d370785f0143111ff9898b5adfe08e ""
   "C:/Users/tuhe/AppData/Roaming/MiKTeX/tex/latex/transparent/transparent.sty" 1575063484 4155 541de118e0abc42fce3317addc90afb0 ""
-  "beamer_slider_preamble.tex" 1630769492 2728 d36ea79be7cec10b3559a5660f2decaf ""
-  "beamercolorthemeDTU.sty" 1630769492 1181 417d2554e23179f8340453c73a028d75 ""
-  "beamerfontthemeDTU.sty" 1630769492 1259 f9c0e548315549e6c866364392c7263a ""
-  "beamerinnerthemeDTU.sty" 1630769492 1413 3c6129d12554e64ce93d7736032738c2 ""
-  "beamerouterthemeDTU.sty" 1630769492 2587 358e933cfccc5eaeb88326ddfaea4d6c ""
-  "beamerthemeDTU.sty" 1630769492 7254 70ddaf2cca3bafac859919a109938477 ""
-  "departments.tex" 1630769492 9638 1234d2d6a2d0975403246bb7c181706b ""
-  "dtucolours.tex" 1630769492 5683 501994c6596e5a9d67cce52d20165e38 ""
-  "index_NO_SVGS.aux" 1630769509 1412 2d0a9582e28c65e3f8629db6ea0ea185 "pdflatex"
-  "index_NO_SVGS.nav" 1630769509 395 640a03f4d3f0f705896c1d8375ddfa75 "pdflatex"
-  "index_NO_SVGS.out" 1630769509 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex"
-  "index_NO_SVGS.tex" 1630769492 685 bbde1cea7b8c90f367439acde6c917b0 ""
-  "tex_dtu_compute_a_uk.pdf" 1630769492 13504 7ae3ecb9b649001643f902e32d3a8cca ""
-  "tex_dtu_frise.pdf" 1630769492 32488 57c0f48ec5395d976ac1e57718922c22 ""
-  "tex_dtu_logo.pdf" 1630769492 1830 e452da49133969a7656f3882c11e9b04 ""
+  "beamer_slider_preamble.tex" 1630967870 2728 d36ea79be7cec10b3559a5660f2decaf ""
+  "beamercolorthemeDTU.sty" 1630967870 1181 417d2554e23179f8340453c73a028d75 ""
+  "beamerfontthemeDTU.sty" 1630967870 1259 f9c0e548315549e6c866364392c7263a ""
+  "beamerinnerthemeDTU.sty" 1630967870 1413 3c6129d12554e64ce93d7736032738c2 ""
+  "beamerouterthemeDTU.sty" 1630967870 2587 358e933cfccc5eaeb88326ddfaea4d6c ""
+  "beamerthemeDTU.sty" 1630967870 7254 70ddaf2cca3bafac859919a109938477 ""
+  "departments.tex" 1630967870 9638 1234d2d6a2d0975403246bb7c181706b ""
+  "dtucolours.tex" 1630967870 5683 501994c6596e5a9d67cce52d20165e38 ""
+  "index_NO_SVGS.aux" 1630967977 1412 2d0a9582e28c65e3f8629db6ea0ea185 "pdflatex"
+  "index_NO_SVGS.nav" 1630967977 395 640a03f4d3f0f705896c1d8375ddfa75 "pdflatex"
+  "index_NO_SVGS.out" 1630967975 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex"
+  "index_NO_SVGS.tex" 1630967870 685 bbde1cea7b8c90f367439acde6c917b0 ""
+  "tex_dtu_compute_a_uk.pdf" 1630967870 13504 7ae3ecb9b649001643f902e32d3a8cca ""
+  "tex_dtu_frise.pdf" 1630967870 32488 57c0f48ec5395d976ac1e57718922c22 ""
+  "tex_dtu_logo.pdf" 1630967870 1830 e452da49133969a7656f3882c11e9b04 ""
   (generated)
-  "index_NO_SVGS.nav"
   "index_NO_SVGS.pdf"
+  "index_NO_SVGS.snm"
   "index_NO_SVGS.log"
-  "index_NO_SVGS.toc"
   "index_NO_SVGS.aux"
   "index_NO_SVGS.out"
-  "index_NO_SVGS.snm"
+  "index_NO_SVGS.nav"
+  "index_NO_SVGS.toc"
diff --git a/examples/new_project/index_NO_SVGS.log b/examples/new_project/index_NO_SVGS.log
index ca327a6c2028631a740d9ea11e592e6ae81462e5..538f353a6eff7e1ce391b0e4d876be4bfde59f3d 100644
--- a/examples/new_project/index_NO_SVGS.log
+++ b/examples/new_project/index_NO_SVGS.log
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.141592653-2.6-1.40.23 (MiKTeX 21.8) (preloaded format=pdflatex 2021.9.3)  4 SEP 2021 17:31
+This is pdfTeX, Version 3.141592653-2.6-1.40.23 (MiKTeX 21.8) (preloaded format=pdflatex 2021.9.3)  7 SEP 2021 00:39
 entering extended mode
 **./index_NO_SVGS.tex
 (index_NO_SVGS.tex
@@ -1499,7 +1499,7 @@ Package rerunfilecheck Info: File `index_NO_SVGS.out' has not changed.
 Here is how much of TeX's memory you used:
  41025 strings out of 478927
  963302 string characters out of 2862359
- 1366895 words of memory out of 3000000
+ 1366893 words of memory out of 3000000
  58077 multiletter control sequences out of 15000+600000
  436788 words of font info for 54 fonts, out of 8000000 for 9000
  1141 hyphenation exceptions out of 8191
@@ -1508,7 +1508,7 @@ Here is how much of TeX's memory you used:
 X/fonts/type1/public/lm/lmss10.pfb><C:/Program Files/MiKTeX/fonts/type1/public/
 lm/lmss8.pfb><C:/Program Files/MiKTeX/fonts/type1/public/lm/lmssbx10.pfb><C:/Pr
 ogram Files/MiKTeX/fonts/type1/public/lm/lmtt10.pfb>
-Output written on index_NO_SVGS.pdf (2 pages, 121185 bytes).
+Output written on index_NO_SVGS.pdf (2 pages, 121176 bytes).
 PDF statistics:
  57 PDF objects out of 1000 (max. 8388607)
  5 named destinations out of 1000 (max. 500000)
diff --git a/examples/new_project/index_NO_SVGS.pdf b/examples/new_project/index_NO_SVGS.pdf
index 256e267fc45d5a004c7214b7a44aebbc7dffa343..17e41d31a3cf8336f5dbd6a172889f5e4bdb3276 100644
Binary files a/examples/new_project/index_NO_SVGS.pdf and b/examples/new_project/index_NO_SVGS.pdf differ
diff --git a/examples/new_project/osvgs/do_not_edit/myoverlay-l1_fonts.svg b/examples/new_project/osvgs/do_not_edit/myoverlay-l1_fonts.svg
new file mode 100644
index 0000000000000000000000000000000000000000..2a3113ea0a24aa486ce95e97d56d92c059f49560
--- /dev/null
+++ b/examples/new_project/osvgs/do_not_edit/myoverlay-l1_fonts.svg
@@ -0,0 +1,285 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg height="297.638pt" version="1.2" viewBox="0 0 396.85 297.638" width="396.85pt" xmlns="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata/>
+<g id="layer1" inkscape:groupmode="layer" inkscape:label="bg_layer" sodipodi:insensitive="true" style="display:inline">
+</g>
+<g id="layer2" inkscape:groupmode="layer" inkscape:label="Layer 1" style="display:inline">
+<defs>
+<g>
+<symbol id="glyph0-0" overflow="visible">
+<path d="" style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-1" overflow="visible">
+<path d="M 7.015625 -6.78125 L 7.015625 -7.5 L 0.390625 -7.5 L 0.390625 -6.78125 L 1.84375 -6.78125 C 1.984375 -6.78125 2.109375 -6.796875 2.25 -6.796875 L 3.21875 -6.796875 L 3.21875 0 L 4.1875 0 L 4.1875 -6.796875 L 5.15625 -6.796875 C 5.296875 -6.796875 5.421875 -6.78125 5.546875 -6.78125 Z M 7.015625 -6.78125 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-2" overflow="visible">
+<path d="M 4.734375 0 L 4.734375 -3.25 C 4.734375 -3.96875 4.578125 -4.953125 3.25 -4.953125 C 2.5625 -4.953125 2.046875 -4.625 1.703125 -4.171875 L 1.703125 -7.5625 L 0.875 -7.5625 L 0.875 0 L 1.734375 0 L 1.734375 -2.671875 C 1.734375 -3.390625 2 -4.296875 2.828125 -4.296875 C 3.875 -4.296875 3.890625 -3.515625 3.890625 -3.171875 L 3.890625 0 Z M 4.734375 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-3" overflow="visible">
+<path d="M 1.703125 0 L 1.703125 -4.828125 L 0.875 -4.828125 L 0.875 0 Z M 1.78125 -6.171875 L 1.78125 -7.140625 L 0.8125 -7.140625 L 0.8125 -6.171875 Z M 1.78125 -6.171875 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-4" overflow="visible">
+<path d="M 3.921875 -1.390625 C 3.921875 -2 3.515625 -2.359375 3.5 -2.390625 C 3.078125 -2.78125 2.78125 -2.84375 2.234375 -2.9375 C 1.640625 -3.0625 1.125 -3.171875 1.125 -3.703125 C 1.125 -4.375 1.921875 -4.375 2.0625 -4.375 C 2.40625 -4.375 2.984375 -4.328125 3.609375 -3.96875 L 3.734375 -4.671875 C 3.171875 -4.9375 2.71875 -5.015625 2.171875 -5.015625 C 1.890625 -5.015625 0.359375 -5.015625 0.359375 -3.59375 C 0.359375 -3.0625 0.671875 -2.71875 0.953125 -2.5 C 1.28125 -2.265625 1.53125 -2.21875 2.125 -2.109375 C 2.515625 -2.03125 3.140625 -1.890625 3.140625 -1.3125 C 3.140625 -0.5625 2.28125 -0.5625 2.125 -0.5625 C 1.234375 -0.5625 0.625 -0.96875 0.4375 -1.09375 L 0.3125 -0.359375 C 0.65625 -0.1875 1.25 0.125 2.140625 0.125 C 2.328125 0.125 2.921875 0.125 3.390625 -0.234375 C 3.734375 -0.484375 3.921875 -0.921875 3.921875 -1.390625 Z M 3.921875 -1.390625 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-5" overflow="visible">
+<path d="M 5.109375 -2.390625 C 5.109375 -3.859375 4.015625 -5.015625 2.71875 -5.015625 C 1.390625 -5.015625 0.328125 -3.828125 0.328125 -2.390625 C 0.328125 -0.953125 1.4375 0.125 2.71875 0.125 C 4.015625 0.125 5.109375 -0.984375 5.109375 -2.390625 Z M 4.265625 -2.5 C 4.265625 -1.21875 3.515625 -0.578125 2.71875 -0.578125 C 1.953125 -0.578125 1.171875 -1.1875 1.171875 -2.5 C 1.171875 -3.828125 2 -4.359375 2.71875 -4.359375 C 3.46875 -4.359375 4.265625 -3.796875 4.265625 -2.5 Z M 4.265625 -2.5 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-6" overflow="visible">
+<path d="M 7.765625 0 L 7.765625 -3.25 C 7.765625 -3.96875 7.59375 -4.953125 6.265625 -4.953125 C 5.625 -4.953125 5.046875 -4.65625 4.65625 -4.0625 C 4.359375 -4.890625 3.609375 -4.953125 3.25 -4.953125 C 2.46875 -4.953125 1.953125 -4.515625 1.671875 -4.109375 L 1.671875 -4.90625 L 0.875 -4.90625 L 0.875 0 L 1.734375 0 L 1.734375 -2.671875 C 1.734375 -3.40625 2.03125 -4.296875 2.828125 -4.296875 C 3.84375 -4.296875 3.90625 -3.578125 3.90625 -3.171875 L 3.90625 0 L 4.75 0 L 4.75 -2.671875 C 4.75 -3.40625 5.046875 -4.296875 5.84375 -4.296875 C 6.859375 -4.296875 6.921875 -3.578125 6.921875 -3.171875 L 6.921875 0 Z M 7.765625 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-7" overflow="visible">
+<path d="M 4.515625 -2.390625 C 4.515625 -2.75 4.5 -3.578125 4.078125 -4.21875 C 3.625 -4.90625 2.96875 -5.015625 2.5625 -5.015625 C 1.359375 -5.015625 0.375 -3.859375 0.375 -2.46875 C 0.375 -1.03125 1.421875 0.125 2.734375 0.125 C 3.421875 0.125 4.046875 -0.140625 4.46875 -0.453125 L 4.40625 -1.15625 C 3.71875 -0.59375 3 -0.546875 2.75 -0.546875 C 1.875 -0.546875 1.171875 -1.3125 1.140625 -2.390625 Z M 3.890625 -2.984375 L 1.203125 -2.984375 C 1.375 -3.8125 1.953125 -4.359375 2.5625 -4.359375 C 3.140625 -4.359375 3.75 -3.984375 3.890625 -2.984375 Z M 3.890625 -2.984375 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-8" overflow="visible">
+<path d="M 5.015625 0 L 2.828125 -2.5 L 4.828125 -4.828125 L 3.9375 -4.828125 L 2.46875 -3.03125 L 0.96875 -4.828125 L 0.0625 -4.828125 L 2.109375 -2.5 L 0 0 L 0.890625 0 L 2.46875 -2.046875 L 4.109375 0 Z M 5.015625 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-9" overflow="visible">
+<path d="M 4.453125 0 L 4.453125 -3.140625 C 4.453125 -4.265625 3.65625 -5.015625 2.65625 -5.015625 C 1.953125 -5.015625 1.453125 -4.84375 0.953125 -4.546875 L 1.015625 -3.828125 C 1.578125 -4.234375 2.125 -4.375 2.65625 -4.375 C 3.171875 -4.375 3.609375 -3.9375 3.609375 -3.140625 L 3.609375 -2.671875 C 1.96875 -2.640625 0.59375 -2.1875 0.59375 -1.234375 C 0.59375 -0.765625 0.875 0.125 1.828125 0.125 C 1.984375 0.125 3 0.09375 3.640625 -0.390625 L 3.640625 0 Z M 3.609375 -1.4375 C 3.609375 -1.234375 3.609375 -0.953125 3.234375 -0.75 C 2.921875 -0.5625 2.5 -0.546875 2.390625 -0.546875 C 1.859375 -0.546875 1.375 -0.796875 1.375 -1.25 C 1.375 -2.015625 3.140625 -2.09375 3.609375 -2.109375 Z M 3.609375 -1.4375 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-10" overflow="visible">
+<path d="M 5.234375 -2.421875 C 5.234375 -3.734375 4.546875 -4.953125 3.5 -4.953125 C 2.84375 -4.953125 2.203125 -4.734375 1.703125 -4.296875 L 1.703125 -4.828125 L 0.890625 -4.828125 L 0.890625 2.109375 L 1.75 2.109375 L 1.75 -0.5 C 2.078125 -0.1875 2.5625 0.125 3.21875 0.125 C 4.265625 0.125 5.234375 -0.953125 5.234375 -2.421875 Z M 4.375 -2.421875 C 4.375 -1.3125 3.609375 -0.546875 2.78125 -0.546875 C 2.359375 -0.546875 2.0625 -0.765625 1.84375 -1.0625 C 1.75 -1.21875 1.75 -1.234375 1.75 -1.4375 L 1.75 -3.625 C 2 -4 2.421875 -4.265625 2.890625 -4.265625 C 3.71875 -4.265625 4.375 -3.4375 4.375 -2.421875 Z M 4.375 -2.421875 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-11" overflow="visible">
+<path d="M 1.703125 0 L 1.703125 -7.5625 L 0.875 -7.5625 L 0.875 0 Z M 1.703125 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-12" overflow="visible">
+<path d="M 3.609375 -0.296875 L 3.4375 -0.9375 C 3.15625 -0.703125 2.8125 -0.578125 2.46875 -0.578125 C 2.0625 -0.578125 1.90625 -0.90625 1.90625 -1.484375 L 1.90625 -4.203125 L 3.4375 -4.203125 L 3.4375 -4.828125 L 1.90625 -4.828125 L 1.90625 -6.21875 L 1.15625 -6.21875 L 1.15625 -4.828125 L 0.203125 -4.828125 L 0.203125 -4.203125 L 1.125 -4.203125 L 1.125 -1.296875 C 1.125 -0.640625 1.28125 0.125 2.03125 0.125 C 2.78125 0.125 3.34375 -0.15625 3.609375 -0.296875 Z M 3.609375 -0.296875 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph0-13" overflow="visible">
+<path d="M 2.1875 -7.5625 L 1.28125 -7.5625 L 1.375 -2.375 L 1.375 -1.90625 L 2.109375 -1.90625 L 2.109375 -2.375 Z M 2.1875 0 L 2.1875 -0.90625 L 1.28125 -0.90625 L 1.28125 0 Z M 2.1875 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-0" overflow="visible">
+<path d="" style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-1" overflow="visible">
+<path d="M 2.84375 0 L 2.84375 -0.453125 L 1.6875 -0.453125 C 1.625 -0.453125 1.546875 -0.453125 1.46875 -0.453125 L 0.796875 -0.453125 L 1.71875 -1.265625 C 1.828125 -1.359375 2.125 -1.59375 2.234375 -1.6875 C 2.5 -1.921875 2.84375 -2.234375 2.84375 -2.75 C 2.84375 -3.421875 2.34375 -4.046875 1.5 -4.046875 C 0.859375 -4.046875 0.46875 -3.703125 0.265625 -3.09375 L 0.546875 -2.734375 C 0.6875 -3.234375 0.890625 -3.625 1.40625 -3.625 C 1.90625 -3.625 2.296875 -3.28125 2.296875 -2.734375 C 2.296875 -2.25 2 -1.96875 1.640625 -1.625 C 1.515625 -1.5 1.203125 -1.234375 1.078125 -1.109375 C 0.90625 -0.96875 0.484375 -0.5625 0.3125 -0.40625 L 0.3125 0 Z M 2.84375 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-2" overflow="visible">
+<path d="M 4.21875 -2.03125 C 4.21875 -3.203125 3.34375 -4.140625 2.28125 -4.140625 L 0.578125 -4.140625 L 0.578125 0 L 2.28125 0 C 3.359375 0 4.21875 -0.90625 4.21875 -2.03125 Z M 3.640625 -2.046875 C 3.640625 -0.9375 2.90625 -0.359375 2.125 -0.359375 L 1.171875 -0.359375 L 1.171875 -3.796875 L 2.125 -3.796875 C 2.9375 -3.796875 3.640625 -3.140625 3.640625 -2.046875 Z M 3.640625 -2.046875 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-3" overflow="visible">
+<path d="M 4.09375 -3.6875 L 4.09375 -4.09375 L 0.234375 -4.09375 L 0.234375 -3.6875 L 1.09375 -3.6875 C 1.15625 -3.6875 1.234375 -3.6875 1.296875 -3.6875 L 1.859375 -3.6875 L 1.859375 0 L 2.46875 0 L 2.46875 -3.6875 L 3.03125 -3.6875 C 3.09375 -3.6875 3.171875 -3.6875 3.234375 -3.6875 Z M 4.09375 -3.6875 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-4" overflow="visible">
+<path d="M 3.765625 -1.390625 L 3.765625 -4.140625 L 3.25 -4.140625 L 3.25 -1.390625 C 3.25 -0.59375 2.703125 -0.234375 2.203125 -0.234375 C 1.6875 -0.234375 1.1875 -0.59375 1.1875 -1.390625 L 1.1875 -4.140625 L 0.578125 -4.140625 L 0.578125 -1.390625 C 0.578125 -0.515625 1.328125 0.125 2.1875 0.125 C 3.046875 0.125 3.765625 -0.53125 3.765625 -1.390625 Z M 3.765625 -1.390625 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-5" overflow="visible">
+<path d="M 3.71875 -0.28125 L 3.6875 -0.734375 C 3.5 -0.609375 3.3125 -0.484375 3.09375 -0.421875 C 2.890625 -0.359375 2.671875 -0.359375 2.453125 -0.359375 C 2.0625 -0.359375 1.6875 -0.546875 1.421875 -0.859375 C 1.140625 -1.1875 1 -1.625 1 -2.078125 C 1 -2.515625 1.140625 -2.953125 1.421875 -3.28125 C 1.6875 -3.59375 2.0625 -3.796875 2.453125 -3.796875 C 2.65625 -3.796875 2.84375 -3.765625 3.03125 -3.71875 C 3.21875 -3.65625 3.390625 -3.5625 3.5625 -3.453125 L 3.65625 -4 C 3.46875 -4.0625 3.265625 -4.125 3.0625 -4.15625 C 2.859375 -4.203125 2.65625 -4.203125 2.453125 -4.203125 C 1.90625 -4.203125 1.390625 -3.96875 1 -3.578125 C 0.609375 -3.171875 0.40625 -2.625 0.40625 -2.078125 C 0.40625 -1.515625 0.609375 -0.96875 1 -0.5625 C 1.390625 -0.171875 1.90625 0.0625 2.453125 0.0625 C 2.6875 0.0625 2.90625 0.046875 3.109375 0 C 3.328125 -0.0625 3.53125 -0.15625 3.71875 -0.28125 Z M 3.71875 -0.28125 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-6" overflow="visible">
+<path d="M 2.984375 -1.3125 C 2.984375 -2.09375 2.359375 -2.734375 1.578125 -2.734375 C 0.8125 -2.734375 0.171875 -2.09375 0.171875 -1.3125 C 0.171875 -0.546875 0.8125 0.0625 1.578125 0.0625 C 2.359375 0.0625 2.984375 -0.546875 2.984375 -1.3125 Z M 2.46875 -1.375 C 2.46875 -0.6875 2.046875 -0.359375 1.578125 -0.359375 C 1.109375 -0.359375 0.703125 -0.703125 0.703125 -1.375 C 0.703125 -2.046875 1.140625 -2.34375 1.578125 -2.34375 C 2.03125 -2.34375 2.46875 -2.03125 2.46875 -1.375 Z M 2.46875 -1.375 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-7" overflow="visible">
+<path d="M 4.53125 0 L 4.53125 -1.765625 C 4.53125 -2.234375 4.40625 -2.703125 3.671875 -2.703125 C 3.15625 -2.703125 2.859375 -2.421875 2.703125 -2.21875 C 2.65625 -2.390625 2.5 -2.703125 1.90625 -2.703125 C 1.5625 -2.703125 1.234375 -2.578125 0.96875 -2.25 L 0.96875 -2.6875 L 0.5 -2.6875 L 0.5 0 L 1.015625 0 L 1.015625 -1.453125 C 1.015625 -1.84375 1.1875 -2.3125 1.640625 -2.3125 C 2.25 -2.3125 2.25 -1.890625 2.25 -1.71875 L 2.25 0 L 2.78125 0 L 2.78125 -1.453125 C 2.78125 -1.84375 2.9375 -2.3125 3.40625 -2.3125 C 4.015625 -2.3125 4.015625 -1.890625 4.015625 -1.71875 L 4.015625 0 Z M 4.53125 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-8" overflow="visible">
+<path d="M 3.0625 -1.328125 C 3.0625 -2.046875 2.65625 -2.703125 2.078125 -2.703125 C 1.796875 -2.703125 1.359375 -2.625 1.015625 -2.359375 L 1.015625 -2.65625 L 0.5 -2.65625 L 0.5 1.15625 L 1.03125 1.15625 L 1.03125 -0.28125 C 1.34375 0 1.6875 0.0625 1.890625 0.0625 C 2.515625 0.0625 3.0625 -0.546875 3.0625 -1.328125 Z M 2.53125 -1.328125 C 2.53125 -0.734375 2.09375 -0.328125 1.625 -0.328125 C 1.53125 -0.328125 1.390625 -0.34375 1.234375 -0.46875 C 1.046875 -0.609375 1.03125 -0.703125 1.03125 -0.8125 L 1.03125 -1.984375 C 1.15625 -2.15625 1.390625 -2.296875 1.6875 -2.296875 C 2.15625 -2.296875 2.53125 -1.859375 2.53125 -1.328125 Z M 2.53125 -1.328125 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-9" overflow="visible">
+<path d="M 2.78125 0 L 2.78125 -2.65625 L 2.25 -2.65625 L 2.25 -0.921875 C 2.25 -0.4375 1.84375 -0.296875 1.5 -0.296875 C 1.0625 -0.296875 1.015625 -0.40625 1.015625 -0.6875 L 1.015625 -2.65625 L 0.5 -2.65625 L 0.5 -0.65625 C 0.5 -0.125 0.734375 0.0625 1.140625 0.0625 C 1.390625 0.0625 1.921875 0.015625 2.28125 -0.28125 L 2.28125 0 Z M 2.78125 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-10" overflow="visible">
+<path d="M 2.109375 -0.15625 L 2.015625 -0.546875 C 1.8125 -0.40625 1.609375 -0.359375 1.4375 -0.359375 C 1.1875 -0.359375 1.125 -0.59375 1.125 -0.875 L 1.125 -2.28125 L 2 -2.28125 L 2 -2.65625 L 1.125 -2.65625 L 1.125 -3.40625 L 0.65625 -3.40625 L 0.65625 -2.65625 L 0.125 -2.65625 L 0.125 -2.28125 L 0.640625 -2.28125 L 0.640625 -0.765625 C 0.640625 -0.359375 0.75 0.0625 1.171875 0.0625 C 1.609375 0.0625 1.9375 -0.078125 2.109375 -0.15625 Z M 2.109375 -0.15625 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-11" overflow="visible">
+<path d="M 2.625 -1.3125 C 2.625 -1.578125 2.59375 -1.984375 2.359375 -2.328125 C 2.15625 -2.625 1.796875 -2.734375 1.5 -2.734375 C 0.765625 -2.734375 0.203125 -2.09375 0.203125 -1.34375 C 0.203125 -0.578125 0.8125 0.0625 1.59375 0.0625 C 1.9375 0.0625 2.296875 -0.046875 2.609375 -0.234375 L 2.5625 -0.65625 C 2.234375 -0.40625 1.859375 -0.328125 1.59375 -0.328125 C 1.078125 -0.328125 0.6875 -0.765625 0.671875 -1.3125 Z M 2.265625 -1.671875 L 0.703125 -1.671875 C 0.84375 -2.140625 1.203125 -2.34375 1.5 -2.34375 C 1.765625 -2.34375 2.15625 -2.21875 2.265625 -1.671875 Z M 2.265625 -1.671875 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-12" overflow="visible">
+<path d="M 3.53125 0 L 3.53125 -0.46875 L 3 -0.46875 L 1.5 -0.453125 L 1.1875 -0.453125 L 1.1875 -1.953125 L 3.265625 -1.953125 L 3.265625 -2.34375 L 1.1875 -2.34375 L 1.1875 -3.71875 L 2.046875 -3.71875 C 2.125 -3.71875 2.203125 -3.703125 2.265625 -3.703125 L 3.4375 -3.703125 L 3.4375 -4.125 L 0.578125 -4.125 L 0.578125 0 Z M 3.53125 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-13" overflow="visible">
+<path d="M 2.921875 0 L 1.65625 -1.359375 L 2.8125 -2.65625 L 2.28125 -2.65625 L 1.4375 -1.671875 L 0.578125 -2.65625 L 0.03125 -2.65625 L 1.234375 -1.359375 L 0 0 L 0.53125 0 L 1.4375 -1.125 L 2.375 0 Z M 2.921875 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-14" overflow="visible">
+<path d="M 2.609375 0 L 2.609375 -1.71875 C 2.609375 -2.328125 2.140625 -2.734375 1.546875 -2.734375 C 1.171875 -2.734375 0.890625 -2.65625 0.546875 -2.484375 L 0.578125 -2.046875 C 0.78125 -2.171875 1.078125 -2.359375 1.546875 -2.359375 C 1.8125 -2.359375 2.078125 -2.15625 2.078125 -1.71875 L 2.078125 -1.46875 C 1.203125 -1.4375 0.328125 -1.265625 0.328125 -0.703125 C 0.328125 -0.40625 0.53125 0.0625 1.0625 0.0625 C 1.3125 0.0625 1.78125 0 2.09375 -0.234375 L 2.09375 0 Z M 2.078125 -0.84375 C 2.078125 -0.734375 2.078125 -0.578125 1.875 -0.453125 C 1.6875 -0.34375 1.453125 -0.328125 1.390625 -0.328125 C 1.0625 -0.328125 0.8125 -0.484375 0.8125 -0.703125 C 0.8125 -1.09375 1.8125 -1.125 2.078125 -1.140625 Z M 2.078125 -0.84375 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-15" overflow="visible">
+<path d="M 1 0 L 1 -4.140625 L 0.5 -4.140625 L 0.5 0 Z M 1 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-16" overflow="visible">
+<path d="M 2.28125 -0.78125 C 2.28125 -0.890625 2.28125 -1.109375 2.015625 -1.34375 C 1.796875 -1.546875 1.59375 -1.578125 1.296875 -1.640625 C 0.953125 -1.703125 0.671875 -1.75 0.671875 -2.015625 C 0.671875 -2.359375 1.109375 -2.359375 1.203125 -2.359375 C 1.546875 -2.359375 1.796875 -2.28125 2.09375 -2.125 L 2.171875 -2.546875 C 1.765625 -2.71875 1.46875 -2.734375 1.265625 -2.734375 C 1.109375 -2.734375 0.203125 -2.734375 0.203125 -1.953125 C 0.203125 -1.671875 0.359375 -1.515625 0.4375 -1.4375 C 0.65625 -1.234375 0.90625 -1.1875 1.21875 -1.125 C 1.5 -1.0625 1.828125 -1.015625 1.828125 -0.71875 C 1.828125 -0.34375 1.328125 -0.34375 1.234375 -0.34375 C 0.859375 -0.34375 0.5 -0.484375 0.265625 -0.65625 L 0.171875 -0.203125 C 0.375 -0.09375 0.75 0.0625 1.234375 0.0625 C 1.515625 0.0625 1.765625 0.015625 2 -0.140625 C 2.21875 -0.3125 2.28125 -0.578125 2.28125 -0.78125 Z M 2.28125 -0.78125 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-17" overflow="visible">
+<path d="M 1 0 L 1 -2.65625 L 0.5 -2.65625 L 0.5 0 Z M 1.0625 -3.34375 L 1.0625 -3.953125 L 0.453125 -3.953125 L 0.453125 -3.34375 Z M 1.0625 -3.34375 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-18" overflow="visible">
+<path d="M 2.765625 0 L 2.765625 -4.140625 L 2.265625 -4.140625 L 2.265625 -2.390625 C 1.875 -2.671875 1.5 -2.703125 1.3125 -2.703125 C 0.6875 -2.703125 0.21875 -2.078125 0.21875 -1.328125 C 0.21875 -0.5625 0.6875 0.0625 1.296875 0.0625 C 1.671875 0.0625 2.015625 -0.109375 2.25 -0.3125 L 2.25 0 Z M 2.25 -0.734375 C 2.09375 -0.5 1.875 -0.328125 1.578125 -0.328125 C 1.15625 -0.328125 0.734375 -0.625 0.734375 -1.3125 C 0.734375 -2.0625 1.234375 -2.3125 1.640625 -2.3125 C 1.890625 -2.3125 2.09375 -2.21875 2.25 -2.015625 Z M 2.25 -0.734375 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-19" overflow="visible">
+<path d="M 2.78125 0 L 2.78125 -1.765625 C 2.78125 -2.234375 2.640625 -2.703125 1.90625 -2.703125 C 1.390625 -2.703125 1.109375 -2.40625 1 -2.28125 L 1 -4.140625 L 0.5 -4.140625 L 0.5 0 L 1.015625 0 L 1.015625 -1.453125 C 1.015625 -1.84375 1.1875 -2.3125 1.640625 -2.3125 C 2.25 -2.3125 2.25 -1.890625 2.25 -1.71875 L 2.25 0 Z M 2.78125 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-20" overflow="visible">
+<path d="M 4.234375 -2.65625 L 3.765625 -2.65625 L 3.203125 -0.859375 C 3.15625 -0.6875 3.09375 -0.484375 3.078125 -0.359375 L 3.0625 -0.359375 C 3.03125 -0.59375 2.828125 -1.234375 2.8125 -1.28125 L 2.375 -2.65625 L 1.921875 -2.65625 C 1.75 -2.140625 1.296875 -0.796875 1.25 -0.359375 L 1.234375 -0.359375 C 1.1875 -0.78125 0.75 -2.109375 0.65625 -2.390625 C 0.609375 -2.53125 0.609375 -2.546875 0.578125 -2.65625 L 0.09375 -2.65625 L 0.96875 0 L 1.46875 0 L 1.84375 -1.15625 C 1.921875 -1.453125 2.109375 -2.015625 2.140625 -2.28125 L 2.140625 -2.296875 C 2.15625 -2.171875 2.1875 -2.03125 2.234375 -1.890625 L 2.359375 -1.4375 L 2.8125 0 L 3.359375 0 Z M 4.234375 -2.65625 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-21" overflow="visible">
+<path d="M 2.90625 -3.5 L 2.90625 -3.921875 L 0.265625 -3.921875 L 0.265625 -3.453125 L 1.46875 -3.453125 C 1.546875 -3.453125 1.625 -3.46875 1.6875 -3.46875 L 2.4375 -3.46875 C 1.53125 -2.578125 0.953125 -1.328125 0.953125 0.0625 L 1.515625 0.0625 C 1.515625 -1.6875 2.359375 -2.9375 2.90625 -3.5 Z M 2.90625 -3.5 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-22" overflow="visible">
+<path d="M 1.140625 0 L 1.140625 -0.53125 L 0.609375 -0.53125 L 0.609375 0 Z M 1.140625 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-23" overflow="visible">
+<path d="M 2.90625 -2 C 2.90625 -3.625 2.171875 -4.046875 1.609375 -4.046875 C 1.078125 -4.046875 0.828125 -3.796875 0.65625 -3.609375 C 0.28125 -3.234375 0.265625 -2.8125 0.265625 -2.578125 C 0.265625 -1.8125 0.6875 -1.15625 1.265625 -1.15625 C 1.9375 -1.15625 2.3125 -1.59375 2.34375 -1.640625 C 2.25 -0.6875 1.796875 -0.265625 1.296875 -0.265625 C 0.984375 -0.265625 0.796875 -0.375 0.65625 -0.5 L 0.453125 -0.15625 C 0.75 0.0625 1.015625 0.125 1.296875 0.125 C 2.140625 0.125 2.90625 -0.71875 2.90625 -2 Z M 2.328125 -2.453125 C 2.328125 -2.015625 2.0625 -1.546875 1.546875 -1.546875 C 1.3125 -1.546875 1.140625 -1.609375 0.984375 -1.859375 C 0.828125 -2.09375 0.8125 -2.3125 0.8125 -2.578125 C 0.8125 -2.8125 0.8125 -3.078125 1 -3.34375 C 1.125 -3.53125 1.296875 -3.671875 1.59375 -3.671875 C 2.171875 -3.671875 2.296875 -2.96875 2.328125 -2.59375 C 2.328125 -2.546875 2.328125 -2.5 2.328125 -2.453125 Z M 2.328125 -2.453125 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-24" overflow="visible">
+<path d="M 2.90625 -1.9375 C 2.90625 -2.21875 2.90625 -2.921875 2.625 -3.421875 C 2.328125 -3.953125 1.875 -4.046875 1.578125 -4.046875 C 1.3125 -4.046875 0.84375 -3.953125 0.546875 -3.4375 C 0.265625 -2.96875 0.25 -2.3125 0.25 -1.9375 C 0.25 -1.5 0.28125 -0.953125 0.53125 -0.5 C 0.78125 -0.015625 1.234375 0.125 1.578125 0.125 C 2.171875 0.125 2.5 -0.21875 2.6875 -0.59375 C 2.890625 -1.015625 2.90625 -1.5625 2.90625 -1.9375 Z M 2.390625 -2.015625 C 2.390625 -1.625 2.390625 -1.171875 2.25 -0.796875 C 2.078125 -0.359375 1.78125 -0.265625 1.578125 -0.265625 C 1.328125 -0.265625 1.046875 -0.40625 0.890625 -0.84375 C 0.78125 -1.203125 0.765625 -1.578125 0.765625 -2.015625 C 0.765625 -2.5625 0.765625 -3.640625 1.578125 -3.640625 C 2.390625 -3.640625 2.390625 -2.5625 2.390625 -2.015625 Z M 2.390625 -2.015625 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph1-25" overflow="visible">
+<path d="M 2.703125 0 L 2.703125 -0.375 L 1.921875 -0.375 L 1.921875 -4.046875 L 1.78125 -4.046875 C 1.390625 -3.6875 0.90625 -3.65625 0.546875 -3.640625 L 0.546875 -3.265625 C 0.78125 -3.28125 1.078125 -3.28125 1.375 -3.40625 L 1.375 -0.375 L 0.578125 -0.375 L 0.578125 0 Z M 2.703125 0 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph2-0" overflow="visible">
+<path d="" style="stroke:none;"/>
+</symbol>
+<symbol id="glyph2-1" overflow="visible">
+<path d="M 5.625 -0.328125 C 5.625 -0.671875 5.390625 -0.671875 5 -0.671875 L 5 -3.296875 C 5 -3.515625 5 -4.765625 4.03125 -4.765625 C 3.703125 -4.765625 3.25 -4.625 2.953125 -4.1875 C 2.78125 -4.5625 2.484375 -4.765625 2.125 -4.765625 C 1.78125 -4.765625 1.453125 -4.609375 1.1875 -4.359375 C 1.171875 -4.6875 0.953125 -4.6875 0.75 -4.6875 L 0.40625 -4.6875 C 0.234375 -4.6875 -0.046875 -4.6875 -0.046875 -4.359375 C -0.046875 -4.03125 0.1875 -4.03125 0.578125 -4.03125 L 0.578125 -0.671875 C 0.1875 -0.671875 -0.046875 -0.671875 -0.046875 -0.328125 C -0.046875 0 0.25 0 0.40625 0 L 1.359375 0 C 1.53125 0 1.8125 0 1.8125 -0.328125 C 1.8125 -0.671875 1.578125 -0.671875 1.1875 -0.671875 L 1.1875 -2.609375 C 1.1875 -3.578125 1.640625 -4.09375 2.078125 -4.09375 C 2.328125 -4.09375 2.484375 -3.90625 2.484375 -3.203125 L 2.484375 -0.671875 C 2.28125 -0.671875 2 -0.671875 2 -0.328125 C 2 0 2.296875 0 2.453125 0 L 3.265625 0 C 3.4375 0 3.71875 0 3.71875 -0.328125 C 3.71875 -0.671875 3.484375 -0.671875 3.09375 -0.671875 L 3.09375 -2.609375 C 3.09375 -3.578125 3.546875 -4.09375 3.984375 -4.09375 C 4.234375 -4.09375 4.390625 -3.90625 4.390625 -3.203125 L 4.390625 -0.671875 C 4.1875 -0.671875 3.90625 -0.671875 3.90625 -0.328125 C 3.90625 0 4.203125 0 4.359375 0 L 5.171875 0 C 5.34375 0 5.625 0 5.625 -0.328125 Z M 5.625 -0.328125 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph2-2" overflow="visible">
+<path d="M 5.453125 -4.359375 C 5.453125 -4.6875 5.1875 -4.6875 5.015625 -4.6875 L 3.734375 -4.6875 C 3.578125 -4.6875 3.296875 -4.6875 3.296875 -4.359375 C 3.296875 -4.03125 3.5625 -4.03125 3.734375 -4.03125 L 4.046875 -4.03125 L 3.25 -1.703125 C 3.109375 -1.3125 3.046875 -1.109375 2.96875 -0.765625 C 2.90625 -0.984375 2.8125 -1.203125 2.734375 -1.421875 L 1.71875 -4.03125 L 2 -4.03125 C 2.15625 -4.03125 2.421875 -4.03125 2.421875 -4.359375 C 2.421875 -4.6875 2.171875 -4.6875 2 -4.6875 L 0.71875 -4.6875 C 0.546875 -4.6875 0.28125 -4.6875 0.28125 -4.359375 C 0.28125 -4.03125 0.5625 -4.03125 0.71875 -4.03125 L 1.0625 -4.03125 L 2.609375 -0.140625 C 2.640625 -0.03125 2.640625 0 2.640625 0 C 2.640625 0 2.375 0.921875 2.234375 1.1875 C 1.921875 1.78125 1.53125 1.8125 1.359375 1.8125 C 1.359375 1.8125 1.421875 1.71875 1.421875 1.578125 C 1.421875 1.3125 1.21875 1.109375 0.953125 1.109375 C 0.65625 1.109375 0.46875 1.3125 0.46875 1.59375 C 0.46875 2.046875 0.84375 2.484375 1.375 2.484375 C 2.46875 2.484375 2.953125 1.046875 3 0.921875 L 4.6875 -4.03125 L 5.015625 -4.03125 C 5.171875 -4.03125 5.453125 -4.03125 5.453125 -4.359375 Z M 5.453125 -4.359375 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph2-3" overflow="visible">
+<path d="M 5.09375 -2.359375 C 5.09375 -3.71875 4.078125 -4.796875 2.859375 -4.796875 C 1.640625 -4.796875 0.625 -3.71875 0.625 -2.359375 C 0.625 -0.96875 1.65625 0.0625 2.859375 0.0625 C 4.046875 0.0625 5.09375 -0.984375 5.09375 -2.359375 Z M 4.328125 -2.421875 C 4.328125 -1.421875 3.65625 -0.59375 2.859375 -0.59375 C 2.046875 -0.59375 1.375 -1.421875 1.375 -2.421875 C 1.375 -3.421875 2.078125 -4.125 2.859375 -4.125 C 3.640625 -4.125 4.328125 -3.421875 4.328125 -2.421875 Z M 4.328125 -2.421875 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph2-4" overflow="visible">
+<path d="M 5.453125 -4.359375 C 5.453125 -4.6875 5.1875 -4.6875 5.015625 -4.6875 L 3.734375 -4.6875 C 3.578125 -4.6875 3.296875 -4.6875 3.296875 -4.359375 C 3.296875 -4.03125 3.5625 -4.03125 3.734375 -4.03125 L 4.046875 -4.03125 L 2.859375 -0.515625 L 1.671875 -4.03125 L 1.96875 -4.03125 C 2.140625 -4.03125 2.40625 -4.03125 2.40625 -4.359375 C 2.40625 -4.6875 2.140625 -4.6875 1.96875 -4.6875 L 0.703125 -4.6875 C 0.515625 -4.6875 0.265625 -4.6875 0.265625 -4.359375 C 0.265625 -4.03125 0.53125 -4.03125 0.703125 -4.03125 L 1.03125 -4.03125 L 2.28125 -0.328125 C 2.40625 0.046875 2.625 0.046875 2.859375 0.046875 C 3.0625 0.046875 3.3125 0.046875 3.4375 -0.3125 L 4.6875 -4.03125 L 5.015625 -4.03125 C 5.171875 -4.03125 5.453125 -4.03125 5.453125 -4.359375 Z M 5.453125 -4.359375 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph2-5" overflow="visible">
+<path d="M 5.046875 -1.1875 C 5.046875 -1.484375 4.734375 -1.484375 4.671875 -1.484375 C 4.46875 -1.484375 4.390625 -1.453125 4.3125 -1.25 C 4.078125 -0.703125 3.484375 -0.59375 3.1875 -0.59375 C 2.359375 -0.59375 1.546875 -1.140625 1.375 -2.078125 L 4.625 -2.078125 C 4.84375 -2.078125 5.046875 -2.078125 5.046875 -2.484375 C 5.046875 -3.71875 4.359375 -4.796875 2.9375 -4.796875 C 1.640625 -4.796875 0.59375 -3.703125 0.59375 -2.359375 C 0.59375 -1.03125 1.703125 0.0625 3.109375 0.0625 C 4.546875 0.0625 5.046875 -0.921875 5.046875 -1.1875 Z M 4.28125 -2.734375 L 1.390625 -2.734375 C 1.53125 -3.53125 2.171875 -4.125 2.9375 -4.125 C 3.5 -4.125 4.1875 -3.859375 4.28125 -2.734375 Z M 4.28125 -2.734375 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph2-6" overflow="visible">
+<path d="M 5.296875 -4.078125 C 5.296875 -4.296875 5.171875 -4.765625 4.265625 -4.765625 C 3.71875 -4.765625 3.015625 -4.5625 2.421875 -3.875 L 2.421875 -4.25 C 2.421875 -4.578125 2.359375 -4.6875 1.984375 -4.6875 L 0.78125 -4.6875 C 0.625 -4.6875 0.34375 -4.6875 0.34375 -4.359375 C 0.34375 -4.03125 0.609375 -4.03125 0.78125 -4.03125 L 1.671875 -4.03125 L 1.671875 -0.671875 L 0.78125 -0.671875 C 0.625 -0.671875 0.34375 -0.671875 0.34375 -0.34375 C 0.34375 0 0.609375 0 0.78125 0 L 3.625 0 C 3.796875 0 4.078125 0 4.078125 -0.328125 C 4.078125 -0.671875 3.796875 -0.671875 3.625 -0.671875 L 2.421875 -0.671875 L 2.421875 -2.03125 C 2.421875 -3.046875 3.0625 -4.09375 4.375 -4.09375 C 4.390625 -3.828125 4.578125 -3.609375 4.84375 -3.609375 C 5.09375 -3.609375 5.296875 -3.796875 5.296875 -4.078125 Z M 5.296875 -4.078125 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph2-7" overflow="visible">
+<path d="M 5.09375 -0.328125 C 5.09375 -0.671875 4.828125 -0.671875 4.65625 -0.671875 L 3.234375 -0.671875 L 3.234375 -6.203125 C 3.234375 -6.546875 3.171875 -6.65625 2.796875 -6.65625 L 1.078125 -6.65625 C 0.90625 -6.65625 0.625 -6.65625 0.625 -6.3125 C 0.625 -5.984375 0.921875 -5.984375 1.0625 -5.984375 L 2.484375 -5.984375 L 2.484375 -0.671875 L 1.078125 -0.671875 C 0.90625 -0.671875 0.625 -0.671875 0.625 -0.328125 C 0.625 0 0.921875 0 1.0625 0 L 4.65625 0 C 4.8125 0 5.09375 0 5.09375 -0.328125 Z M 5.09375 -0.328125 " style="stroke:none;"/>
+</symbol>
+<symbol id="glyph2-8" overflow="visible">
+<path d="M 5.65625 -0.34375 C 5.65625 -0.671875 5.375 -0.671875 5.21875 -0.671875 C 4.765625 -0.671875 4.65625 -0.71875 4.5625 -0.75 L 4.5625 -3.109375 C 4.5625 -3.875 3.96875 -4.796875 2.40625 -4.796875 C 1.9375 -4.796875 0.828125 -4.796875 0.828125 -4 C 0.828125 -3.671875 1.0625 -3.5 1.3125 -3.5 C 1.484375 -3.5 1.78125 -3.59375 1.796875 -4 C 1.796875 -4.078125 1.8125 -4.09375 2.03125 -4.109375 C 2.171875 -4.125 2.3125 -4.125 2.421875 -4.125 C 3.25 -4.125 3.8125 -3.796875 3.8125 -3.015625 C 1.890625 -2.984375 0.546875 -2.4375 0.546875 -1.390625 C 0.546875 -0.640625 1.234375 0.0625 2.34375 0.0625 C 2.75 0.0625 3.421875 -0.015625 3.9375 -0.34375 C 4.171875 -0.015625 4.6875 0 5.109375 0 C 5.40625 0 5.65625 0 5.65625 -0.34375 Z M 3.8125 -1.453125 C 3.8125 -1.203125 3.8125 -0.984375 3.390625 -0.78125 C 3 -0.59375 2.5 -0.59375 2.421875 -0.59375 C 1.75 -0.59375 1.296875 -0.96875 1.296875 -1.390625 C 1.296875 -1.921875 2.234375 -2.328125 3.8125 -2.375 Z M 3.8125 -1.453125 " style="stroke:none;"/>
+</symbol>
+</g>
+<clipPath id="clip1">
+<path d="M 0.167969 0 L 396.535156 0 L 396.535156 297.277344 L 0.167969 297.277344 Z M 0.167969 0 "/>
+</clipPath>
+<clipPath id="clip3">
+<path d="M 1 0.0117188 L 15.917969 0.0117188 L 15.917969 9 L 1 9 Z M 1 0.0117188 "/>
+</clipPath>
+<clipPath id="clip4">
+<path d="M 0.300781 10 L 15.917969 10 L 15.917969 22.789063 L 0.300781 22.789063 Z M 0.300781 10 "/>
+</clipPath>
+<clipPath id="clip2">
+<rect height="23" width="16" x="0" y="0"/>
+</clipPath>
+<g clip-path="url(#clip2)" id="surface5">
+<g clip-path="url(#clip3)" clip-rule="nonzero">
+<path d="M 1.308594 0.0117188 C 1.246094 0.0117188 1.207031 0.03125 1.179688 0.0585938 C 1.152344 0.0859375 1.132813 0.121094 1.132813 0.1875 L 1.132813 8.109375 C 1.132813 8.171875 1.152344 8.210938 1.179688 8.238281 C 1.207031 8.265625 1.246094 8.285156 1.308594 8.285156 L 3.378906 8.285156 C 4.1875 8.285156 4.675781 8.101563 4.972656 7.714844 C 5.414063 7.1875 5.429688 6.339844 5.429688 5.035156 L 5.429688 3.257813 C 5.429688 1.957031 5.414063 1.109375 4.972656 0.578125 C 4.675781 0.195313 4.1875 0.0117188 3.378906 0.0117188 Z M 2.449219 0.976563 L 3.179688 0.976563 C 3.503906 0.976563 3.695313 1.03125 3.84375 1.210938 C 4.074219 1.484375 4.09375 2.042969 4.09375 3.167969 L 4.09375 5.128906 C 4.09375 6.25 4.074219 6.808594 3.84375 7.085938 C 3.695313 7.261719 3.503906 7.316406 3.179688 7.316406 L 2.449219 7.316406 Z M 15.039063 0.1875 C 15.039063 0.121094 15.019531 0.0859375 14.996094 0.0585938 C 14.964844 0.03125 14.929688 0.0117188 14.867188 0.0117188 L 13.898438 0.0117188 C 13.835938 0.0117188 13.796875 0.03125 13.769531 0.0585938 C 13.742188 0.0859375 13.722656 0.121094 13.722656 0.1875 L 13.722656 6.035156 C 13.722656 6.644531 13.675781 7.007813 13.480469 7.226563 C 13.34375 7.375 13.15625 7.445313 12.890625 7.445313 C 12.644531 7.445313 12.464844 7.382813 12.320313 7.226563 C 12.136719 7.019531 12.078125 6.667969 12.078125 6.035156 L 12.078125 0.1875 C 12.078125 0.121094 12.058594 0.0859375 12.03125 0.0546875 C 12.003906 0.03125 11.96875 0.0117188 11.902344 0.0117188 L 10.933594 0.0117188 C 10.875 0.0117188 10.835938 0.03125 10.808594 0.0546875 C 10.78125 0.0859375 10.761719 0.121094 10.761719 0.1875 L 10.761719 6.035156 C 10.761719 6.890625 10.878906 7.421875 11.214844 7.796875 C 11.566406 8.183594 12.101563 8.386719 12.90625 8.386719 C 13.722656 8.386719 14.246094 8.167969 14.566406 7.792969 C 14.949219 7.355469 15.039063 6.828125 15.039063 6.035156 Z M 8.785156 8.109375 C 8.785156 8.171875 8.765625 8.210938 8.738281 8.238281 C 8.710938 8.265625 8.671875 8.285156 8.613281 8.285156 L 7.550781 8.285156 C 7.488281 8.285156 7.453125 8.265625 7.425781 8.238281 C 7.398438 8.210938 7.378906 8.171875 7.378906 8.109375 L 7.378906 1.058594 L 6.132813 1.058594 C 6.070313 1.058594 6.035156 1.039063 6.007813 1.011719 C 5.976563 0.984375 5.960938 0.945313 5.960938 0.882813 L 5.960938 0.1875 C 5.960938 0.121094 5.976563 0.0859375 6.007813 0.0585938 C 6.035156 0.03125 6.070313 0.0117188 6.132813 0.0117188 L 10.027344 0.0117188 C 10.09375 0.0117188 10.128906 0.03125 10.15625 0.0585938 C 10.183594 0.0859375 10.203125 0.121094 10.203125 0.1875 L 10.203125 0.882813 C 10.203125 0.945313 10.183594 0.984375 10.15625 1.011719 C 10.128906 1.039063 10.09375 1.058594 10.027344 1.058594 L 8.785156 1.058594 L 8.785156 8.109375 " style=" stroke:none;fill-rule:nonzero;fill:rgb(43.920898%,43.920898%,43.920898%);fill-opacity:1;"/>
+</g>
+<g clip-path="url(#clip4)" clip-rule="nonzero">
+<path d="M 15.917969 12.421875 L 12.59375 14.167969 C 8.289063 12.496094 7.929688 12.496094 3.625 14.167969 L 0.300781 12.421875 L 3.625 10.675781 C 7.929688 12.351563 8.289063 12.351563 12.59375 10.675781 Z M 15.917969 16.734375 L 12.59375 18.480469 C 8.289063 16.804688 7.929688 16.804688 3.625 18.480469 L 0.300781 16.734375 L 3.625 14.988281 C 7.929688 16.664063 8.289063 16.664063 12.59375 14.988281 Z M 15.917969 21.046875 L 12.59375 22.789063 C 8.289063 21.117188 7.929688 21.117188 3.625 22.789063 L 0.300781 21.046875 L 3.625 19.300781 C 7.929688 20.976563 8.289063 20.976563 12.59375 19.300781 L 15.917969 21.046875 " style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,0%,0%);fill-opacity:1;"/>
+</g>
+</g>
+<clipPath id="clip5">
+<path d="M 0.167969 0 L 52 0 L 52 10 L 0.167969 10 Z M 0.167969 0 "/>
+</clipPath>
+</defs>
+<g id="surface1">
+<g clip-path="url(#clip1)" clip-rule="nonzero">
+<path d="M 0.167969 297.277344 L 396.535156 297.277344 L 396.535156 0 L 0.167969 0 Z M 0.167969 297.277344 " style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;"/>
+</g>
+<use transform="matrix(1,0,0,1,365,12)" xlink:href="#surface5"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="26.680883" xlink:href="#glyph0-1" y="140.370276"/>
+<use x="34.096597" xlink:href="#glyph0-2" y="140.370276"/>
+<use x="39.726481" xlink:href="#glyph0-3" y="140.370276"/>
+<use x="42.329499" xlink:href="#glyph0-4" y="140.370276"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="50.134195" xlink:href="#glyph0-3" y="140.370276"/>
+<use x="52.737213" xlink:href="#glyph0-4" y="140.370276"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="60.552805" xlink:href="#glyph0-4" y="140.370276"/>
+<use x="64.729184" xlink:href="#glyph0-5" y="140.370276"/>
+<use x="70.177108" xlink:href="#glyph0-6" y="140.370276"/>
+<use x="78.833859" xlink:href="#glyph0-7" y="140.370276"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="87.305381" xlink:href="#glyph0-7" y="140.370276"/>
+<use x="92.148585" xlink:href="#glyph0-8" y="140.370276"/>
+<use x="97.172661" xlink:href="#glyph0-9" y="140.370276"/>
+<use x="102.409205" xlink:href="#glyph0-6" y="140.370276"/>
+<use x="111.065957" xlink:href="#glyph0-10" y="140.370276"/>
+<use x="116.695841" xlink:href="#glyph0-11" y="140.370276"/>
+<use x="119.298859" xlink:href="#glyph0-7" y="140.370276"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="127.770381" xlink:href="#glyph0-12" y="140.370276"/>
+<use x="131.704872" xlink:href="#glyph0-7" y="140.370276"/>
+<use x="136.548076" xlink:href="#glyph0-8" y="140.370276"/>
+<use x="141.572152" xlink:href="#glyph0-12" y="140.370276"/>
+<use x="145.506643" xlink:href="#glyph0-13" y="140.370276"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="27.303126" xlink:href="#glyph1-1" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="38.934539" xlink:href="#glyph1-2" y="288.685888"/>
+<use x="43.516177" xlink:href="#glyph1-3" y="288.685888"/>
+<use x="47.848852" xlink:href="#glyph1-4" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="54.315923" xlink:href="#glyph1-5" y="288.685888"/>
+<use x="58.368589" xlink:href="#glyph1-6" y="288.685888"/>
+<use x="61.540033" xlink:href="#glyph1-7" y="288.685888"/>
+<use x="66.577207" xlink:href="#glyph1-8" y="288.685888"/>
+<use x="69.852535" xlink:href="#glyph1-9" y="288.685888"/>
+<use x="73.127863" xlink:href="#glyph1-10" y="288.685888"/>
+<use x="75.418682" xlink:href="#glyph1-11" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="262.315356" xlink:href="#glyph1-12" y="288.685888"/>
+<use x="266.119656" xlink:href="#glyph1-13" y="288.685888"/>
+<use x="269.042733" xlink:href="#glyph1-14" y="288.685888"/>
+<use x="272.089994" xlink:href="#glyph1-7" y="288.685888"/>
+<use x="277.127169" xlink:href="#glyph1-8" y="288.685888"/>
+<use x="280.402497" xlink:href="#glyph1-15" y="288.685888"/>
+<use x="281.915978" xlink:href="#glyph1-11" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="286.848671" xlink:href="#glyph1-16" y="288.685888"/>
+<use x="289.28039" xlink:href="#glyph1-15" y="288.685888"/>
+<use x="290.793871" xlink:href="#glyph1-17" y="288.685888"/>
+<use x="292.307352" xlink:href="#glyph1-18" y="288.685888"/>
+<use x="295.58268" xlink:href="#glyph1-11" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="300.515374" xlink:href="#glyph1-16" y="288.685888"/>
+<use x="302.947092" xlink:href="#glyph1-19" y="288.685888"/>
+<use x="306.22242" xlink:href="#glyph1-6" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="309.220724" xlink:href="#glyph1-20" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="348.085838" xlink:href="#glyph1-21" y="288.685888"/>
+<use x="351.257281" xlink:href="#glyph1-22" y="288.685888"/>
+<use x="353.019128" xlink:href="#glyph1-23" y="288.685888"/>
+<use x="356.190572" xlink:href="#glyph1-22" y="288.685888"/>
+<use x="357.952419" xlink:href="#glyph1-1" y="288.685888"/>
+<use x="361.123863" xlink:href="#glyph1-24" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="364.301277" xlink:href="#glyph1-1" y="288.685888"/>
+<use x="367.472721" xlink:href="#glyph1-25" y="288.685888"/>
+</g>
+<g clip-path="url(#clip5)" clip-rule="nonzero">
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+<use x="0.166131" xlink:href="#glyph2-1" y="6.527062"/>
+<use x="5.886451" xlink:href="#glyph2-2" y="6.527062"/>
+<use x="11.606771" xlink:href="#glyph2-3" y="6.527062"/>
+<use x="17.327091" xlink:href="#glyph2-4" y="6.527062"/>
+<use x="23.047412" xlink:href="#glyph2-5" y="6.527062"/>
+<use x="28.767732" xlink:href="#glyph2-6" y="6.527062"/>
+<use x="34.488052" xlink:href="#glyph2-7" y="6.527062"/>
+<use x="40.208372" xlink:href="#glyph2-8" y="6.527062"/>
+<use x="45.928692" xlink:href="#glyph2-2" y="6.527062"/>
+</g>
+</g>
+</g>
+</g>
+</svg>
\ No newline at end of file
diff --git a/examples/new_project/osvgs/myoverlay.svg b/examples/new_project/osvgs/myoverlay.svg
index 07f850d8f7fe0069012972a6bb3015b077b01121..bc5d48a67a3dd7aa5a4bb3906ff1a0b4ed9d478d 100644
--- a/examples/new_project/osvgs/myoverlay.svg
+++ b/examples/new_project/osvgs/myoverlay.svg
@@ -126,7 +126,7 @@ style="display:inline">
 <path d="M 4.234375 -2.65625 L 3.765625 -2.65625 L 3.203125 -0.859375 C 3.15625 -0.6875 3.09375 -0.484375 3.078125 -0.359375 L 3.0625 -0.359375 C 3.03125 -0.59375 2.828125 -1.234375 2.8125 -1.28125 L 2.375 -2.65625 L 1.921875 -2.65625 C 1.75 -2.140625 1.296875 -0.796875 1.25 -0.359375 L 1.234375 -0.359375 C 1.1875 -0.78125 0.75 -2.109375 0.65625 -2.390625 C 0.609375 -2.53125 0.609375 -2.546875 0.578125 -2.65625 L 0.09375 -2.65625 L 0.96875 0 L 1.46875 0 L 1.84375 -1.15625 C 1.921875 -1.453125 2.109375 -2.015625 2.140625 -2.28125 L 2.140625 -2.296875 C 2.15625 -2.171875 2.1875 -2.03125 2.234375 -1.890625 L 2.359375 -1.4375 L 2.8125 0 L 3.359375 0 Z M 4.234375 -2.65625 " style="stroke:none;"/>
 </symbol>
 <symbol id="glyph1-21" overflow="visible">
-<path d="M 2.984375 -1 L 2.984375 -1.390625 L 2.359375 -1.390625 L 2.359375 -3.921875 L 1.765625 -3.921875 L 0.171875 -1.390625 L 0.171875 -1 L 1.84375 -1 L 1.84375 0 L 2.359375 0 L 2.359375 -1 Z M 1.890625 -1.390625 L 0.6875 -1.390625 C 0.859375 -1.671875 1.890625 -3.265625 1.890625 -3.625 Z M 1.890625 -1.390625 " style="stroke:none;"/>
+<path d="M 2.90625 -3.5 L 2.90625 -3.921875 L 0.265625 -3.921875 L 0.265625 -3.453125 L 1.46875 -3.453125 C 1.546875 -3.453125 1.625 -3.46875 1.6875 -3.46875 L 2.4375 -3.46875 C 1.53125 -2.578125 0.953125 -1.328125 0.953125 0.0625 L 1.515625 0.0625 C 1.515625 -1.6875 2.359375 -2.9375 2.90625 -3.5 Z M 2.90625 -3.5 " style="stroke:none;"/>
 </symbol>
 <symbol id="glyph1-22" overflow="visible">
 <path d="M 1.140625 0 L 1.140625 -0.53125 L 0.609375 -0.53125 L 0.609375 0 Z M 1.140625 0 " style="stroke:none;"/>
diff --git a/examples/new_project/osvgs/tmp/myoverlay.png b/examples/new_project/osvgs/tmp/myoverlay.png
index d1b7f08e754571fc0e8d31da269beffd3ba0d194..1b4b0d758300fbb1b53a5d61589e5c190b74d959 100644
Binary files a/examples/new_project/osvgs/tmp/myoverlay.png and b/examples/new_project/osvgs/tmp/myoverlay.png differ
diff --git a/examples/new_project/osvgs/tmp/myoverlay.svg b/examples/new_project/osvgs/tmp/myoverlay.svg
new file mode 100644
index 0000000000000000000000000000000000000000..f7ab322e71a9cccddd5e567cb0caecceaffbc399
--- /dev/null
+++ b/examples/new_project/osvgs/tmp/myoverlay.svg
@@ -0,0 +1,281 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="396.85pt" height="297.638pt" viewBox="0 0 396.85 297.638" version="1.2">
+<defs>
+<g>
+<symbol overflow="visible" id="glyph0-0">
+<path style="stroke:none;" d=""/>
+</symbol>
+<symbol overflow="visible" id="glyph0-1">
+<path style="stroke:none;" d="M 7.015625 -6.78125 L 7.015625 -7.5 L 0.390625 -7.5 L 0.390625 -6.78125 L 1.84375 -6.78125 C 1.984375 -6.78125 2.109375 -6.796875 2.25 -6.796875 L 3.21875 -6.796875 L 3.21875 0 L 4.1875 0 L 4.1875 -6.796875 L 5.15625 -6.796875 C 5.296875 -6.796875 5.421875 -6.78125 5.546875 -6.78125 Z M 7.015625 -6.78125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-2">
+<path style="stroke:none;" d="M 4.734375 0 L 4.734375 -3.25 C 4.734375 -3.96875 4.578125 -4.953125 3.25 -4.953125 C 2.5625 -4.953125 2.046875 -4.625 1.703125 -4.171875 L 1.703125 -7.5625 L 0.875 -7.5625 L 0.875 0 L 1.734375 0 L 1.734375 -2.671875 C 1.734375 -3.390625 2 -4.296875 2.828125 -4.296875 C 3.875 -4.296875 3.890625 -3.515625 3.890625 -3.171875 L 3.890625 0 Z M 4.734375 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-3">
+<path style="stroke:none;" d="M 1.703125 0 L 1.703125 -4.828125 L 0.875 -4.828125 L 0.875 0 Z M 1.78125 -6.171875 L 1.78125 -7.140625 L 0.8125 -7.140625 L 0.8125 -6.171875 Z M 1.78125 -6.171875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-4">
+<path style="stroke:none;" d="M 3.921875 -1.390625 C 3.921875 -2 3.515625 -2.359375 3.5 -2.390625 C 3.078125 -2.78125 2.78125 -2.84375 2.234375 -2.9375 C 1.640625 -3.0625 1.125 -3.171875 1.125 -3.703125 C 1.125 -4.375 1.921875 -4.375 2.0625 -4.375 C 2.40625 -4.375 2.984375 -4.328125 3.609375 -3.96875 L 3.734375 -4.671875 C 3.171875 -4.9375 2.71875 -5.015625 2.171875 -5.015625 C 1.890625 -5.015625 0.359375 -5.015625 0.359375 -3.59375 C 0.359375 -3.0625 0.671875 -2.71875 0.953125 -2.5 C 1.28125 -2.265625 1.53125 -2.21875 2.125 -2.109375 C 2.515625 -2.03125 3.140625 -1.890625 3.140625 -1.3125 C 3.140625 -0.5625 2.28125 -0.5625 2.125 -0.5625 C 1.234375 -0.5625 0.625 -0.96875 0.4375 -1.09375 L 0.3125 -0.359375 C 0.65625 -0.1875 1.25 0.125 2.140625 0.125 C 2.328125 0.125 2.921875 0.125 3.390625 -0.234375 C 3.734375 -0.484375 3.921875 -0.921875 3.921875 -1.390625 Z M 3.921875 -1.390625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-5">
+<path style="stroke:none;" d="M 5.109375 -2.390625 C 5.109375 -3.859375 4.015625 -5.015625 2.71875 -5.015625 C 1.390625 -5.015625 0.328125 -3.828125 0.328125 -2.390625 C 0.328125 -0.953125 1.4375 0.125 2.71875 0.125 C 4.015625 0.125 5.109375 -0.984375 5.109375 -2.390625 Z M 4.265625 -2.5 C 4.265625 -1.21875 3.515625 -0.578125 2.71875 -0.578125 C 1.953125 -0.578125 1.171875 -1.1875 1.171875 -2.5 C 1.171875 -3.828125 2 -4.359375 2.71875 -4.359375 C 3.46875 -4.359375 4.265625 -3.796875 4.265625 -2.5 Z M 4.265625 -2.5 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-6">
+<path style="stroke:none;" d="M 7.765625 0 L 7.765625 -3.25 C 7.765625 -3.96875 7.59375 -4.953125 6.265625 -4.953125 C 5.625 -4.953125 5.046875 -4.65625 4.65625 -4.0625 C 4.359375 -4.890625 3.609375 -4.953125 3.25 -4.953125 C 2.46875 -4.953125 1.953125 -4.515625 1.671875 -4.109375 L 1.671875 -4.90625 L 0.875 -4.90625 L 0.875 0 L 1.734375 0 L 1.734375 -2.671875 C 1.734375 -3.40625 2.03125 -4.296875 2.828125 -4.296875 C 3.84375 -4.296875 3.90625 -3.578125 3.90625 -3.171875 L 3.90625 0 L 4.75 0 L 4.75 -2.671875 C 4.75 -3.40625 5.046875 -4.296875 5.84375 -4.296875 C 6.859375 -4.296875 6.921875 -3.578125 6.921875 -3.171875 L 6.921875 0 Z M 7.765625 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-7">
+<path style="stroke:none;" d="M 4.515625 -2.390625 C 4.515625 -2.75 4.5 -3.578125 4.078125 -4.21875 C 3.625 -4.90625 2.96875 -5.015625 2.5625 -5.015625 C 1.359375 -5.015625 0.375 -3.859375 0.375 -2.46875 C 0.375 -1.03125 1.421875 0.125 2.734375 0.125 C 3.421875 0.125 4.046875 -0.140625 4.46875 -0.453125 L 4.40625 -1.15625 C 3.71875 -0.59375 3 -0.546875 2.75 -0.546875 C 1.875 -0.546875 1.171875 -1.3125 1.140625 -2.390625 Z M 3.890625 -2.984375 L 1.203125 -2.984375 C 1.375 -3.8125 1.953125 -4.359375 2.5625 -4.359375 C 3.140625 -4.359375 3.75 -3.984375 3.890625 -2.984375 Z M 3.890625 -2.984375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-8">
+<path style="stroke:none;" d="M 5.015625 0 L 2.828125 -2.5 L 4.828125 -4.828125 L 3.9375 -4.828125 L 2.46875 -3.03125 L 0.96875 -4.828125 L 0.0625 -4.828125 L 2.109375 -2.5 L 0 0 L 0.890625 0 L 2.46875 -2.046875 L 4.109375 0 Z M 5.015625 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-9">
+<path style="stroke:none;" d="M 4.453125 0 L 4.453125 -3.140625 C 4.453125 -4.265625 3.65625 -5.015625 2.65625 -5.015625 C 1.953125 -5.015625 1.453125 -4.84375 0.953125 -4.546875 L 1.015625 -3.828125 C 1.578125 -4.234375 2.125 -4.375 2.65625 -4.375 C 3.171875 -4.375 3.609375 -3.9375 3.609375 -3.140625 L 3.609375 -2.671875 C 1.96875 -2.640625 0.59375 -2.1875 0.59375 -1.234375 C 0.59375 -0.765625 0.875 0.125 1.828125 0.125 C 1.984375 0.125 3 0.09375 3.640625 -0.390625 L 3.640625 0 Z M 3.609375 -1.4375 C 3.609375 -1.234375 3.609375 -0.953125 3.234375 -0.75 C 2.921875 -0.5625 2.5 -0.546875 2.390625 -0.546875 C 1.859375 -0.546875 1.375 -0.796875 1.375 -1.25 C 1.375 -2.015625 3.140625 -2.09375 3.609375 -2.109375 Z M 3.609375 -1.4375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-10">
+<path style="stroke:none;" d="M 5.234375 -2.421875 C 5.234375 -3.734375 4.546875 -4.953125 3.5 -4.953125 C 2.84375 -4.953125 2.203125 -4.734375 1.703125 -4.296875 L 1.703125 -4.828125 L 0.890625 -4.828125 L 0.890625 2.109375 L 1.75 2.109375 L 1.75 -0.5 C 2.078125 -0.1875 2.5625 0.125 3.21875 0.125 C 4.265625 0.125 5.234375 -0.953125 5.234375 -2.421875 Z M 4.375 -2.421875 C 4.375 -1.3125 3.609375 -0.546875 2.78125 -0.546875 C 2.359375 -0.546875 2.0625 -0.765625 1.84375 -1.0625 C 1.75 -1.21875 1.75 -1.234375 1.75 -1.4375 L 1.75 -3.625 C 2 -4 2.421875 -4.265625 2.890625 -4.265625 C 3.71875 -4.265625 4.375 -3.4375 4.375 -2.421875 Z M 4.375 -2.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-11">
+<path style="stroke:none;" d="M 1.703125 0 L 1.703125 -7.5625 L 0.875 -7.5625 L 0.875 0 Z M 1.703125 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-12">
+<path style="stroke:none;" d="M 3.609375 -0.296875 L 3.4375 -0.9375 C 3.15625 -0.703125 2.8125 -0.578125 2.46875 -0.578125 C 2.0625 -0.578125 1.90625 -0.90625 1.90625 -1.484375 L 1.90625 -4.203125 L 3.4375 -4.203125 L 3.4375 -4.828125 L 1.90625 -4.828125 L 1.90625 -6.21875 L 1.15625 -6.21875 L 1.15625 -4.828125 L 0.203125 -4.828125 L 0.203125 -4.203125 L 1.125 -4.203125 L 1.125 -1.296875 C 1.125 -0.640625 1.28125 0.125 2.03125 0.125 C 2.78125 0.125 3.34375 -0.15625 3.609375 -0.296875 Z M 3.609375 -0.296875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-13">
+<path style="stroke:none;" d="M 2.1875 -7.5625 L 1.28125 -7.5625 L 1.375 -2.375 L 1.375 -1.90625 L 2.109375 -1.90625 L 2.109375 -2.375 Z M 2.1875 0 L 2.1875 -0.90625 L 1.28125 -0.90625 L 1.28125 0 Z M 2.1875 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-0">
+<path style="stroke:none;" d=""/>
+</symbol>
+<symbol overflow="visible" id="glyph1-1">
+<path style="stroke:none;" d="M 2.84375 0 L 2.84375 -0.453125 L 1.6875 -0.453125 C 1.625 -0.453125 1.546875 -0.453125 1.46875 -0.453125 L 0.796875 -0.453125 L 1.71875 -1.265625 C 1.828125 -1.359375 2.125 -1.59375 2.234375 -1.6875 C 2.5 -1.921875 2.84375 -2.234375 2.84375 -2.75 C 2.84375 -3.421875 2.34375 -4.046875 1.5 -4.046875 C 0.859375 -4.046875 0.46875 -3.703125 0.265625 -3.09375 L 0.546875 -2.734375 C 0.6875 -3.234375 0.890625 -3.625 1.40625 -3.625 C 1.90625 -3.625 2.296875 -3.28125 2.296875 -2.734375 C 2.296875 -2.25 2 -1.96875 1.640625 -1.625 C 1.515625 -1.5 1.203125 -1.234375 1.078125 -1.109375 C 0.90625 -0.96875 0.484375 -0.5625 0.3125 -0.40625 L 0.3125 0 Z M 2.84375 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-2">
+<path style="stroke:none;" d="M 4.21875 -2.03125 C 4.21875 -3.203125 3.34375 -4.140625 2.28125 -4.140625 L 0.578125 -4.140625 L 0.578125 0 L 2.28125 0 C 3.359375 0 4.21875 -0.90625 4.21875 -2.03125 Z M 3.640625 -2.046875 C 3.640625 -0.9375 2.90625 -0.359375 2.125 -0.359375 L 1.171875 -0.359375 L 1.171875 -3.796875 L 2.125 -3.796875 C 2.9375 -3.796875 3.640625 -3.140625 3.640625 -2.046875 Z M 3.640625 -2.046875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-3">
+<path style="stroke:none;" d="M 4.09375 -3.6875 L 4.09375 -4.09375 L 0.234375 -4.09375 L 0.234375 -3.6875 L 1.09375 -3.6875 C 1.15625 -3.6875 1.234375 -3.6875 1.296875 -3.6875 L 1.859375 -3.6875 L 1.859375 0 L 2.46875 0 L 2.46875 -3.6875 L 3.03125 -3.6875 C 3.09375 -3.6875 3.171875 -3.6875 3.234375 -3.6875 Z M 4.09375 -3.6875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-4">
+<path style="stroke:none;" d="M 3.765625 -1.390625 L 3.765625 -4.140625 L 3.25 -4.140625 L 3.25 -1.390625 C 3.25 -0.59375 2.703125 -0.234375 2.203125 -0.234375 C 1.6875 -0.234375 1.1875 -0.59375 1.1875 -1.390625 L 1.1875 -4.140625 L 0.578125 -4.140625 L 0.578125 -1.390625 C 0.578125 -0.515625 1.328125 0.125 2.1875 0.125 C 3.046875 0.125 3.765625 -0.53125 3.765625 -1.390625 Z M 3.765625 -1.390625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-5">
+<path style="stroke:none;" d="M 3.71875 -0.28125 L 3.6875 -0.734375 C 3.5 -0.609375 3.3125 -0.484375 3.09375 -0.421875 C 2.890625 -0.359375 2.671875 -0.359375 2.453125 -0.359375 C 2.0625 -0.359375 1.6875 -0.546875 1.421875 -0.859375 C 1.140625 -1.1875 1 -1.625 1 -2.078125 C 1 -2.515625 1.140625 -2.953125 1.421875 -3.28125 C 1.6875 -3.59375 2.0625 -3.796875 2.453125 -3.796875 C 2.65625 -3.796875 2.84375 -3.765625 3.03125 -3.71875 C 3.21875 -3.65625 3.390625 -3.5625 3.5625 -3.453125 L 3.65625 -4 C 3.46875 -4.0625 3.265625 -4.125 3.0625 -4.15625 C 2.859375 -4.203125 2.65625 -4.203125 2.453125 -4.203125 C 1.90625 -4.203125 1.390625 -3.96875 1 -3.578125 C 0.609375 -3.171875 0.40625 -2.625 0.40625 -2.078125 C 0.40625 -1.515625 0.609375 -0.96875 1 -0.5625 C 1.390625 -0.171875 1.90625 0.0625 2.453125 0.0625 C 2.6875 0.0625 2.90625 0.046875 3.109375 0 C 3.328125 -0.0625 3.53125 -0.15625 3.71875 -0.28125 Z M 3.71875 -0.28125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-6">
+<path style="stroke:none;" d="M 2.984375 -1.3125 C 2.984375 -2.09375 2.359375 -2.734375 1.578125 -2.734375 C 0.8125 -2.734375 0.171875 -2.09375 0.171875 -1.3125 C 0.171875 -0.546875 0.8125 0.0625 1.578125 0.0625 C 2.359375 0.0625 2.984375 -0.546875 2.984375 -1.3125 Z M 2.46875 -1.375 C 2.46875 -0.6875 2.046875 -0.359375 1.578125 -0.359375 C 1.109375 -0.359375 0.703125 -0.703125 0.703125 -1.375 C 0.703125 -2.046875 1.140625 -2.34375 1.578125 -2.34375 C 2.03125 -2.34375 2.46875 -2.03125 2.46875 -1.375 Z M 2.46875 -1.375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-7">
+<path style="stroke:none;" d="M 4.53125 0 L 4.53125 -1.765625 C 4.53125 -2.234375 4.40625 -2.703125 3.671875 -2.703125 C 3.15625 -2.703125 2.859375 -2.421875 2.703125 -2.21875 C 2.65625 -2.390625 2.5 -2.703125 1.90625 -2.703125 C 1.5625 -2.703125 1.234375 -2.578125 0.96875 -2.25 L 0.96875 -2.6875 L 0.5 -2.6875 L 0.5 0 L 1.015625 0 L 1.015625 -1.453125 C 1.015625 -1.84375 1.1875 -2.3125 1.640625 -2.3125 C 2.25 -2.3125 2.25 -1.890625 2.25 -1.71875 L 2.25 0 L 2.78125 0 L 2.78125 -1.453125 C 2.78125 -1.84375 2.9375 -2.3125 3.40625 -2.3125 C 4.015625 -2.3125 4.015625 -1.890625 4.015625 -1.71875 L 4.015625 0 Z M 4.53125 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-8">
+<path style="stroke:none;" d="M 3.0625 -1.328125 C 3.0625 -2.046875 2.65625 -2.703125 2.078125 -2.703125 C 1.796875 -2.703125 1.359375 -2.625 1.015625 -2.359375 L 1.015625 -2.65625 L 0.5 -2.65625 L 0.5 1.15625 L 1.03125 1.15625 L 1.03125 -0.28125 C 1.34375 0 1.6875 0.0625 1.890625 0.0625 C 2.515625 0.0625 3.0625 -0.546875 3.0625 -1.328125 Z M 2.53125 -1.328125 C 2.53125 -0.734375 2.09375 -0.328125 1.625 -0.328125 C 1.53125 -0.328125 1.390625 -0.34375 1.234375 -0.46875 C 1.046875 -0.609375 1.03125 -0.703125 1.03125 -0.8125 L 1.03125 -1.984375 C 1.15625 -2.15625 1.390625 -2.296875 1.6875 -2.296875 C 2.15625 -2.296875 2.53125 -1.859375 2.53125 -1.328125 Z M 2.53125 -1.328125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-9">
+<path style="stroke:none;" d="M 2.78125 0 L 2.78125 -2.65625 L 2.25 -2.65625 L 2.25 -0.921875 C 2.25 -0.4375 1.84375 -0.296875 1.5 -0.296875 C 1.0625 -0.296875 1.015625 -0.40625 1.015625 -0.6875 L 1.015625 -2.65625 L 0.5 -2.65625 L 0.5 -0.65625 C 0.5 -0.125 0.734375 0.0625 1.140625 0.0625 C 1.390625 0.0625 1.921875 0.015625 2.28125 -0.28125 L 2.28125 0 Z M 2.78125 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-10">
+<path style="stroke:none;" d="M 2.109375 -0.15625 L 2.015625 -0.546875 C 1.8125 -0.40625 1.609375 -0.359375 1.4375 -0.359375 C 1.1875 -0.359375 1.125 -0.59375 1.125 -0.875 L 1.125 -2.28125 L 2 -2.28125 L 2 -2.65625 L 1.125 -2.65625 L 1.125 -3.40625 L 0.65625 -3.40625 L 0.65625 -2.65625 L 0.125 -2.65625 L 0.125 -2.28125 L 0.640625 -2.28125 L 0.640625 -0.765625 C 0.640625 -0.359375 0.75 0.0625 1.171875 0.0625 C 1.609375 0.0625 1.9375 -0.078125 2.109375 -0.15625 Z M 2.109375 -0.15625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-11">
+<path style="stroke:none;" d="M 2.625 -1.3125 C 2.625 -1.578125 2.59375 -1.984375 2.359375 -2.328125 C 2.15625 -2.625 1.796875 -2.734375 1.5 -2.734375 C 0.765625 -2.734375 0.203125 -2.09375 0.203125 -1.34375 C 0.203125 -0.578125 0.8125 0.0625 1.59375 0.0625 C 1.9375 0.0625 2.296875 -0.046875 2.609375 -0.234375 L 2.5625 -0.65625 C 2.234375 -0.40625 1.859375 -0.328125 1.59375 -0.328125 C 1.078125 -0.328125 0.6875 -0.765625 0.671875 -1.3125 Z M 2.265625 -1.671875 L 0.703125 -1.671875 C 0.84375 -2.140625 1.203125 -2.34375 1.5 -2.34375 C 1.765625 -2.34375 2.15625 -2.21875 2.265625 -1.671875 Z M 2.265625 -1.671875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-12">
+<path style="stroke:none;" d="M 3.53125 0 L 3.53125 -0.46875 L 3 -0.46875 L 1.5 -0.453125 L 1.1875 -0.453125 L 1.1875 -1.953125 L 3.265625 -1.953125 L 3.265625 -2.34375 L 1.1875 -2.34375 L 1.1875 -3.71875 L 2.046875 -3.71875 C 2.125 -3.71875 2.203125 -3.703125 2.265625 -3.703125 L 3.4375 -3.703125 L 3.4375 -4.125 L 0.578125 -4.125 L 0.578125 0 Z M 3.53125 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-13">
+<path style="stroke:none;" d="M 2.921875 0 L 1.65625 -1.359375 L 2.8125 -2.65625 L 2.28125 -2.65625 L 1.4375 -1.671875 L 0.578125 -2.65625 L 0.03125 -2.65625 L 1.234375 -1.359375 L 0 0 L 0.53125 0 L 1.4375 -1.125 L 2.375 0 Z M 2.921875 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-14">
+<path style="stroke:none;" d="M 2.609375 0 L 2.609375 -1.71875 C 2.609375 -2.328125 2.140625 -2.734375 1.546875 -2.734375 C 1.171875 -2.734375 0.890625 -2.65625 0.546875 -2.484375 L 0.578125 -2.046875 C 0.78125 -2.171875 1.078125 -2.359375 1.546875 -2.359375 C 1.8125 -2.359375 2.078125 -2.15625 2.078125 -1.71875 L 2.078125 -1.46875 C 1.203125 -1.4375 0.328125 -1.265625 0.328125 -0.703125 C 0.328125 -0.40625 0.53125 0.0625 1.0625 0.0625 C 1.3125 0.0625 1.78125 0 2.09375 -0.234375 L 2.09375 0 Z M 2.078125 -0.84375 C 2.078125 -0.734375 2.078125 -0.578125 1.875 -0.453125 C 1.6875 -0.34375 1.453125 -0.328125 1.390625 -0.328125 C 1.0625 -0.328125 0.8125 -0.484375 0.8125 -0.703125 C 0.8125 -1.09375 1.8125 -1.125 2.078125 -1.140625 Z M 2.078125 -0.84375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-15">
+<path style="stroke:none;" d="M 1 0 L 1 -4.140625 L 0.5 -4.140625 L 0.5 0 Z M 1 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-16">
+<path style="stroke:none;" d="M 2.28125 -0.78125 C 2.28125 -0.890625 2.28125 -1.109375 2.015625 -1.34375 C 1.796875 -1.546875 1.59375 -1.578125 1.296875 -1.640625 C 0.953125 -1.703125 0.671875 -1.75 0.671875 -2.015625 C 0.671875 -2.359375 1.109375 -2.359375 1.203125 -2.359375 C 1.546875 -2.359375 1.796875 -2.28125 2.09375 -2.125 L 2.171875 -2.546875 C 1.765625 -2.71875 1.46875 -2.734375 1.265625 -2.734375 C 1.109375 -2.734375 0.203125 -2.734375 0.203125 -1.953125 C 0.203125 -1.671875 0.359375 -1.515625 0.4375 -1.4375 C 0.65625 -1.234375 0.90625 -1.1875 1.21875 -1.125 C 1.5 -1.0625 1.828125 -1.015625 1.828125 -0.71875 C 1.828125 -0.34375 1.328125 -0.34375 1.234375 -0.34375 C 0.859375 -0.34375 0.5 -0.484375 0.265625 -0.65625 L 0.171875 -0.203125 C 0.375 -0.09375 0.75 0.0625 1.234375 0.0625 C 1.515625 0.0625 1.765625 0.015625 2 -0.140625 C 2.21875 -0.3125 2.28125 -0.578125 2.28125 -0.78125 Z M 2.28125 -0.78125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-17">
+<path style="stroke:none;" d="M 1 0 L 1 -2.65625 L 0.5 -2.65625 L 0.5 0 Z M 1.0625 -3.34375 L 1.0625 -3.953125 L 0.453125 -3.953125 L 0.453125 -3.34375 Z M 1.0625 -3.34375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-18">
+<path style="stroke:none;" d="M 2.765625 0 L 2.765625 -4.140625 L 2.265625 -4.140625 L 2.265625 -2.390625 C 1.875 -2.671875 1.5 -2.703125 1.3125 -2.703125 C 0.6875 -2.703125 0.21875 -2.078125 0.21875 -1.328125 C 0.21875 -0.5625 0.6875 0.0625 1.296875 0.0625 C 1.671875 0.0625 2.015625 -0.109375 2.25 -0.3125 L 2.25 0 Z M 2.25 -0.734375 C 2.09375 -0.5 1.875 -0.328125 1.578125 -0.328125 C 1.15625 -0.328125 0.734375 -0.625 0.734375 -1.3125 C 0.734375 -2.0625 1.234375 -2.3125 1.640625 -2.3125 C 1.890625 -2.3125 2.09375 -2.21875 2.25 -2.015625 Z M 2.25 -0.734375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-19">
+<path style="stroke:none;" d="M 2.78125 0 L 2.78125 -1.765625 C 2.78125 -2.234375 2.640625 -2.703125 1.90625 -2.703125 C 1.390625 -2.703125 1.109375 -2.40625 1 -2.28125 L 1 -4.140625 L 0.5 -4.140625 L 0.5 0 L 1.015625 0 L 1.015625 -1.453125 C 1.015625 -1.84375 1.1875 -2.3125 1.640625 -2.3125 C 2.25 -2.3125 2.25 -1.890625 2.25 -1.71875 L 2.25 0 Z M 2.78125 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-20">
+<path style="stroke:none;" d="M 4.234375 -2.65625 L 3.765625 -2.65625 L 3.203125 -0.859375 C 3.15625 -0.6875 3.09375 -0.484375 3.078125 -0.359375 L 3.0625 -0.359375 C 3.03125 -0.59375 2.828125 -1.234375 2.8125 -1.28125 L 2.375 -2.65625 L 1.921875 -2.65625 C 1.75 -2.140625 1.296875 -0.796875 1.25 -0.359375 L 1.234375 -0.359375 C 1.1875 -0.78125 0.75 -2.109375 0.65625 -2.390625 C 0.609375 -2.53125 0.609375 -2.546875 0.578125 -2.65625 L 0.09375 -2.65625 L 0.96875 0 L 1.46875 0 L 1.84375 -1.15625 C 1.921875 -1.453125 2.109375 -2.015625 2.140625 -2.28125 L 2.140625 -2.296875 C 2.15625 -2.171875 2.1875 -2.03125 2.234375 -1.890625 L 2.359375 -1.4375 L 2.8125 0 L 3.359375 0 Z M 4.234375 -2.65625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-21">
+<path style="stroke:none;" d="M 2.90625 -3.5 L 2.90625 -3.921875 L 0.265625 -3.921875 L 0.265625 -3.453125 L 1.46875 -3.453125 C 1.546875 -3.453125 1.625 -3.46875 1.6875 -3.46875 L 2.4375 -3.46875 C 1.53125 -2.578125 0.953125 -1.328125 0.953125 0.0625 L 1.515625 0.0625 C 1.515625 -1.6875 2.359375 -2.9375 2.90625 -3.5 Z M 2.90625 -3.5 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-22">
+<path style="stroke:none;" d="M 1.140625 0 L 1.140625 -0.53125 L 0.609375 -0.53125 L 0.609375 0 Z M 1.140625 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-23">
+<path style="stroke:none;" d="M 2.90625 -2 C 2.90625 -3.625 2.171875 -4.046875 1.609375 -4.046875 C 1.078125 -4.046875 0.828125 -3.796875 0.65625 -3.609375 C 0.28125 -3.234375 0.265625 -2.8125 0.265625 -2.578125 C 0.265625 -1.8125 0.6875 -1.15625 1.265625 -1.15625 C 1.9375 -1.15625 2.3125 -1.59375 2.34375 -1.640625 C 2.25 -0.6875 1.796875 -0.265625 1.296875 -0.265625 C 0.984375 -0.265625 0.796875 -0.375 0.65625 -0.5 L 0.453125 -0.15625 C 0.75 0.0625 1.015625 0.125 1.296875 0.125 C 2.140625 0.125 2.90625 -0.71875 2.90625 -2 Z M 2.328125 -2.453125 C 2.328125 -2.015625 2.0625 -1.546875 1.546875 -1.546875 C 1.3125 -1.546875 1.140625 -1.609375 0.984375 -1.859375 C 0.828125 -2.09375 0.8125 -2.3125 0.8125 -2.578125 C 0.8125 -2.8125 0.8125 -3.078125 1 -3.34375 C 1.125 -3.53125 1.296875 -3.671875 1.59375 -3.671875 C 2.171875 -3.671875 2.296875 -2.96875 2.328125 -2.59375 C 2.328125 -2.546875 2.328125 -2.5 2.328125 -2.453125 Z M 2.328125 -2.453125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-24">
+<path style="stroke:none;" d="M 2.90625 -1.9375 C 2.90625 -2.21875 2.90625 -2.921875 2.625 -3.421875 C 2.328125 -3.953125 1.875 -4.046875 1.578125 -4.046875 C 1.3125 -4.046875 0.84375 -3.953125 0.546875 -3.4375 C 0.265625 -2.96875 0.25 -2.3125 0.25 -1.9375 C 0.25 -1.5 0.28125 -0.953125 0.53125 -0.5 C 0.78125 -0.015625 1.234375 0.125 1.578125 0.125 C 2.171875 0.125 2.5 -0.21875 2.6875 -0.59375 C 2.890625 -1.015625 2.90625 -1.5625 2.90625 -1.9375 Z M 2.390625 -2.015625 C 2.390625 -1.625 2.390625 -1.171875 2.25 -0.796875 C 2.078125 -0.359375 1.78125 -0.265625 1.578125 -0.265625 C 1.328125 -0.265625 1.046875 -0.40625 0.890625 -0.84375 C 0.78125 -1.203125 0.765625 -1.578125 0.765625 -2.015625 C 0.765625 -2.5625 0.765625 -3.640625 1.578125 -3.640625 C 2.390625 -3.640625 2.390625 -2.5625 2.390625 -2.015625 Z M 2.390625 -2.015625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-25">
+<path style="stroke:none;" d="M 2.703125 0 L 2.703125 -0.375 L 1.921875 -0.375 L 1.921875 -4.046875 L 1.78125 -4.046875 C 1.390625 -3.6875 0.90625 -3.65625 0.546875 -3.640625 L 0.546875 -3.265625 C 0.78125 -3.28125 1.078125 -3.28125 1.375 -3.40625 L 1.375 -0.375 L 0.578125 -0.375 L 0.578125 0 Z M 2.703125 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-0">
+<path style="stroke:none;" d=""/>
+</symbol>
+<symbol overflow="visible" id="glyph2-1">
+<path style="stroke:none;" d="M 5.625 -0.328125 C 5.625 -0.671875 5.390625 -0.671875 5 -0.671875 L 5 -3.296875 C 5 -3.515625 5 -4.765625 4.03125 -4.765625 C 3.703125 -4.765625 3.25 -4.625 2.953125 -4.1875 C 2.78125 -4.5625 2.484375 -4.765625 2.125 -4.765625 C 1.78125 -4.765625 1.453125 -4.609375 1.1875 -4.359375 C 1.171875 -4.6875 0.953125 -4.6875 0.75 -4.6875 L 0.40625 -4.6875 C 0.234375 -4.6875 -0.046875 -4.6875 -0.046875 -4.359375 C -0.046875 -4.03125 0.1875 -4.03125 0.578125 -4.03125 L 0.578125 -0.671875 C 0.1875 -0.671875 -0.046875 -0.671875 -0.046875 -0.328125 C -0.046875 0 0.25 0 0.40625 0 L 1.359375 0 C 1.53125 0 1.8125 0 1.8125 -0.328125 C 1.8125 -0.671875 1.578125 -0.671875 1.1875 -0.671875 L 1.1875 -2.609375 C 1.1875 -3.578125 1.640625 -4.09375 2.078125 -4.09375 C 2.328125 -4.09375 2.484375 -3.90625 2.484375 -3.203125 L 2.484375 -0.671875 C 2.28125 -0.671875 2 -0.671875 2 -0.328125 C 2 0 2.296875 0 2.453125 0 L 3.265625 0 C 3.4375 0 3.71875 0 3.71875 -0.328125 C 3.71875 -0.671875 3.484375 -0.671875 3.09375 -0.671875 L 3.09375 -2.609375 C 3.09375 -3.578125 3.546875 -4.09375 3.984375 -4.09375 C 4.234375 -4.09375 4.390625 -3.90625 4.390625 -3.203125 L 4.390625 -0.671875 C 4.1875 -0.671875 3.90625 -0.671875 3.90625 -0.328125 C 3.90625 0 4.203125 0 4.359375 0 L 5.171875 0 C 5.34375 0 5.625 0 5.625 -0.328125 Z M 5.625 -0.328125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-2">
+<path style="stroke:none;" d="M 5.453125 -4.359375 C 5.453125 -4.6875 5.1875 -4.6875 5.015625 -4.6875 L 3.734375 -4.6875 C 3.578125 -4.6875 3.296875 -4.6875 3.296875 -4.359375 C 3.296875 -4.03125 3.5625 -4.03125 3.734375 -4.03125 L 4.046875 -4.03125 L 3.25 -1.703125 C 3.109375 -1.3125 3.046875 -1.109375 2.96875 -0.765625 C 2.90625 -0.984375 2.8125 -1.203125 2.734375 -1.421875 L 1.71875 -4.03125 L 2 -4.03125 C 2.15625 -4.03125 2.421875 -4.03125 2.421875 -4.359375 C 2.421875 -4.6875 2.171875 -4.6875 2 -4.6875 L 0.71875 -4.6875 C 0.546875 -4.6875 0.28125 -4.6875 0.28125 -4.359375 C 0.28125 -4.03125 0.5625 -4.03125 0.71875 -4.03125 L 1.0625 -4.03125 L 2.609375 -0.140625 C 2.640625 -0.03125 2.640625 0 2.640625 0 C 2.640625 0 2.375 0.921875 2.234375 1.1875 C 1.921875 1.78125 1.53125 1.8125 1.359375 1.8125 C 1.359375 1.8125 1.421875 1.71875 1.421875 1.578125 C 1.421875 1.3125 1.21875 1.109375 0.953125 1.109375 C 0.65625 1.109375 0.46875 1.3125 0.46875 1.59375 C 0.46875 2.046875 0.84375 2.484375 1.375 2.484375 C 2.46875 2.484375 2.953125 1.046875 3 0.921875 L 4.6875 -4.03125 L 5.015625 -4.03125 C 5.171875 -4.03125 5.453125 -4.03125 5.453125 -4.359375 Z M 5.453125 -4.359375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-3">
+<path style="stroke:none;" d="M 5.09375 -2.359375 C 5.09375 -3.71875 4.078125 -4.796875 2.859375 -4.796875 C 1.640625 -4.796875 0.625 -3.71875 0.625 -2.359375 C 0.625 -0.96875 1.65625 0.0625 2.859375 0.0625 C 4.046875 0.0625 5.09375 -0.984375 5.09375 -2.359375 Z M 4.328125 -2.421875 C 4.328125 -1.421875 3.65625 -0.59375 2.859375 -0.59375 C 2.046875 -0.59375 1.375 -1.421875 1.375 -2.421875 C 1.375 -3.421875 2.078125 -4.125 2.859375 -4.125 C 3.640625 -4.125 4.328125 -3.421875 4.328125 -2.421875 Z M 4.328125 -2.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-4">
+<path style="stroke:none;" d="M 5.453125 -4.359375 C 5.453125 -4.6875 5.1875 -4.6875 5.015625 -4.6875 L 3.734375 -4.6875 C 3.578125 -4.6875 3.296875 -4.6875 3.296875 -4.359375 C 3.296875 -4.03125 3.5625 -4.03125 3.734375 -4.03125 L 4.046875 -4.03125 L 2.859375 -0.515625 L 1.671875 -4.03125 L 1.96875 -4.03125 C 2.140625 -4.03125 2.40625 -4.03125 2.40625 -4.359375 C 2.40625 -4.6875 2.140625 -4.6875 1.96875 -4.6875 L 0.703125 -4.6875 C 0.515625 -4.6875 0.265625 -4.6875 0.265625 -4.359375 C 0.265625 -4.03125 0.53125 -4.03125 0.703125 -4.03125 L 1.03125 -4.03125 L 2.28125 -0.328125 C 2.40625 0.046875 2.625 0.046875 2.859375 0.046875 C 3.0625 0.046875 3.3125 0.046875 3.4375 -0.3125 L 4.6875 -4.03125 L 5.015625 -4.03125 C 5.171875 -4.03125 5.453125 -4.03125 5.453125 -4.359375 Z M 5.453125 -4.359375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-5">
+<path style="stroke:none;" d="M 5.046875 -1.1875 C 5.046875 -1.484375 4.734375 -1.484375 4.671875 -1.484375 C 4.46875 -1.484375 4.390625 -1.453125 4.3125 -1.25 C 4.078125 -0.703125 3.484375 -0.59375 3.1875 -0.59375 C 2.359375 -0.59375 1.546875 -1.140625 1.375 -2.078125 L 4.625 -2.078125 C 4.84375 -2.078125 5.046875 -2.078125 5.046875 -2.484375 C 5.046875 -3.71875 4.359375 -4.796875 2.9375 -4.796875 C 1.640625 -4.796875 0.59375 -3.703125 0.59375 -2.359375 C 0.59375 -1.03125 1.703125 0.0625 3.109375 0.0625 C 4.546875 0.0625 5.046875 -0.921875 5.046875 -1.1875 Z M 4.28125 -2.734375 L 1.390625 -2.734375 C 1.53125 -3.53125 2.171875 -4.125 2.9375 -4.125 C 3.5 -4.125 4.1875 -3.859375 4.28125 -2.734375 Z M 4.28125 -2.734375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-6">
+<path style="stroke:none;" d="M 5.296875 -4.078125 C 5.296875 -4.296875 5.171875 -4.765625 4.265625 -4.765625 C 3.71875 -4.765625 3.015625 -4.5625 2.421875 -3.875 L 2.421875 -4.25 C 2.421875 -4.578125 2.359375 -4.6875 1.984375 -4.6875 L 0.78125 -4.6875 C 0.625 -4.6875 0.34375 -4.6875 0.34375 -4.359375 C 0.34375 -4.03125 0.609375 -4.03125 0.78125 -4.03125 L 1.671875 -4.03125 L 1.671875 -0.671875 L 0.78125 -0.671875 C 0.625 -0.671875 0.34375 -0.671875 0.34375 -0.34375 C 0.34375 0 0.609375 0 0.78125 0 L 3.625 0 C 3.796875 0 4.078125 0 4.078125 -0.328125 C 4.078125 -0.671875 3.796875 -0.671875 3.625 -0.671875 L 2.421875 -0.671875 L 2.421875 -2.03125 C 2.421875 -3.046875 3.0625 -4.09375 4.375 -4.09375 C 4.390625 -3.828125 4.578125 -3.609375 4.84375 -3.609375 C 5.09375 -3.609375 5.296875 -3.796875 5.296875 -4.078125 Z M 5.296875 -4.078125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-7">
+<path style="stroke:none;" d="M 5.09375 -0.328125 C 5.09375 -0.671875 4.828125 -0.671875 4.65625 -0.671875 L 3.234375 -0.671875 L 3.234375 -6.203125 C 3.234375 -6.546875 3.171875 -6.65625 2.796875 -6.65625 L 1.078125 -6.65625 C 0.90625 -6.65625 0.625 -6.65625 0.625 -6.3125 C 0.625 -5.984375 0.921875 -5.984375 1.0625 -5.984375 L 2.484375 -5.984375 L 2.484375 -0.671875 L 1.078125 -0.671875 C 0.90625 -0.671875 0.625 -0.671875 0.625 -0.328125 C 0.625 0 0.921875 0 1.0625 0 L 4.65625 0 C 4.8125 0 5.09375 0 5.09375 -0.328125 Z M 5.09375 -0.328125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph2-8">
+<path style="stroke:none;" d="M 5.65625 -0.34375 C 5.65625 -0.671875 5.375 -0.671875 5.21875 -0.671875 C 4.765625 -0.671875 4.65625 -0.71875 4.5625 -0.75 L 4.5625 -3.109375 C 4.5625 -3.875 3.96875 -4.796875 2.40625 -4.796875 C 1.9375 -4.796875 0.828125 -4.796875 0.828125 -4 C 0.828125 -3.671875 1.0625 -3.5 1.3125 -3.5 C 1.484375 -3.5 1.78125 -3.59375 1.796875 -4 C 1.796875 -4.078125 1.8125 -4.09375 2.03125 -4.109375 C 2.171875 -4.125 2.3125 -4.125 2.421875 -4.125 C 3.25 -4.125 3.8125 -3.796875 3.8125 -3.015625 C 1.890625 -2.984375 0.546875 -2.4375 0.546875 -1.390625 C 0.546875 -0.640625 1.234375 0.0625 2.34375 0.0625 C 2.75 0.0625 3.421875 -0.015625 3.9375 -0.34375 C 4.171875 -0.015625 4.6875 0 5.109375 0 C 5.40625 0 5.65625 0 5.65625 -0.34375 Z M 3.8125 -1.453125 C 3.8125 -1.203125 3.8125 -0.984375 3.390625 -0.78125 C 3 -0.59375 2.5 -0.59375 2.421875 -0.59375 C 1.75 -0.59375 1.296875 -0.96875 1.296875 -1.390625 C 1.296875 -1.921875 2.234375 -2.328125 3.8125 -2.375 Z M 3.8125 -1.453125 "/>
+</symbol>
+</g>
+<clipPath id="clip1">
+  <path d="M 0.167969 0 L 396.535156 0 L 396.535156 297.277344 L 0.167969 297.277344 Z M 0.167969 0 "/>
+</clipPath>
+<clipPath id="clip3">
+  <path d="M 1 0.0117188 L 15.917969 0.0117188 L 15.917969 9 L 1 9 Z M 1 0.0117188 "/>
+</clipPath>
+<clipPath id="clip4">
+  <path d="M 0.300781 10 L 15.917969 10 L 15.917969 22.789063 L 0.300781 22.789063 Z M 0.300781 10 "/>
+</clipPath>
+<clipPath id="clip2">
+  <rect x="0" y="0" width="16" height="23"/>
+</clipPath>
+<g id="surface5" clip-path="url(#clip2)">
+<g clip-path="url(#clip3)" clip-rule="nonzero">
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(43.920898%,43.920898%,43.920898%);fill-opacity:1;" d="M 1.308594 0.0117188 C 1.246094 0.0117188 1.207031 0.03125 1.179688 0.0585938 C 1.152344 0.0859375 1.132813 0.121094 1.132813 0.1875 L 1.132813 8.109375 C 1.132813 8.171875 1.152344 8.210938 1.179688 8.238281 C 1.207031 8.265625 1.246094 8.285156 1.308594 8.285156 L 3.378906 8.285156 C 4.1875 8.285156 4.675781 8.101563 4.972656 7.714844 C 5.414063 7.1875 5.429688 6.339844 5.429688 5.035156 L 5.429688 3.257813 C 5.429688 1.957031 5.414063 1.109375 4.972656 0.578125 C 4.675781 0.195313 4.1875 0.0117188 3.378906 0.0117188 Z M 2.449219 0.976563 L 3.179688 0.976563 C 3.503906 0.976563 3.695313 1.03125 3.84375 1.210938 C 4.074219 1.484375 4.09375 2.042969 4.09375 3.167969 L 4.09375 5.128906 C 4.09375 6.25 4.074219 6.808594 3.84375 7.085938 C 3.695313 7.261719 3.503906 7.316406 3.179688 7.316406 L 2.449219 7.316406 Z M 15.039063 0.1875 C 15.039063 0.121094 15.019531 0.0859375 14.996094 0.0585938 C 14.964844 0.03125 14.929688 0.0117188 14.867188 0.0117188 L 13.898438 0.0117188 C 13.835938 0.0117188 13.796875 0.03125 13.769531 0.0585938 C 13.742188 0.0859375 13.722656 0.121094 13.722656 0.1875 L 13.722656 6.035156 C 13.722656 6.644531 13.675781 7.007813 13.480469 7.226563 C 13.34375 7.375 13.15625 7.445313 12.890625 7.445313 C 12.644531 7.445313 12.464844 7.382813 12.320313 7.226563 C 12.136719 7.019531 12.078125 6.667969 12.078125 6.035156 L 12.078125 0.1875 C 12.078125 0.121094 12.058594 0.0859375 12.03125 0.0546875 C 12.003906 0.03125 11.96875 0.0117188 11.902344 0.0117188 L 10.933594 0.0117188 C 10.875 0.0117188 10.835938 0.03125 10.808594 0.0546875 C 10.78125 0.0859375 10.761719 0.121094 10.761719 0.1875 L 10.761719 6.035156 C 10.761719 6.890625 10.878906 7.421875 11.214844 7.796875 C 11.566406 8.183594 12.101563 8.386719 12.90625 8.386719 C 13.722656 8.386719 14.246094 8.167969 14.566406 7.792969 C 14.949219 7.355469 15.039063 6.828125 15.039063 6.035156 Z M 8.785156 8.109375 C 8.785156 8.171875 8.765625 8.210938 8.738281 8.238281 C 8.710938 8.265625 8.671875 8.285156 8.613281 8.285156 L 7.550781 8.285156 C 7.488281 8.285156 7.453125 8.265625 7.425781 8.238281 C 7.398438 8.210938 7.378906 8.171875 7.378906 8.109375 L 7.378906 1.058594 L 6.132813 1.058594 C 6.070313 1.058594 6.035156 1.039063 6.007813 1.011719 C 5.976563 0.984375 5.960938 0.945313 5.960938 0.882813 L 5.960938 0.1875 C 5.960938 0.121094 5.976563 0.0859375 6.007813 0.0585938 C 6.035156 0.03125 6.070313 0.0117188 6.132813 0.0117188 L 10.027344 0.0117188 C 10.09375 0.0117188 10.128906 0.03125 10.15625 0.0585938 C 10.183594 0.0859375 10.203125 0.121094 10.203125 0.1875 L 10.203125 0.882813 C 10.203125 0.945313 10.183594 0.984375 10.15625 1.011719 C 10.128906 1.039063 10.09375 1.058594 10.027344 1.058594 L 8.785156 1.058594 L 8.785156 8.109375 "/>
+</g>
+<g clip-path="url(#clip4)" clip-rule="nonzero">
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,0%,0%);fill-opacity:1;" d="M 15.917969 12.421875 L 12.59375 14.167969 C 8.289063 12.496094 7.929688 12.496094 3.625 14.167969 L 0.300781 12.421875 L 3.625 10.675781 C 7.929688 12.351563 8.289063 12.351563 12.59375 10.675781 Z M 15.917969 16.734375 L 12.59375 18.480469 C 8.289063 16.804688 7.929688 16.804688 3.625 18.480469 L 0.300781 16.734375 L 3.625 14.988281 C 7.929688 16.664063 8.289063 16.664063 12.59375 14.988281 Z M 15.917969 21.046875 L 12.59375 22.789063 C 8.289063 21.117188 7.929688 21.117188 3.625 22.789063 L 0.300781 21.046875 L 3.625 19.300781 C 7.929688 20.976563 8.289063 20.976563 12.59375 19.300781 L 15.917969 21.046875 "/>
+</g>
+</g>
+<clipPath id="clip5">
+  <path d="M 0.167969 0 L 52 0 L 52 10 L 0.167969 10 Z M 0.167969 0 "/>
+</clipPath>
+</defs>
+<g id="surface1">
+<g clip-path="url(#clip1)" clip-rule="nonzero">
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 0.167969 297.277344 L 396.535156 297.277344 L 396.535156 0 L 0.167969 0 Z M 0.167969 297.277344 "/>
+</g>
+<use xlink:href="#surface5" transform="matrix(1,0,0,1,365,12)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-1" x="26.680883" y="140.370276"/>
+  <use xlink:href="#glyph0-2" x="34.096597" y="140.370276"/>
+  <use xlink:href="#glyph0-3" x="39.726481" y="140.370276"/>
+  <use xlink:href="#glyph0-4" x="42.329499" y="140.370276"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-3" x="50.134195" y="140.370276"/>
+  <use xlink:href="#glyph0-4" x="52.737213" y="140.370276"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-4" x="60.552805" y="140.370276"/>
+  <use xlink:href="#glyph0-5" x="64.729184" y="140.370276"/>
+  <use xlink:href="#glyph0-6" x="70.177108" y="140.370276"/>
+  <use xlink:href="#glyph0-7" x="78.833859" y="140.370276"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-7" x="87.305381" y="140.370276"/>
+  <use xlink:href="#glyph0-8" x="92.148585" y="140.370276"/>
+  <use xlink:href="#glyph0-9" x="97.172661" y="140.370276"/>
+  <use xlink:href="#glyph0-6" x="102.409205" y="140.370276"/>
+  <use xlink:href="#glyph0-10" x="111.065957" y="140.370276"/>
+  <use xlink:href="#glyph0-11" x="116.695841" y="140.370276"/>
+  <use xlink:href="#glyph0-7" x="119.298859" y="140.370276"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-12" x="127.770381" y="140.370276"/>
+  <use xlink:href="#glyph0-7" x="131.704872" y="140.370276"/>
+  <use xlink:href="#glyph0-8" x="136.548076" y="140.370276"/>
+  <use xlink:href="#glyph0-12" x="141.572152" y="140.370276"/>
+  <use xlink:href="#glyph0-13" x="145.506643" y="140.370276"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="27.303126" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-2" x="38.934539" y="288.685888"/>
+  <use xlink:href="#glyph1-3" x="43.516177" y="288.685888"/>
+  <use xlink:href="#glyph1-4" x="47.848852" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-5" x="54.315923" y="288.685888"/>
+  <use xlink:href="#glyph1-6" x="58.368589" y="288.685888"/>
+  <use xlink:href="#glyph1-7" x="61.540033" y="288.685888"/>
+  <use xlink:href="#glyph1-8" x="66.577207" y="288.685888"/>
+  <use xlink:href="#glyph1-9" x="69.852535" y="288.685888"/>
+  <use xlink:href="#glyph1-10" x="73.127863" y="288.685888"/>
+  <use xlink:href="#glyph1-11" x="75.418682" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-12" x="262.315356" y="288.685888"/>
+  <use xlink:href="#glyph1-13" x="266.119656" y="288.685888"/>
+  <use xlink:href="#glyph1-14" x="269.042733" y="288.685888"/>
+  <use xlink:href="#glyph1-7" x="272.089994" y="288.685888"/>
+  <use xlink:href="#glyph1-8" x="277.127169" y="288.685888"/>
+  <use xlink:href="#glyph1-15" x="280.402497" y="288.685888"/>
+  <use xlink:href="#glyph1-11" x="281.915978" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-16" x="286.848671" y="288.685888"/>
+  <use xlink:href="#glyph1-15" x="289.28039" y="288.685888"/>
+  <use xlink:href="#glyph1-17" x="290.793871" y="288.685888"/>
+  <use xlink:href="#glyph1-18" x="292.307352" y="288.685888"/>
+  <use xlink:href="#glyph1-11" x="295.58268" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-16" x="300.515374" y="288.685888"/>
+  <use xlink:href="#glyph1-19" x="302.947092" y="288.685888"/>
+  <use xlink:href="#glyph1-6" x="306.22242" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-20" x="309.220724" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-21" x="348.085838" y="288.685888"/>
+  <use xlink:href="#glyph1-22" x="351.257281" y="288.685888"/>
+  <use xlink:href="#glyph1-23" x="353.019128" y="288.685888"/>
+  <use xlink:href="#glyph1-22" x="356.190572" y="288.685888"/>
+  <use xlink:href="#glyph1-1" x="357.952419" y="288.685888"/>
+  <use xlink:href="#glyph1-24" x="361.123863" y="288.685888"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="364.301277" y="288.685888"/>
+  <use xlink:href="#glyph1-25" x="367.472721" y="288.685888"/>
+</g>
+<g clip-path="url(#clip5)" clip-rule="nonzero">
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph2-1" x="0.166131" y="6.527062"/>
+  <use xlink:href="#glyph2-2" x="5.886451" y="6.527062"/>
+  <use xlink:href="#glyph2-3" x="11.606771" y="6.527062"/>
+  <use xlink:href="#glyph2-4" x="17.327091" y="6.527062"/>
+  <use xlink:href="#glyph2-5" x="23.047412" y="6.527062"/>
+  <use xlink:href="#glyph2-6" x="28.767732" y="6.527062"/>
+  <use xlink:href="#glyph2-7" x="34.488052" y="6.527062"/>
+  <use xlink:href="#glyph2-8" x="40.208372" y="6.527062"/>
+  <use xlink:href="#glyph2-2" x="45.928692" y="6.527062"/>
+</g>
+</g>
+</g>
+</svg>
diff --git a/examples/new_project/osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf b/examples/new_project/osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf
index 8bad37673f5a1175a9d5855d387a2841e3176fdc..320adba23a85a3e4756a2ab5ee09395ae9719490 100644
Binary files a/examples/new_project/osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf and b/examples/new_project/osvgs/x_do_not_edit_myoverlay-l1_nofonts.pdf differ
diff --git a/jinja/lecture_collector_partial.tex b/jinja/lecture_collector_partial.tex
index 7aac03d6213b47bbaf606c9d0c492b8d1cafe367..a9f4cc907766ad8e66739e40b615e5368104928c 100644
--- a/jinja/lecture_collector_partial.tex
+++ b/jinja/lecture_collector_partial.tex
@@ -1,4 +1,8 @@
-\documentclass[handout]{beamer}
+{% if a4paper %}
+    \documentclass[a4paper]{article}
+{% else %}
+    \documentclass[handout]{beamer}
+{% endif %}
 \usepackage{pdfpages}
 \usepackage{pgfpages}
 \usepackage{framed}
@@ -112,6 +116,21 @@
 }
 " }}
 {% endif %}
+
+{% if a4paper %}
+{% if sixup %}
+\pgfpagesuselayout{6 on 1}[a4paper, border shrink=4mm]
+{% elif twoup %}
+\pgfpagesuselayout{2 on 1}[a4paper, border shrink=4mm]
+{% elif fourup %}
+\pgfpagesuselayout{4 on 1}[a4paper, border shrink=4mm]
+{% elif threeup %}
+\pgfpagesuselayout{3 on 1}[a4paper, border shrink=4mm]
+{% elif a4 %}
+	\pgfpagesuselayout{1 on 1}[a4paper, border shrink=2mm]
+{% endif %}
+{% else %}
+
 {% if sixup %}
 \mode<handout>{ \pgfpagesuselayout{6 on 1}[a4paper, border shrink=4mm] }
 {% elif twoup %}
@@ -119,15 +138,18 @@
 {% elif fourup %}
 \mode<handout>{ \pgfpagesuselayout{4 on 1}[a4paper, border shrink=4mm] }
 {% elif threeup %}
-\mode<handout>{ \pgfpagesuselayout{3 on 1}[a4paper, border shrink=4mm] }		
+\mode<handout>{ \pgfpagesuselayout{3 on 1}[a4paper, border shrink=4mm] }
 {% elif a4 %}
 	\pgfpagesuselayout{1 on 1}[a4paper, border shrink=2mm]
 {% endif %}
 
+{% endif %}
 \begin{document}
-
+{% if not a4paper %}
 {
 \setbeamercolor{background canvas}{bg=}
+{% endif %}
+
 {% for f in pdffiles %}
 {% set pagestart = 1 %}
 	{# 
@@ -135,6 +157,9 @@
 	#}
 \includepdf[pages={ {{pagestart}}-}{% if frame %}, frame=true{% endif %}]{{ '{'+f+'}' }}
 {% endfor %}
+
+{% if not a4paper %}
 }
+{% endif %}
 
 \end{document} 
\ No newline at end of file
diff --git a/src/jinjafy/__pycache__/bibliography_maker.cpython-38.pyc b/src/jinjafy/__pycache__/bibliography_maker.cpython-38.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b97743fe0aa92617be567b125b70220ebb2f8008
Binary files /dev/null and b/src/jinjafy/__pycache__/bibliography_maker.cpython-38.pyc differ
diff --git a/src/jinjafy/bibliography_maker.py b/src/jinjafy/bibliography_maker.py
new file mode 100644
index 0000000000000000000000000000000000000000..ad583cca5e5ebdb0c1ead478c5722404687e0772
--- /dev/null
+++ b/src/jinjafy/bibliography_maker.py
@@ -0,0 +1,42 @@
+import os
+import pkg_resources  # part of setuptools
+from jinjafy import execute_command
+import subprocess
+from datetime import datetime
+
+bibliography = """
+@online{%s,
+	title={%s},
+	url={%s},
+	urldate = {%s}, 
+	month={9},
+	publisher={Technical University of Denmark (DTU)},
+	author={Tue Herlau},
+	year={%s},
+}
+"""
+# 	comments={See url{asdfsdaf} for examples},
+
+def make_bibliography(setup_py, outfile=None):
+    if not os.path.isfile(setup_py) or os.path.basename(setup_py) != "setup.py":
+        raise Exception("No setup.py")
+
+    v = subprocess.check_output(f"cd {os.path.dirname(setup_py)} && python setup.py --name --version --url --description", shell=True).decode("utf-8").splitlines()
+    v = [s.strip() for s in v]
+    name, version, url, description = v
+
+    ex = "\\texttt{pip install " + name + "}"
+    title = f"{name.capitalize()} ({version}): {ex}"
+    date = datetime.today().strftime('%Y-%m-%d')
+    year = datetime.today().strftime('%Y')
+
+    key = name.replace("-", "_")
+    s = (bibliography%(key, title, url, date, year) ).strip()
+    if outfile is not None:
+        if os.path.isdir(outfile):
+            outfile = os.path.join(outfile, name.replace("-",'_') + ".bib")
+        with open(outfile, 'w') as f:
+            f.write(s)
+        print(f"[Writing bibliography with entry '{key}' to]", outfile)
+
+    return s
diff --git a/src/slider/__pycache__/beamer_nup.cpython-38.pyc b/src/slider/__pycache__/beamer_nup.cpython-38.pyc
index a3d4c16ddd19cc9659c52a8733508306f5def47d..1a9c4fa5a4ccb89167c49e3a36ebe0e44d4e7339 100644
Binary files a/src/slider/__pycache__/beamer_nup.cpython-38.pyc and b/src/slider/__pycache__/beamer_nup.cpython-38.pyc differ
diff --git a/src/slider/beamer_nup.py b/src/slider/beamer_nup.py
index 7b11e781af1e18f1f049413c2dd96cfdfae3af63..8542a7ec771c572f7f5b75c07b33471d4145c1d2 100644
--- a/src/slider/beamer_nup.py
+++ b/src/slider/beamer_nup.py
@@ -2,7 +2,7 @@ import os
 import glob
 
 
-def beamer_nup(pdf_file, nup=6, output=None):
+def beamer_nup(pdf_file, nup=6, output=None, a4paper=True):
     # pdf_file = pdf_file[:-4] + ".pdf"
     if nup not in [1, 2, 3, 4, 6]:
         assert False
@@ -41,7 +41,8 @@ def beamer_nup(pdf_file, nup=6, output=None):
     import jinja2
     data = {'a4': False,
             'twoup': False,
-            'sixup': False}
+            'sixup': False,
+            'a4paper': a4paper}
     if nup == 1:
         data['a4'] = True
     if nup == 2:
@@ -69,6 +70,7 @@ def beamer_nup(pdf_file, nup=6, output=None):
     if output == None:
         output = os.path.dirname(pdf_file) + "/" + os.path.basename(pdf_file)[:-4] + f"_{nup}up.pdf"
     shutil.move(tmp +"/nup.pdf", output)
+    print(tmp)
     print("[Beamer-nup] Wrote output to", output)
     return output
 
diff --git a/src/slider/jinjastrings/__pycache__/generated.cpython-38.pyc b/src/slider/jinjastrings/__pycache__/generated.cpython-38.pyc
index 43f0a268e3f84b7d285f56ecd209bad41d5bb869..ca891f07aa6f700c512d14ae9cf17b9fdfdd781d 100644
Binary files a/src/slider/jinjastrings/__pycache__/generated.cpython-38.pyc and b/src/slider/jinjastrings/__pycache__/generated.cpython-38.pyc differ
diff --git a/src/slider/jinjastrings/generated.py b/src/slider/jinjastrings/generated.py
index 9a3fbb89552e0f5d6974bd0208292fcc74b9a866..4c841b863ab00a8b2c5410cd79f6f59e85407108 100644
--- a/src/slider/jinjastrings/generated.py
+++ b/src/slider/jinjastrings/generated.py
@@ -9,7 +9,11 @@
 # WARNING! THIS FILE IS AUTOMATICALLY GENERATED! ALL CHANGES WILL BE WIPED. SEE JINJA DIRECTORY
 # WARNING! THIS FILE IS AUTOMATICALLY GENERATED! ALL CHANGES WILL BE WIPED. SEE JINJA DIRECTORY
 lecture_collector_partial = """
-\\documentclass[handout]{beamer}
+{% if a4paper %}
+    \\documentclass[a4paper]{article}
+{% else %}
+    \\documentclass[handout]{beamer}
+{% endif %}
 \\usepackage{pdfpages}
 \\usepackage{pgfpages}
 \\usepackage{framed}
@@ -123,6 +127,21 @@ lecture_collector_partial = """
 }
 " }}
 {% endif %}
+
+{% if a4paper %}
+{% if sixup %}
+\\pgfpagesuselayout{6 on 1}[a4paper, border shrink=4mm]
+{% elif twoup %}
+\\pgfpagesuselayout{2 on 1}[a4paper, border shrink=4mm]
+{% elif fourup %}
+\\pgfpagesuselayout{4 on 1}[a4paper, border shrink=4mm]
+{% elif threeup %}
+\\pgfpagesuselayout{3 on 1}[a4paper, border shrink=4mm]
+{% elif a4 %}
+	\\pgfpagesuselayout{1 on 1}[a4paper, border shrink=2mm]
+{% endif %}
+{% else %}
+
 {% if sixup %}
 \\mode<handout>{ \\pgfpagesuselayout{6 on 1}[a4paper, border shrink=4mm] }
 {% elif twoup %}
@@ -130,15 +149,18 @@ lecture_collector_partial = """
 {% elif fourup %}
 \\mode<handout>{ \\pgfpagesuselayout{4 on 1}[a4paper, border shrink=4mm] }
 {% elif threeup %}
-\\mode<handout>{ \\pgfpagesuselayout{3 on 1}[a4paper, border shrink=4mm] }		
+\\mode<handout>{ \\pgfpagesuselayout{3 on 1}[a4paper, border shrink=4mm] }
 {% elif a4 %}
 	\\pgfpagesuselayout{1 on 1}[a4paper, border shrink=2mm]
 {% endif %}
 
+{% endif %}
 \\begin{document}
-
+{% if not a4paper %}
 {
 \\setbeamercolor{background canvas}{bg=}
+{% endif %}
+
 {% for f in pdffiles %}
 {% set pagestart = 1 %}
 	{# 
@@ -146,7 +168,10 @@ lecture_collector_partial = """
 	#}
 \\includepdf[pages={ {{pagestart}}-}{% if frame %}, frame=true{% endif %}]{{ '{'+f+'}' }}
 {% endfor %}
+
+{% if not a4paper %}
 }
+{% endif %}
 
 \\end{document} 
 """