From 7b9b5a542ccc2a05959755f2c58501a9009a4d13 Mon Sep 17 00:00:00 2001 From: ZezinZika Date: Mon, 15 Apr 2024 15:28:39 +0200 Subject: [PATCH] Added Pipeline --- .github/workflows/copy-file.yml | 17 + Globe_High.png => src/Globe_High.png | Bin LICENSE.md => src/LICENSE.md | 0 Suitcase_High.png => src/Suitcase_High.png | Bin altacv.cls => src/altacv.cls | 0 creationdate.lua => src/creationdate.lua | 0 src/cv.aux | 23 + sample.bcf => src/cv.bcf | 0 src/cv.log | 1087 ++++++++ sample.out => src/cv.out | 0 sample.pdf => src/cv.pdf | Bin 167035 -> 167037 bytes src/cv.run.xml | 88 + src/cv.synctex.gz | Bin 0 -> 29630 bytes sample.tex => src/cv.tex | 0 .../mmayer-wikipedia-cc-by-2_0.jpg | Bin mmayer.jpg => src/mmayer.jpg | Bin mmayer.pdf => src/mmayer.pdf | Bin mmayer.png => src/mmayer.png | Bin mmayer.tex => src/mmayer.tex | 0 .../nicethings_icons_readme.txt | 0 pdfa.xmpi => src/pdfa.xmpi | 10 +- .../pubs-authoryear.cfg | 0 pubs-num.cfg => src/pubs-num.cfg | 0 sample.aux => src/sample.aux | 0 sample.bbl => src/sample.bbl | 0 src/sample.bcf | 2380 +++++++++++++++++ sample.bib => src/sample.bib | 0 sample.log => src/sample.log | 0 src/sample.out | 0 sample.png => src/sample.png | Bin sample.run.xml => src/sample.run.xml | 0 sample.synctex.gz => src/sample.synctex.gz | Bin sample.xdv => src/sample.xdv | Bin .../tweet-that-started-this.png | Bin 34 files changed, 3600 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/copy-file.yml rename Globe_High.png => src/Globe_High.png (100%) rename LICENSE.md => src/LICENSE.md (100%) rename Suitcase_High.png => src/Suitcase_High.png (100%) rename altacv.cls => src/altacv.cls (100%) rename creationdate.lua => src/creationdate.lua (100%) create mode 100644 src/cv.aux rename sample.bcf => src/cv.bcf (100%) create mode 100644 src/cv.log rename sample.out => src/cv.out (100%) rename sample.pdf => src/cv.pdf (92%) create mode 100644 src/cv.run.xml create mode 100644 src/cv.synctex.gz rename sample.tex => src/cv.tex (100%) rename mmayer-wikipedia-cc-by-2_0.jpg => src/mmayer-wikipedia-cc-by-2_0.jpg (100%) rename mmayer.jpg => src/mmayer.jpg (100%) rename mmayer.pdf => src/mmayer.pdf (100%) rename mmayer.png => src/mmayer.png (100%) rename mmayer.tex => src/mmayer.tex (100%) rename nicethings_icons_readme.txt => src/nicethings_icons_readme.txt (100%) rename pdfa.xmpi => src/pdfa.xmpi (93%) rename pubs-authoryear.cfg => src/pubs-authoryear.cfg (100%) rename pubs-num.cfg => src/pubs-num.cfg (100%) rename sample.aux => src/sample.aux (100%) rename sample.bbl => src/sample.bbl (100%) create mode 100644 src/sample.bcf rename sample.bib => src/sample.bib (100%) rename sample.log => src/sample.log (100%) create mode 100644 src/sample.out rename sample.png => src/sample.png (100%) rename sample.run.xml => src/sample.run.xml (100%) rename sample.synctex.gz => src/sample.synctex.gz (100%) rename sample.xdv => src/sample.xdv (100%) rename tweet-that-started-this.png => src/tweet-that-started-this.png (100%) diff --git a/.github/workflows/copy-file.yml b/.github/workflows/copy-file.yml new file mode 100644 index 0000000..5caa84a --- /dev/null +++ b/.github/workflows/copy-file.yml @@ -0,0 +1,17 @@ +name: Copy File + +on: + push: + branches: + - main + +jobs: + copy-file: + runs-on: ubuntu-latest + + steps: + - name: Checkout Repository + uses: actions/checkout@v2 + + - name: Copy File + run: cp src/cv.pdf . diff --git a/Globe_High.png b/src/Globe_High.png similarity index 100% rename from Globe_High.png rename to src/Globe_High.png diff --git a/LICENSE.md b/src/LICENSE.md similarity index 100% rename from LICENSE.md rename to src/LICENSE.md diff --git a/Suitcase_High.png b/src/Suitcase_High.png similarity index 100% rename from Suitcase_High.png rename to src/Suitcase_High.png diff --git a/altacv.cls b/src/altacv.cls similarity index 100% rename from altacv.cls rename to src/altacv.cls diff --git a/creationdate.lua b/src/creationdate.lua similarity index 100% rename from creationdate.lua rename to src/creationdate.lua diff --git a/src/cv.aux b/src/cv.aux new file mode 100644 index 0000000..edeb6c3 --- /dev/null +++ b/src/cv.aux @@ -0,0 +1,23 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\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]{} +\abx@aux@refcontext{ydnt/global//global/global} +\abx@aux@nociteall +\abx@aux@read@bbl@mdfivesum{nobblfile} +\abx@aux@read@bblrerun +\gdef \@abspage@last{2} diff --git a/sample.bcf b/src/cv.bcf similarity index 100% rename from sample.bcf rename to src/cv.bcf diff --git a/src/cv.log b/src/cv.log new file mode 100644 index 0000000..4763416 --- /dev/null +++ b/src/cv.log @@ -0,0 +1,1087 @@ +This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex 2024.4.9) 15 APR 2024 15:25 +entering extended mode + restricted \write18 enabled. + file:line:error style messages enabled. + %&-line parsing enabled. +**/home/joseluiz/personal/work/applications/cvgitv2/cv +(/home/joseluiz/personal/work/applications/cvgitv2/cv.tex +LaTeX2e <2021-11-15> patch level 1 +L3 programming layer <2022-01-21> (./altacv.cls +Document Class: altacv 2023/08/25 AltaCV v1.7.1, yet another alternative class for a resume/curriculum vitae. +(/usr/share/texlive/texmf-dist/tex/latex/extsizes/extarticle.cls +Document Class: extarticle 1996/10/08 v1.0 Non Standard LaTeX document class +(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo +File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option) +) (/usr/share/texlive/texmf-dist/tex/latex/base/exscale.sty +Package: exscale 2018/09/24 v2.1i Standard LaTeX package exscale +LaTeX Font Info: Redeclaring symbol font `largesymbols' on input line 57. +LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal' +(Font) OMX/cmex/m/n --> OMX/cmex/m/n on input line 57. +LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold' +(Font) OMX/cmex/m/n --> OMX/cmex/m/n on input line 57. +\big@size=\dimen138 +) +\c@part=\count185 +\c@section=\count186 +\c@subsection=\count187 +\c@subsubsection=\count188 +\c@paragraph=\count189 +\c@subparagraph=\count190 +\c@figure=\count191 +\c@table=\count192 +\abovecaptionskip=\skip47 +\belowcaptionskip=\skip48 +\bibindent=\dimen139 +) (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty +Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW) +\etb@tempcnta=\count193 +) (/usr/share/texlive/texmf-dist/tex/latex/pdfx/pdfx.sty +Package: pdfx 2019/02/27 v1.6.3 PDF/X and PDF/A support (CVR/HTH/RRM/PS) +\pdfx@minorversion=\count194 + (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2020/03/06 v1.0d TeX engine tests +) (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty +Package: ifpdf 2019/10/25 v3.4 ifpdf legacy package. Use iftex instead. +) (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifxetex.sty +Package: ifxetex 2019/10/25 v0.7 ifxetex legacy package. Use iftex instead. +) (/usr/share/texlive/texmf-dist/tex/latex/everyshi/everyshi.sty +Package: everyshi 2020/11/18 v4.00 EveryShipout Package +) (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifluatex.sty +Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead. +){/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2021/02/14 v1.3d Input encoding file +\inpenc@prehook=\toks16 +\inpenc@posthook=\toks17 +) (/usr/share/texlive/texmf-dist/tex/latex/pdfx/l8u-penc.def +File: l8u-penc.def 2017/06/23 v0.8 Custom LaTeX file, for UTF8 encoded letters and symbols +LaTeX Info: Composite with undeclared \b in encoding L8U on input line 278. +) +\pdfxsafeforxmp@toks=\toks18 + (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK) + (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg +File: color.cfg 2016/01/02 v1.6 sample color configuration +) +Package xcolor Info: Driver file: pdftex.def on input line 227. + (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex +) +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356. +Package xcolor Info: Model `RGB' extended on input line 1368. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375. +) +\pdfx@tmptoks=\toks19 + (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2021-06-07 v7.00m Hypertext links for LaTeX + (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO) +) (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO) + (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty +Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) +) +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode found. +) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks20 +) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty +Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) +) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) +) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty +Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) +) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty +Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) +) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) +) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty +Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) +) (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty +Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO) +) +\@linkdim=\dimen140 +\Hy@linkcounter=\count195 +\Hy@pagecounter=\count196 + (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2021-06-07 v7.00m Hyperref: PDFDocEncoding definition (HO) +) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def +File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel languages +) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty +Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) +) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty +Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO) +) +\Hy@SavedSpaceFactor=\count197 + (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def +File: puenc.def 2021-06-07 v7.00m Hyperref: PDF Unicode definition (HO) +) +Package hyperref Info: Option `pdfa' set `true' 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 ON; LaTeX internals redefined. +Package hyperref Info: Bookmarks ON on input line 4445. +\c@Hy@tempcnt=\count198 + (/usr/share/texlive/texmf-dist/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=\dimen141 + (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty +Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) + (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO) +)) +\Fld@menulength=\count199 +\Field@Width=\dimen142 +\Fld@charsize=\dimen143 +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 ON on input line 6104. +LaTeX Info: Redefining \ref on input line 6146. +LaTeX Info: Redefining \pageref on input line 6150. + (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty +Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi +package with kernel methods +) +\Hy@abspage=\count266 +\c@Item=\count267 +\c@Hfootnote=\count268 +) +Package hyperref Info: Driver: hpdftex. + (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def +File: hpdftex.def 2021-06-07 v7.00m Hyperref driver for pdfTeX + (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty +Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend package +with kernel methods +) +\Fld@listcount=\count269 +\c@bookmark@seq@number=\count270 + (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO) + (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO) +) +Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 286. +) +\Hy@SectionHShift=\skip49 +) +Package hyperref Info: Option `unicode' set `true' on input line 1463. + (/usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty +Package: stringenc 2019/11/29 v1.12 Convert strings between diff. encodings (HO) +) +Package hyperref Info: Option `psdextra' set `true' on input line 1465. + (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc-greekbasic.def +File: puenc-greekbasic.def 2021-06-07 v7.00m Hyperref: PDF Unicode definition (greek block) (HO) +) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/psdextra.def +File: psdextra.def 2021-06-07 v7.00m Hyperref: Additions to PDF string support +) (/usr/share/texlive/texmf-dist/tex/generic/colorprofiles/colorprofiles.sty +Package: colorprofiles 2018/11/01 v1.0.1 color profiles for PDF/X and PDF/A support + (/usr/share/texlive/texmf-dist/tex/generic/colorprofiles/colorprofiles.tex)) (/usr/share/texlive/texmf-dist/tex/generic/stringenc/se-pdfdoc.def +File: se-pdfdoc.def 2019/11/29 v1.12 stringenc: PDFDocEncoding +) (/usr/share/texlive/texmf-dist/tex/latex/pdfx/AdobeColorProfiles.tex) (/usr/share/texlive/texmf-dist/tex/latex/pdfx/8bit.def +File: 8bit.def 2008/03/30 v1.1d Input encoding file +) +** pdfx: No file cv.xmpdata . Metadata will be incomplete! +<> (/usr/share/texlive/texmf-dist/tex/latex/pdfx/8bit.def +File: 8bit.def 2008/03/30 v1.1d Input encoding file +) +Package hyperref Info: Option `unicode' set `true' on input line 2411. +Package hyperref Info: Option `unicode' set `true' on input line 2412. + (/usr/share/texlive/texmf-dist/tex/generic/pdftex/glyphtounicode.tex) (/usr/share/texlive/texmf-dist/tex/latex/pdfx/glyphtounicode-cmr.tex) (/usr/share/texlive/texmf-dist/tex/latex/pdfx/glyphtounicode-ntx.tex) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty +Package: ifthen 2020/11/24 v1.1c Standard LaTeX ifthen package (DPC) +) (/usr/share/texlive/texmf-dist/tex/latex/xmpincl/xmpincl.sty +Package: xmpincl 2021/09/22 v2.4 Include XMP data in pdflatex +) (/usr/share/texlive/texmf-dist/tex/latex/pdfx/8bit.def +File: 8bit.def 2008/03/30 v1.1d Input encoding file +) +Using XMP template file: pdfa.xmp +\xmpinclWrite=\write3 +\xmpinclRead=\read2 +\openout3 = `pdfa.xmpi'. + +<>) (/usr/share/texlive/texmf-dist/tex/latex/accsupp/accsupp.sty +Package: accsupp 2019/12/05 v0.6 Accessibility support by marked content (HO) + (/usr/share/texlive/texmf-dist/tex/latex/accsupp/accsupp-pdftex.def +File: accsupp-pdftex.def 2019/12/05 v0.6 accsupp driver for pdfTeX (HO) +)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. +) +\Gm@cnth=\count271 +\Gm@cntv=\count272 +\c@Gm@tempcnt=\count273 +\Gm@bindingoffset=\dimen144 +\Gm@wd@mp=\dimen145 +\Gm@odd@mp=\dimen146 +\Gm@even@mp=\dimen147 +\Gm@layoutwidth=\dimen148 +\Gm@layoutheight=\dimen149 +\Gm@layouthoffset=\dimen150 +\Gm@layoutvoffset=\dimen151 +\Gm@dimlist=\toks21 +) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty +Package: expl3 2022-01-21 L3 programming layer (loader) + (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2022-01-12 L3 backend support: PDF output (pdfTeX) +\l__color_backend_stack_int=\count274 +\l__pdf_internal_box=\box50 +)) +Package: fontawesome5 2021/06/04 v5.15.3 Font Awesome 5 + (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty +Package: l3keys2e 2022-01-12 LaTeX2e option processing using LaTeX3 keys +) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +Package: xparse 2022-01-12 L3 Experimental document command parser +) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-generic-helper.sty +Package: fontawesome5-generic-helper 2021/06/04 v5.15.3 non-uTeX helper for fontawesome5 + (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-mapping.def))) (/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile.sty +Package: scrlfile 2021/11/13 v3.35 KOMA-Script package (file load hooks) + (/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty +Package: scrlfile-hook 2021/11/13 v3.35 KOMA-Script package (using LaTeX hooks) + (/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlogo.sty +Package: scrlogo 2021/11/13 v3.35 KOMA-Script package (logo) +))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty +Package: cmap 2021/02/06 v1.0j CMap support: searchable PDF +) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2021/02/14 v1.3d Input encoding file +) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2021/04/29 v2.0v Standard LaTeX package +<>) (/usr/share/texlive/texmf-dist/tex/generic/pdftex/glyphtounicode.tex) (/usr/share/texlive/texmf-dist/tex/latex/ragged2e/ragged2e.sty +Package: ragged2e 2021/12/15 v3.1 ragged2e Package +\CenteringLeftskip=\skip50 +\RaggedLeftLeftskip=\skip51 +\RaggedRightLeftskip=\skip52 +\CenteringRightskip=\skip53 +\RaggedLeftRightskip=\skip54 +\RaggedRightRightskip=\skip55 +\CenteringParfillskip=\skip56 +\RaggedLeftParfillskip=\skip57 +\RaggedRightParfillskip=\skip58 +\JustifyingParfillskip=\skip59 +\CenteringParindent=\skip60 +\RaggedLeftParindent=\skip61 +\RaggedRightParindent=\skip62 +\JustifyingParindent=\skip63 +) (/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex +\pgfutil@everybye=\toks22 +\pgfutil@tempdima=\dimen152 +\pgfutil@tempdimb=\dimen153 + (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def +\pgfutil@abb=\box51 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex) +Package: pgfrcs 2021/05/15 v3.1.9a (3.1.9a) +)) +Package: pgf 2021/05/15 v3.1.9a (3.1.9a) + (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR) + (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR) + (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 2021/08/11 v1.11 sin cos tan (DPC) +) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration +) +Package graphics Info: Driver file: pdftex.def on input line 107. +) +\Gin@req@height=\dimen154 +\Gin@req@width=\dimen155 +) (/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex +Package: pgfsys 2021/05/15 v3.1.9a (3.1.9a) + (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex +\pgfkeys@pathtoks=\toks23 +\pgfkeys@temptoks=\toks24 + (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex +\pgfkeys@tmptoks=\toks25 +)) +\pgf@x=\dimen156 +\pgf@y=\dimen157 +\pgf@xa=\dimen158 +\pgf@ya=\dimen159 +\pgf@xb=\dimen160 +\pgf@yb=\dimen161 +\pgf@xc=\dimen162 +\pgf@yc=\dimen163 +\pgf@xd=\dimen164 +\pgf@yd=\dimen165 +\w@pgf@writea=\write4 +\r@pgf@reada=\read3 +\c@pgf@counta=\count275 +\c@pgf@countb=\count276 +\c@pgf@countc=\count277 +\c@pgf@countd=\count278 +\t@pgf@toka=\toks26 +\t@pgf@tokb=\toks27 +\t@pgf@tokc=\toks28 +\pgf@sys@id@count=\count279 + (/usr/share/texlive/texmf-dist/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 + (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def +File: pgfsys-pdftex.def 2021/05/15 v3.1.9a (3.1.9a) + (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def +File: pgfsys-common-pdf.def 2021/05/15 v3.1.9a (3.1.9a) +))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex +File: pgfsyssoftpath.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfsyssoftpath@smallbuffer@items=\count280 +\pgfsyssoftpath@bigbuffer@items=\count281 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex +File: pgfsysprotocol.code.tex 2021/05/15 v3.1.9a (3.1.9a) +)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex +Package: pgfcore 2021/05/15 v3.1.9a (3.1.9a) + (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex +\pgfmath@dimen=\dimen166 +\pgfmath@count=\count282 +\pgfmath@box=\box52 +\pgfmath@toks=\toks29 +\pgfmath@stack@operand=\toks30 +\pgfmath@stack@operation=\toks31 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex +\c@pgfmathroundto@lastzeros=\count283 +)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex +File: pgfcorepoints.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgf@picminx=\dimen167 +\pgf@picmaxx=\dimen168 +\pgf@picminy=\dimen169 +\pgf@picmaxy=\dimen170 +\pgf@pathminx=\dimen171 +\pgf@pathmaxx=\dimen172 +\pgf@pathminy=\dimen173 +\pgf@pathmaxy=\dimen174 +\pgf@xx=\dimen175 +\pgf@xy=\dimen176 +\pgf@yx=\dimen177 +\pgf@yy=\dimen178 +\pgf@zx=\dimen179 +\pgf@zy=\dimen180 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex +File: pgfcorepathconstruct.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgf@path@lastx=\dimen181 +\pgf@path@lasty=\dimen182 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex +File: pgfcorepathusage.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgf@shorten@end@additional=\dimen183 +\pgf@shorten@start@additional=\dimen184 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex +File: pgfcorescopes.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfpic=\box53 +\pgf@hbox=\box54 +\pgf@layerbox@main=\box55 +\pgf@picture@serial@count=\count284 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex +File: pgfcoregraphicstate.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgflinewidth=\dimen185 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex +File: pgfcoretransformations.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgf@pt@x=\dimen186 +\pgf@pt@y=\dimen187 +\pgf@pt@temp=\dimen188 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +File: pgfcorequick.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex +File: pgfcoreobjects.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex +File: pgfcorepathprocessing.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex +File: pgfcorearrows.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfarrowsep=\dimen189 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +File: pgfcoreshade.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgf@max=\dimen190 +\pgf@sys@shading@range@num=\count285 +\pgf@shadingcount=\count286 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +File: pgfcoreimage.code.tex 2021/05/15 v3.1.9a (3.1.9a) + (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex +File: pgfcoreexternal.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfexternal@startupbox=\box56 +)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex +File: pgfcorelayers.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex +File: pgfcoretransparency.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex +File: pgfcorepatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex +File: pgfcorerdf.code.tex 2021/05/15 v3.1.9a (3.1.9a) +))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +File: pgfmoduleshapes.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfnodeparttextbox=\box57 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex +File: pgfmoduleplot.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) (/usr/share/texlive/texmf-dist/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=\dimen191 +\pgf@nodesepend=\dimen192 +) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty +Package: pgfcomp-version-1-18 2021/05/15 v3.1.9a (3.1.9a) +)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex +Package: pgffor 2021/05/15 v3.1.9a (3.1.9a) + (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex) +\pgffor@iter=\dimen193 +\pgffor@skip=\dimen194 +\pgffor@stack=\toks32 +\pgffor@toks=\toks33 +)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex +Package: tikz 2021/05/15 v3.1.9a (3.1.9a) + (/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex +File: pgflibraryplothandlers.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgf@plot@mark@count=\count287 +\pgfplotmarksize=\dimen195 +) +\tikz@lastx=\dimen196 +\tikz@lasty=\dimen197 +\tikz@lastxsaved=\dimen198 +\tikz@lastysaved=\dimen199 +\tikz@lastmovetox=\dimen256 +\tikz@lastmovetoy=\dimen257 +\tikzleveldistance=\dimen258 +\tikzsiblingdistance=\dimen259 +\tikz@figbox=\box58 +\tikz@figbox@bg=\box59 +\tikz@tempbox=\box60 +\tikz@tempbox@bg=\box61 +\tikztreelevel=\count288 +\tikznumberofchildren=\count289 +\tikznumberofcurrentchild=\count290 +\tikz@fig@count=\count291 + (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex +File: pgfmodulematrix.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfmatrixcurrentrow=\count292 +\pgfmatrixcurrentcolumn=\count293 +\pgf@matrix@numberofcolumns=\count294 +) +\tikz@expandcount=\count295 + (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex +File: tikzlibrarytopaths.code.tex 2021/05/15 v3.1.9a (3.1.9a) +))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex +File: tikzlibraryarrows.code.tex 2021/05/15 v3.1.9a (3.1.9a) + (/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code.tex +File: pgflibraryarrows.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\arrowsize=\dimen260 +)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty +Package: tcolorbox 2022/01/07 version 5.0.2 text color boxes + (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty +Package: verbatim 2020-07-07 v1.5u LaTeX2e package for verbatim enhancements +\every@verbatim=\toks34 +\verbatim@line=\toks35 +\verbatim@in@stream=\read4 +) (/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty +Package: environ 2014/05/04 v0.3 A new way to define environments + (/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty +Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list +) +\@envbody=\toks36 +) +\tcb@titlebox=\box62 +\tcb@upperbox=\box63 +\tcb@lowerbox=\box64 +\tcb@phantombox=\box65 +\c@tcbbreakpart=\count296 +\c@tcblayer=\count297 +\c@tcolorbox@number=\count298 +\tcb@temp=\box66 +\tcb@temp=\box67 +\tcb@temp=\box68 +\tcb@temp=\box69 + (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex +Library (tcolorbox): 'tcbskins.code.tex' version '5.0.2' +\tcb@waterbox=\box70 +(/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex +Library (tcolorbox): 'tcbskinsjigsaw.code.tex' version '5.0.2' +))) (/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty +Package: enumitem 2019/06/20 v3.9 Customized lists +\labelindent=\skip64 +\enit@outerparindent=\dimen261 +\enit@toks=\toks37 +\enit@inbox=\box71 +\enit@count@id=\count299 +\enitdp@description=\count300 +) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty +Package: trimclip 2020/08/19 v1.2 Trim and clip general TeX material + (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty +Package: collectbox 2012/05/17 v0.4b Collect macro arguments as boxes +\collectedbox=\box72 +) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty +Package: adjcalc 2012/05/16 v1.1 Provides advanced setlength with multiple back-ends (calc, etex, pgfmath) + (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty +Package: xkeyval 2020/11/20 v2.8 package option processing (HA) + (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex +\XKV@toks=\toks38 +\XKV@tempa@toks=\toks39 +) +\XKV@depth=\count301 +File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) +))) +\tc@llx=\dimen262 +\tc@lly=\dimen263 +\tc@urx=\dimen264 +\tc@ury=\dimen265 +Package trimclip Info: Using driver 'tc-pdftex.def'. + (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-pdftex.def +File: tc-pdftex.def 2019/01/04 v2.2 Clipping driver for pdftex +)) (/usr/share/texlive/texmf-dist/tex/latex/dashrule/dashrule.sty +Package: dashrule 2013/03/28 v1.3 Dashed rules + (/usr/share/texlive/texmf-dist/tex/latex/ifmtarg/ifmtarg.sty +Package: ifmtarg 2018/04/16 v1.2b check for an empty argument +) +\c@hdr@segments=\count302 +) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty +Package: multirow 2021/03/15 v2.8 Span multiple rows of a table +\multirow@colwidth=\skip65 +\multirow@cntb=\count303 +\multirow@dima=\skip66 +\bigstrutjot=\dimen266 +) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty +Package: tabularx 2020/01/15 v2.11c `tabularx' package (DPC) + (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty +Package: array 2021/10/04 v2.5f Tabular extension package (FMi) +\col@sep=\dimen267 +\ar@mcellbox=\box73 +\extrarowheight=\dimen268 +\NC@list=\toks40 +\extratabsurround=\skip67 +\backup@length=\skip68 +\ar@cellbox=\box74 +) +\TX@col@width=\dimen269 +\TX@old@table=\dimen270 +\TX@old@col=\dimen271 +\TX@target=\dimen272 +\TX@delta=\dimen273 +\TX@cols=\count304 +\TX@ftn=\toks41 +) (/usr/share/texlive/texmf-dist/tex/latex/changepage/changepage.sty +Package: changepage 2009/10/20 v1.0c check page and change page layout +\c@cp@cntr=\count305 +\cp@tempcnt=\count306 +) +\altacv@photos@width=\skip69 +\altacv@photo@diam@left=\skip70 +\altacv@photo@diam@right=\skip71 + (/usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty +Package: afterpage 2014/10/28 v1.08 After-Page Package (DPC) +\AP@output=\toks42 +\AP@partial=\box75 +\AP@footins=\box76 +)) (/usr/share/texlive/texmf-dist/tex/latex/paracol/paracol.sty +Package: paracol 2018/12/31 v1.35 +\pcol@currcol=\count307 +\pcol@nextcol=\count308 +\pcol@ncol=\count309 +\pcol@ncolleft=\count310 +\pcol@page=\count311 +\pcol@basepage=\count312 +\pcol@toppage=\count313 +\pcol@footnotebase=\count314 +\pcol@nfootnotes=\count315 +\pcol@mcid=\count316 +\pcol@prevdepth=\dimen274 +\pcol@colht=\dimen275 +\pcol@textfloatsep=\dimen276 +\pcol@lrmargin=\dimen277 +\pagerim=\dimen278 +\pcol@topskip=\skip72 +\belowfootnoteskip=\skip73 +\pcol@topfnotes=\box77 +\pcol@prespan=\box78 +\pcol@rightpage=\box79 +\pcol@colorstack@saved=\box80 +\pcol@tempboxa=\box81 +\pcol@tempboxb=\box82 +\pcol@colorins=\insert252 +\pcol@everyvbox=\toks43 +) (/usr/share/texlive/texmf-dist/tex/latex/roboto/roboto.sty +Package: roboto 2019/12/11 (Bob Tennent) Supports Roboto fonts for all LaTeX engines. + (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty +Package: textcomp 2020/02/02 v2.0n Standard LaTeX package +) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2021/04/29 v2.0v Standard LaTeX package +) (/usr/share/texlive/texmf-dist/tex/latex/fontaxes/fontaxes.sty +Package: fontaxes 2020/07/21 v1.0e Font selection axes +LaTeX Info: Redefining \upshape on input line 29. +LaTeX Info: Redefining \itshape on input line 31. +LaTeX Info: Redefining \slshape on input line 33. +LaTeX Info: Redefining \swshape on input line 35. +LaTeX Info: Redefining \scshape on input line 37. +LaTeX Info: Redefining \sscshape on input line 39. +LaTeX Info: Redefining \ulcshape on input line 41. +LaTeX Info: Redefining \textsw on input line 47. +LaTeX Info: Redefining \textssc on input line 48. +LaTeX Info: Redefining \textulc on input line 49. +)) (/usr/share/texlive/texmf-dist/tex/latex/lato/lato.sty +Package: lato 2019/06/20 Style file for Lato. +) (./pubs-num.cfg (/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty +Package: biblatex 2022/02/02 v3.17 programmable bibliographies (PK/MW) + (/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty +Package: logreq 2010/08/04 v1.0 xml request logger +\lrq@indent=\count317 + (/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def +File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 +)) +\c@tabx@nest=\count318 +\c@listtotal=\count319 +\c@listcount=\count320 +\c@liststart=\count321 +\c@liststop=\count322 +\c@citecount=\count323 +\c@citetotal=\count324 +\c@multicitecount=\count325 +\c@multicitetotal=\count326 +\c@instcount=\count327 +\c@maxnames=\count328 +\c@minnames=\count329 +\c@maxitems=\count330 +\c@minitems=\count331 +\c@citecounter=\count332 +\c@maxcitecounter=\count333 +\c@savedcitecounter=\count334 +\c@uniquelist=\count335 +\c@uniquename=\count336 +\c@refsection=\count337 +\c@refsegment=\count338 +\c@maxextratitle=\count339 +\c@maxextratitleyear=\count340 +\c@maxextraname=\count341 +\c@maxextradate=\count342 +\c@maxextraalpha=\count343 +\c@abbrvpenalty=\count344 +\c@highnamepenalty=\count345 +\c@lownamepenalty=\count346 +\c@maxparens=\count347 +\c@parenlevel=\count348 +\blx@tempcnta=\count349 +\blx@tempcntb=\count350 +\blx@tempcntc=\count351 +\c@blx@maxsection=\count352 +\c@blx@maxsegment@0=\count353 +\blx@notetype=\count354 +\blx@parenlevel@text=\count355 +\blx@parenlevel@foot=\count356 +\c@blx@sectionciteorder@0=\count357 +\blx@entrysetcounter=\count358 +\blx@biblioinstance=\count359 +\labelnumberwidth=\skip74 +\labelalphawidth=\skip75 +\biblabelsep=\skip76 +\bibitemsep=\skip77 +\bibnamesep=\skip78 +\bibinitsep=\skip79 +\bibparsep=\skip80 +\bibhang=\skip81 +\blx@bcfin=\read5 +\blx@bcfout=\write5 +\blx@langwohyphens=\language87 +\c@mincomprange=\count360 +\c@maxcomprange=\count361 +\c@mincompwidth=\count362 +Package biblatex Info: Trying to load biblatex default data model... +Package biblatex Info: ... file 'blx-dm.def' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def +File: blx-dm.def 2022/02/02 v3.17 biblatex localization (PK/MW) +) +Package biblatex Info: Trying to load biblatex style data model... +Package biblatex Info: ... file 'ieee.dbx' not found. +Package biblatex Info: Trying to load biblatex custom data model... +Package biblatex Info: ... file 'biblatex-dm.cfg' not found. +\c@afterword=\count363 +\c@savedafterword=\count364 +\c@annotator=\count365 +\c@savedannotator=\count366 +\c@author=\count367 +\c@savedauthor=\count368 +\c@bookauthor=\count369 +\c@savedbookauthor=\count370 +\c@commentator=\count371 +\c@savedcommentator=\count372 +\c@editor=\count373 +\c@savededitor=\count374 +\c@editora=\count375 +\c@savededitora=\count376 +\c@editorb=\count377 +\c@savededitorb=\count378 +\c@editorc=\count379 +\c@savededitorc=\count380 +\c@foreword=\count381 +\c@savedforeword=\count382 +\c@holder=\count383 +\c@savedholder=\count384 +\c@introduction=\count385 +\c@savedintroduction=\count386 +\c@namea=\count387 +\c@savednamea=\count388 +\c@nameb=\count389 +\c@savednameb=\count390 +\c@namec=\count391 +\c@savednamec=\count392 +\c@translator=\count393 +\c@savedtranslator=\count394 +\c@shortauthor=\count395 +\c@savedshortauthor=\count396 +\c@shorteditor=\count397 +\c@savedshorteditor=\count398 +\c@labelname=\count399 +\c@savedlabelname=\count400 +\c@institution=\count401 +\c@savedinstitution=\count402 +\c@lista=\count403 +\c@savedlista=\count404 +\c@listb=\count405 +\c@savedlistb=\count406 +\c@listc=\count407 +\c@savedlistc=\count408 +\c@listd=\count409 +\c@savedlistd=\count410 +\c@liste=\count411 +\c@savedliste=\count412 +\c@listf=\count413 +\c@savedlistf=\count414 +\c@location=\count415 +\c@savedlocation=\count416 +\c@organization=\count417 +\c@savedorganization=\count418 +\c@origlocation=\count419 +\c@savedoriglocation=\count420 +\c@origpublisher=\count421 +\c@savedorigpublisher=\count422 +\c@publisher=\count423 +\c@savedpublisher=\count424 +\c@language=\count425 +\c@savedlanguage=\count426 +\c@origlanguage=\count427 +\c@savedoriglanguage=\count428 +\c@pageref=\count429 +\c@savedpageref=\count430 +\shorthandwidth=\skip82 +\shortjournalwidth=\skip83 +\shortserieswidth=\skip84 +\shorttitlewidth=\skip85 +\shortauthorwidth=\skip86 +\shorteditorwidth=\skip87 +\locallabelnumberwidth=\skip88 +\locallabelalphawidth=\skip89 +\localshorthandwidth=\skip90 +\localshortjournalwidth=\skip91 +\localshortserieswidth=\skip92 +\localshorttitlewidth=\skip93 +\localshortauthorwidth=\skip94 +\localshorteditorwidth=\skip95 +Package biblatex Info: Trying to load compatibility code... +Package biblatex Info: ... file 'blx-compat.def' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def +File: blx-compat.def 2022/02/02 v3.17 biblatex compatibility (PK/MW) +) +Package biblatex Info: Trying to load generic definitions... +Package biblatex Info: ... file 'biblatex.def' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.def +File: biblatex.def 2022/02/02 v3.17 biblatex compatibility (PK/MW) +\c@textcitecount=\count431 +\c@textcitetotal=\count432 +\c@textcitemaxnames=\count433 +\c@biburlbigbreakpenalty=\count434 +\c@biburlbreakpenalty=\count435 +\c@biburlnumpenalty=\count436 +\c@biburlucpenalty=\count437 +\c@biburllcpenalty=\count438 +\biburlbigskip=\muskip17 +\biburlnumskip=\muskip18 +\biburlucskip=\muskip19 +\biburllcskip=\muskip20 +\c@smartand=\count439 +) +Package biblatex Info: Trying to load bibliography style 'ieee'... +Package biblatex Info: ... file 'ieee.bbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx +File: ieee.bbx 2021/12/06 v1.3f biblatex bibliography style +Package biblatex Info: Trying to load bibliography style 'numeric-comp'... +Package biblatex Info: ... file 'numeric-comp.bbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx +File: numeric-comp.bbx 2022/02/02 v3.17 biblatex bibliography style (PK/MW) +Package biblatex Info: Trying to load bibliography style 'numeric'... +Package biblatex Info: ... file 'numeric.bbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx +File: numeric.bbx 2022/02/02 v3.17 biblatex bibliography style (PK/MW) +Package biblatex Info: Trying to load bibliography style 'standard'... +Package biblatex Info: ... file 'standard.bbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx +File: standard.bbx 2022/02/02 v3.17 biblatex bibliography style (PK/MW) +\c@bbx:relatedcount=\count440 +\c@bbx:relatedtotal=\count441 +)))) +Package biblatex Info: Trying to load citation style 'ieee'... +Package biblatex Info: ... file 'ieee.cbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx +File: ieee.cbx 2021/12/06 v1.3f biblatex citation style +Package biblatex Info: Trying to load citation style 'numeric-comp'... +Package biblatex Info: ... file 'numeric-comp.cbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx +File: numeric-comp.cbx 2022/02/02 v3.17 biblatex citation style (PK/MW) +\c@cbx@tempcnta=\count442 +\c@cbx@tempcntb=\count443 +\c@cbx@tempcntc=\count444 +\c@cbx@tempcntd=\count445 +Package biblatex Info: Redefining '\cite'. +Package biblatex Info: Redefining '\parencite'. +Package biblatex Info: Redefining '\footcite'. +Package biblatex Info: Redefining '\footcitetext'. +Package biblatex Info: Redefining '\smartcite'. +Package biblatex Info: Redefining '\supercite'. +Package biblatex Info: Redefining '\textcite'. +Package biblatex Info: Redefining '\textcites'. +Package biblatex Info: Redefining '\cites'. +Package biblatex Info: Redefining '\parencites'. +Package biblatex Info: Redefining '\smartcites'. +) +Package biblatex Info: Redefining '\cite'. +Package biblatex Info: Redefining '\supercite'. +Package biblatex Info: Redefining '\cites'. +) +Package biblatex Info: Trying to load configuration file... +Package biblatex Info: ... file 'biblatex.cfg' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg +File: biblatex.cfg +) +Package biblatex Info: Input encoding 'utf8' detected. +Package biblatex Info: Document encoding is UTF8 .... +Package biblatex Info: ... and expl3 +(biblatex) 2022-01-21 L3 programming layer (loader) +(biblatex) is new enough (at least 2020/04/06), +(biblatex) setting 'casechanger=expl3'. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-case-expl3.sty +Package: blx-case-expl3 2022/02/02 v3.17 expl3 case changing code for biblatex +))) +\@quotelevel=\count446 +\@quotereset=\count447 +LaTeX Font Info: Trying to load font information for T1+lato-TLF on input line 103. + (/usr/share/texlive/texmf-dist/tex/latex/lato/T1lato-TLF.fd +File: T1lato-TLF.fd 2019/06/24 Font definitions for T1/lato-TLF. +) +LaTeX Font Info: Font shape `T1/lato-TLF/m/n' will be +(Font) scaled to size 10.0pt on input line 103. + (./cv.aux) +\openout1 = `cv.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 103. +LaTeX Font Info: ... okay on input line 103. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 103. +LaTeX Font Info: ... okay on input line 103. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 103. +LaTeX Font Info: ... okay on input line 103. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 103. +LaTeX Font Info: ... okay on input line 103. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 103. +LaTeX Font Info: ... okay on input line 103. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 103. +LaTeX Font Info: ... okay on input line 103. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 103. +LaTeX Font Info: ... okay on input line 103. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 103. +LaTeX Font Info: ... okay on input line 103. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 103. +LaTeX Font Info: ... okay on input line 103. + (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count448 +\scratchdimen=\dimen279 +\scratchbox=\box83 +\nofMPsegments=\count449 +\nofMParguments=\count450 +\everyMPshowfont=\toks44 +\MPscratchCnt=\count451 +\MPscratchDim=\dimen280 +\MPnumerator=\count452 +\makeMPintoPDFobject=\count453 +\everyMPtoPDFconversion=\toks45 +) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf +Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 485. + (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg +File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live +)) +Package hyperref Info: Link coloring OFF on input line 103. + (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section + (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty +Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) +) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) +) +\c@section@level=\count454 +) +LaTeX Info: Redefining \ref on input line 103. +LaTeX Info: Redefining \pageref on input line 103. +LaTeX Info: Redefining \nameref on input line 103. + (./cv.out) (./cv.out) +\@outlinefile=\write6 +\openout6 = `cv.out'. + + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: a4paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(35.56593pt, 526.376pt, 35.56593pt) +* v-part:(T,H,B)=(42.67912pt, 759.6886pt, 42.67912pt) +* \paperwidth=597.50787pt +* \paperheight=845.04684pt +* \textwidth=526.376pt +* \textheight=759.6886pt +* \oddsidemargin=-36.70406pt +* \evensidemargin=-36.70406pt +* \topmargin=-66.59087pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=10.0pt +* \footskip=30.0pt +* \marginparwidth=57.0pt +* \marginparsep=11.0pt +* \columnsep=34.14322pt +* \skip\footins=9.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@mv@tabular=\count455 +\c@mv@boldtabular=\count456 +Package biblatex Info: Trying to load language 'english'... +Package biblatex Info: ... file 'english.lbx' found. +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx +File: english.lbx 2022/02/02 v3.17 biblatex localization (PK/MW) +) +Package biblatex Info: Input encoding 'utf8' detected. +Package biblatex Info: Automatic encoding selection. +(biblatex) Assuming data encoding 'utf8'. +\openout5 = `cv.bcf'. + +Package biblatex Info: Trying to load bibliographic data... +Package biblatex Info: ... file 'cv.bbl' not found. + +No file cv.bbl. +Package biblatex Info: Reference section=0 on input line 103. +Package biblatex Info: Reference segment=0 on input line 103. +LaTeX Font Info: Font shape `T1/lato-TLF/m/n' will be +(Font) scaled to size 24.88pt on input line 141. +LaTeX Font Info: Trying to load font information for T1+RobotoSlab-TLF on input line 141. +(/usr/share/texlive/texmf-dist/tex/latex/roboto/T1RobotoSlab-TLF.fd +File: T1RobotoSlab-TLF.fd 2019/12/11 (autoinst) Font definitions for T1/RobotoSlab-TLF. +) +LaTeX Font Info: Font shape `T1/RobotoSlab-TLF/m/n' aliased to +(Font) `T1/RobotoSlab-TLF/regular/n' on input line 141. +LaTeX Font Info: Font shape `T1/RobotoSlab-TLF/b/n' aliased to +(Font) `T1/RobotoSlab-TLF/bold/n' on input line 141. +LaTeX Font Info: Font shape `T1/lato-TLF/m/n' will be +(Font) scaled to size 12.0pt on input line 141. +LaTeX Font Info: Font shape `T1/lato-TLF/b/n' will be +(Font) scaled to size 12.0pt on input line 141. +LaTeX Font Info: Font shape `T1/lato-TLF/m/n' will be +(Font) scaled to size 8.0pt on input line 141. +LaTeX Font Info: Trying to load font information for U+fontawesomefree0 on input line 141. + (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree0.fd) +LaTeX Font Info: Trying to load font information for U+fontawesomefree2 on input line 141. + (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree2.fd) +LaTeX Font Info: Trying to load font information for U+fontawesomebrands0 on input line 141. + (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomebrands0.fd) +LaTeX Font Info: Font shape `U/fontawesomebrands0/solid/n' in size <8> not available +(Font) Font shape `U/fontawesomebrands0/regular/n' tried instead on input line 141. +<><><> +LaTeX Font Info: External font `cmex7' loaded for size +(Font) <7> on input line 141. +<> +LaTeX Font Info: External font `cmex7' loaded for size +(Font) <5> on input line 141. +LaTeX Font Info: Font shape `T1/lato-TLF/m/n' will be +(Font) scaled to size 17.28pt on input line 152. +LaTeX Font Info: Font shape `T1/RobotoSlab-TLF/m/n' aliased to +(Font) `T1/RobotoSlab-TLF/regular/n' on input line 152. +LaTeX Font Info: Font shape `T1/RobotoSlab-TLF/b/n' aliased to +(Font) `T1/RobotoSlab-TLF/bold/n' on input line 152. +LaTeX Font Info: Font shape `T1/lato-TLF/b/n' will be +(Font) scaled to size 10.0pt on input line 154. +LaTeX Font Info: Font shape `T1/lato-TLF/m/n' will be +(Font) scaled to size 9.0pt on input line 154. +LaTeX Font Info: Trying to load font information for TS1+lato-TLF on input line 156. + (/usr/share/texlive/texmf-dist/tex/latex/lato/TS1lato-TLF.fd +File: TS1lato-TLF.fd 2019/06/24 Font definitions for TS1/lato-TLF. +) +LaTeX Font Info: Font shape `TS1/lato-TLF/m/n' will be +(Font) scaled to size 9.0pt on input line 156. + +Underfull \hbox (badness 3701) in paragraph at lines 232--232 + [][][][]\T1/lato-TLF/m/n/9 Sleeping[][] + [] + + +Underfull \hbox (badness 1742) in paragraph at lines 232--232 + [][][][] \T1/lato-TLF/m/n/9 Mis-cel-la-neous[][] + [] + + +Overfull \hbox (46.51573pt too wide) in paragraph at lines 224--232 + []| [] + [] + +LaTeX Font Info: Font shape `T1/lato-TLF/m/it' will be +(Font) scaled to size 10.0pt on input line 267. +LaTeX Font Info: Font shape `T1/lato-TLF/m/it' will be +(Font) scaled to size 12.0pt on input line 267. + +Overfull \hbox (22.39445pt too wide) in paragraph at lines 293--304 +[] [] [] [] + [] + +[1 + +] [2] (./cv.aux) + +LaTeX Warning: There were undefined references. + +Package rerunfilecheck Info: File `cv.out' has not changed. +(rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0. + +Package biblatex Warning: Please (re)run Biber on the file: +(biblatex) cv +(biblatex) and rerun LaTeX afterwards. + +Package logreq Info: Writing requests to 'cv.run.xml'. +\openout1 = `cv.run.xml'. + + ) +Here is how much of TeX's memory you used: + 40679 strings out of 478287 + 803961 string characters out of 5849290 + 1477255 words of memory out of 5000000 + 58221 multiletter control sequences out of 15000+600000 + 714594 words of font info for 60 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 125i,7n,120p,1173b,3118s stack positions out of 5000i,500n,10000p,200000b,80000s +{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lato/a_cl4kdn.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lato/a_rt66h3.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free0.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/fontawesome5/fa5brands0.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free2.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/roboto/rbto_j2bk2t.enc} +Output written on cv.pdf (2 pages, 167037 bytes). +PDF statistics: + 76 PDF objects out of 1000 (max. 8388607) + 3 named destinations out of 1000 (max. 500000) + 45 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/sample.out b/src/cv.out similarity index 100% rename from sample.out rename to src/cv.out diff --git a/sample.pdf b/src/cv.pdf similarity index 92% rename from sample.pdf rename to src/cv.pdf index 12cc905b2b6caaa7961b664a9b966210931533c6..e41efc5880fbc0f87c028325e0e1ca02402e184c 100644 GIT binary patch delta 11872 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 V&Dw?lEf0kX6WqTquc<)rKLBc{^P>O& delta 12025 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 XBK3b0Nw$arPy@w@I60NHl!^Wq(W&mK diff --git a/src/cv.run.xml b/src/cv.run.xml new file mode 100644 index 0000000..98f7776 --- /dev/null +++ b/src/cv.run.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + latex + + cv.bcf + + + cv.bbl + + + blx-dm.def + blx-compat.def + biblatex.def + standard.bbx + numeric.bbx + numeric-comp.bbx + ieee.bbx + numeric-comp.cbx + ieee.cbx + biblatex.cfg + english.lbx + + + + biber + + biber + cv + + + cv.bcf + + + cv.bbl + + + cv.bbl + + + cv.bcf + + + sample.bib + + + diff --git a/src/cv.synctex.gz b/src/cv.synctex.gz new file mode 100644 index 0000000000000000000000000000000000000000..aa16821adef1435842165ff7324294107ab7d894 GIT binary patch literal 29630 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

%Q7e&w6CnMa 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 literal 0 HcmV?d00001 diff --git a/sample.tex b/src/cv.tex similarity index 100% rename from sample.tex rename to src/cv.tex diff --git a/mmayer-wikipedia-cc-by-2_0.jpg b/src/mmayer-wikipedia-cc-by-2_0.jpg similarity index 100% rename from mmayer-wikipedia-cc-by-2_0.jpg rename to src/mmayer-wikipedia-cc-by-2_0.jpg diff --git a/mmayer.jpg b/src/mmayer.jpg similarity index 100% rename from mmayer.jpg rename to src/mmayer.jpg diff --git a/mmayer.pdf b/src/mmayer.pdf similarity index 100% rename from mmayer.pdf rename to src/mmayer.pdf diff --git a/mmayer.png b/src/mmayer.png similarity index 100% rename from mmayer.png rename to src/mmayer.png diff --git a/mmayer.tex b/src/mmayer.tex similarity index 100% rename from mmayer.tex rename to src/mmayer.tex diff --git a/nicethings_icons_readme.txt b/src/nicethings_icons_readme.txt similarity index 100% rename from nicethings_icons_readme.txt rename to src/nicethings_icons_readme.txt diff --git a/pdfa.xmpi b/src/pdfa.xmpi similarity index 93% rename from pdfa.xmpi rename to src/pdfa.xmpi index 114d715..51a22ee 100644 --- a/pdfa.xmpi +++ b/src/pdfa.xmpi @@ -73,15 +73,15 @@ LaTeX with hyperref - 2024-04-15T15:03:09+02:00 - 2024-04-15T15:03:09+02:00 - 2024-04-15T15:03:09+02:00 + 2024-04-15T15:25:43+02:00 + 2024-04-15T15:25:43+02:00 + 2024-04-15T15:25:43+02:00 - uuid:069741A9-2A2F-641E-B428-BA6D12CCB9AF - uuid:4CFE9403-BABD-516D-DFAF-41BEA2D941B3 + uuid:0FF1EB87-D3B7-45D7-5686-C6C78D4BC3B2 + uuid:9101C252-A103-7528-983C-C8B9D8956DA2 diff --git a/pubs-authoryear.cfg b/src/pubs-authoryear.cfg similarity index 100% rename from pubs-authoryear.cfg rename to src/pubs-authoryear.cfg diff --git a/pubs-num.cfg b/src/pubs-num.cfg similarity index 100% rename from pubs-num.cfg rename to src/pubs-num.cfg diff --git a/sample.aux b/src/sample.aux similarity index 100% rename from sample.aux rename to src/sample.aux diff --git a/sample.bbl b/src/sample.bbl similarity index 100% rename from sample.bbl rename to src/sample.bbl diff --git a/src/sample.bcf b/src/sample.bcf new file mode 100644 index 0000000..e19f4a5 --- /dev/null +++ b/src/sample.bcf @@ -0,0 +1,2380 @@ + + + + + + output_encoding + utf8 + + + input_encoding + utf8 + + + debug + 0 + + + mincrossrefs + 2 + + + minxrefs + 2 + + + sortcase + 1 + + + sortupper + 1 + + + + + + + alphaothers + + + + + labelalpha + 0 + + + labelnamespec + shortauthor + author + shorteditor + editor + translator + + + labeltitle + 0 + + + labeltitlespec + shorttitle + title + maintitle + + + labeltitleyear + 0 + + + labeldateparts + 0 + + + labeldatespec + date + year + eventdate + origdate + urldate + nodate + + + julian + 0 + + + gregorianstart + 1582-10-15 + + + maxalphanames + 3 + + + maxbibnames + 6 + + + maxcitenames + 3 + + + maxsortnames + 6 + + + maxitems + 3 + + + minalphanames + 1 + + + minbibnames + 3 + + + mincitenames + 3 + + + minsortnames + 3 + + + minitems + 1 + + + nohashothers + 0 + + + noroman + 0 + + + nosortothers + 0 + + + singletitle + 0 + + + skipbib + 0 + + + skipbiblist + 0 + + + skiplab + 0 + + + sortalphaothers + + + + + sortlocale + english + + + sortingtemplatename + ydnt + + + sortsets + 0 + + + uniquelist + false + + + uniquename + false + + + uniqueprimaryauthor + 0 + + + uniquetitle + 0 + + + uniquebaretitle + 0 + + + uniquework + 0 + + + useprefix + 0 + + + useafterword + 1 + + + useannotator + 1 + + + useauthor + 1 + + + usebookauthor + 1 + + + usecommentator + 1 + + + useeditor + 1 + + + useeditora + 1 + + + useeditorb + 1 + + + useeditorc + 1 + + + useforeword + 1 + + + useholder + 1 + + + useintroduction + 1 + + + usenamea + 1 + + + usenameb + 1 + + + usenamec + 1 + + + usetranslator + 0 + + + useshortauthor + 1 + + + useshorteditor + 1 + + + + + + labelalpha + 0 + + + labelnamespec + shortauthor + author + shorteditor + editor + translator + + + labeltitle + 0 + + + labeltitlespec + shorttitle + title + maintitle + + + labeltitleyear + 0 + + + labeldateparts + 0 + + + labeldatespec + date + year + eventdate + origdate + urldate + nodate + + + maxalphanames + 3 + + + maxbibnames + 6 + + + maxcitenames + 3 + + + maxsortnames + 6 + + + maxitems + 3 + + + minalphanames + 1 + + + minbibnames + 3 + + + mincitenames + 3 + + + minsortnames + 3 + + + minitems + 1 + + + nohashothers + 0 + + + noroman + 0 + + + nosortothers + 0 + + + singletitle + 0 + + + skipbib + 0 + + + skiplab + 0 + + + skipbiblist + 0 + + + uniquelist + false + + + uniquename + false + + + uniqueprimaryauthor + 0 + + + uniquetitle + 0 + + + uniquebaretitle + 0 + + + uniquework + 0 + + + useprefix + 0 + + + useafterword + 1 + + + useannotator + 1 + + + useauthor + 1 + + + usebookauthor + 1 + + + usecommentator + 1 + + + useeditor + 1 + + + useeditora + 1 + + + useeditorb + 1 + + + useeditorc + 1 + + + useforeword + 1 + + + useholder + 1 + + + useintroduction + 1 + + + usenamea + 1 + + + usenameb + 1 + + + usenamec + 1 + + + usetranslator + 0 + + + useshortauthor + 1 + + + useshorteditor + 1 + + + + + datamodel + labelalphanametemplate + labelalphatemplate + inheritance + translit + uniquenametemplate + sortingnamekeytemplate + sortingtemplate + extradatespec + labelnamespec + labeltitlespec + labeldatespec + controlversion + alphaothers + sortalphaothers + presort + texencoding + bibencoding + sortingtemplatename + sortlocale + language + autolang + langhook + indexing + hyperref + backrefsetstyle + block + pagetracker + citecounter + citetracker + ibidtracker + idemtracker + opcittracker + loccittracker + labeldate + labeltime + dateera + date + time + eventdate + eventtime + origdate + origtime + urldate + urltime + alldatesusetime + alldates + alltimes + gregorianstart + autocite + notetype + uniquelist + uniquename + refsection + refsegment + citereset + sortlos + babel + datelabel + backrefstyle + arxiv + familyinits + giveninits + prefixinits + suffixinits + useafterword + useannotator + useauthor + usebookauthor + usecommentator + useeditor + useeditora + useeditorb + useeditorc + useforeword + useholder + useintroduction + usenamea + usenameb + usenamec + usetranslator + useshortauthor + useshorteditor + debug + loadfiles + safeinputenc + sortcase + sortupper + terseinits + abbreviate + dateabbrev + clearlang + sortcites + sortsets + backref + backreffloats + trackfloats + parentracker + labeldateusetime + datecirca + dateuncertain + dateusetime + eventdateusetime + origdateusetime + urldateusetime + julian + datezeros + timezeros + timezones + seconds + autopunct + punctfont + labelnumber + labelalpha + labeltitle + labeltitleyear + labeldateparts + nohashothers + nosortothers + noroman + singletitle + uniquetitle + uniquebaretitle + uniquework + uniqueprimaryauthor + defernumbers + locallabelwidth + bibwarn + useprefix + skipbib + skipbiblist + skiplab + dataonly + defernums + firstinits + sortfirstinits + sortgiveninits + labelyear + isbn + url + doi + eprint + related + subentry + dashed + subentrycomp + bibtexcaseprotection + mincrossrefs + minxrefs + maxnames + minnames + maxbibnames + minbibnames + maxcitenames + mincitenames + maxsortnames + minsortnames + maxitems + minitems + maxalphanames + minalphanames + maxparens + dateeraauto + + + alphaothers + sortalphaothers + presort + indexing + citetracker + ibidtracker + idemtracker + opcittracker + loccittracker + uniquelist + uniquename + familyinits + giveninits + prefixinits + suffixinits + useafterword + useannotator + useauthor + usebookauthor + usecommentator + useeditor + useeditora + useeditorb + useeditorc + useforeword + useholder + useintroduction + usenamea + usenameb + usenamec + usetranslator + useshortauthor + useshorteditor + terseinits + abbreviate + dateabbrev + clearlang + labelnumber + labelalpha + labeltitle + labeltitleyear + labeldateparts + nohashothers + nosortothers + noroman + singletitle + uniquetitle + uniquebaretitle + uniquework + uniqueprimaryauthor + useprefix + skipbib + skipbiblist + skiplab + dataonly + skiplos + labelyear + isbn + url + doi + eprint + related + subentry + subentrycomp + bibtexcaseprotection + labelalphatemplate + translit + sortexclusion + sortinclusion + labelnamespec + labeltitlespec + labeldatespec + maxnames + minnames + maxbibnames + minbibnames + maxcitenames + mincitenames + maxsortnames + minsortnames + maxitems + minitems + maxalphanames + minalphanames + + + noinherit + nametemplates + labelalphanametemplatename + uniquenametemplatename + sortingnamekeytemplatename + presort + indexing + citetracker + ibidtracker + idemtracker + opcittracker + loccittracker + uniquelist + uniquename + familyinits + giveninits + prefixinits + suffixinits + useafterword + useannotator + useauthor + usebookauthor + usecommentator + useeditor + useeditora + useeditorb + useeditorc + useforeword + useholder + useintroduction + usenamea + usenameb + usenamec + usetranslator + useshortauthor + useshorteditor + terseinits + abbreviate + dateabbrev + clearlang + labelnumber + labelalpha + labeltitle + labeltitleyear + labeldateparts + nohashothers + nosortothers + noroman + singletitle + uniquetitle + uniquebaretitle + uniquework + uniqueprimaryauthor + useprefix + skipbib + skipbiblist + skiplab + dataonly + skiplos + isbn + url + doi + eprint + related + subentry + subentrycomp + bibtexcaseprotection + maxnames + minnames + maxbibnames + minbibnames + maxcitenames + mincitenames + maxsortnames + minsortnames + maxitems + minitems + maxalphanames + minalphanames + + + nametemplates + labelalphanametemplatename + uniquenametemplatename + sortingnamekeytemplatename + uniquelist + uniquename + familyinits + giveninits + prefixinits + suffixinits + terseinits + nohashothers + nosortothers + useprefix + + + nametemplates + labelalphanametemplatename + uniquenametemplatename + sortingnamekeytemplatename + uniquename + familyinits + giveninits + prefixinits + suffixinits + terseinits + useprefix + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + prefix + family + + + + + shorthand + label + labelname + labelname + + + year + + + + + + labelyear + year + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + prefix + family + given + + + + + prefix + family + + + given + + + suffix + + + prefix + + + mm + + + + sf,sm,sn,pf,pm,pn,pp + family,given,prefix,suffix + boolean,integer,string,xml + default,transliteration,transcription,translation + + + article + artwork + audio + bibnote + book + bookinbook + booklet + collection + commentary + customa + customb + customc + customd + custome + customf + dataset + inbook + incollection + inproceedings + inreference + image + jurisdiction + legal + legislation + letter + manual + misc + movie + music + mvcollection + mvreference + mvproceedings + mvbook + online + patent + performance + periodical + proceedings + reference + report + review + set + software + standard + suppbook + suppcollection + suppperiodical + thesis + unpublished + video + xdata + + + sortyear + volume + volumes + abstract + addendum + annotation + booksubtitle + booktitle + booktitleaddon + chapter + edition + eid + entrysubtype + eprintclass + eprinttype + eventtitle + eventtitleaddon + gender + howpublished + indexsorttitle + indextitle + isan + isbn + ismn + isrn + issn + issue + issuesubtitle + issuetitle + issuetitleaddon + iswc + journalsubtitle + journaltitle + journaltitleaddon + label + langid + langidopts + library + mainsubtitle + maintitle + maintitleaddon + nameaddon + note + number + origtitle + pagetotal + part + relatedstring + relatedtype + reprinttitle + series + shorthandintro + subtitle + title + titleaddon + usera + userb + userc + userd + usere + userf + venue + version + shorthand + shortjournal + shortseries + shorttitle + sorttitle + sortshorthand + sortkey + presort + institution + lista + listb + listc + listd + liste + listf + location + organization + origlocation + origpublisher + publisher + afterword + annotator + author + bookauthor + commentator + editor + editora + editorb + editorc + foreword + holder + introduction + namea + nameb + namec + translator + shortauthor + shorteditor + sortname + authortype + editoratype + editorbtype + editorctype + editortype + bookpagination + nameatype + namebtype + namectype + pagination + pubstate + type + language + origlanguage + crossref + xref + date + endyear + year + month + day + hour + minute + second + timezone + yeardivision + endmonth + endday + endhour + endminute + endsecond + endtimezone + endyeardivision + eventdate + eventendyear + eventyear + eventmonth + eventday + eventhour + eventminute + eventsecond + eventtimezone + eventyeardivision + eventendmonth + eventendday + eventendhour + eventendminute + eventendsecond + eventendtimezone + eventendyeardivision + origdate + origendyear + origyear + origmonth + origday + orighour + origminute + origsecond + origtimezone + origyeardivision + origendmonth + origendday + origendhour + origendminute + origendsecond + origendtimezone + origendyeardivision + urldate + urlendyear + urlyear + urlmonth + urlday + urlhour + urlminute + urlsecond + urltimezone + urlyeardivision + urlendmonth + urlendday + urlendhour + urlendminute + urlendsecond + urlendtimezone + urlendyeardivision + doi + eprint + file + verba + verbb + verbc + url + xdata + ids + entryset + related + keywords + options + relatedoptions + pages + execute + + + abstract + annotation + authortype + bookpagination + crossref + day + doi + eprint + eprintclass + eprinttype + endday + endhour + endminute + endmonth + endsecond + endtimezone + endyear + endyeardivision + entryset + entrysubtype + execute + file + gender + hour + ids + indextitle + indexsorttitle + isan + ismn + iswc + keywords + label + langid + langidopts + library + lista + listb + listc + listd + liste + listf + minute + month + namea + nameb + namec + nameatype + namebtype + namectype + nameaddon + options + origday + origendday + origendhour + origendminute + origendmonth + origendsecond + origendtimezone + origendyear + origendyeardivision + orighour + origminute + origmonth + origsecond + origtimezone + origyear + origyeardivision + origlocation + origpublisher + origtitle + pagination + presort + related + relatedoptions + relatedstring + relatedtype + second + shortauthor + shorteditor + shorthand + shorthandintro + shortjournal + shortseries + shorttitle + sortkey + sortname + sortshorthand + sorttitle + sortyear + timezone + url + urlday + urlendday + urlendhour + urlendminute + urlendmonth + urlendsecond + urlendtimezone + urlendyear + urlhour + urlminute + urlmonth + urlsecond + urltimezone + urlyear + usera + userb + userc + userd + usere + userf + verba + verbb + verbc + xdata + xref + year + yeardivision + + + set + entryset + + + article + addendum + annotator + author + commentator + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eid + issn + issue + issuetitle + issuesubtitle + issuetitleaddon + journalsubtitle + journaltitle + journaltitleaddon + language + note + number + origlanguage + pages + pubstate + series + subtitle + title + titleaddon + translator + version + volume + + + bibnote + note + + + book + author + addendum + afterword + annotator + chapter + commentator + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eid + foreword + introduction + isbn + language + location + maintitle + maintitleaddon + mainsubtitle + note + number + origlanguage + pages + pagetotal + part + publisher + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + mvbook + addendum + afterword + annotator + author + commentator + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + foreword + introduction + isbn + language + location + note + number + origlanguage + pagetotal + publisher + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + inbook + bookinbook + suppbook + addendum + afterword + annotator + author + booktitle + bookauthor + booksubtitle + booktitleaddon + chapter + commentator + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eid + foreword + introduction + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + origlanguage + part + publisher + pages + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + booklet + addendum + author + chapter + editor + editortype + eid + howpublished + language + location + note + pages + pagetotal + pubstate + subtitle + title + titleaddon + type + + + collection + reference + addendum + afterword + annotator + chapter + commentator + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eid + foreword + introduction + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + origlanguage + pages + pagetotal + part + publisher + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + mvcollection + mvreference + addendum + afterword + annotator + author + commentator + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + foreword + introduction + isbn + language + location + note + number + origlanguage + publisher + pubstate + subtitle + title + titleaddon + translator + volume + volumes + + + incollection + suppcollection + inreference + addendum + afterword + annotator + author + booksubtitle + booktitle + booktitleaddon + chapter + commentator + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eid + foreword + introduction + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + origlanguage + pages + part + publisher + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + dataset + addendum + author + edition + editor + editortype + language + location + note + number + organization + publisher + pubstate + series + subtitle + title + titleaddon + type + version + + + manual + addendum + author + chapter + edition + editor + editortype + eid + isbn + language + location + note + number + organization + pages + pagetotal + publisher + pubstate + series + subtitle + title + titleaddon + type + version + + + misc + software + addendum + author + editor + editortype + howpublished + language + location + note + organization + pubstate + subtitle + title + titleaddon + type + version + + + online + addendum + author + editor + editortype + language + note + organization + pubstate + subtitle + title + titleaddon + version + + + patent + addendum + author + holder + location + note + number + pubstate + subtitle + title + titleaddon + type + version + + + periodical + addendum + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + issn + issue + issuesubtitle + issuetitle + issuetitleaddon + language + note + number + pubstate + series + subtitle + title + titleaddon + volume + yeardivision + + + mvproceedings + addendum + editor + editortype + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendsecond + eventendtimezone + eventendyear + eventendyeardivision + eventhour + eventminute + eventmonth + eventsecond + eventtimezone + eventyear + eventyeardivision + eventtitle + eventtitleaddon + isbn + language + location + note + number + organization + pagetotal + publisher + pubstate + series + subtitle + title + titleaddon + venue + volumes + + + proceedings + addendum + chapter + editor + editortype + eid + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendsecond + eventendtimezone + eventendyear + eventendyeardivision + eventhour + eventminute + eventmonth + eventsecond + eventtimezone + eventyear + eventyeardivision + eventtitle + eventtitleaddon + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + organization + pages + pagetotal + part + publisher + pubstate + series + subtitle + title + titleaddon + venue + volume + volumes + + + inproceedings + addendum + author + booksubtitle + booktitle + booktitleaddon + chapter + editor + editortype + eid + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendsecond + eventendtimezone + eventendyear + eventendyeardivision + eventhour + eventminute + eventmonth + eventsecond + eventtimezone + eventyear + eventyeardivision + eventtitle + eventtitleaddon + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + organization + pages + part + publisher + pubstate + series + subtitle + title + titleaddon + venue + volume + volumes + + + report + addendum + author + chapter + eid + institution + isrn + language + location + note + number + pages + pagetotal + pubstate + subtitle + title + titleaddon + type + version + + + thesis + addendum + author + chapter + eid + institution + language + location + note + pages + pagetotal + pubstate + subtitle + title + titleaddon + type + + + unpublished + addendum + author + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendsecond + eventendtimezone + eventendyear + eventendyeardivision + eventhour + eventminute + eventmonth + eventsecond + eventtimezone + eventyear + eventyeardivision + eventtitle + eventtitleaddon + howpublished + language + location + note + pubstate + subtitle + title + titleaddon + type + venue + + + abstract + addendum + afterword + annotator + author + bookauthor + booksubtitle + booktitle + booktitleaddon + chapter + commentator + editor + editora + editorb + editorc + foreword + holder + institution + introduction + issuesubtitle + issuetitle + issuetitleaddon + journalsubtitle + journaltitle + journaltitleaddon + location + mainsubtitle + maintitle + maintitleaddon + nameaddon + note + organization + origlanguage + origlocation + origpublisher + origtitle + part + publisher + relatedstring + series + shortauthor + shorteditor + shorthand + shortjournal + shortseries + shorttitle + sortname + sortshorthand + sorttitle + subtitle + title + titleaddon + translator + venue + + + article + book + inbook + bookinbook + suppbook + booklet + collection + incollection + suppcollection + manual + misc + mvbook + mvcollection + online + patent + periodical + suppperiodical + proceedings + inproceedings + reference + inreference + report + set + thesis + unpublished + + + date + year + + + + + set + + entryset + + + + article + + author + journaltitle + title + + + + book + mvbook + + author + title + + + + inbook + bookinbook + suppbook + + author + title + booktitle + + + + booklet + + + author + editor + + title + + + + collection + reference + mvcollection + mvreference + + editor + title + + + + incollection + suppcollection + inreference + + author + editor + title + booktitle + + + + dataset + + title + + + + manual + + title + + + + misc + software + + title + + + + online + + title + + url + doi + eprint + + + + + patent + + author + title + number + + + + periodical + + editor + title + + + + proceedings + mvproceedings + + title + + + + inproceedings + + author + title + booktitle + + + + report + + author + title + type + institution + + + + thesis + + author + title + type + institution + + + + unpublished + + author + title + + + + + isbn + + + issn + + + ismn + + + gender + + + + + + + sample.bib + + + * + + + + + presort + + + sortkey + + + sortyear + year + 9999 + + + sortname + author + editor + translator + sorttitle + title + + + sorttitle + title + + + + diff --git a/sample.bib b/src/sample.bib similarity index 100% rename from sample.bib rename to src/sample.bib diff --git a/sample.log b/src/sample.log similarity index 100% rename from sample.log rename to src/sample.log diff --git a/src/sample.out b/src/sample.out new file mode 100644 index 0000000..e69de29 diff --git a/sample.png b/src/sample.png similarity index 100% rename from sample.png rename to src/sample.png diff --git a/sample.run.xml b/src/sample.run.xml similarity index 100% rename from sample.run.xml rename to src/sample.run.xml diff --git a/sample.synctex.gz b/src/sample.synctex.gz similarity index 100% rename from sample.synctex.gz rename to src/sample.synctex.gz diff --git a/sample.xdv b/src/sample.xdv similarity index 100% rename from sample.xdv rename to src/sample.xdv diff --git a/tweet-that-started-this.png b/src/tweet-that-started-this.png similarity index 100% rename from tweet-that-started-this.png rename to src/tweet-that-started-this.png