From fc2ffbbf405cd0e902da84f7f1daff77fff8537e Mon Sep 17 00:00:00 2001 From: TiagoRG <35657250+TiagoRG@users.noreply.github.com> Date: Tue, 31 Jan 2023 16:00:00 +0000 Subject: [PATCH] LaTeX template for MD added --- 1ano/2semestre/md/.idea/.gitignore | 10 + 1ano/2semestre/md/.idea/discord.xml | 7 + .../inspectionProfiles/Project_Default.xml | 27 + .../inspectionProfiles/profiles_settings.xml | 6 + 1ano/2semestre/md/.idea/md.iml | 8 + 1ano/2semestre/md/.idea/misc.xml | 7 + 1ano/2semestre/md/.idea/modules.xml | 8 + .../md/.idea/runConfigurations/main_latex.xml | 23 + 1ano/2semestre/md/.idea/vcs.xml | 6 + .../md/apontamentos/.idea/.gitignore | 10 + .../md/apontamentos/.idea/apontamentos.iml | 8 + .../md/apontamentos/.idea/discord.xml | 7 + .../inspectionProfiles/Project_Default.xml | 27 + .../inspectionProfiles/profiles_settings.xml | 6 + 1ano/2semestre/md/apontamentos/.idea/misc.xml | 7 + .../md/apontamentos/.idea/modules.xml | 8 + 1ano/2semestre/md/apontamentos/.idea/vcs.xml | 6 + .../md/apontamentos/dev/out/main.aux | 27 + .../md/apontamentos/dev/out/main.bbl | 0 .../md/apontamentos/dev/out/main.bcf | 2358 +++++++++++++++++ .../md/apontamentos/dev/out/main.blg | 48 + .../md/apontamentos/dev/out/main.log | 764 ++++++ .../md/apontamentos/dev/out/main.out | 0 .../md/apontamentos/dev/out/main.pdf | Bin 0 -> 29673 bytes .../md/apontamentos/dev/out/main.run.xml | 85 + .../md/apontamentos/dev/out/main.synctex.gz | Bin 0 -> 2585 bytes .../md/apontamentos/dev/src/main.bib | 3 + .../md/apontamentos/dev/src/main.tex | 62 + 1ano/2semestre/md/apontamentos/dev/src/ua.pdf | Bin 0 -> 2082 bytes .../md/apontamentos/template/out/main.aux | 27 + .../md/apontamentos/template/out/main.bbl | 0 .../md/apontamentos/template/out/main.bcf | 2358 +++++++++++++++++ .../md/apontamentos/template/out/main.blg | 48 + .../md/apontamentos/template/out/main.log | 745 ++++++ .../md/apontamentos/template/out/main.out | 0 .../md/apontamentos/template/out/main.pdf | Bin 0 -> 26362 bytes .../md/apontamentos/template/out/main.run.xml | 85 + .../apontamentos/template/out/main.synctex.gz | Bin 0 -> 2441 bytes .../md/apontamentos/template/src/main.bib | 3 + .../md/apontamentos/template/src/main.tex | 62 + .../md/apontamentos/template/src/ua.pdf | Bin 0 -> 2082 bytes 41 files changed, 6856 insertions(+) create mode 100644 1ano/2semestre/md/.idea/.gitignore create mode 100644 1ano/2semestre/md/.idea/discord.xml create mode 100644 1ano/2semestre/md/.idea/inspectionProfiles/Project_Default.xml create mode 100644 1ano/2semestre/md/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 1ano/2semestre/md/.idea/md.iml create mode 100644 1ano/2semestre/md/.idea/misc.xml create mode 100644 1ano/2semestre/md/.idea/modules.xml create mode 100644 1ano/2semestre/md/.idea/runConfigurations/main_latex.xml create mode 100644 1ano/2semestre/md/.idea/vcs.xml create mode 100644 1ano/2semestre/md/apontamentos/.idea/.gitignore create mode 100644 1ano/2semestre/md/apontamentos/.idea/apontamentos.iml create mode 100644 1ano/2semestre/md/apontamentos/.idea/discord.xml create mode 100644 1ano/2semestre/md/apontamentos/.idea/inspectionProfiles/Project_Default.xml create mode 100644 1ano/2semestre/md/apontamentos/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 1ano/2semestre/md/apontamentos/.idea/misc.xml create mode 100644 1ano/2semestre/md/apontamentos/.idea/modules.xml create mode 100644 1ano/2semestre/md/apontamentos/.idea/vcs.xml create mode 100644 1ano/2semestre/md/apontamentos/dev/out/main.aux create mode 100644 1ano/2semestre/md/apontamentos/dev/out/main.bbl create mode 100644 1ano/2semestre/md/apontamentos/dev/out/main.bcf create mode 100644 1ano/2semestre/md/apontamentos/dev/out/main.blg create mode 100644 1ano/2semestre/md/apontamentos/dev/out/main.log create mode 100644 1ano/2semestre/md/apontamentos/dev/out/main.out create mode 100644 1ano/2semestre/md/apontamentos/dev/out/main.pdf create mode 100644 1ano/2semestre/md/apontamentos/dev/out/main.run.xml create mode 100644 1ano/2semestre/md/apontamentos/dev/out/main.synctex.gz create mode 100644 1ano/2semestre/md/apontamentos/dev/src/main.bib create mode 100644 1ano/2semestre/md/apontamentos/dev/src/main.tex create mode 100755 1ano/2semestre/md/apontamentos/dev/src/ua.pdf create mode 100644 1ano/2semestre/md/apontamentos/template/out/main.aux create mode 100644 1ano/2semestre/md/apontamentos/template/out/main.bbl create mode 100644 1ano/2semestre/md/apontamentos/template/out/main.bcf create mode 100644 1ano/2semestre/md/apontamentos/template/out/main.blg create mode 100644 1ano/2semestre/md/apontamentos/template/out/main.log create mode 100644 1ano/2semestre/md/apontamentos/template/out/main.out create mode 100644 1ano/2semestre/md/apontamentos/template/out/main.pdf create mode 100644 1ano/2semestre/md/apontamentos/template/out/main.run.xml create mode 100644 1ano/2semestre/md/apontamentos/template/out/main.synctex.gz create mode 100644 1ano/2semestre/md/apontamentos/template/src/main.bib create mode 100644 1ano/2semestre/md/apontamentos/template/src/main.tex create mode 100755 1ano/2semestre/md/apontamentos/template/src/ua.pdf diff --git a/1ano/2semestre/md/.idea/.gitignore b/1ano/2semestre/md/.idea/.gitignore new file mode 100644 index 0000000..a29d697 --- /dev/null +++ b/1ano/2semestre/md/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# CodeStream ignored files +/codestream.xml diff --git a/1ano/2semestre/md/.idea/discord.xml b/1ano/2semestre/md/.idea/discord.xml new file mode 100644 index 0000000..30bab2a --- /dev/null +++ b/1ano/2semestre/md/.idea/discord.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/.idea/inspectionProfiles/Project_Default.xml b/1ano/2semestre/md/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..1710c48 --- /dev/null +++ b/1ano/2semestre/md/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,27 @@ + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/.idea/inspectionProfiles/profiles_settings.xml b/1ano/2semestre/md/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/1ano/2semestre/md/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/.idea/md.iml b/1ano/2semestre/md/.idea/md.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/1ano/2semestre/md/.idea/md.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/.idea/misc.xml b/1ano/2semestre/md/.idea/misc.xml new file mode 100644 index 0000000..8010bf9 --- /dev/null +++ b/1ano/2semestre/md/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/.idea/modules.xml b/1ano/2semestre/md/.idea/modules.xml new file mode 100644 index 0000000..2eab679 --- /dev/null +++ b/1ano/2semestre/md/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/.idea/runConfigurations/main_latex.xml b/1ano/2semestre/md/.idea/runConfigurations/main_latex.xml new file mode 100644 index 0000000..b54a713 --- /dev/null +++ b/1ano/2semestre/md/.idea/runConfigurations/main_latex.xml @@ -0,0 +1,23 @@ + + + + PDFLATEX + + + EVINCE + + + + $PROJECT_DIR$/apontamentos/dev/src/main.tex + $PROJECT_DIR$/apontamentos/dev/out + {projectDir}/auxil + true + PDF + TEXLIVE + true + [] + [] + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/.idea/vcs.xml b/1ano/2semestre/md/.idea/vcs.xml new file mode 100644 index 0000000..c2365ab --- /dev/null +++ b/1ano/2semestre/md/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/apontamentos/.idea/.gitignore b/1ano/2semestre/md/apontamentos/.idea/.gitignore new file mode 100644 index 0000000..a29d697 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# CodeStream ignored files +/codestream.xml diff --git a/1ano/2semestre/md/apontamentos/.idea/apontamentos.iml b/1ano/2semestre/md/apontamentos/.idea/apontamentos.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/.idea/apontamentos.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/apontamentos/.idea/discord.xml b/1ano/2semestre/md/apontamentos/.idea/discord.xml new file mode 100644 index 0000000..d8e9561 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/.idea/discord.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/apontamentos/.idea/inspectionProfiles/Project_Default.xml b/1ano/2semestre/md/apontamentos/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..1710c48 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,27 @@ + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/apontamentos/.idea/inspectionProfiles/profiles_settings.xml b/1ano/2semestre/md/apontamentos/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/1ano/2semestre/md/apontamentos/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/apontamentos/.idea/misc.xml b/1ano/2semestre/md/apontamentos/.idea/misc.xml new file mode 100644 index 0000000..8010bf9 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/apontamentos/.idea/modules.xml b/1ano/2semestre/md/apontamentos/.idea/modules.xml new file mode 100644 index 0000000..42301b1 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/apontamentos/.idea/vcs.xml b/1ano/2semestre/md/apontamentos/.idea/vcs.xml new file mode 100644 index 0000000..4fce1d8 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/1ano/2semestre/md/apontamentos/dev/out/main.aux b/1ano/2semestre/md/apontamentos/dev/out/main.aux new file mode 100644 index 0000000..9906cfb --- /dev/null +++ b/1ano/2semestre/md/apontamentos/dev/out/main.aux @@ -0,0 +1,27 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\abx@aux@refcontext{none/global//global/global} +\providecommand\babel@aux[2]{} +\@nameuse{bbl@beforestart} +\catcode `"\active +\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]{} +\AC@reset@newl@bel +\babel@aux{portuguese}{} +\newlabel{fig:ua-title}{{}{1}{}{Doc-Start}{}} +\abx@aux@read@bbl@mdfivesum{D41D8CD98F00B204E9800998ECF8427E} +\gdef \@abspage@last{3} diff --git a/1ano/2semestre/md/apontamentos/dev/out/main.bbl b/1ano/2semestre/md/apontamentos/dev/out/main.bbl new file mode 100644 index 0000000..e69de29 diff --git a/1ano/2semestre/md/apontamentos/dev/out/main.bcf b/1ano/2semestre/md/apontamentos/dev/out/main.bcf new file mode 100644 index 0000000..437168b --- /dev/null +++ b/1ano/2semestre/md/apontamentos/dev/out/main.bcf @@ -0,0 +1,2358 @@ + + + + + + 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 + portuguese + + + sortingtemplatename + none + + + 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 + + + + + + + + + + + + + citeorder + + + + diff --git a/1ano/2semestre/md/apontamentos/dev/out/main.blg b/1ano/2semestre/md/apontamentos/dev/out/main.blg new file mode 100644 index 0000000..4774dc0 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/dev/out/main.blg @@ -0,0 +1,48 @@ +This is BibTeX, Version 0.99d (TeX Live 2022/dev/Debian) +Capacity: max_strings=200000, hash_size=200000, hash_prime=170003 +The top-level auxiliary file: main.aux +I found no \citation commands---while reading file main.aux +I found no \bibdata command---while reading file main.aux +I found no \bibstyle command---while reading file main.aux +You've used 0 entries, + 0 wiz_defined-function locations, + 83 strings with 482 characters, +and the built_in function-call counts, 0 in all, are: += -- 0 +> -- 0 +< -- 0 ++ -- 0 +- -- 0 +* -- 0 +:= -- 0 +add.period$ -- 0 +call.type$ -- 0 +change.case$ -- 0 +chr.to.int$ -- 0 +cite$ -- 0 +duplicate$ -- 0 +empty$ -- 0 +format.name$ -- 0 +if$ -- 0 +int.to.chr$ -- 0 +int.to.str$ -- 0 +missing$ -- 0 +newline$ -- 0 +num.names$ -- 0 +pop$ -- 0 +preamble$ -- 0 +purify$ -- 0 +quote$ -- 0 +skip$ -- 0 +stack$ -- 0 +substring$ -- 0 +swap$ -- 0 +text.length$ -- 0 +text.prefix$ -- 0 +top$ -- 0 +type$ -- 0 +warning$ -- 0 +while$ -- 0 +width$ -- 0 +write$ -- 0 +(There were 3 error messages) diff --git a/1ano/2semestre/md/apontamentos/dev/out/main.log b/1ano/2semestre/md/apontamentos/dev/out/main.log new file mode 100644 index 0000000..452b34b --- /dev/null +++ b/1ano/2semestre/md/apontamentos/dev/out/main.log @@ -0,0 +1,764 @@ +This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex 2023.1.8) 31 JAN 2023 15:53 +entering extended mode + restricted \write18 enabled. + file:line:error style messages enabled. + %&-line parsing enabled. +**main.tex +(./main.tex +LaTeX2e <2021-11-15> patch level 1 +L3 programming layer <2022-01-21> +(/usr/share/texlive/texmf-dist/tex/latex/base/report.cls +Document Class: report 2021/10/04 v1.4n Standard LaTeX document class +(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo +File: size11.clo 2021/10/04 v1.4n Standard LaTeX file (size option) +) +\c@part=\count185 +\c@chapter=\count186 +\c@section=\count187 +\c@subsection=\count188 +\c@subsubsection=\count189 +\c@paragraph=\count190 +\c@subparagraph=\count191 +\c@figure=\count192 +\c@table=\count193 +\abovecaptionskip=\skip47 +\belowcaptionskip=\skip48 +\bibindent=\dimen138 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2021/10/15 v2.17l AMS math features +\@mathmargin=\skip49 + +For additional information on amsmath, use the `?' option. +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2021/08/26 v2.01 AMS text + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks16 +\ex@=\dimen139 +)) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen140 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2021/08/26 v2.02 operator names +) +\inf@bad=\count194 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count195 +\leftroot@=\count196 +LaTeX Info: Redefining \overline on input line 399. +\classnum@=\count197 +\DOTSCASE@=\count198 +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@=\box50 +\strutbox@=\box51 +\big@size=\dimen141 +LaTeX Font Info: Redeclaring font encoding OML on input line 743. +LaTeX Font Info: Redeclaring font encoding OMS on input line 744. +\macc@depth=\count199 +\c@MaxMatrixCols=\count266 +\dotsspace@=\muskip16 +\c@parentequation=\count267 +\dspbrk@lvl=\count268 +\tag@help=\toks17 +\row@=\count269 +\column@=\count270 +\maxfields@=\count271 +\andhelp@=\toks18 +\eqnshift@=\dimen142 +\alignsep@=\dimen143 +\tagshift@=\dimen144 +\tagwidth@=\dimen145 +\totwidth@=\dimen146 +\lineht@=\dimen147 +\@envbody=\toks19 +\multlinegap=\skip50 +\multlinetaggap=\skip51 +\mathdisplay@stack=\toks20 +LaTeX Info: Redefining \[ on input line 2938. +LaTeX Info: Redefining \] on input line 2939. +) +(/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/base/inputenc.sty +Package: inputenc 2021/02/14 v1.3d Input encoding file +\inpenc@prehook=\toks21 +\inpenc@posthook=\toks22 +) +(/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/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) +) +(/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/ltxcmds/ltxcmds.sty +Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (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/etoolbox/etoolbox.sty +Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW) +\etb@tempcnta=\count272 +) +(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks23 +) +(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty +Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO) + +(/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/latex/logreq/logreq.sty +Package: logreq 2010/08/04 v1.0 xml request logger +\lrq@indent=\count273 + +(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def +File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 +)) +(/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/url/url.sty +\Urlmuskip=\muskip17 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +\c@tabx@nest=\count274 +\c@listtotal=\count275 +\c@listcount=\count276 +\c@liststart=\count277 +\c@liststop=\count278 +\c@citecount=\count279 +\c@citetotal=\count280 +\c@multicitecount=\count281 +\c@multicitetotal=\count282 +\c@instcount=\count283 +\c@maxnames=\count284 +\c@minnames=\count285 +\c@maxitems=\count286 +\c@minitems=\count287 +\c@citecounter=\count288 +\c@maxcitecounter=\count289 +\c@savedcitecounter=\count290 +\c@uniquelist=\count291 +\c@uniquename=\count292 +\c@refsection=\count293 +\c@refsegment=\count294 +\c@maxextratitle=\count295 +\c@maxextratitleyear=\count296 +\c@maxextraname=\count297 +\c@maxextradate=\count298 +\c@maxextraalpha=\count299 +\c@abbrvpenalty=\count300 +\c@highnamepenalty=\count301 +\c@lownamepenalty=\count302 +\c@maxparens=\count303 +\c@parenlevel=\count304 +\blx@tempcnta=\count305 +\blx@tempcntb=\count306 +\blx@tempcntc=\count307 +\c@blx@maxsection=\count308 +\c@blx@maxsegment@0=\count309 +\blx@notetype=\count310 +\blx@parenlevel@text=\count311 +\blx@parenlevel@foot=\count312 +\c@blx@sectionciteorder@0=\count313 +\blx@entrysetcounter=\count314 +\blx@biblioinstance=\count315 +\labelnumberwidth=\skip52 +\labelalphawidth=\skip53 +\biblabelsep=\skip54 +\bibitemsep=\skip55 +\bibnamesep=\skip56 +\bibinitsep=\skip57 +\bibparsep=\skip58 +\bibhang=\skip59 +\blx@bcfin=\read2 +\blx@bcfout=\write3 +\blx@langwohyphens=\language4 +\c@mincomprange=\count316 +\c@maxcomprange=\count317 +\c@mincompwidth=\count318 +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=\count319 +\c@savedafterword=\count320 +\c@annotator=\count321 +\c@savedannotator=\count322 +\c@author=\count323 +\c@savedauthor=\count324 +\c@bookauthor=\count325 +\c@savedbookauthor=\count326 +\c@commentator=\count327 +\c@savedcommentator=\count328 +\c@editor=\count329 +\c@savededitor=\count330 +\c@editora=\count331 +\c@savededitora=\count332 +\c@editorb=\count333 +\c@savededitorb=\count334 +\c@editorc=\count335 +\c@savededitorc=\count336 +\c@foreword=\count337 +\c@savedforeword=\count338 +\c@holder=\count339 +\c@savedholder=\count340 +\c@introduction=\count341 +\c@savedintroduction=\count342 +\c@namea=\count343 +\c@savednamea=\count344 +\c@nameb=\count345 +\c@savednameb=\count346 +\c@namec=\count347 +\c@savednamec=\count348 +\c@translator=\count349 +\c@savedtranslator=\count350 +\c@shortauthor=\count351 +\c@savedshortauthor=\count352 +\c@shorteditor=\count353 +\c@savedshorteditor=\count354 +\c@labelname=\count355 +\c@savedlabelname=\count356 +\c@institution=\count357 +\c@savedinstitution=\count358 +\c@lista=\count359 +\c@savedlista=\count360 +\c@listb=\count361 +\c@savedlistb=\count362 +\c@listc=\count363 +\c@savedlistc=\count364 +\c@listd=\count365 +\c@savedlistd=\count366 +\c@liste=\count367 +\c@savedliste=\count368 +\c@listf=\count369 +\c@savedlistf=\count370 +\c@location=\count371 +\c@savedlocation=\count372 +\c@organization=\count373 +\c@savedorganization=\count374 +\c@origlocation=\count375 +\c@savedoriglocation=\count376 +\c@origpublisher=\count377 +\c@savedorigpublisher=\count378 +\c@publisher=\count379 +\c@savedpublisher=\count380 +\c@language=\count381 +\c@savedlanguage=\count382 +\c@origlanguage=\count383 +\c@savedoriglanguage=\count384 +\c@pageref=\count385 +\c@savedpageref=\count386 +\shorthandwidth=\skip60 +\shortjournalwidth=\skip61 +\shortserieswidth=\skip62 +\shorttitlewidth=\skip63 +\shortauthorwidth=\skip64 +\shorteditorwidth=\skip65 +\locallabelnumberwidth=\skip66 +\locallabelalphawidth=\skip67 +\localshorthandwidth=\skip68 +\localshortjournalwidth=\skip69 +\localshortserieswidth=\skip70 +\localshorttitlewidth=\skip71 +\localshortauthorwidth=\skip72 +\localshorteditorwidth=\skip73 +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=\count387 +\c@textcitetotal=\count388 +\c@textcitemaxnames=\count389 +\c@biburlbigbreakpenalty=\count390 +\c@biburlbreakpenalty=\count391 +\c@biburlnumpenalty=\count392 +\c@biburlucpenalty=\count393 +\c@biburllcpenalty=\count394 +\biburlbigskip=\muskip18 +\biburlnumskip=\muskip19 +\biburlucskip=\muskip20 +\biburllcskip=\muskip21 +\c@smartand=\count395 +) +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=\count396 +\c@bbx:relatedtotal=\count397 +)))) +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=\count398 +\c@cbx@tempcntb=\count399 +\c@cbx@tempcntc=\count400 +\c@cbx@tempcntd=\count401 +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 .... + +(/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=\count402 +\l__pdf_internal_box=\box52 +)) +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 +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +Package: xparse 2022-01-12 L3 Experimental document command parser +) +Package: blx-case-expl3 2022/02/02 v3.17 expl3 case changing code for biblatex +)) +(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.sty +Package: csquotes 2021-02-22 v5.2l context-sensitive quotations (JAW) +\csq@reset=\count403 +\csq@gtype=\count404 +\csq@glevel=\count405 +\csq@qlevel=\count406 +\csq@maxlvl=\count407 +\csq@tshold=\count408 +\csq@ltx@everypar=\toks24 + +(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.def +File: csquotes.def 2021-02-22 v5.2l csquotes generic definitions (JAW) +) +Package csquotes Info: Trying to load configuration file 'csquotes.cfg'... +Package csquotes Info: ... configuration file loaded successfully. + +(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.cfg +File: csquotes.cfg +)) +(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty +Package: babel 2022/01/26 3.70 The Babel package +\babel@savecnt=\count409 +\U@D=\dimen148 +\l@unhyphenated=\language5 + +(/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) +\bbl@readstream=\read3 +\bbl@dirlevel=\count410 + +(/usr/share/texlive/texmf-dist/tex/generic/babel-portuges/portuguese.ldf +Language: portuges 2021/07/09 v1.2t Portuguese support from the babel system +Package babel Info: Making " an active character on input line 143. +)) +(/usr/share/texlive/texmf-dist/tex/latex/blindtext/blindtext.sty +Package: blindtext 2012/01/06 V2.0 blindtext-Package + +(/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty +Package: xspace 2014/10/28 v1.13 Space after command names (DPC,MH) +) +\c@blindtext=\count411 +\c@Blindtext=\count412 +\c@blind@countparstart=\count413 +\blind@countxx=\count414 +\blindtext@numBlindtext=\count415 +\blind@countyy=\count416 +\c@blindlist=\count417 +\c@blindlistlevel=\count418 +\c@blindlist@level=\count419 +\blind@listitem=\count420 +\c@blind@listcount=\count421 +\c@blind@levelcount=\count422 +\blind@mathformula=\count423 +\blind@Mathformula=\count424 +\c@blind@randomcount=\count425 +\c@blind@randommax=\count426 +\c@blind@pangramcount=\count427 +\c@blind@pangrammax=\count428 +) +(/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/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) +) +\@linkdim=\dimen149 +\Hy@linkcounter=\count429 +\Hy@pagecounter=\count430 + +(/usr/share/texlive/texmf-dist/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 +) +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def +File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel la +nguages +) +(/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=\count431 + +(/usr/share/texlive/texmf-dist/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: 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=\count432 +LaTeX Info: Redefining \url on input line 4804. +\XeTeXLinkMargin=\dimen150 + +(/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=\count433 +\Field@Width=\dimen151 +\Fld@charsize=\dimen152 +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. + +(/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=\count434 +\c@Item=\count435 +\c@Hfootnote=\count436 +) +Package hyperref Info: Driver (autodetected): 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 pac +kage +with kernel methods +) +\Fld@listcount=\count437 +\c@bookmark@seq@number=\count438 + +(/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 2 +86. +) +\Hy@SectionHShift=\skip74 +) +(/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. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex +)) +\Gin@req@height=\dimen153 +\Gin@req@width=\dimen154 +) +(/usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty +Package: indentfirst 1995/11/23 v1.03 Indent first paragraph (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/acronym/acronym.sty +Package: acronym 2020/04/17 v1.47 Support for acronyms (Tobias Oetiker) + +(/usr/share/texlive/texmf-dist/tex/latex/bigfoot/suffix.sty +Package: suffix 2006/07/15 1.5a Variant command support +) +(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.sty +(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.tex +\integerpart=\count439 +\decimalpart=\count440 +) +Package: xstring 2021/07/21 v1.84 String manipulations (CT) +) +\AC@clearlist=\toks25 +) +Package csquotes Info: Checking for multilingual support... +Package csquotes Info: ... found 'babel' package. +Package csquotes Info: Adjusting default style. +Package csquotes Info: Redefining alias 'default' -> 'portuguese'. + +(/home/tiagorg/repos/uaveiro-leci/1ano/2semestre/md/apontamentos/dev/out/main.a +ux) +\openout1 = `main.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 17. +LaTeX Font Info: ... okay on input line 17. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 17. +LaTeX Font Info: ... okay on input line 17. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 17. +LaTeX Font Info: ... okay on input line 17. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 17. +LaTeX Font Info: ... okay on input line 17. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 17. +LaTeX Font Info: ... okay on input line 17. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 17. +LaTeX Font Info: ... okay on input line 17. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 17. +LaTeX Font Info: ... okay on input line 17. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 17. +LaTeX Font Info: ... okay on input line 17. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 17. +LaTeX Font Info: ... okay on input line 17. +Package biblatex Info: Trying to load language 'portuguese'... +Package biblatex Info: ... file 'portuguese.lbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/portuguese.lbx +File: portuguese.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'. +\openout3 = `main.bcf'. + +Package biblatex Info: Trying to load bibliographic data... +Package biblatex Info: ... file 'main.bbl' found. + +(/home/tiagorg/repos/uaveiro-leci/1ano/2semestre/md/apontamentos/dev/out/main.b +bl) +Package biblatex Info: Reference section=0 on input line 17. +Package biblatex Info: Reference segment=0 on input line 17. +Package hyperref Info: Link coloring OFF on input line 17. + (/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=\count441 +) +LaTeX Info: Redefining \ref on input line 17. +LaTeX Info: Redefining \pageref on input line 17. +LaTeX Info: Redefining \nameref on input line 17. + +(/home/tiagorg/repos/uaveiro-leci/1ano/2semestre/md/apontamentos/dev/out/main.o +ut) +(/home/tiagorg/repos/uaveiro-leci/1ano/2semestre/md/apontamentos/dev/out/main.o +ut) +\@outlinefile=\write4 +\openout4 = `main.out'. + + (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count442 +\scratchdimen=\dimen155 +\scratchbox=\box53 +\nofMPsegments=\count443 +\nofMParguments=\count444 +\everyMPshowfont=\toks26 +\MPscratchCnt=\count445 +\MPscratchDim=\dimen156 +\MPnumerator=\count446 +\makeMPintoPDFobject=\count447 +\everyMPtoPDFconversion=\toks27 +) (/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 4 +85. + +(/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 Liv +e +)) + +File: ua.pdf Graphic file (type pdf) + +Package pdftex.def Info: ua.pdf used on input line 39. +(pdftex.def) Requested size: 52.19487pt x 55.2061pt. + +[1 + +{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./ua.pdf>] + +./main.tex:54: LaTeX Error: There's no line here to end. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.54 \pagenumbering + {arabic} +Your command was ignored. +Type I to replace it with another command, +or to continue without it. + +pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has +been already used, duplicate ignored + + \relax +l.54 \pagenumbering + {arabic} [1]pdfTeX warning (ext4): destination with the same + identifier (name{page.1}) has been already used, duplicate ignored + + \relax +l.59 \part*{Introdução} + [1 + + +] +(/home/tiagorg/repos/uaveiro-leci/1ano/2semestre/md/apontamentos/dev/out/main.a +ux) + +Package rerunfilecheck Warning: File `main.out' has changed. +(rerunfilecheck) Rerun to get outlines right +(rerunfilecheck) or use package `bookmark'. + +Package rerunfilecheck Info: Checksums for `main.out': +(rerunfilecheck) Before: 8A9FB21EF20B592113EC11CCD0B99BF1;74 +(rerunfilecheck) After: D41D8CD98F00B204E9800998ECF8427E;0. +Package logreq Info: Writing requests to 'main.run.xml'. +\openout1 = `main.run.xml'. + + ) +Here is how much of TeX's memory you used: + 18634 strings out of 480227 + 324716 string characters out of 5895371 + 1040955 words of memory out of 5000000 + 36363 multiletter control sequences out of 15000+600000 + 478702 words of font info for 49 fonts, out of 8000000 for 9000 + 16 hyphenation exceptions out of 8191 + 60i,6n,68p,1046b,1612s stack positions out of 5000i,500n,10000p,200000b,80000s +pdfTeX warning (dest): name{part.1} has been referenced but does not exist, r +eplaced by a fixed one + + +Output written on /home/tiagorg/repos/uaveiro-leci/1ano/2semestre/md/apontament +os/dev/out/main.pdf (3 pages, 29673 bytes). +PDF statistics: + 133 PDF objects out of 1000 (max. 8388607) + 52 compressed objects within 1 object stream + 4 named destinations out of 1000 (max. 500000) + 14 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/1ano/2semestre/md/apontamentos/dev/out/main.out b/1ano/2semestre/md/apontamentos/dev/out/main.out new file mode 100644 index 0000000..e69de29 diff --git a/1ano/2semestre/md/apontamentos/dev/out/main.pdf b/1ano/2semestre/md/apontamentos/dev/out/main.pdf new file mode 100644 index 0000000000000000000000000000000000000000..924b4f6bf281214a4bdff38f811c7da8dfbde411 GIT binary patch literal 29673 zcmce;WmMFA_dYyycS{Z3GQ*J4-JQ}6BHi5$QXAT1`)~41A z!be{HtX^AcV$I!R3Vl|9giMH%R=JAF0Unf%9h4Oj$MCU_ejpLhuV z7cM$}t~Nk!19eLW8!JytZf!41&p&=5=i=@Jg9!HTAHM;{~b{$UL(01cC)%e^CpQTT05s7ijeJSonB= ze0(OD+*&psE?(|dHXgvAhxF?){`juw1O|eCKB*S$P`EYRU97ZiJb^|)ZrC9MO@1EK zUuO#8|L3#h*yPax0i>i+Oo&iSq_v|qjqeAI8%v`+4}2|gA7H46dhhQr{qfiT@}K{I za1#1&oM7KUKz{4zYoa6h zdKrklP|a( z1*#+*Oa`v*{YtL=_}kY@);5dMlOE3^B^-|QYFGXA#>B8{HN~HJ zTYjCMGO#uM@f_r{ec#H%Gg%gAjyHH98tW)tiTip< zh5bg}+E;3!;TPd^mQPv|=xJr6CHkI4N}%~}UN>GLzB*2wJJYz#GT5S_zf_o{%Na{&Ixw}&lb6A2c%v^FE?HQttDBf z-eJgu$@kh31=DqFG=OfpjwWwg-(Yv4O%mXJIOk~yuv2GVP5f~nf35uVQf->0`<<&m zo(e9LuWRood3Tfsbg6K0orSld*a+JEU9(otov?B)lkn=)*V#YiFgAER)Cjy=D}1C| zPTTZqJcEb)qdW6<-dptqYcz=9=kenL-vn0P)Az0n_Ip;B8v%Iu&B+Tb7`$7`%@?4- zpi`_bNI$9p6@^D*z~*nOo`>O`!=Qjaj=;hqOSms2kE!nEZ*oa-F|;#UYcjlqED@p z&a}B&PUokv!;*~>I-F|_h3-}8`z9kmiH7GY?Wv!lvrDyfzp=U^*|`E~mT40Z`o8#K zLG4{BjIijjj!65#b7?aSAuhMteS>&{{E_GZjlK{2l`A9C?u(NdT|bkoj8jj31S1!;hIC*JYaAm^AnRNA5QYR@l>D2xyGB3g#i zDKI^Mj7|pl%6AV8=h=DTJUb8nZ~FxVJPXkRY19BLt*}ra(ow|HuchuYC<9jjy(o%| z+wMYs?z=G@1WKs6gC=mwt)yYs$qmi(&MMugXdRqsnLH<8+vyIMT%}R7HvXo0(d0r4#2VIzcceMFBjtb zWeo72vmAtH9#W$L(g0XUE2Bsw{b>ylCp;QI4wmp()bHQA0$(VvAgTCYv!@e3D|6o! zMiJy7ci(Mcm7!!O?{)WUW*r322+RoFhy%ia4OB?at6B7cWB{}$RKsu{_h-8LpGyhh z75HuN>(fS+U<7LbN@q@|5OA*HXe#jurR7tEhJk(!nxs07jDbdSH+y{kl89j!8QUeI z&_#^_%TrGRQOd=m;SuY0o_8lT52m8-pLfZO?{J(g%ZOGzQta+lH1POQu=V7_o3lEd zD~dSX&$(Z>%by248|PNz%_F<^FG`@C<>U=@L^8D`H;k@$nqfgJXzPna$iEBNO)M#V zf@`YcP=aps1y~l+*B(y2V*b5b!q+|zR68bt$X8nHd6Cn*{Dh7xs;VZTf+<1NJ)c6W zB(mN@HfpgiQFApS_ezD<6;-0H#^f4v#KQ5tqp~zij<$bUvYUdyp*euQ;=Wv z@j>t-tl<}-Ofj>d;`zEQj~&f|`BiLWVU^li#Br}q^Z6d-VSaAs-;atH9v2q+{d>}v zR_o9M!jD$>MPDkCpJm^>(x{ep5f^x%W;S4&v8st9Ul>uF!&J4SnhKT&_kwr;~WCtDGJ>1tQoM_*%KMrnm)(9e2 zn4yX`+MsS+)VEQs(@M7>(Kft}Ka^A@kV8u_J;7)U%zc2Mh|P{r2}qF;jZrhlI_T*9 zzLS_@Cg03y_igJzIF_gisv%7cwmk<;l<{QQbkJXm4NT_YE!;VKOuAW zYJjJb*=G1nF7i;>TEqCFvpr=_%oy;@4>sqf-9Dz9{YCYz`$@y5AC z^2Yac$CuQQmz3?21SMz4?=lEJKtJ!NU7|jbR2yts;ZhkOA6sx0-lpFu8vdGlVXcJm z#jxE>&uCA##LiJ^iXl!>-%5-|jdH3@@rB0}QvP->SH(S$tCz&mQfRLkAOYDI=siiD zn*1%TigLZERH14NfD(m zfxbl)Y40v}MGfgaw0nBIr7U{(D(-Ngfs@~Pz&yVVP1|@aZa4_$PieS}0-acyzT5?+ z1dM8ov2obU4}{2BygVm%Y&nzri;vI~vE^FBqx)xjaaUaDFYd5z3b7}92yhuu2?vOl zlm)}yB+x{E8#_dI!?b)7jBcrBgTIT&z5NwIrZu++IdxU8=zSEgq@4VtqHCk-)cPv% zYM!)trrj+89!p$5JN~Nz+>K{y_Rk*_n%FN(bsTKxY0g!ue&Pai!sxWULKdl)UnMk3utZz)jsuPQM zhJ5`3Q@~3N;&q+!IQ0>DI_SQ<8dT@$v8xY~uShvVhR5exqH6UO^m z^G&vtk22zSutIl{Qu_5*!_{5Q@Rv2h6j7$>&M`0)B?zZz*^^5cYzvs?Nf~Zw8-v$4 zZ}4uc&J=bgdnZAQ-01EkTcz+jCild0|y~~ zI2TOdFJkr22<0VrsKK&dzc`09BX@A*5|#v^t8%#>yDU8tp$auV5r`+$y!zhvp}}IA zbrccr8von_CG1#~f$P3z@s%JuyK*ujhn-xtF~hfzw?zI9=hY2*ML4SE12Y>5rryn_ zPwSi8Ga6sFQ2K}b@SQt9xkxiKd9%}Ax+Uqu5l*#HfOt(1?ep16Gx$Ixe7(C`6!!xe zjS*i4ji^SFfkMng7j^|z)tb1#ciX&|S?3#^5?iPiDdO?!L&c!|61hOk;$4POm*#Y8 z!U37Bik^`y2I6v!ajK~w_+N3#O_OYU=Zp=SRCTC$zAJv`j((x^UbRh8Qp`L*U0^c# zC8NN-uN#LI){QUO%L?8+2rBPDV8jkFfCKSQiRXW~AQ)D){jL-KMO|TujzJp*;_-`# zOaCtur+~}Ei(rXPg6oewmxxEc5E6p1(e1jCx(#U_2B=YMcony5=>!hkgoaTQ2SUlo8~-dk+KG)Ia14gSkRE+J85f4;~u^{l2+*DWaI&68KT_TF7NX1UzIDs-Cx%#Fog~ z=!OqtpBWmmF2)T_x)Ud-@W?6z=CHDQcOM;$-zx=#yoMp}= zHeYjZ>~K)B*MX~f*a0_7w=QM)%HN!XvwZy>rp-pe`!B4-MS^tn)gL5SxH`d2t52wS z-QQ|E*jS6I03|Ud5faEu99yQ56IXhVG4w!JHa3}e18+W!yxjC~-sp|0J~_b8$9mh9 z`*H-CFrE8!RC&1$`G6hm>&oiGUXEZyjUR?$Z~%fsTX|r5=n^vQS?7(3F&v%aol^Pl09EW(@LFKo@2ZFHLFkM6I-fs{)I2t5I;oE5VQebASI{ zq3=!A10oZS*e-n3Ly-<+J;9$A_aEt{Tw6lu>(d@oT8?f{+sHdyfbCQrx>mAJY1v5= z`D+26ZQF@i9x>6>gq>-IAqA$pBBg(>lfj#4DkkDc7kF5QTQ`>v&+U zd33|{;}XX!>wLN4nm%3r<_MHJuc_FlFA0UG;(XAF?mqRRw7GmPv5|anhRm2ApA82o zID{9>%lq3%LHOt2@%};ZEg=87I9C6AaroE&`Qkv$?~b4`H!q;#j{A2|)(Si5@v8Xg zI1-d1g#X6w2B#a_OTw||@3|XJy6;eEi0jCgy&;l86u{tx#vUB|;BZs$ zzbRn;vQKM*PY1-W2ZHGQ83_3`0Fn@fSQYpC&!4h94{i*vMR?whrje<VONUsiY(otMi($+cv?0r>`52`(rKZE5Thenub0M6a#$Ea?8h*JJ17(nT1d{Q z#xNpH{MstTqQWi(U=@Ihg?fdGgnEU9g1wJN0|MQNcLLH^-Oo2MHxU6>xJpiN?1e)( z!Ti5ZI7f%Ue}sm$_a*2mg=96ESUa|E(jO!eS4qS5NG(aYxQJ0WSmcLOMI;8B=?r!- z9NX7#A(eSqiA4FQGp-H`hGO@cQw|0qogSp`sYEffS>>dfMrG9*ogVm$r{3qs;xAGD zOsR&usiemRJmPYP+AK-=$rSoy3qY%(xF|3y|oL;^ZiV;*qyC7$psrUN$T3GhG z_R21m0L!OvEQUuPLBFr!w57nR4-IU&j;X>F*llhN{jBF){WM(M98Ho1%}q-lO;(`m z+BPU%OlknPFZ*+N{0@5)Tz9D96ENAsh>l}wLc z%;+qZtW&&5+NQ2t3+zRx1iwMNm?uuAr~nA+qWZo^+}S`(C+}omWzxeHsD%htKJ6aE zHkLeOu5nk_Ajd}jLTPQ|N3zsWC}wbrBW`8Pw0p~N`L%d!n1#wMg@T}gRq+W`aV3H6 z3`JbMT6S+;0a^r76dN3P;BZGUOfvo5Pzb4=fC%XRAu$q3qd*{krba7<|0On*Zg3<< z?4~ml;vyUpY|ADQ6Jm05Y;tmPF%SrZ2!`MfBOOEWu%VKdLiq2Hu6l4zp@8dCJn35) zy|Ks~o_)%Zf(01yG?jp35*)6^^DnZ!$wZe@lmv1AvAQiC75)4B^xGKszATQ)f?Qi9 z?}r=K#{w(7QAq2t&L#tiX}d}jhV#bk6jDIqnaAR;buZP%)SR4~K1{uyzi3MFd8pew z-t;A*T;Su(`r&>Rp-*Y~`rhLoSI6h{&K@2XSZ+oEW(zlxd#|ECA`MF6)mg~!G6`pj zEixS9yH=Dh6RZX>QL@{NgjqYL?-In8>l3D%>?lAJuGEL$=TnoGMOoW!0wF!&^R=Fc zMapPXF{g5^E?YlZ@!zQ~*gA^7bLmFpq$iD*9id0SbyXRQ3)YX1w$G5uE|q)7KF2#B z63UE4mk7zPlhG%?OBptF{(?3}s+q;mH_qSJHvK<_D_rn+Y zyr@O_E~A}P-J9<;K6b3y_U`2`-m9hz?ssS{P5wS^_mba7f5yDNG$wjap6Wd^J7Q=Y zu6gVVAi+?=FLSHA+ni5gS1k$jSx|1bD-xUf1MrAqiqLlsIrTh5qdBn))3(2tjI=#| zv{1oGk5tL%%2@EM6oW0o?V(OWs#*_*aF7ME>R76)&kb^iAOjsZ(9 z$INA-4>^Wnh4nbTQsWTvU^Qfn$V^$MvC-m{b7gfo4uZ1?xUG`((i6#DX(ZYPqa-sh zrIE>26Xj4hE6g-oo+~cAR8|Xi%D&v@M0`P=OfmK3!(d;07Wb1@!~)C9#CE?`61DEiAZ%SW8V8Ch+NbihrZSbDxSq=Pb1pE;1%BLB`&B^XK9;sopFQFy`(JN@R4g?Ao~ z`@Gzibs=t3JLAV*?~m6U7T!~!uG4CWP-|O=+vSqlkrQ<%G9FG6IcU(4PIxW+U`Cb+ z6N7phK@Kr+v8#8rVKpQIsAu(-i!nV$LURjHZ>bRzkx)>(qnfK0sRGz0H7z?vtJ&dP z?8JYfYUxFMDvivgYfwr5l>LHm-+y-4d>+G#b2S{ zPbteYe~9s@<~i8WMmOkFL^7mxOj+29nCBYy<+!EVpTN>m!Ys*K@RJiqr86aZC$ny(SuK7uRAbUd0>0@~pNdx(Xo#lKHd|BV`>{;=#{d@yd__3;vC?7hmUQjg$GR)q=<->kP!p$6sy14zQ*1M;7aqMB1;XFtZd{TLHZYbZ17Nbc4 zqmr(h$~dK-uTZlmxUY3K!ZWtAsh0)LRK$OzkMF{P98P?O@clmI&t__2@tM5yn1&kj z;WhdY(SqFghOwcbdQC*Z)1I}GB;0uCDAK@M=XSZzo$(PAy_s)T^wFFwiC9%bqBQP! zQ-^0i8*Z*on7TJ{C(W(Py$xW-)6;YJjn<#{an!Ee*D|pCSZR}?Yqx&9wwqy-b81ER zuz^IF?Sw}L6rJH57aTnT@-JG_rDla}PckvG3z zAW`I~coN90m1%Ed@iH)j^xi?DFVdS{9FcIEu-@o!(Adb^@m3k9Nb5^;JG;9Ov~S<> zDoUgms|V+G=IbhtaDx>6=fz$cudG+~t%nE3^~DAD7m1d}{1~9*)U%VS%prZDD>5ZZ=jr@k3=xBSat!4Y$T&2fsRR9<*dQjDRN{F zJyYe$T9|k%pwzyL;iGGKJHcprt0;8^SU~m_6qPTO--|JaO;L0l@=vx4r2R5r{@9#D zcq_W8g8Feq*$yL5C_U{-+~jU@=m1y#2HBk#y87SGKmeXdBJlf_ZCfh%=lGm#$R_<1 zFD$#{SPMsv|iO1(k&=?Jc^4tt*etct) z2hm+e(!K>eb=-Q{4xW`~wLK?s+^j`s(a0b|rZD8&dUP?+jdp%7Uba z^q=XF9M|1|(8&LDI^+%wrr%zOhsxa20*|4zNJtw{s7Ck|6pD(7ECn{;?j^4AGk^LB zaUtwt4muzS3XSu}w-8slK?_G(K>wvxPea<0;8+MppyA>BeW~tXx>2l z6Q?x@(SuU(TtZM#9TZjYEXts=w4lh`=3;U^2bq&owMlmHGDz_r)|$lrYlDTA{Tqvf z10L^tJQZb#lR5f*sow`T^pDPQ_@`%vBP0^ApU5FKl_q+-IV%9F`e}uF=nU}b7 zy_W4P;3GRQO1)$I^%b;hL7->LLZ~T)^v*$)?M$izp-!(=6%L~CBp|`x4}4!Hf3{=s z0jtC@-CTZ1O)Q{S{G}1(6_~a^`>`xu#5%-F+485FC+O6|=-Z`v#=XlC8ymrIH&51p z9H1_O^8289UxhWq2OAGCY{>W3H4HTJY~|6qW!aW74U(Y*a~D`r#AP`ymxonTT2oXZ#PwKYw0MPn+foDsPyCS$qxmuVzXv$a}-#5BbaZ! z2uSDS?28Zs@v4b2m3kbs+ zCCB{}j~pI+&On?be%U8tnTmZPq)Kd5Okbj>Y41iEb^#$u zlELi0_>q~)11}`?dkNFb1_G(Cn&V;%9?!a(9_Zjc{=&11TiSfy#OyYap3s;sv}Fsz z+alZivD5X#91dql)tIleaY8 zBh%S>y}WPffDTq)h|R!|*?_zP3d>L~M+L{2Oa)`51qtG5o=(PA6Vk^DB(ZFA;8?m> zk`)Ap4L?X?J(uJ$=zFqy&2ibK`!C~aUHoa!&Gu(U9y=6kPuIIw+nv8^nw*qVpVqm4 z0+X31p;^r1_aBOU*$m@UeEyPkJ>L3yKb_grRO4~-OmbO%0@qthSfCB#C?FiP{ktm) z!r>wiq2F)V%%<1=Y~V&a*~D)4xk%i=xCmhtJssyW`cwoAX4GEfL~LNn!jwQy^1A$B zX5j}nJK?yThJ8=h4#DR?zU{YgB%HppDaEYUDaX>)t>VNy*NXSieAZ~RdfMF)5KL5U zxQSQAE*mWUgZ_=n?DoKX^`O3wKIZ%RJ%SE@!gE9LwPZqq8!H0&Mm{BgQV=0DiK#zl zp#<;cd;5N^0sD~>x7qQslR3hQl4VpAmkg#+5vhky z<~dz|3%OR7hes^i7b{1W=#a6H?crL_E*h)00iD$Y-z};r=A=XPqJZ4m#HJU5qTN

wZtG@ps9XbF;9hNG5=U{xj3$Tp@bWw%f~&@-R}_S0YTENaX61srFG!&!I)e_u;{Hre*m*#WBw zA_mQUc%3N$2nzIkkC;%EOBJjo!s7}p5#>do)Q z?OGn@b5)cu<>}4v&T#J3c9Xr-r{b)vwAxyunCBw((RowTxDFyc;A`s$7O|*pZz{k{ zz;WVW|5m$%lD)BBKm!U5{hTNP44lxCYRWHmNn;mJ(3ZF22 zHT&Utaw+vSV@dQ!+ETsa)5k8CUeF5_=b(Tgk|rE+9b@OpWstcP+SSQXp?!Bb{VHqA zM+|SkJ~{+3iWASh7)>vB8>@{~i=2c6RL)A0)ochJX-`cSFEoW@OQK9te8bRM)$cVW zxWm(q+Mrcc!Eu;}oUws|z;Zi~)bl3W>^^klY%Is;j|}*2GRl$3Di7KHXwz~GVn1U) z!VPk)-QA*4B}zCguFg2z!P4gPe+UOvI3()d2rjQu|C|jj-^3p*O-^YIZAhq3DDQ3# z7yYSDh8NI?UV1%s>LUAEyh-4`Pscl^qUA*93YV^?N+s9(nW?4vNNYLNZj zhb69=;woinsOB@{_jnGoRqInTrR-{xuj4O9T1DDES6g}oJCarzBnFYW}w151ktb(1EER7T7?4dCiL&PCgW`z zPVZzzRpK=D?(D|g*v50;eABwq5!hXjF3rZ?Q=;(#0xPt4 zC%#qU?!2dxTRGVIdin$Bc55w({ftXgS4Yfho-kCI!1v1|{If@djGqD31o21`-sueb zxDrHNd6#tCETZmT0KBV$II_lUxLN31^3r3NDLBzm;P?j#{PEL-ZI*kb4}2&Lo0OsP z;^J@VNe$*6iH=a`fqkmm@NC1bEM4~==2G*DkD8oj+iV);L~K;{u26jJ^$hl1S!1{Z z)YPRP!2uGEat#*z{VA{Iaq*wMV$`EI#GKYO)e#f9o%4%&p6r)s`@o$|*tJdyj~{y@ z|5ei;c|fiI`-9jBUqH;w;ByJ!qmJh?RPGM!6vx0VX&Evl%cs(m2bLj4ZfXvriYgAy zWhEylE3o3I^4PtbppwmHB#Y~db~N6bXm0d;{IHB}1GLguZ5z4wGtW3o3prx(9)GH8 zc|vW?bcQd9KwX5g13B`ZHwZGgtGlG_3*H>;X`nwBc$6_6Z(1VbasTf?z|{J`wWlDU z->(sarbLx{Bw%{-cH`PAMK(8ZGzjr&RjB|)1<43-VMsD}MpHx6Rrz`p@s|E$v+W4J z`)B3Xd`WZC+aj{@s4$HhfYr8s^yrO-DMnB;e}OOwR&so22bBkDmSv6&mODX zt|;{G+ONm{%C*Oi{MF@j;=p+3Yr%>>_nkQ~N?&I8l)lyzw(0>!%JMw!w~zB0+IRFG zI0e=|*-sZDVbg0vban`{-iseZyJg7NL#?gwd0v zLpP8ov;r|+^CcEJ0z)nZ;!KgCoI`D>H6q$G_Pc(Hq=JcK{+6>e9k@I_)9Rx*iMSVy z6?0x>My!bKkCBVfUWy7}*ipPb!mCKnONZmP@W>9|?~j@X!CLR$|1gc{^_`ye$^)V{Uy#=WF#LPFyU|<9@uQ*?~aDdPSrZYgd)_{cRVnn zt{&>nEs-Y?ZZ44;sx%sktc}(?NY6{=7RQvKYS z2OG(39JQcB9wSnrv$t_GsQeNZ-*70lDE2|DJ3~L#tv_K?>G=`Copp59LH0Wmf!59G zj9Vce1XRXg`*2ZYtMGoynQ(El44VfsbI5)0+f1hmU{`Hfx^N^G8C-+l{o@fLk zpdD3I)dKR&kae6@JsKjZS?7DPYeHA_Ckyi0Glq4Qb7|JIFI626>u0SshOKj{lV?xu zZt`|lqOGPK#eWpNQzgwKeaIp|$3?36y(;a{KsJ_nUArvJa#h9!iHy*8XFQ-7C*m`? zLuGMw*x?Qu&AjUx9PHqb8!+Vey%54b1JV9NX{p?r{M}L95di+;u5cJMuaHW4oF=)4BX&5BHR##Wi*6kqgWkiigB^85*~Rb;^FiKXHM;4S znaBcsZmB8m_B0^tGB?Tq+iVclXPRQ$FeI_!HO?_y@>jCmJDl!!5N^52`KQmJU6=Af z1br@w4aSFsw+%dE3TPF0heMCJ3A9b|fI`vI z?2&(M2-d#0iiBr39O}&TFG@|_v0t(NA#D2oqk!u+Y;ftLFg`BQHbxnKU9;57nJFpF z8o|L(?uO*FF@BrKRY9w>i7hK1+q>nsUcuxb(m-d>|CQ-=--1P=i^kaFS(2U<3 zI98fky1lmHT*UH+wWgCs|g?f(k$#rEBu3iROF^XfSSxk9!Z3~!Z*j;lG7F5wkT|u z&7LFah5?+7kTNs>Pd5FeN|wT3(elL!ktdEYqw^>W@tTc3coL2qwsv#J-}8VIAHg6v z>=z8v$bUD)Kp=Avo}V#a^XE`@y$*;^>(8NVJ_O8rteN+ut^c!~qN3Ue+fM2JKeto< zEZ0Fd(1FfNTC_e~oo;9hLRA`q0vJ~~o&v8gsbH^@u1jOQvlFY(IxJljDS}DEv^}ir zCi7heGkHFrVQ>MTHxVvM-KGiP=G6=sD6Vn^Zm5j-mUFINAZV4UHP zRa0o=x;f@4qU9EfrwbB?ek>X|T>s}Hhpr`?jAjk~+vJAix5=*FQjA~sQ4dKK&vBrg zN09CFtgURjz^aeDj=XPp+tR>8D6Q_<35;#mSzAuIQdbT7Ln ztow6|Fx+W11rIVfiIw+Xv{6Q%bvS>51!yOGP^WCNM7sn%28Cm>1bPXZ1|CW_n{+DM zP-dYdk4*}VY7h}Z5CVb;FM9KlFY#5AcWRNe1}<}Ox>rcMaDJ7$hv6&LM{`>xJi1N% zvmY0iboW{ootNEqeHrjvXlMG=Nak%@bo=bY^!pAI{QLvk_51qflgqUFO0V>?PUH^m zk9NPYX;FC02iU>rB$QB9MMN|pWb&Zsj;}~affDeB%T^Gecfw}dc#yXteOpWT%~|-U zXCI5yM?88(gh$?miAdH{VG9dziAm1NN8$pJ@}MzMQRABUh|5i=V7ClWCCkc(vbC4o zr^?D=bu$TwPxX~KHzNe-Nj6yOObBdd`T+bA-Ro2rRBwNM$?b% zPg~Xz7D&q~B#K&}d_ZpSLOnFlkZ}+-wBoKs8kI~{8*v2#`IZMsK#R9i-#I#wDNFKH zOnS5w12~HbJm9O|U`lR&Qn3@-U7p5Si)j&x5!p`?i;FAa5RAU% z3A7q?T71)qU99L+j?PS=aqTc%979ZShO6mp;_HS!is?*O&rpN4fU7!q6}7r*I)Y--}P#OFM~=ELrRh=G|7s z_Cx65yC2DtjW@KoFO|gMuBtP5r+6`9zxB;c+pOJzzl@*q^etGm4Lo|?9q4?f-?n`H zW$`py;M?K3^P6g;cguTw)UUrfKtBgUFE$chdkg57P0rR|Eo5Fl{cJ{Aszd&_V-q=UI1z_D9bCqo(kE4lG{g+FZcO(>Lfy zKlUeRYQ`z7fE}N=dr?1bO9c1XsjtAZBw(!#F29gYw{A?v%s2Op0K9ZpDL|h zn*1=VVZdV>>wh`sJH|FD1GGG5raRBK=h3ppxz)YcPNUk{yxcgRW92P8MwVXZMw)n_ zgkb(f<6&fWjg+GaJ}=u@EaC^0(peAUOdeD zeI8;KVsZ;sQ48613VL7U-bKHDYXt2VK18yK)uA8JdY{L;q1(vYQ?2Lws=S;HEi+|s zQi!~D!M~%pD`;4I%)3&Ed3#M^3l5Kw+n2C0`sCAE#X!|0*0W*V`(SxO$9`dr(o$YQ zRoN@4qS_=!H=o>3}&CZ(gJ{M!ih+QX+i>+6N1hcOQGm2g_O6`ecp=y|*E_$4yZq-=*gV?;` z`APw{TE+cA)p|(+g(s493i1MR16yTJB?q5Bz^el8aVtb9?!VP}6P6uPzBwNEDpKzl zkuxBOL*4LZ`)dXt${SRo(3$)69Z49TW|LJo0xF4P4Lf-5)|46KrBww>}Rz~m()j%>LdGAs(c{B?1tx;aCkN^@9(!e zUd{ipViCF)Nrf0N#IP?GrdVa!R-(a?8BqXR>QNN+*El1!|2!h1L_@dUMO6iU_tjb- zAF}I7XLCxTw8oNm$SJg>{9U(b>-HH9ZRMGH*`d}k>y(g25rX%7Jj<+vOQmy{*h_5V z-m9jcH4EAC$+}D_y=moF9VP*Kvr1gOuR_Yo#byGyKaxU(Xh5wVA~!3eWpy-dcY*uX z(4FQF&BlpW0rRtS?=(ZE&B*j?>jgTx>o(fG!>>jgxpP61ZEead1_n<8HY4Lc9Ef^` zE4nNpu^7m?u3%_`mOR4iiQjkKL~rmLXlO5?VsXTO0%;DpQL6aEe$12c$sA?KsU~BK zyllMNed&9XLQ>bYG2;Lzh&02hMvQC-tkUm^t%pw?QLiIl0mK>~#n~)s!a!~Ebq<%j zpPgf#lCZ_B((g_564-(iUYa3ch(C_oT%z}Wfj%tG%C<@{(h!F#A=Mgg9&k*lS6d&8-1lGjx7+N6gQB!xT6vUQ&sz2zlEx;Um#FguM3fx%(C<8(e3` zsrx#^;f;oDyUv#|f7af2tjaAp)h8);%^`%OO)`8Kp~H2AH6|iQ4IwrbP98#3kUZz9RB+f4Un+0FbrTh=mvF)O~SPq%Yp3E z{fR>{>|GF6${9i89#q);`qoeippSt+n}EhyGAZFiMnjn18`1kw`bnilfg@PM&(AA& zv)GwguP!+Xk1cE9p#qRFAM3ffXAMgFsfh%FV~?fu#)Wl4L3iPUuG0ZUPVRs`G68cEIY_9x&>XoJCUB!0-h*z5brNg^fi z`{{^tRC*X{xC=V_ri&LhMTpo`>fScOhHInbjMgSEG<}hkFx@xCMh?S{UG_^1f;oj( z#=5`j4#a%XBDbuR^eXwLV;qIlF~!#Gw^(S3B0h?7trxkG?qw423`m3bMoQk=bU z-~1Y3H)GTddmz7%pu}Yz?EVUs_kiXqV#M_lYhAp@EZ6CVW>h^Br6V|MmufOX_l5b^ z%LD2c^^n9qyE9>y5)UQ&dkzLi&uZ+fr%!~eyz3Vt+uG&%qPl)Sp4Ax~GGhktQZeeC z&Uq2WeJ^+np$_DaVLg+HtJh8{_r%lQdNp9cy!JAh!xxEJP(cpfO@-4=fc%U1cN{#c zRf_@?tn~33ksc}1hdVy;0Z-M$pXPP@C`JdMj)f0q| z&#!L#ripv4C#W) zdL_~utB5NBiY|&akW*=l^Tf^+H+l0CPA&ULE-h>8`&zA1aejq3CH&ftlD-rmL*sEh zZ1EM>7A+THiPS`@N6bK{>j2N#KWQ z?=HmZ>#@_~-Crax-wAa(tw2^mU@Hk%TI67MYnQv7Iop*ALNl zlF|Kww>}Ev8-B2t?k};&@Mx$A@2;M^V=x2sH|z$Q;+t-tx2|NnvL2x)XcuU`5O8$Z z|9ReQ|LD4`96$s}Ol)tkg6+*&fi_@t#1;cQ%+CDy(IE*#IB;-2O=n)W) zc<&Y?G?TMB0RBWWu_+Z=q%vfaV@zivAZj2gw^|{* z<-f*z=qh1r2d)~XrumMh$PZE)B+q|ygYs}1If=VOP85*!7QQ*i0(qx$q+tY>ro2TH z@fhHdjGf;UP8r>D+((p6Nb|)_rXC3y8UetBSstm8&X3Cyxw;9aiuyKe6xgee697_3EdL(Z|41(+d=!PP0Oblriy5uaT>1OAWe&W%2V%76r2myVhs*umdwc>Ka{(>V$<8 ziv2EaH<3#Cc*AwxyfkyhEATp3l%GK{UTyHMKDy)m0>9v2Pf51Nn{3deh_Ux#$=U?O z{SPswU&!DH;Zb6i5GzCPYqGFwf#Z0bXt;hKVRrnKhd4*OL_4jK!=2rSSm;Ca9;!H* zO1!x-%cB_^P0mwEb6BNjh;-38alyw6f~6Fi~0d0!lx$NK5jjcrgb(sV0b6#bLPije5*d+9)OW2-n6}{y?VcF^|$!sA$F>h?=?xmA3yyJrYVKV+7&-~x2z1Y!R*Z|&FW+g&ySxij zeRxB0jQA)LK&`qY>6;&I>VvQ5-*Rvq`k)x@JvY8`?}tERJqW$A-o*z-aH}V2oS8H7 zU7VoU!5k-QoJOl4V5LX{)8c{zB5Nz>h8P*U1M~g;UB)A-rVx96Wr-#L4WP~$CU?E; zV+yyYk+suva*FBsrPg*#P^}Yjn1rSKb0aSf$%(NHkvzJWd3r)19ucBfzEinIU?J9t z4~E*%Rq?gws}P31?oarW+@~-a{hK7`iWhCA**;t?53$pkHHnd?WjiFftY9r-vv|KBJR8yvDhT3#W`#AwlAJv1qv zXu=xV6oHZj!?bwEs~?ZFpW;<(?~nZnueK zP}npLvm4#!Gm6!F>BU)gd;h^NS!Ako4Q{b; z*G0P{{|AZwb(No6+&^@qbkGo2q;B*SEk?UiQB0OYHXG?1h#!JW^+1xZE1F{AA&u=f z{Ld+e2wDSPwXIDRr6fihi#3i_2riiIxYuCHr21S7G~@D z*Q#!&6E0{j_OB6Uz1!QlFH&4A87Qi~1THc#eS?TKF}g!(E$9uH{LvWqO*Ux)BOq2t zX=;|6@sIi}xh#6U;82MrMP=L$P&yS}+Y`whIM5=nvpa_4Vc-BhIy!MR+V;&bV1Vx$ z9WzcVh0F>|dxOj?<|g|1eJ6f^|F|I7Y$5P{Tj_Nw*^~egpD(!E1$BA9oz$EVD`#`D zo13f)I%b4b@a*}gu=*(rD|Rg$9iY)Wqb_B_^~mAjjqGk*3q1BZ_M|IJ5fp+Q3~E+X zdMQ@EYw5RW&hr5dW+4M!F@rPWXvfa;<2`7kSP6!#_n{bZ0WF#QZx$_7n%iDt zy(PVR@Z&JiRpu{r;`8mb1X5`MLgExqq!aaY&gk<9Z8{B8MNG`T+#orU==E+n*3@J{VnuX3cq%00WFpS-5h`906t9 zRl|0W!^dd*B3t~ld_(GFYN27=gM!Q->Enh)A1VFP%vezbE8Wyba9+(`;b}Y0$r0H2 zf+DYJvr+kxl~yC3qzjzHYLep5^rVdZ>g0;ib{3xlXmeyXh{aM!=HRdx!ZP-#ZQ_2; z+NiUo@WtFr!q_BRt|*FWx;C2bj%DQ-3P{;9rGKf&@Cj*cXB|$Og3W^~rCtyo_!;UD zvso0>N?E#$OXox4Sbl;8*)>xNQo=JDbBFK<$bUz2{I^O^$Ki_TK%~-z>orb4^oJyJ zB>zES0w$w6XYH;1cMj|El#DEV_GIAqr{By+wZY3GsW~&!L`)v#q7S`$9;S||v0kUx z9Eo%=OJ{?Mu+QZA&<|v$PxLbLDuUS~sGVN1VK08QU@(G3@(z`#Ej|;blwbVjp|-&~ z95F&Q#-mL8oR<_NN5_8}#s)X(2|UVFDToVum~Ii*TjXBSbe($kisMa@OLADzsmiqd zJC)}OqhQuUxN23wA$JoL^Erb@Vr4>dvY$l6qqu~GjMYw~0BOa7cWlP7SuqEmNdjZ! zcI5(2Iwp8&Vz&A(Cc|>q4TY}rx#3XsnmydyuUv|E+?GfQ>;H~{ASoXfZstg!3LBEM zq7BtUvTX$Tc=-8|$Q3C!S1U&sHg;ZZYgaoc@)rqixh1$D=VXxh8du~xWe9Q;z$G$-2dE% z5D$n);I;|-E#Tx&uFbz+yMORn)XZ$OT#+0bRU~lcws6t~<_Zwt1N{pfgS4jpGyeMv zWtIA~E;M!beSYdL+7~};%W@7@S_`wEHr8FO>KlDD*y}~5WFD#?svY}@`{ypq>nniW zlik5ME-nO>njmXLM8v8;M!gM}E|Ag>Oq^2*coGL!)7yR*QKGO0}T87>yWM>LTw`G{VBRN z<*A;)G4SE&*1@c}+waZN-2x*QOdp1`)@u`zI=8h(;VKJbq@xA#4TiM7FsER|jW-n) zg(RvmJ%dDQGMUv=#COJgub?a{m4f5EQ!clW?#2B~(ywhSf*!w!)1?K7Olv*t$ojzb z*fQEc$FCKe0=$H7WVRo&fxfUelBL`2UG5YFpNp%B4?x$T4PPF(wBQMo*F1&)zrdKIX^d@3t8Ngq>gyI! zIHGgjv&t7iX`)u3cJZ({&fKWWR$(1 z5Qisbiq-Z0Y0f6~^WCcPEMM}8Ny%VSaFc^O3_JJby;H5WaO z68M69lL+VM;aVuWdsS?z1&&oB>E1-KGsVoB>0OfL9^&Z(BSY*U@>x`!#jctB$nQBG zKocYF@I0BvoNu@mD0nqmRmIKk@qN~!OE?0clO`%Fi#<|sloIYyDxx`x+HD@+s1QjT ze8c^LfmVQ-Y-s2KcBk|HVOP!NYnSJfHGQ9DokfdFcAC2n5h~97+`K;-e*A`)(?!B` z(!gzJ0CHf{;|K86M>eTOQwz1}E?zH&GQZo!7#SsnA6g?O8#EWbr#e62k-WSXH}ZJ7 z$upF2B^P6Ag^t@0L+a}|{^-EoRkL$DrsVAM{3>;|C|xC7jE+KDKpMpUhQqNSZ`XbN z6|^bkAh0y*iR0yQU4_nyENJN^EVUbZMSq7{$ZNj5M%ZcN-pG3tKAW;46XV2t?;Ycp z^ZW5`QjC3%&g>i-FKpb!TT%vj{0ekh!{$!oqPGSsK7Uu>KCnI+Sls_LSwgPkzx}xC z3!6RllZZw>A(Kq|_hdpyKmgs`_?j+V)ozD48wwngDK*1q4P@c>IpbwnzSq%8E;#0Sv#C})k9GN-UZ3DC~xRZJ)}j8q9AoT6M26mS(sWx2;Y*GjPkD{=L6m#ZbFwlQ;vI4sDvT8l9n`&AqZm)oOTn z_5QAV7h3}=d{2QHO65MRy95-+Q^4b^B&5sT0%gt>Z}g$k8E> zC4jc(Td>qY*x6JiikRj`-SE-;FE%Y|0|0Hccdg>$Jm;4h+KsonCC&pBR!63mMA131 z0q_#N9^$vj&X}Y-@?TsT5Y-kNcQ6(X0=R*;f04-{)KcXyYI&lnzg$ri~Y7W`>Qox0t8$vAnesepL6bJSO__-5W!+SuAeazzkyEzpcEgij{@ z67i?Al_ve>OadBpV>%`d`lS%b~^t#GZ^;#)V^=d4P$L5W8 zB2p;$5G=@+-k+3?Wjh+A-lKFT26Y8O6_#`j(-M9zPn@!@M){YvL4p;f*G$5gm*8^4A3BYZCWZi_UmpDb~S zC{gD_q)$wksM|%Gtq8}ZExvt<>wXEAS>?}T?B%TiGluV_&_63@?A@(twNw>ObEzLe zkSDvo>0+_3@QBf-QdCyH@<D+tv=N{dXg@K7~Hf#bmGEnk1W2X7rwp%I{bOmFEqb+g(KxWvv?;!wH6k;h%mDR2pv;=~A~CX)9f8=I-tf_m%UM{7jDj z{=A*lcL6ovSH_5iwnRnW=KN(g#~WjvCKu)>94*?DeE|W>pBvKGzDTdvig=$yoJZ_{ zEc+*R9Sij@I9}jOb-zWi4BF$mD@OhI)ag$yo+k7q9 zT1U}^F`hh4{RQ6Go8< zdp-1e&@(z`MLyO8P&1-0=BQ_Z8FOz-mhJv|N@wxdpnk>i412bB2<415XEh0D6^QH_ zrz~PZzbeu2K^eUCLn)rw+cpvFL><{nNwTLToz@!VtcoTf<)=*hDhW4~6Log; zI#d*>lRdygM4lWSY(27i}3Y?X;`)u1-CCLJ<3{=!&S fe|m?nD$Et);_87+UGVrt`9OSlEG)8W&+z^SkIH4> literal 0 HcmV?d00001 diff --git a/1ano/2semestre/md/apontamentos/dev/out/main.run.xml b/1ano/2semestre/md/apontamentos/dev/out/main.run.xml new file mode 100644 index 0000000..54a4f84 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/dev/out/main.run.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + latex + + main.bcf + + + main.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 + portuguese.lbx + + + + biber + + biber + main + + + main.bcf + + + main.bbl + + + main.bbl + + + main.bcf + + + diff --git a/1ano/2semestre/md/apontamentos/dev/out/main.synctex.gz b/1ano/2semestre/md/apontamentos/dev/out/main.synctex.gz new file mode 100644 index 0000000000000000000000000000000000000000..c744d7743389fd0e5cca2b87661dac6cb75c66e1 GIT binary patch literal 2585 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 literal 0 HcmV?d00001 diff --git a/1ano/2semestre/md/apontamentos/dev/src/main.bib b/1ano/2semestre/md/apontamentos/dev/src/main.bib new file mode 100644 index 0000000..330cf1a --- /dev/null +++ b/1ano/2semestre/md/apontamentos/dev/src/main.bib @@ -0,0 +1,3 @@ +%! Author = tiagorg +%! Date = 31/01/2023 + diff --git a/1ano/2semestre/md/apontamentos/dev/src/main.tex b/1ano/2semestre/md/apontamentos/dev/src/main.tex new file mode 100644 index 0000000..55a1e0c --- /dev/null +++ b/1ano/2semestre/md/apontamentos/dev/src/main.tex @@ -0,0 +1,62 @@ +%! Author = tiagorg +%! Date = 31/01/2023 +\documentclass[11pt]{report} + +\usepackage{amsmath} +\usepackage[T1]{fontenc} % Fontes T1 +\usepackage[utf8]{inputenc} % Input UTF8 +\usepackage[backend=biber, style=ieee]{biblatex} % para usar bibliografia +\usepackage{csquotes} +\usepackage[portuguese]{babel} %Usar língua portuguesa +\usepackage{blindtext} % Gerar texto automaticamente +\usepackage{hyperref} % para autoref +\usepackage{graphicx} +\usepackage{indentfirst} +\usepackage[printonlyused]{acronym} + +\begin{document} +\def\titulo{Matemática Discreta} +\def\autores{Tiago Garcia} +\def\autorescontactos{tiago.rgarcia@ua.pt} +\def\empresa{Universidade de Aveiro} +\def\logotipo{ua.pdf} + +% +\def\aula{Aula nº} +% + +\begin{titlepage} +\begin{center} +\vspace*{50mm} +{\Huge\textbf{\titulo}}\\ +\vspace{10mm} +{\Large \empresa}\\ +\vspace{10mm} +{\LARGE \autores}\\ +\vspace{30mm} +\begin{figure}[h] + \center + \includegraphics{ua}\label{fig:ua-title} +\end{figure} +\vspace{30mm} +\end{center} +\end{titlepage} +\title{ +{\LARGE\textbf{\titulo} }\\\\ +{\Large \aula\\ \empresa} +} +\author{ + \href{https://github.com/TiagoRG}{\autores} \\ + \href{mailto:tiago.rgarcia@ua.pt}{\autorescontactos} +} +\date{\today} +\maketitle +\pagenumbering{arabic} +\clearpage + + % Content + + + + % +\end{document} diff --git a/1ano/2semestre/md/apontamentos/dev/src/ua.pdf b/1ano/2semestre/md/apontamentos/dev/src/ua.pdf new file mode 100755 index 0000000000000000000000000000000000000000..460cb187713ae1e843bf36ce5ff0a6cb1d1ea3b6 GIT binary patch literal 2082 zcmah~Yfuwc6!tNQE>L`ol&Pg$P$YmR`$`B(QSw6MkqiWjVyH{9Ks01ScF`08TSu9W z53u8VltGT6Ba=?xvgMrjsYH?N}@+HOsh;4!lvm& zDu)IFp(u|MS`3*X&K17U#Jrpg2#L!%)||;GjCu}828xuuD^P-haK6CzeefV_tc*UH z=0F;3TcHAQU1{TDk~xTP{}7VGLAbLO2()V^5>oQfVeHmvqpNNK&p+68hwAq@#+XX% z=>bV?%D#OM-|R2(+g(t2`dmx=FAie#s?r62XZN+ey&u!tmt1=L?fltApJJ6~yL^+E zJ?`oeoTm0aZRGaN_X^umNsdbY$!k_IrK`9%!|!X89jiaT-Q)5hy&tPdY4oW-e#Kr{ zJu)q&5QI7ow%&eRnbI;j)gA2p*-df1#;9*JHh7TBULl`whhvP9jYr6)!dZ!T$xvT+$&=hi1fJdt)Or^ zD&D)cI<&F!dL)-`k8Z5^*q^o}~*{X^?>P0!BM&MyLc=Gg;C`!Yk*?CuFbB|C7e z_0f&YJ%~_QE^6#~)msxdwc)PKNWYl)K>GaV%<3jtdGW0iFM%Oi@LSC|#dk4hvnCY< zG-ztk|IR$Izd3cp^NhQFg7?K2cO3hoQtc9_K~vTbmw`&)82Xb4S9OV9zl#I9>iobEXV4tMhgd|LJ0<0CWpGh z85y&Jr-MK-3rEoiRE$Y6DJn&=Fcb?$(O~G8z!*N_0?Ff40-jE;0tS@e9pey@T9W{& z{N9C0Np7fpUtYOiUI`$L}yq;UWeFz=E8>LbcM;sl39YLX2=h%0S4W+4cDW!WfRB z1PYOsV3I{cu^qaowNe%fZGbldWn!Ud4+v(S$&^8v&HP}s*+v$?-#{HRzyjLJ!gPQT zVk9Pxz$G(rA?YfwzbFuITuuWV#qbcY%tCS5EKPys&M=7(6QUu5V6s{1OauiOilFZv zAQ6iRF~|fi8&1GE@((b(Y#4#T`F&_ZF#_HsLu@DpNBE%)Bf{Y+9%6&WVK!Vc+>a#S zsE5Ro(n0lcRtjD?R!9&aN;c-xd~c#8hJmEu&j=#ouNc5jn}1h;v`AbbkrJdrOyJ?D sgp?6Vg&3ES7#6J}%T%TZRYA5knEmm)zyO0^34AN3r>kpKVy literal 0 HcmV?d00001 diff --git a/1ano/2semestre/md/apontamentos/template/out/main.aux b/1ano/2semestre/md/apontamentos/template/out/main.aux new file mode 100644 index 0000000..04359a9 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/template/out/main.aux @@ -0,0 +1,27 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\abx@aux@refcontext{none/global//global/global} +\providecommand\babel@aux[2]{} +\@nameuse{bbl@beforestart} +\catcode `"\active +\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]{} +\AC@reset@newl@bel +\babel@aux{portuguese}{} +\newlabel{fig:ua-title}{{}{1}{}{Doc-Start}{}} +\abx@aux@read@bbl@mdfivesum{nobblfile} +\gdef \@abspage@last{2} diff --git a/1ano/2semestre/md/apontamentos/template/out/main.bbl b/1ano/2semestre/md/apontamentos/template/out/main.bbl new file mode 100644 index 0000000..e69de29 diff --git a/1ano/2semestre/md/apontamentos/template/out/main.bcf b/1ano/2semestre/md/apontamentos/template/out/main.bcf new file mode 100644 index 0000000..437168b --- /dev/null +++ b/1ano/2semestre/md/apontamentos/template/out/main.bcf @@ -0,0 +1,2358 @@ + + + + + + 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 + portuguese + + + sortingtemplatename + none + + + 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 + + + + + + + + + + + + + citeorder + + + + diff --git a/1ano/2semestre/md/apontamentos/template/out/main.blg b/1ano/2semestre/md/apontamentos/template/out/main.blg new file mode 100644 index 0000000..4774dc0 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/template/out/main.blg @@ -0,0 +1,48 @@ +This is BibTeX, Version 0.99d (TeX Live 2022/dev/Debian) +Capacity: max_strings=200000, hash_size=200000, hash_prime=170003 +The top-level auxiliary file: main.aux +I found no \citation commands---while reading file main.aux +I found no \bibdata command---while reading file main.aux +I found no \bibstyle command---while reading file main.aux +You've used 0 entries, + 0 wiz_defined-function locations, + 83 strings with 482 characters, +and the built_in function-call counts, 0 in all, are: += -- 0 +> -- 0 +< -- 0 ++ -- 0 +- -- 0 +* -- 0 +:= -- 0 +add.period$ -- 0 +call.type$ -- 0 +change.case$ -- 0 +chr.to.int$ -- 0 +cite$ -- 0 +duplicate$ -- 0 +empty$ -- 0 +format.name$ -- 0 +if$ -- 0 +int.to.chr$ -- 0 +int.to.str$ -- 0 +missing$ -- 0 +newline$ -- 0 +num.names$ -- 0 +pop$ -- 0 +preamble$ -- 0 +purify$ -- 0 +quote$ -- 0 +skip$ -- 0 +stack$ -- 0 +substring$ -- 0 +swap$ -- 0 +text.length$ -- 0 +text.prefix$ -- 0 +top$ -- 0 +type$ -- 0 +warning$ -- 0 +while$ -- 0 +width$ -- 0 +write$ -- 0 +(There were 3 error messages) diff --git a/1ano/2semestre/md/apontamentos/template/out/main.log b/1ano/2semestre/md/apontamentos/template/out/main.log new file mode 100644 index 0000000..3fc34e0 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/template/out/main.log @@ -0,0 +1,745 @@ +This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex 2023.1.8) 31 JAN 2023 14:25 +entering extended mode + restricted \write18 enabled. + file:line:error style messages enabled. + %&-line parsing enabled. +**main.tex +(./main.tex +LaTeX2e <2021-11-15> patch level 1 +L3 programming layer <2022-01-21> +(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls +Document Class: article 2021/10/04 v1.4n Standard LaTeX document class +(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo +File: size11.clo 2021/10/04 v1.4n Standard LaTeX file (size option) +) +\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=\dimen138 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2021/10/15 v2.17l AMS math features +\@mathmargin=\skip49 + +For additional information on amsmath, use the `?' option. +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2021/08/26 v2.01 AMS text + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks16 +\ex@=\dimen139 +)) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen140 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2021/08/26 v2.02 operator names +) +\inf@bad=\count193 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count194 +\leftroot@=\count195 +LaTeX Info: Redefining \overline on input line 399. +\classnum@=\count196 +\DOTSCASE@=\count197 +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@=\box50 +\strutbox@=\box51 +\big@size=\dimen141 +LaTeX Font Info: Redeclaring font encoding OML on input line 743. +LaTeX Font Info: Redeclaring font encoding OMS on input line 744. +\macc@depth=\count198 +\c@MaxMatrixCols=\count199 +\dotsspace@=\muskip16 +\c@parentequation=\count266 +\dspbrk@lvl=\count267 +\tag@help=\toks17 +\row@=\count268 +\column@=\count269 +\maxfields@=\count270 +\andhelp@=\toks18 +\eqnshift@=\dimen142 +\alignsep@=\dimen143 +\tagshift@=\dimen144 +\tagwidth@=\dimen145 +\totwidth@=\dimen146 +\lineht@=\dimen147 +\@envbody=\toks19 +\multlinegap=\skip50 +\multlinetaggap=\skip51 +\mathdisplay@stack=\toks20 +LaTeX Info: Redefining \[ on input line 2938. +LaTeX Info: Redefining \] on input line 2939. +) +(/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/base/inputenc.sty +Package: inputenc 2021/02/14 v1.3d Input encoding file +\inpenc@prehook=\toks21 +\inpenc@posthook=\toks22 +) +(/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/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) +) +(/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/ltxcmds/ltxcmds.sty +Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (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/etoolbox/etoolbox.sty +Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW) +\etb@tempcnta=\count271 +) +(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks23 +) +(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty +Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO) + +(/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/latex/logreq/logreq.sty +Package: logreq 2010/08/04 v1.0 xml request logger +\lrq@indent=\count272 + +(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def +File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 +)) +(/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/url/url.sty +\Urlmuskip=\muskip17 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +\c@tabx@nest=\count273 +\c@listtotal=\count274 +\c@listcount=\count275 +\c@liststart=\count276 +\c@liststop=\count277 +\c@citecount=\count278 +\c@citetotal=\count279 +\c@multicitecount=\count280 +\c@multicitetotal=\count281 +\c@instcount=\count282 +\c@maxnames=\count283 +\c@minnames=\count284 +\c@maxitems=\count285 +\c@minitems=\count286 +\c@citecounter=\count287 +\c@maxcitecounter=\count288 +\c@savedcitecounter=\count289 +\c@uniquelist=\count290 +\c@uniquename=\count291 +\c@refsection=\count292 +\c@refsegment=\count293 +\c@maxextratitle=\count294 +\c@maxextratitleyear=\count295 +\c@maxextraname=\count296 +\c@maxextradate=\count297 +\c@maxextraalpha=\count298 +\c@abbrvpenalty=\count299 +\c@highnamepenalty=\count300 +\c@lownamepenalty=\count301 +\c@maxparens=\count302 +\c@parenlevel=\count303 +\blx@tempcnta=\count304 +\blx@tempcntb=\count305 +\blx@tempcntc=\count306 +\c@blx@maxsection=\count307 +\c@blx@maxsegment@0=\count308 +\blx@notetype=\count309 +\blx@parenlevel@text=\count310 +\blx@parenlevel@foot=\count311 +\c@blx@sectionciteorder@0=\count312 +\blx@entrysetcounter=\count313 +\blx@biblioinstance=\count314 +\labelnumberwidth=\skip52 +\labelalphawidth=\skip53 +\biblabelsep=\skip54 +\bibitemsep=\skip55 +\bibnamesep=\skip56 +\bibinitsep=\skip57 +\bibparsep=\skip58 +\bibhang=\skip59 +\blx@bcfin=\read2 +\blx@bcfout=\write3 +\blx@langwohyphens=\language4 +\c@mincomprange=\count315 +\c@maxcomprange=\count316 +\c@mincompwidth=\count317 +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=\count318 +\c@savedafterword=\count319 +\c@annotator=\count320 +\c@savedannotator=\count321 +\c@author=\count322 +\c@savedauthor=\count323 +\c@bookauthor=\count324 +\c@savedbookauthor=\count325 +\c@commentator=\count326 +\c@savedcommentator=\count327 +\c@editor=\count328 +\c@savededitor=\count329 +\c@editora=\count330 +\c@savededitora=\count331 +\c@editorb=\count332 +\c@savededitorb=\count333 +\c@editorc=\count334 +\c@savededitorc=\count335 +\c@foreword=\count336 +\c@savedforeword=\count337 +\c@holder=\count338 +\c@savedholder=\count339 +\c@introduction=\count340 +\c@savedintroduction=\count341 +\c@namea=\count342 +\c@savednamea=\count343 +\c@nameb=\count344 +\c@savednameb=\count345 +\c@namec=\count346 +\c@savednamec=\count347 +\c@translator=\count348 +\c@savedtranslator=\count349 +\c@shortauthor=\count350 +\c@savedshortauthor=\count351 +\c@shorteditor=\count352 +\c@savedshorteditor=\count353 +\c@labelname=\count354 +\c@savedlabelname=\count355 +\c@institution=\count356 +\c@savedinstitution=\count357 +\c@lista=\count358 +\c@savedlista=\count359 +\c@listb=\count360 +\c@savedlistb=\count361 +\c@listc=\count362 +\c@savedlistc=\count363 +\c@listd=\count364 +\c@savedlistd=\count365 +\c@liste=\count366 +\c@savedliste=\count367 +\c@listf=\count368 +\c@savedlistf=\count369 +\c@location=\count370 +\c@savedlocation=\count371 +\c@organization=\count372 +\c@savedorganization=\count373 +\c@origlocation=\count374 +\c@savedoriglocation=\count375 +\c@origpublisher=\count376 +\c@savedorigpublisher=\count377 +\c@publisher=\count378 +\c@savedpublisher=\count379 +\c@language=\count380 +\c@savedlanguage=\count381 +\c@origlanguage=\count382 +\c@savedoriglanguage=\count383 +\c@pageref=\count384 +\c@savedpageref=\count385 +\shorthandwidth=\skip60 +\shortjournalwidth=\skip61 +\shortserieswidth=\skip62 +\shorttitlewidth=\skip63 +\shortauthorwidth=\skip64 +\shorteditorwidth=\skip65 +\locallabelnumberwidth=\skip66 +\locallabelalphawidth=\skip67 +\localshorthandwidth=\skip68 +\localshortjournalwidth=\skip69 +\localshortserieswidth=\skip70 +\localshorttitlewidth=\skip71 +\localshortauthorwidth=\skip72 +\localshorteditorwidth=\skip73 +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=\count386 +\c@textcitetotal=\count387 +\c@textcitemaxnames=\count388 +\c@biburlbigbreakpenalty=\count389 +\c@biburlbreakpenalty=\count390 +\c@biburlnumpenalty=\count391 +\c@biburlucpenalty=\count392 +\c@biburllcpenalty=\count393 +\biburlbigskip=\muskip18 +\biburlnumskip=\muskip19 +\biburlucskip=\muskip20 +\biburllcskip=\muskip21 +\c@smartand=\count394 +) +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=\count395 +\c@bbx:relatedtotal=\count396 +)))) +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=\count397 +\c@cbx@tempcntb=\count398 +\c@cbx@tempcntc=\count399 +\c@cbx@tempcntd=\count400 +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 .... + +(/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=\count401 +\l__pdf_internal_box=\box52 +)) +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 +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +Package: xparse 2022-01-12 L3 Experimental document command parser +) +Package: blx-case-expl3 2022/02/02 v3.17 expl3 case changing code for biblatex +)) +(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.sty +Package: csquotes 2021-02-22 v5.2l context-sensitive quotations (JAW) +\csq@reset=\count402 +\csq@gtype=\count403 +\csq@glevel=\count404 +\csq@qlevel=\count405 +\csq@maxlvl=\count406 +\csq@tshold=\count407 +\csq@ltx@everypar=\toks24 + +(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.def +File: csquotes.def 2021-02-22 v5.2l csquotes generic definitions (JAW) +) +Package csquotes Info: Trying to load configuration file 'csquotes.cfg'... +Package csquotes Info: ... configuration file loaded successfully. + +(/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.cfg +File: csquotes.cfg +)) +(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty +Package: babel 2022/01/26 3.70 The Babel package +\babel@savecnt=\count408 +\U@D=\dimen148 +\l@unhyphenated=\language5 + +(/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) +\bbl@readstream=\read3 +\bbl@dirlevel=\count409 + +(/usr/share/texlive/texmf-dist/tex/generic/babel-portuges/portuguese.ldf +Language: portuges 2021/07/09 v1.2t Portuguese support from the babel system +Package babel Info: Making " an active character on input line 143. +)) +(/usr/share/texlive/texmf-dist/tex/latex/blindtext/blindtext.sty +Package: blindtext 2012/01/06 V2.0 blindtext-Package + +(/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty +Package: xspace 2014/10/28 v1.13 Space after command names (DPC,MH) +) +\c@blindtext=\count410 +\c@Blindtext=\count411 +\c@blind@countparstart=\count412 +\blind@countxx=\count413 +\blindtext@numBlindtext=\count414 +\blind@countyy=\count415 +\c@blindlist=\count416 +\c@blindlistlevel=\count417 +\c@blindlist@level=\count418 +\blind@listitem=\count419 +\c@blind@listcount=\count420 +\c@blind@levelcount=\count421 +\blind@mathformula=\count422 +\blind@Mathformula=\count423 +\c@blind@randomcount=\count424 +\c@blind@randommax=\count425 +\c@blind@pangramcount=\count426 +\c@blind@pangrammax=\count427 +) +(/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/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) +) +\@linkdim=\dimen149 +\Hy@linkcounter=\count428 +\Hy@pagecounter=\count429 + +(/usr/share/texlive/texmf-dist/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 +) +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def +File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel la +nguages +) +(/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=\count430 + +(/usr/share/texlive/texmf-dist/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: 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=\count431 +LaTeX Info: Redefining \url on input line 4804. +\XeTeXLinkMargin=\dimen150 + +(/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=\count432 +\Field@Width=\dimen151 +\Fld@charsize=\dimen152 +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. + +(/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=\count433 +\c@Item=\count434 +\c@Hfootnote=\count435 +) +Package hyperref Info: Driver (autodetected): 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 pac +kage +with kernel methods +) +\Fld@listcount=\count436 +\c@bookmark@seq@number=\count437 + +(/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 2 +86. +) +\Hy@SectionHShift=\skip74 +) +(/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. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex +)) +\Gin@req@height=\dimen153 +\Gin@req@width=\dimen154 +) +(/usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty +Package: indentfirst 1995/11/23 v1.03 Indent first paragraph (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/acronym/acronym.sty +Package: acronym 2020/04/17 v1.47 Support for acronyms (Tobias Oetiker) + +(/usr/share/texlive/texmf-dist/tex/latex/bigfoot/suffix.sty +Package: suffix 2006/07/15 1.5a Variant command support +) +(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.sty +(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.tex +\integerpart=\count438 +\decimalpart=\count439 +) +Package: xstring 2021/07/21 v1.84 String manipulations (CT) +) +\AC@clearlist=\toks25 +) +Package csquotes Info: Checking for multilingual support... +Package csquotes Info: ... found 'babel' package. +Package csquotes Info: Adjusting default style. +Package csquotes Info: Redefining alias 'default' -> 'portuguese'. + +(/home/tiagorg/repos/uaveiro-leci/1ano/2semestre/md/apontamentos/template/out/m +ain.aux) +\openout1 = `main.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 21. +LaTeX Font Info: ... okay on input line 21. +Package biblatex Info: Trying to load language 'portuguese'... +Package biblatex Info: ... file 'portuguese.lbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/portuguese.lbx +File: portuguese.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'. +\openout3 = `main.bcf'. + +Package biblatex Info: Trying to load bibliographic data... +Package biblatex Info: ... file 'main.bbl' not found. + +No file main.bbl. +Package biblatex Info: Reference section=0 on input line 21. +Package biblatex Info: Reference segment=0 on input line 21. +Package hyperref Info: Link coloring OFF on input line 21. +(/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=\count440 +) +LaTeX Info: Redefining \ref on input line 21. +LaTeX Info: Redefining \pageref on input line 21. +LaTeX Info: Redefining \nameref on input line 21. + +(/home/tiagorg/repos/uaveiro-leci/1ano/2semestre/md/apontamentos/template/out/m +ain.out) +(/home/tiagorg/repos/uaveiro-leci/1ano/2semestre/md/apontamentos/template/out/m +ain.out) +\@outlinefile=\write4 +\openout4 = `main.out'. + + (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count441 +\scratchdimen=\dimen155 +\scratchbox=\box53 +\nofMPsegments=\count442 +\nofMParguments=\count443 +\everyMPshowfont=\toks26 +\MPscratchCnt=\count444 +\MPscratchDim=\dimen156 +\MPnumerator=\count445 +\makeMPintoPDFobject=\count446 +\everyMPtoPDFconversion=\toks27 +) (/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 4 +85. + +(/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 Liv +e +)) + +File: ua.pdf Graphic file (type pdf) + +Package pdftex.def Info: ua.pdf used on input line 56. +(pdftex.def) Requested size: 52.19487pt x 55.2061pt. + +[1 + +{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./ua.pdf>] + +./main.tex:77: LaTeX Error: There's no line here to end. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.77 \pagenumbering + {arabic} +Your command was ignored. +Type I to replace it with another command, +or to continue without it. + +pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has +been already used, duplicate ignored + + \relax +l.85 \end{document} + [1] +(/home/tiagorg/repos/uaveiro-leci/1ano/2semestre/md/apontamentos/template/out/m +ain.aux) +Package rerunfilecheck Info: File `main.out' has not changed. +(rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0. +Package logreq Info: Writing requests to 'main.run.xml'. +\openout1 = `main.run.xml'. + + ) +Here is how much of TeX's memory you used: + 18613 strings out of 480227 + 324433 string characters out of 5895371 + 1040390 words of memory out of 5000000 + 36346 multiletter control sequences out of 15000+600000 + 478702 words of font info for 49 fonts, out of 8000000 for 9000 + 16 hyphenation exceptions out of 8191 + 60i,6n,68p,1046b,1612s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on /home/tiagorg/repos/uaveiro-leci/1ano/2semestre/md/apontament +os/template/out/main.pdf (2 pages, 26362 bytes). +PDF statistics: + 117 PDF objects out of 1000 (max. 8388607) + 44 compressed objects within 1 object stream + 2 named destinations out of 1000 (max. 500000) + 6 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/1ano/2semestre/md/apontamentos/template/out/main.out b/1ano/2semestre/md/apontamentos/template/out/main.out new file mode 100644 index 0000000..e69de29 diff --git a/1ano/2semestre/md/apontamentos/template/out/main.pdf b/1ano/2semestre/md/apontamentos/template/out/main.pdf new file mode 100644 index 0000000000000000000000000000000000000000..7f88f3ad5e8eca0cf1ae40b4278a2f46797429e2 GIT binary patch literal 26362 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 C`F?r; literal 0 HcmV?d00001 diff --git a/1ano/2semestre/md/apontamentos/template/out/main.run.xml b/1ano/2semestre/md/apontamentos/template/out/main.run.xml new file mode 100644 index 0000000..54a4f84 --- /dev/null +++ b/1ano/2semestre/md/apontamentos/template/out/main.run.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + latex + + main.bcf + + + main.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 + portuguese.lbx + + + + biber + + biber + main + + + main.bcf + + + main.bbl + + + main.bbl + + + main.bcf + + + diff --git a/1ano/2semestre/md/apontamentos/template/out/main.synctex.gz b/1ano/2semestre/md/apontamentos/template/out/main.synctex.gz new file mode 100644 index 0000000000000000000000000000000000000000..ac28e9319f9b5fd44c04a2d388b376ba1c4626d4 GIT binary patch literal 2441 zcmV;433m1$iwFP!000001GQOQkE1vieb2AxmiD1bsucdhHhG<=c^J(~`=MEl=7A6= zK}CQDr#7{t`R{uT7&|~$nNqh}70mVVv3-4feNF%4waoshe*5%q)wFq4?(pX4vcBpa z-bLr?q9UEAr>Z$cjjF3Qx~4BGZ>nvfvOL0RSw*B(7uD)UMVCXA)>Wy~iz+o>wYtNfC`U36`ms6D696wF2b(mgN7?ICZqDMqICE!wB8iqb~sS)rb? zq8$k6I)XO;pTZd0S3`Ri+&;aumsFqa^QqOZ14sN34tUib2mc7iNtGUj_z1-E{E1D`eY$W zwPbmD{4c|PQD29LPZ6%=dy0cP zT8foX7Q}MCi!3BO%3hno{P~T;L#*43#cg}I_)`dvv3Dd{b*WSB6NM{w9vVEFaK+lz z+gvH|E&M#~_v85&E?PI7{Vgi57bCxJem>ob=(|AYG0_!K*k@{WS{~Bo;8U%S#-6V- z$FoAlc1YROS03Gp)M2KC?0B*?;qor%vua9JMCw)-)Y~F7T-^oTr`fYA53aQB&l^vj z^dllSy9IXtb~drO$;o*9={M#ZePml*>=eyk>ugarKou$S2^ryEbmsWbXB-nya^Z|v}*NL0f$a|k_ z$XSPnKae$&-sdOl8&~wnR^A9xy;rC9oNqyn{slQ))^7c0CnH~xi}ZteQO&D4WGABu zmo!}7uH`W=6sRwIp1k^$Yhw4c%)ee$R$bxt+}ywUl;P2PyjKl{yUB*f?kSBgZyql1 zkw!Q9$){La^+}T-uo_UXpC8eW zr4QL1nfV}Tl2{Y|FVA@nJEX479qY-wS*q~(uj*D;(0p4zpWKU~_dmRbXE)t1jPjU! zbnR;&+kU-jLkFhKFX^ewk9n5r?t?x;X!EZ!*E_uV?bENvBb@jwgsbG(2bH0c6&mDS%f159F)b(AU z#THN+-cR;@^RW2?{(cYcjU&cI-xlhg7wfhZESS@de8rr5s3amL6nRh@CnVwMktR|Q zjO7f6L70!1UpZ2mL!M_j^;ZY z$1$ZbaY#V~tXk)S#roa_x4u>|mViFS+QANsPACzsRW~7HPrwrM86Hc5WSq?K1oVR$ zo#DYVG{JKo*kcmYIUaTnLVV6Yv-e&Z9X#<0?i~!*-_gOQo+h5^g@8S2S|WlI!v|mkM7P9c8dVK-Kpy`6d!}Ux!S-4-$PR%)G~kZo!tY+W`!aht6SU&kNY} z4EqkVwPL7+18c19wJ>URss-5{N#@^|ch1cD3Ac=~e4ioCqs?D<^Eui4NsP{A9Cmtt zxra`(5~y3qN;<2TmGti}EBPkleQ&d@WT9@Fm4wc#hlXY)9`wzu3{kXtOweQ+d0)F%C z=Vkjly>tl+)WG4(5)i|*A9#y7C)n8se9R$<0GUkjGkfnHm$2M>hxI|ycQl1fEfMz| z4d-)=oTFt-1);(rF(Mp}LScO{1B_>BH&bR34OeSNjsy}?VrL)lm?MrQo8f2n=}afX zW{fc3!7xR0+eiRn2{C7IG$q90VVD@gpmp=C-j5LT zS^+C>^f&43Z_98Kuh!56_G(-ZGrRF;ovvePx{$i$hXjil&W1^EkPb*BU2lV*A=q<< zogKCY=NymWsjp95yFthaT!UaQIlC1sVgl}GQ@pvB38xiQ!C(c$3=c$tny@{=Lt;i@N6qjQmV_sB{LDV} z{=K(wx29j-$q*T6Sn^rk_Xe=fU@`PWDWMK&KDB^oshI`&~O~?yy1h( z^eNm&Hh&TO!SqM{zrbe|OReWl*Ca?ANvfKP0VbYKU HH!T1Fz9!WZ literal 0 HcmV?d00001 diff --git a/1ano/2semestre/md/apontamentos/template/src/main.bib b/1ano/2semestre/md/apontamentos/template/src/main.bib new file mode 100644 index 0000000..330cf1a --- /dev/null +++ b/1ano/2semestre/md/apontamentos/template/src/main.bib @@ -0,0 +1,3 @@ +%! Author = tiagorg +%! Date = 31/01/2023 + diff --git a/1ano/2semestre/md/apontamentos/template/src/main.tex b/1ano/2semestre/md/apontamentos/template/src/main.tex new file mode 100644 index 0000000..d276ffd --- /dev/null +++ b/1ano/2semestre/md/apontamentos/template/src/main.tex @@ -0,0 +1,62 @@ +%! Author = tiagorg +%! Date = 31/01/2023 +\documentclass[11pt]{report} + +\usepackage{amsmath} +\usepackage[T1]{fontenc} % Fontes T1 +\usepackage[utf8]{inputenc} % Input UTF8 +\usepackage[backend=biber, style=ieee]{biblatex} % para usar bibliografia +\usepackage{csquotes} +\usepackage[portuguese]{babel} %Usar língua portuguesa +\usepackage{blindtext} % Gerar texto automaticamente +\usepackage{hyperref} % para autoref +\usepackage{graphicx} +\usepackage{indentfirst} +\usepackage[printonlyused]{acronym} + +\begin{document} +\def\titulo{Matemática Discreta} +\def\autores{Tiago Garcia} +\def\autorescontactos{tiago.rgarcia@ua.pt} +\def\empresa{Universidade de Aveiro} +\def\logotipo{ua.pdf} + +% +\def\aula{Aula nº} +% + +\begin{titlepage} +\begin{center} +\vspace*{50mm} +{\Huge\textbf{\titulo}}\\ +\vspace{10mm} +{\Large \empresa}\\ +\vspace{10mm} +{\LARGE \autores}\\ +\vspace{30mm} +\begin{figure}[h] + \center + \includegraphics{ua}\label{fig:ua-title} +\end{figure} +\vspace{30mm} +\end{center} +\end{titlepage} +\title{ +{\LARGE\textbf{\titulo} }\\\\ +{\Large \aula\\ \empresa} +} +\author{ + \href{https://github.com/TiagoRG}{\autores} \\ + \href{mailto:tiago.rgarcia@ua.pt}{\autorescontactos} +} +\date{\today} +\maketitle +\pagenumbering{arabic} +\clearpage + + % Content + + + + % +\end{document} diff --git a/1ano/2semestre/md/apontamentos/template/src/ua.pdf b/1ano/2semestre/md/apontamentos/template/src/ua.pdf new file mode 100755 index 0000000000000000000000000000000000000000..460cb187713ae1e843bf36ce5ff0a6cb1d1ea3b6 GIT binary patch literal 2082 zcmah~Yfuwc6!tNQE>L`ol&Pg$P$YmR`$`B(QSw6MkqiWjVyH{9Ks01ScF`08TSu9W z53u8VltGT6Ba=?xvgMrjsYH?N}@+HOsh;4!lvm& zDu)IFp(u|MS`3*X&K17U#Jrpg2#L!%)||;GjCu}828xuuD^P-haK6CzeefV_tc*UH z=0F;3TcHAQU1{TDk~xTP{}7VGLAbLO2()V^5>oQfVeHmvqpNNK&p+68hwAq@#+XX% z=>bV?%D#OM-|R2(+g(t2`dmx=FAie#s?r62XZN+ey&u!tmt1=L?fltApJJ6~yL^+E zJ?`oeoTm0aZRGaN_X^umNsdbY$!k_IrK`9%!|!X89jiaT-Q)5hy&tPdY4oW-e#Kr{ zJu)q&5QI7ow%&eRnbI;j)gA2p*-df1#;9*JHh7TBULl`whhvP9jYr6)!dZ!T$xvT+$&=hi1fJdt)Or^ zD&D)cI<&F!dL)-`k8Z5^*q^o}~*{X^?>P0!BM&MyLc=Gg;C`!Yk*?CuFbB|C7e z_0f&YJ%~_QE^6#~)msxdwc)PKNWYl)K>GaV%<3jtdGW0iFM%Oi@LSC|#dk4hvnCY< zG-ztk|IR$Izd3cp^NhQFg7?K2cO3hoQtc9_K~vTbmw`&)82Xb4S9OV9zl#I9>iobEXV4tMhgd|LJ0<0CWpGh z85y&Jr-MK-3rEoiRE$Y6DJn&=Fcb?$(O~G8z!*N_0?Ff40-jE;0tS@e9pey@T9W{& z{N9C0Np7fpUtYOiUI`$L}yq;UWeFz=E8>LbcM;sl39YLX2=h%0S4W+4cDW!WfRB z1PYOsV3I{cu^qaowNe%fZGbldWn!Ud4+v(S$&^8v&HP}s*+v$?-#{HRzyjLJ!gPQT zVk9Pxz$G(rA?YfwzbFuITuuWV#qbcY%tCS5EKPys&M=7(6QUu5V6s{1OauiOilFZv zAQ6iRF~|fi8&1GE@((b(Y#4#T`F&_ZF#_HsLu@DpNBE%)Bf{Y+9%6&WVK!Vc+>a#S zsE5Ro(n0lcRtjD?R!9&aN;c-xd~c#8hJmEu&j=#ouNc5jn}1h;v`AbbkrJdrOyJ?D sgp?6Vg&3ES7#6J}%T%TZRYA5knEmm)zyO0^34AN3r>kpKVy literal 0 HcmV?d00001