From d6c61d988bfa4255baf9cdae42db59ebee38363f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 25 May 2021 17:10:49 +0200 Subject: Added files --- src/Lecture2/live/biblio1.aux | 10 + src/Lecture2/live/biblio1.log | 203 +++++ src/Lecture2/live/biblio1.pdf | Bin 0 -> 42218 bytes src/Lecture2/live/biblio1.synctex.gz | Bin 0 -> 2216 bytes src/Lecture2/live/biblio1.tex | 34 + src/Lecture2/live/biblio2.aux | 10 + src/Lecture2/live/biblio2.bbl | 18 + src/Lecture2/live/biblio2.blg | 46 + src/Lecture2/live/biblio2.log | 203 +++++ src/Lecture2/live/biblio2.pdf | Bin 0 -> 40599 bytes src/Lecture2/live/biblio2.synctex.gz | Bin 0 -> 1930 bytes src/Lecture2/live/biblio2.tex | 18 + src/Lecture2/live/commands.aux | 2 + src/Lecture2/live/commands.log | 215 +++++ src/Lecture2/live/commands.pdf | Bin 0 -> 34332 bytes src/Lecture2/live/commands.synctex.gz | Bin 0 -> 1213 bytes src/Lecture2/live/commands.tex | 27 + src/Lecture2/live/me.jpg | Bin 0 -> 103112 bytes src/Lecture2/live/my_biblio.bib | 36 + src/Lecture2/live/new.aux | 8 + src/Lecture2/live/new.log | 245 ++++++ src/Lecture2/live/new.pdf | Bin 0 -> 114184 bytes src/Lecture2/live/new.synctex.gz | Bin 0 -> 3436 bytes src/Lecture2/live/new.tex | 99 +++ src/Lecture2/live/old.aux | 10 + src/Lecture2/live/old.log | 284 ++++++ src/Lecture2/live/old.pdf | Bin 0 -> 165455 bytes src/Lecture2/live/old.synctex.gz | Bin 0 -> 11493 bytes src/Lecture2/live/old.tex | 176 ++++ src/Lecture2/live/pic.aux | 3 + src/Lecture2/live/pic.log | 300 +++++++ src/Lecture2/live/pic.pdf | Bin 0 -> 131626 bytes src/Lecture2/live/pic.synctex.gz | Bin 0 -> 28231 bytes src/Lecture2/live/pic.tex | 34 + src/Lecture2/live/sentencecounter.aux | 6 + src/Lecture2/live/sentencecounter.bbl | 0 src/Lecture2/live/sentencecounter.blg | 48 ++ src/Lecture2/live/sentencecounter.log | 256 ++++++ src/Lecture2/live/sentencecounter.pdf | Bin 0 -> 76925 bytes src/Lecture2/live/sentencecounter.synctex.gz | Bin 0 -> 3189 bytes src/Lecture2/live/sentencecounter.tex | 66 ++ src/Lecture2/slides/3-MoreLatex.aux | 69 ++ src/Lecture2/slides/3-MoreLatex.log | 1193 ++++++++++++++++++++++++++ src/Lecture2/slides/3-MoreLatex.nav | 51 ++ src/Lecture2/slides/3-MoreLatex.out | 0 src/Lecture2/slides/3-MoreLatex.pdf | Bin 0 -> 331145 bytes src/Lecture2/slides/3-MoreLatex.snm | 0 src/Lecture2/slides/3-MoreLatex.tex | 478 +++++++++++ src/Lecture2/slides/3-MoreLatex.toc | 0 src/Lecture2/slides/img/thm_pdf.png | Bin 0 -> 70598 bytes src/Lecture2/slides/img/thm_pre.png | Bin 0 -> 46625 bytes src/Lecture2/slides/img/thm_tex.png | Bin 0 -> 47632 bytes src/Lecture2/slides/img/unilu.jpg | Bin 0 -> 41957 bytes 53 files changed, 4148 insertions(+) create mode 100644 src/Lecture2/live/biblio1.aux create mode 100644 src/Lecture2/live/biblio1.log create mode 100644 src/Lecture2/live/biblio1.pdf create mode 100644 src/Lecture2/live/biblio1.synctex.gz create mode 100644 src/Lecture2/live/biblio1.tex create mode 100644 src/Lecture2/live/biblio2.aux create mode 100644 src/Lecture2/live/biblio2.bbl create mode 100644 src/Lecture2/live/biblio2.blg create mode 100644 src/Lecture2/live/biblio2.log create mode 100644 src/Lecture2/live/biblio2.pdf create mode 100644 src/Lecture2/live/biblio2.synctex.gz create mode 100644 src/Lecture2/live/biblio2.tex create mode 100644 src/Lecture2/live/commands.aux create mode 100644 src/Lecture2/live/commands.log create mode 100644 src/Lecture2/live/commands.pdf create mode 100644 src/Lecture2/live/commands.synctex.gz create mode 100644 src/Lecture2/live/commands.tex create mode 100644 src/Lecture2/live/me.jpg create mode 100644 src/Lecture2/live/my_biblio.bib create mode 100644 src/Lecture2/live/new.aux create mode 100644 src/Lecture2/live/new.log create mode 100644 src/Lecture2/live/new.pdf create mode 100644 src/Lecture2/live/new.synctex.gz create mode 100644 src/Lecture2/live/new.tex create mode 100644 src/Lecture2/live/old.aux create mode 100644 src/Lecture2/live/old.log create mode 100644 src/Lecture2/live/old.pdf create mode 100644 src/Lecture2/live/old.synctex.gz create mode 100644 src/Lecture2/live/old.tex create mode 100644 src/Lecture2/live/pic.aux create mode 100644 src/Lecture2/live/pic.log create mode 100644 src/Lecture2/live/pic.pdf create mode 100644 src/Lecture2/live/pic.synctex.gz create mode 100644 src/Lecture2/live/pic.tex create mode 100644 src/Lecture2/live/sentencecounter.aux create mode 100644 src/Lecture2/live/sentencecounter.bbl create mode 100644 src/Lecture2/live/sentencecounter.blg create mode 100644 src/Lecture2/live/sentencecounter.log create mode 100644 src/Lecture2/live/sentencecounter.pdf create mode 100644 src/Lecture2/live/sentencecounter.synctex.gz create mode 100644 src/Lecture2/live/sentencecounter.tex create mode 100644 src/Lecture2/slides/3-MoreLatex.aux create mode 100644 src/Lecture2/slides/3-MoreLatex.log create mode 100644 src/Lecture2/slides/3-MoreLatex.nav create mode 100644 src/Lecture2/slides/3-MoreLatex.out create mode 100644 src/Lecture2/slides/3-MoreLatex.pdf create mode 100644 src/Lecture2/slides/3-MoreLatex.snm create mode 100644 src/Lecture2/slides/3-MoreLatex.tex create mode 100644 src/Lecture2/slides/3-MoreLatex.toc create mode 100644 src/Lecture2/slides/img/thm_pdf.png create mode 100644 src/Lecture2/slides/img/thm_pre.png create mode 100644 src/Lecture2/slides/img/thm_tex.png create mode 100644 src/Lecture2/slides/img/unilu.jpg (limited to 'src/Lecture2') diff --git a/src/Lecture2/live/biblio1.aux b/src/Lecture2/live/biblio1.aux new file mode 100644 index 0000000..fcf6e6c --- /dev/null +++ b/src/Lecture2/live/biblio1.aux @@ -0,0 +1,10 @@ +\relax +\citation{szamuely} +\citation{szamuely} +\citation{knuth68} +\citation{knuth68} +\citation{szamuely} +\bibcite{knuth68}{1} +\bibcite{lang-algebra}{2} +\bibcite{szamuely}{3} +\gdef \@abspage@last{1} diff --git a/src/Lecture2/live/biblio1.log b/src/Lecture2/live/biblio1.log new file mode 100644 index 0000000..a38a2c2 --- /dev/null +++ b/src/Lecture2/live/biblio1.log @@ -0,0 +1,203 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/VoidLinux) (preloaded format=pdflatex 2021.2.3) 12 MAR 2021 16:41 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**biblio1.tex +(./biblio1.tex +LaTeX2e <2020-10-01> patch level 2 +L3 programming layer <2020-12-03> xparse <2020-03-03> +(/usr/share/texmf-dist/tex/latex/base/article.cls +Document Class: article 2020/04/10 v1.4m Standard LaTeX document class +(/usr/share/texmf-dist/tex/latex/base/size10.clo +File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option) +) +\c@part=\count177 +\c@section=\count178 +\c@subsection=\count179 +\c@subsubsection=\count180 +\c@paragraph=\count181 +\c@subparagraph=\count182 +\c@figure=\count183 +\c@table=\count184 +\abovecaptionskip=\skip47 +\belowcaptionskip=\skip48 +\bibindent=\dimen138 +) +(/usr/share/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2020/08/01 v1.3d Input encoding file +\inpenc@prehook=\toks15 +\inpenc@posthook=\toks16 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2020/09/23 v2.17i AMS math features +\@mathmargin=\skip49 + +For additional information on amsmath, use the `?' option. +(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 AMS text + +(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks17 +\ex@=\dimen139 +)) +(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen140 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2016/03/08 v2.02 operator names +) +\inf@bad=\count185 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count186 +\leftroot@=\count187 +LaTeX Info: Redefining \overline on input line 399. +\classnum@=\count188 +\DOTSCASE@=\count189 +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@=\box47 +\strutbox@=\box48 +\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=\count190 +\c@MaxMatrixCols=\count191 +\dotsspace@=\muskip16 +\c@parentequation=\count192 +\dspbrk@lvl=\count193 +\tag@help=\toks18 +\row@=\count194 +\column@=\count195 +\maxfields@=\count196 +\andhelp@=\toks19 +\eqnshift@=\dimen142 +\alignsep@=\dimen143 +\tagshift@=\dimen144 +\tagwidth@=\dimen145 +\totwidth@=\dimen146 +\lineht@=\dimen147 +\@envbody=\toks20 +\multlinegap=\skip50 +\multlinetaggap=\skip51 +\mathdisplay@stack=\toks21 +LaTeX Info: Redefining \[ on input line 2923. +LaTeX Info: Redefining \] on input line 2924. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols +) +(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + +(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks22 +) +(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. + +(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2020/03/06 v1.0d TeX engine tests +)) +\Gm@cnth=\count197 +\Gm@cntv=\count198 +\c@Gm@tempcnt=\count199 +\Gm@bindingoffset=\dimen148 +\Gm@wd@mp=\dimen149 +\Gm@odd@mp=\dimen150 +\Gm@even@mp=\dimen151 +\Gm@layoutwidth=\dimen152 +\Gm@layoutheight=\dimen153 +\Gm@layouthoffset=\dimen154 +\Gm@layoutvoffset=\dimen155 +\Gm@dimlist=\toks23 +) +(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2020-09-24 L3 backend support: PDF output (pdfTeX) +\l__kernel_color_stack_int=\count266 +\l__pdf_internal_box=\box49 +) (./biblio1.aux) +\openout1 = `biblio1.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 7. +LaTeX Font Info: ... okay on input line 7. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 7. +LaTeX Font Info: ... okay on input line 7. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 7. +LaTeX Font Info: ... okay on input line 7. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 7. +LaTeX Font Info: ... okay on input line 7. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 7. +LaTeX Font Info: ... okay on input line 7. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 7. +LaTeX Font Info: ... okay on input line 7. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 7. +LaTeX Font Info: ... okay on input line 7. + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: a5paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(56.9055pt, 307.28978pt, 56.9055pt) +* v-part:(T,H,B)=(56.9055pt, 483.69687pt, 56.9055pt) +* \paperwidth=421.10078pt +* \paperheight=597.50787pt +* \textwidth=307.28978pt +* \textheight=483.69687pt +* \oddsidemargin=-15.36449pt +* \evensidemargin=-15.36449pt +* \topmargin=-52.36449pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=10.0pt +* \footskip=30.0pt +* \marginparwidth=3.0pt +* \marginparsep=11.0pt +* \columnsep=10.0pt +* \skip\footins=9.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +[1 + +{/usr/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] (./biblio1.aux) ) +Here is how much of TeX's memory you used: + 2068 strings out of 479383 + 27244 string characters out of 5875799 + 304076 words of memory out of 5000000 + 19218 multiletter control sequences out of 15000+600000 + 404381 words of font info for 30 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 66i,4n,72p,224b,147s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on biblio1.pdf (1 page, 42218 bytes). +PDF statistics: + 20 PDF objects out of 1000 (max. 8388607) + 13 compressed objects within 1 object stream + 0 named destinations out of 1000 (max. 500000) + 1 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/src/Lecture2/live/biblio1.pdf b/src/Lecture2/live/biblio1.pdf new file mode 100644 index 0000000..da22e81 Binary files /dev/null and b/src/Lecture2/live/biblio1.pdf differ diff --git a/src/Lecture2/live/biblio1.synctex.gz b/src/Lecture2/live/biblio1.synctex.gz new file mode 100644 index 0000000..1230d2a Binary files /dev/null and b/src/Lecture2/live/biblio1.synctex.gz differ diff --git a/src/Lecture2/live/biblio1.tex b/src/Lecture2/live/biblio1.tex new file mode 100644 index 0000000..39e5b38 --- /dev/null +++ b/src/Lecture2/live/biblio1.tex @@ -0,0 +1,34 @@ +\documentclass[10pt,a5paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} +\begin{document} + +The theory of the étale fundamental group of affdssf \cite[Proposition~5]{szamuely} schemes is introduced in \cite[Proposition~5]{szamuely}. + +The book \cite{knuth68} is still unfinished. + +\cite{knuth68, szamuely} + +\begin{thebibliography}{999} + \bibitem{knuth68} + Donald Knuth, + \emph{The Art of Computer Programming}, + Volume I, Addison-Wesley, 1968. + + \bibitem{lang-algebra} + Serge Lang, + \emph{Algebra}, + Springer, + 2002. + + \bibitem{szamuely} + Tamás Szamuely, + \emph{Galois Groups and Fundamental Groups}, + Cambridge University Press, + 2009. +\end{thebibliography} + +\end{document} \ No newline at end of file diff --git a/src/Lecture2/live/biblio2.aux b/src/Lecture2/live/biblio2.aux new file mode 100644 index 0000000..16c1b60 --- /dev/null +++ b/src/Lecture2/live/biblio2.aux @@ -0,0 +1,10 @@ +\relax +\citation{knuth68} +\citation{th} +\citation{rudin} +\bibstyle{alpha} +\bibdata{my_biblio} +\bibcite{knuth68}{Knu68} +\bibcite{rudin}{Rud62} +\bibcite{th}{Tro22} +\gdef \@abspage@last{1} diff --git a/src/Lecture2/live/biblio2.bbl b/src/Lecture2/live/biblio2.bbl new file mode 100644 index 0000000..807d268 --- /dev/null +++ b/src/Lecture2/live/biblio2.bbl @@ -0,0 +1,18 @@ +\begin{thebibliography}{Knu68} + +\bibitem[Knu68]{knuth68} +Donald Knuth. +\newblock {\em The Art of Computer Programming}, volume~I. +\newblock Addison-Wesley, 1968. + +\bibitem[Rud62]{rudin} +Walter Rudin. +\newblock {\em Fourier analysis on groups}, volume 121967. +\newblock Wiley Online Library, 1962. + +\bibitem[Tro22]{th} +Tronto. +\newblock {\em Kummer Theory}. +\newblock PhD thesis, Uni.lu, 2022. + +\end{thebibliography} diff --git a/src/Lecture2/live/biblio2.blg b/src/Lecture2/live/biblio2.blg new file mode 100644 index 0000000..64ea089 --- /dev/null +++ b/src/Lecture2/live/biblio2.blg @@ -0,0 +1,46 @@ +This is BibTeX, Version 0.99d (TeX Live 2020/VoidLinux) +Capacity: max_strings=200000, hash_size=200000, hash_prime=170003 +The top-level auxiliary file: biblio2.aux +The style file: alpha.bst +Database file #1: my_biblio.bib +You've used 3 entries, + 2543 wiz_defined-function locations, + 575 strings with 4616 characters, +and the built_in function-call counts, 846 in all, are: += -- 75 +> -- 24 +< -- 5 ++ -- 7 +- -- 6 +* -- 48 +:= -- 155 +add.period$ -- 9 +call.type$ -- 3 +change.case$ -- 12 +chr.to.int$ -- 3 +cite$ -- 3 +duplicate$ -- 45 +empty$ -- 68 +format.name$ -- 12 +if$ -- 165 +int.to.chr$ -- 1 +int.to.str$ -- 0 +missing$ -- 4 +newline$ -- 18 +num.names$ -- 9 +pop$ -- 20 +preamble$ -- 1 +purify$ -- 18 +quote$ -- 0 +skip$ -- 31 +stack$ -- 0 +substring$ -- 22 +swap$ -- 5 +text.length$ -- 5 +text.prefix$ -- 3 +top$ -- 0 +type$ -- 16 +warning$ -- 0 +while$ -- 6 +width$ -- 6 +write$ -- 41 diff --git a/src/Lecture2/live/biblio2.log b/src/Lecture2/live/biblio2.log new file mode 100644 index 0000000..851ded9 --- /dev/null +++ b/src/Lecture2/live/biblio2.log @@ -0,0 +1,203 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/VoidLinux) (preloaded format=pdflatex 2021.2.3) 12 MAR 2021 16:53 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**biblio2.tex +(./biblio2.tex +LaTeX2e <2020-10-01> patch level 2 +L3 programming layer <2020-12-03> xparse <2020-03-03> +(/usr/share/texmf-dist/tex/latex/base/article.cls +Document Class: article 2020/04/10 v1.4m Standard LaTeX document class +(/usr/share/texmf-dist/tex/latex/base/size10.clo +File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option) +) +\c@part=\count177 +\c@section=\count178 +\c@subsection=\count179 +\c@subsubsection=\count180 +\c@paragraph=\count181 +\c@subparagraph=\count182 +\c@figure=\count183 +\c@table=\count184 +\abovecaptionskip=\skip47 +\belowcaptionskip=\skip48 +\bibindent=\dimen138 +) +(/usr/share/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2020/08/01 v1.3d Input encoding file +\inpenc@prehook=\toks15 +\inpenc@posthook=\toks16 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2020/09/23 v2.17i AMS math features +\@mathmargin=\skip49 + +For additional information on amsmath, use the `?' option. +(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 AMS text + +(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks17 +\ex@=\dimen139 +)) +(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen140 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2016/03/08 v2.02 operator names +) +\inf@bad=\count185 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count186 +\leftroot@=\count187 +LaTeX Info: Redefining \overline on input line 399. +\classnum@=\count188 +\DOTSCASE@=\count189 +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@=\box47 +\strutbox@=\box48 +\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=\count190 +\c@MaxMatrixCols=\count191 +\dotsspace@=\muskip16 +\c@parentequation=\count192 +\dspbrk@lvl=\count193 +\tag@help=\toks18 +\row@=\count194 +\column@=\count195 +\maxfields@=\count196 +\andhelp@=\toks19 +\eqnshift@=\dimen142 +\alignsep@=\dimen143 +\tagshift@=\dimen144 +\tagwidth@=\dimen145 +\totwidth@=\dimen146 +\lineht@=\dimen147 +\@envbody=\toks20 +\multlinegap=\skip50 +\multlinetaggap=\skip51 +\mathdisplay@stack=\toks21 +LaTeX Info: Redefining \[ on input line 2923. +LaTeX Info: Redefining \] on input line 2924. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols +) +(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + +(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks22 +) +(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. + +(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2020/03/06 v1.0d TeX engine tests +)) +\Gm@cnth=\count197 +\Gm@cntv=\count198 +\c@Gm@tempcnt=\count199 +\Gm@bindingoffset=\dimen148 +\Gm@wd@mp=\dimen149 +\Gm@odd@mp=\dimen150 +\Gm@even@mp=\dimen151 +\Gm@layoutwidth=\dimen152 +\Gm@layoutheight=\dimen153 +\Gm@layouthoffset=\dimen154 +\Gm@layoutvoffset=\dimen155 +\Gm@dimlist=\toks23 +) +(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2020-09-24 L3 backend support: PDF output (pdfTeX) +\l__kernel_color_stack_int=\count266 +\l__pdf_internal_box=\box49 +) (./biblio2.aux) +\openout1 = `biblio2.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 7. +LaTeX Font Info: ... okay on input line 7. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 7. +LaTeX Font Info: ... okay on input line 7. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 7. +LaTeX Font Info: ... okay on input line 7. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 7. +LaTeX Font Info: ... okay on input line 7. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 7. +LaTeX Font Info: ... okay on input line 7. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 7. +LaTeX Font Info: ... okay on input line 7. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 7. +LaTeX Font Info: ... okay on input line 7. + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: a5paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(56.9055pt, 307.28978pt, 56.9055pt) +* v-part:(T,H,B)=(56.9055pt, 483.69687pt, 56.9055pt) +* \paperwidth=421.10078pt +* \paperheight=597.50787pt +* \textwidth=307.28978pt +* \textheight=483.69687pt +* \oddsidemargin=-15.36449pt +* \evensidemargin=-15.36449pt +* \topmargin=-52.36449pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=10.0pt +* \footskip=30.0pt +* \marginparwidth=3.0pt +* \marginparsep=11.0pt +* \columnsep=10.0pt +* \skip\footins=9.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +(./biblio2.bbl) [1 + +{/usr/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] +(./biblio2.aux) ) +Here is how much of TeX's memory you used: + 2070 strings out of 479383 + 27254 string characters out of 5875799 + 304088 words of memory out of 5000000 + 19217 multiletter control sequences out of 15000+600000 + 404381 words of font info for 30 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 66i,4n,72p,224b,133s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on biblio2.pdf (1 page, 40599 bytes). +PDF statistics: + 20 PDF objects out of 1000 (max. 8388607) + 13 compressed objects within 1 object stream + 0 named destinations out of 1000 (max. 500000) + 1 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/src/Lecture2/live/biblio2.pdf b/src/Lecture2/live/biblio2.pdf new file mode 100644 index 0000000..fac5bce Binary files /dev/null and b/src/Lecture2/live/biblio2.pdf differ diff --git a/src/Lecture2/live/biblio2.synctex.gz b/src/Lecture2/live/biblio2.synctex.gz new file mode 100644 index 0000000..2510660 Binary files /dev/null and b/src/Lecture2/live/biblio2.synctex.gz differ diff --git a/src/Lecture2/live/biblio2.tex b/src/Lecture2/live/biblio2.tex new file mode 100644 index 0000000..4997a0a --- /dev/null +++ b/src/Lecture2/live/biblio2.tex @@ -0,0 +1,18 @@ +\documentclass[10pt,a5paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} +\begin{document} + +\cite{knuth68} + +You can find my results in \cite{th} + +We can also refer to this book \cite{rudin} + +\bibliographystyle{alpha} +\bibliography{my_biblio} + +\end{document} \ No newline at end of file diff --git a/src/Lecture2/live/commands.aux b/src/Lecture2/live/commands.aux new file mode 100644 index 0000000..b640121 --- /dev/null +++ b/src/Lecture2/live/commands.aux @@ -0,0 +1,2 @@ +\relax +\gdef \@abspage@last{1} diff --git a/src/Lecture2/live/commands.log b/src/Lecture2/live/commands.log new file mode 100644 index 0000000..e65a5e6 --- /dev/null +++ b/src/Lecture2/live/commands.log @@ -0,0 +1,215 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/VoidLinux) (preloaded format=pdflatex 2021.2.3) 12 MAR 2021 15:47 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**commands.tex +(./commands.tex +LaTeX2e <2020-10-01> patch level 2 +L3 programming layer <2020-12-03> xparse <2020-03-03> +(/usr/share/texmf-dist/tex/latex/base/article.cls +Document Class: article 2020/04/10 v1.4m Standard LaTeX document class +(/usr/share/texmf-dist/tex/latex/base/size10.clo +File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option) +) +\c@part=\count177 +\c@section=\count178 +\c@subsection=\count179 +\c@subsubsection=\count180 +\c@paragraph=\count181 +\c@subparagraph=\count182 +\c@figure=\count183 +\c@table=\count184 +\abovecaptionskip=\skip47 +\belowcaptionskip=\skip48 +\bibindent=\dimen138 +) +(/usr/share/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2020/08/01 v1.3d Input encoding file +\inpenc@prehook=\toks15 +\inpenc@posthook=\toks16 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2020/09/23 v2.17i AMS math features +\@mathmargin=\skip49 + +For additional information on amsmath, use the `?' option. +(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 AMS text + +(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks17 +\ex@=\dimen139 +)) +(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen140 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2016/03/08 v2.02 operator names +) +\inf@bad=\count185 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count186 +\leftroot@=\count187 +LaTeX Info: Redefining \overline on input line 399. +\classnum@=\count188 +\DOTSCASE@=\count189 +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@=\box47 +\strutbox@=\box48 +\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=\count190 +\c@MaxMatrixCols=\count191 +\dotsspace@=\muskip16 +\c@parentequation=\count192 +\dspbrk@lvl=\count193 +\tag@help=\toks18 +\row@=\count194 +\column@=\count195 +\maxfields@=\count196 +\andhelp@=\toks19 +\eqnshift@=\dimen142 +\alignsep@=\dimen143 +\tagshift@=\dimen144 +\tagwidth@=\dimen145 +\totwidth@=\dimen146 +\lineht@=\dimen147 +\@envbody=\toks20 +\multlinegap=\skip50 +\multlinetaggap=\skip51 +\mathdisplay@stack=\toks21 +LaTeX Info: Redefining \[ on input line 2923. +LaTeX Info: Redefining \] on input line 2924. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols +) +(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + +(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks22 +) +(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. + +(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2020/03/06 v1.0d TeX engine tests +)) +\Gm@cnth=\count197 +\Gm@cntv=\count198 +\c@Gm@tempcnt=\count199 +\Gm@bindingoffset=\dimen148 +\Gm@wd@mp=\dimen149 +\Gm@odd@mp=\dimen150 +\Gm@even@mp=\dimen151 +\Gm@layoutwidth=\dimen152 +\Gm@layoutheight=\dimen153 +\Gm@layouthoffset=\dimen154 +\Gm@layoutvoffset=\dimen155 +\Gm@dimlist=\toks23 +) +(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2020-09-24 L3 backend support: PDF output (pdfTeX) +\l__kernel_color_stack_int=\count266 +\l__pdf_internal_box=\box49 +) +(./commands.aux) +\openout1 = `commands.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 15. +LaTeX Font Info: ... okay on input line 15. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 15. +LaTeX Font Info: ... okay on input line 15. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 15. +LaTeX Font Info: ... okay on input line 15. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 15. +LaTeX Font Info: ... okay on input line 15. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 15. +LaTeX Font Info: ... okay on input line 15. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 15. +LaTeX Font Info: ... okay on input line 15. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 15. +LaTeX Font Info: ... okay on input line 15. + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: a5paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(56.9055pt, 307.28978pt, 56.9055pt) +* v-part:(T,H,B)=(56.9055pt, 483.69687pt, 56.9055pt) +* \paperwidth=421.10078pt +* \paperheight=597.50787pt +* \textwidth=307.28978pt +* \textheight=483.69687pt +* \oddsidemargin=-15.36449pt +* \evensidemargin=-15.36449pt +* \topmargin=-52.36449pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=10.0pt +* \footskip=30.0pt +* \marginparwidth=3.0pt +* \marginparsep=11.0pt +* \columnsep=10.0pt +* \skip\footins=9.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +LaTeX Font Info: Trying to load font information for U+msa on input line 17. + +(/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Trying to load font information for U+msb on input line 17. + + +(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) [1 + +{/usr/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] (./commands.aux) ) +Here is how much of TeX's memory you used: + 2090 strings out of 479383 + 27605 string characters out of 5875799 + 303148 words of memory out of 5000000 + 19230 multiletter control sequences out of 15000+600000 + 405129 words of font info for 35 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 66i,4n,72p,225b,104s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on commands.pdf (1 page, 34332 bytes). +PDF statistics: + 24 PDF objects out of 1000 (max. 8388607) + 16 compressed objects within 1 object stream + 0 named destinations out of 1000 (max. 500000) + 1 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/src/Lecture2/live/commands.pdf b/src/Lecture2/live/commands.pdf new file mode 100644 index 0000000..fac2654 Binary files /dev/null and b/src/Lecture2/live/commands.pdf differ diff --git a/src/Lecture2/live/commands.synctex.gz b/src/Lecture2/live/commands.synctex.gz new file mode 100644 index 0000000..d3f24b3 Binary files /dev/null and b/src/Lecture2/live/commands.synctex.gz differ diff --git a/src/Lecture2/live/commands.tex b/src/Lecture2/live/commands.tex new file mode 100644 index 0000000..25a0a78 --- /dev/null +++ b/src/Lecture2/live/commands.tex @@ -0,0 +1,27 @@ +\documentclass[10pt,a5paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} + + +\newcommand{\myvec}[2]{({#1}_1,{#1}_2,\dots,{#1}_{#2})} +\newcommand{\myvecn}[1]{\myvec{#1}{n}} + +\newcommand{\myvecopt}[2][n]{({#2}_1,{#2}_2,\dots,{#2}_{#1})} +\providecommand{\vec}[1]{\overleftarrow{#1}} + +\begin{document} + +\[ + \vec{v}=\myvecopt{v} +\] + +later... + +\[ + \vec{w}=\myvecopt[10]{w} +\] + +\end{document} \ No newline at end of file diff --git a/src/Lecture2/live/me.jpg b/src/Lecture2/live/me.jpg new file mode 100644 index 0000000..505306d Binary files /dev/null and b/src/Lecture2/live/me.jpg differ diff --git a/src/Lecture2/live/my_biblio.bib b/src/Lecture2/live/my_biblio.bib new file mode 100644 index 0000000..df88b07 --- /dev/null +++ b/src/Lecture2/live/my_biblio.bib @@ -0,0 +1,36 @@ +@book{knuth68, + author = "Donald Knuth", + title = "The Art of Computer Programming", + publisher = "Addison-Wesley", + volume = "I", + year = "1968", +} + +@misc{lang-algebra, + title = {Algebra}, + author = {Serge Lang}, + year = {2002}, + publisher = {Springer} +} + +@book{szamuely, + title = {Galois groups and fundamental groups}, + author = {Szamuely, Tam{\'a}s}, + year = {2009}, + publisher = {Cambridge University Press} +} + +@PhdThesis{th, +author = {Tronto}, +title = {Kummer Theory}, +school = {Uni.lu}, +year = {2022}, +} + +@book{rudin1962fourier, + title={Fourier analysis on groups}, + author={Rudin, Walter}, + volume={121967}, + year={1962}, + publisher={Wiley Online Library} +} diff --git a/src/Lecture2/live/new.aux b/src/Lecture2/live/new.aux new file mode 100644 index 0000000..5787655 --- /dev/null +++ b/src/Lecture2/live/new.aux @@ -0,0 +1,8 @@ +\relax +\@writefile{toc}{\contentsline {section}{\numberline {\S 1}Text}{1}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {\S 2}inbetween}{1}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {\S 3}Last section}{1}{}\protected@file@percent } +\newlabel{ts}{{\S 3}{1}} +\newlabel{gaussthm}{{3,B}{1}} +\newlabel{eq}{{3.1}{1}} +\gdef \@abspage@last{2} diff --git a/src/Lecture2/live/new.log b/src/Lecture2/live/new.log new file mode 100644 index 0000000..f979539 --- /dev/null +++ b/src/Lecture2/live/new.log @@ -0,0 +1,245 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/VoidLinux) (preloaded format=pdflatex 2021.2.3) 12 MAR 2021 15:08 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**new.tex +(./new.tex +LaTeX2e <2020-10-01> patch level 2 +L3 programming layer <2020-12-03> xparse <2020-03-03> +(/usr/share/texmf-dist/tex/latex/base/article.cls +Document Class: article 2020/04/10 v1.4m Standard LaTeX document class +(/usr/share/texmf-dist/tex/latex/base/size10.clo +File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option) +) +\c@part=\count177 +\c@section=\count178 +\c@subsection=\count179 +\c@subsubsection=\count180 +\c@paragraph=\count181 +\c@subparagraph=\count182 +\c@figure=\count183 +\c@table=\count184 +\abovecaptionskip=\skip47 +\belowcaptionskip=\skip48 +\bibindent=\dimen138 +) +(/usr/share/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2020/08/01 v1.3d Input encoding file +\inpenc@prehook=\toks15 +\inpenc@posthook=\toks16 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2020/09/23 v2.17i AMS math features +\@mathmargin=\skip49 + +For additional information on amsmath, use the `?' option. +(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 AMS text + +(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks17 +\ex@=\dimen139 +)) +(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen140 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2016/03/08 v2.02 operator names +) +\inf@bad=\count185 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count186 +\leftroot@=\count187 +LaTeX Info: Redefining \overline on input line 399. +\classnum@=\count188 +\DOTSCASE@=\count189 +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@=\box47 +\strutbox@=\box48 +\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=\count190 +\c@MaxMatrixCols=\count191 +\dotsspace@=\muskip16 +\c@parentequation=\count192 +\dspbrk@lvl=\count193 +\tag@help=\toks18 +\row@=\count194 +\column@=\count195 +\maxfields@=\count196 +\andhelp@=\toks19 +\eqnshift@=\dimen142 +\alignsep@=\dimen143 +\tagshift@=\dimen144 +\tagwidth@=\dimen145 +\totwidth@=\dimen146 +\lineht@=\dimen147 +\@envbody=\toks20 +\multlinegap=\skip50 +\multlinetaggap=\skip51 +\mathdisplay@stack=\toks21 +LaTeX Info: Redefining \[ on input line 2923. +LaTeX Info: Redefining \] on input line 2924. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols +) +(/usr/share/texmf-dist/tex/latex/amscls/amsthm.sty +Package: amsthm 2020/05/29 v2.20.6 +\thm@style=\toks22 +\thm@bodyfont=\toks23 +\thm@headfont=\toks24 +\thm@notefont=\toks25 +\thm@headpunct=\toks26 +\thm@preskip=\skip52 +\thm@postskip=\skip53 +\thm@headsep=\skip54 +\dth@everypar=\toks27 +) +(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + +(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks28 +) +(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. + +(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2020/03/06 v1.0d TeX engine tests +)) +\Gm@cnth=\count197 +\Gm@cntv=\count198 +\c@Gm@tempcnt=\count199 +\Gm@bindingoffset=\dimen148 +\Gm@wd@mp=\dimen149 +\Gm@odd@mp=\dimen150 +\Gm@even@mp=\dimen151 +\Gm@layoutwidth=\dimen152 +\Gm@layoutheight=\dimen153 +\Gm@layouthoffset=\dimen154 +\Gm@layoutvoffset=\dimen155 +\Gm@dimlist=\toks29 +) +(/usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty +Package: enumitem 2019/06/20 v3.9 Customized lists +\labelindent=\skip55 +\enit@outerparindent=\dimen156 +\enit@toks=\toks30 +\enit@inbox=\box49 +\enit@count@id=\count266 +\enitdp@description=\count267 +) +\c@mythm=\count268 +\c@defi=\count269 + +(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2020-09-24 L3 backend support: PDF output (pdfTeX) +\l__kernel_color_stack_int=\count270 +\l__pdf_internal_box=\box50 +) (./new.aux) +\openout1 = `new.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 34. +LaTeX Font Info: ... okay on input line 34. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 34. +LaTeX Font Info: ... okay on input line 34. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 34. +LaTeX Font Info: ... okay on input line 34. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 34. +LaTeX Font Info: ... okay on input line 34. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 34. +LaTeX Font Info: ... okay on input line 34. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 34. +LaTeX Font Info: ... okay on input line 34. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 34. +LaTeX Font Info: ... okay on input line 34. + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: a5paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(56.9055pt, 307.28978pt, 56.9055pt) +* v-part:(T,H,B)=(56.9055pt, 483.69687pt, 56.9055pt) +* \paperwidth=421.10078pt +* \paperheight=597.50787pt +* \textwidth=307.28978pt +* \textheight=483.69687pt +* \oddsidemargin=-15.36449pt +* \evensidemargin=-15.36449pt +* \topmargin=-52.36449pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=10.0pt +* \footskip=30.0pt +* \marginparwidth=3.0pt +* \marginparsep=11.0pt +* \columnsep=10.0pt +* \skip\footins=9.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +LaTeX Font Info: Trying to load font information for U+msa on input line 36. + +(/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Trying to load font information for U+msb on input line 36. + + +(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) [1 + +{/usr/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2] (./new.aux) ) +Here is how much of TeX's memory you used: + 2540 strings out of 479383 + 34346 string characters out of 5875799 + 316279 words of memory out of 5000000 + 19657 multiletter control sequences out of 15000+600000 + 412008 words of font info for 60 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 66i,8n,72p,220b,216s stack positions out of 5000i,500n,10000p,200000b,80000s +{/u +sr/share/texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc} +Output written on new.pdf (2 pages, 114184 bytes). +PDF statistics: + 60 PDF objects out of 1000 (max. 8388607) + 43 compressed objects within 1 object stream + 0 named destinations out of 1000 (max. 500000) + 1 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/src/Lecture2/live/new.pdf b/src/Lecture2/live/new.pdf new file mode 100644 index 0000000..e1afcd0 Binary files /dev/null and b/src/Lecture2/live/new.pdf differ diff --git a/src/Lecture2/live/new.synctex.gz b/src/Lecture2/live/new.synctex.gz new file mode 100644 index 0000000..dc08275 Binary files /dev/null and b/src/Lecture2/live/new.synctex.gz differ diff --git a/src/Lecture2/live/new.tex b/src/Lecture2/live/new.tex new file mode 100644 index 0000000..e38c7cf --- /dev/null +++ b/src/Lecture2/live/new.tex @@ -0,0 +1,99 @@ +\documentclass[10pt,a5paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{amsthm} +\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} + +\usepackage{enumitem} + +\title{Latex Example Live} +\author{Sebastiano Tronto} +\date{12-03-2021} + + + +\newtheorem{mythm}{My Theorem}[section] + +\theoremstyle{definition} +\newtheorem{prop}[mythm]{Proposition} +\newtheorem{defi}{Definition} + +\theoremstyle{remark} +\newtheorem*{warning}{Achtung} + +\renewcommand{\thesection}{\S\arabic{section}} +\renewcommand{\themythm}{\arabic{section},\Alph{mythm}} + + +\numberwithin{equation}{section} + +\renewcommand{\theequation}{\arabic{section}.\arabic{equation}} + +\begin{document} + +\maketitle + + +\section{Text} + +abc + +\begin{align} +1+1=2 +\end{align} + +The section \ref{ts} contains theorems + +\section{inbetween} + +\section{Last section} +\label{ts} + + +\begin{prop} +A less important fact +\end{prop} + +\begin{mythm}[Gauss] +\label{gaussthm} +The equation \(2+x=4\) is true for \(x=2\). +\begin{align} +\label{eq} +\sum_{i=1}^ni +\end{align} +\end{mythm} + +The above equation \eqref{eq} is not an equation + +\arabic{equation} + + +\setcounter{defi}{23} +\begin{defi} +a definition +\end{defi} + +\setcounter{mythm}{10} +\begin{mythm} +Another important fact. +\end{mythm} + +\begin{warning} +It is a common mistake to think that \(2+2=5\) +\end{warning} + + +\vspace{1cm} + +\begin{enumerate}[label=(\Roman*)] + \item an item + \item another one +\end{enumerate} + +\arabic{enumi} + +\ref{gaussthm} is a theorem by gauss + +\end{document} \ No newline at end of file diff --git a/src/Lecture2/live/old.aux b/src/Lecture2/live/old.aux new file mode 100644 index 0000000..aeb0fd3 --- /dev/null +++ b/src/Lecture2/live/old.aux @@ -0,0 +1,10 @@ +\relax +\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2}Text}{1}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3}Math mode}{1}{}\protected@file@percent } +\newlabel{eq}{{1}{1}} +\@writefile{toc}{\contentsline {section}{\numberline {4}Environments}{1}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Lists}{1}{}\protected@file@percent } +\newlabel{subsectionLists}{{4.1}{1}} +\@writefile{toc}{\contentsline {section}{\numberline {5}Last section}{2}{}\protected@file@percent } +\gdef \@abspage@last{2} diff --git a/src/Lecture2/live/old.log b/src/Lecture2/live/old.log new file mode 100644 index 0000000..814b8b8 --- /dev/null +++ b/src/Lecture2/live/old.log @@ -0,0 +1,284 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/VoidLinux) (preloaded format=pdflatex 2021.2.3) 12 MAR 2021 14:31 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**old.tex +(./old.tex +LaTeX2e <2020-10-01> patch level 2 +L3 programming layer <2020-12-03> xparse <2020-03-03> +(/usr/share/texmf-dist/tex/latex/base/article.cls +Document Class: article 2020/04/10 v1.4m Standard LaTeX document class +(/usr/share/texmf-dist/tex/latex/base/size10.clo +File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option) +) +\c@part=\count177 +\c@section=\count178 +\c@subsection=\count179 +\c@subsubsection=\count180 +\c@paragraph=\count181 +\c@subparagraph=\count182 +\c@figure=\count183 +\c@table=\count184 +\abovecaptionskip=\skip47 +\belowcaptionskip=\skip48 +\bibindent=\dimen138 +) +(/usr/share/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2020/08/01 v1.3d Input encoding file +\inpenc@prehook=\toks15 +\inpenc@posthook=\toks16 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2020/09/23 v2.17i AMS math features +\@mathmargin=\skip49 + +For additional information on amsmath, use the `?' option. +(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 AMS text + +(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks17 +\ex@=\dimen139 +)) +(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen140 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2016/03/08 v2.02 operator names +) +\inf@bad=\count185 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count186 +\leftroot@=\count187 +LaTeX Info: Redefining \overline on input line 399. +\classnum@=\count188 +\DOTSCASE@=\count189 +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@=\box47 +\strutbox@=\box48 +\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=\count190 +\c@MaxMatrixCols=\count191 +\dotsspace@=\muskip16 +\c@parentequation=\count192 +\dspbrk@lvl=\count193 +\tag@help=\toks18 +\row@=\count194 +\column@=\count195 +\maxfields@=\count196 +\andhelp@=\toks19 +\eqnshift@=\dimen142 +\alignsep@=\dimen143 +\tagshift@=\dimen144 +\tagwidth@=\dimen145 +\totwidth@=\dimen146 +\lineht@=\dimen147 +\@envbody=\toks20 +\multlinegap=\skip50 +\multlinetaggap=\skip51 +\mathdisplay@stack=\toks21 +LaTeX Info: Redefining \[ on input line 2923. +LaTeX Info: Redefining \] on input line 2924. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols +) +(/usr/share/texmf-dist/tex/latex/amscls/amsthm.sty +Package: amsthm 2020/05/29 v2.20.6 +\thm@style=\toks22 +\thm@bodyfont=\toks23 +\thm@headfont=\toks24 +\thm@notefont=\toks25 +\thm@headpunct=\toks26 +\thm@preskip=\skip52 +\thm@postskip=\skip53 +\thm@headsep=\skip54 +\dth@everypar=\toks27 +) +(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + +(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks28 +) +(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. + +(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2020/03/06 v1.0d TeX engine tests +)) +\Gm@cnth=\count197 +\Gm@cntv=\count198 +\c@Gm@tempcnt=\count199 +\Gm@bindingoffset=\dimen148 +\Gm@wd@mp=\dimen149 +\Gm@odd@mp=\dimen150 +\Gm@even@mp=\dimen151 +\Gm@layoutwidth=\dimen152 +\Gm@layoutheight=\dimen153 +\Gm@layouthoffset=\dimen154 +\Gm@layoutvoffset=\dimen155 +\Gm@dimlist=\toks29 +) +(/usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty +Package: enumitem 2019/06/20 v3.9 Customized lists +\labelindent=\skip55 +\enit@outerparindent=\dimen156 +\enit@toks=\toks30 +\enit@inbox=\box49 +\enit@count@id=\count266 +\enitdp@description=\count267 +) +\c@mythm=\count268 +\c@defi=\count269 + +(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) + +(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg +File: color.cfg 2016/01/02 v1.6 sample color configuration +) +Package xcolor Info: Driver file: pdftex.def on input line 225. + +(/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex +) +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352. +Package xcolor Info: Model `RGB' extended on input line 1364. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. +) +(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2020-09-24 L3 backend support: PDF output (pdfTeX) +\l__kernel_color_stack_int=\count270 +\l__pdf_internal_box=\box50 +) (./old.aux) +\openout1 = `old.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 30. +LaTeX Font Info: ... okay on input line 30. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 30. +LaTeX Font Info: ... okay on input line 30. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 30. +LaTeX Font Info: ... okay on input line 30. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 30. +LaTeX Font Info: ... okay on input line 30. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 30. +LaTeX Font Info: ... okay on input line 30. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 30. +LaTeX Font Info: ... okay on input line 30. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 30. +LaTeX Font Info: ... okay on input line 30. + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: a4paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(56.9055pt, 483.69687pt, 56.9055pt) +* v-part:(T,H,B)=(56.9055pt, 731.23584pt, 56.9055pt) +* \paperwidth=597.50787pt +* \paperheight=845.04684pt +* \textwidth=483.69687pt +* \textheight=731.23584pt +* \oddsidemargin=-15.36449pt +* \evensidemargin=-15.36449pt +* \topmargin=-52.36449pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=10.0pt +* \footskip=30.0pt +* \marginparwidth=57.0pt +* \marginparsep=11.0pt +* \columnsep=10.0pt +* \skip\footins=9.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +(/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count271 +\scratchdimen=\dimen157 +\scratchbox=\box51 +\nofMPsegments=\count272 +\nofMParguments=\count273 +\everyMPshowfont=\toks31 +\MPscratchCnt=\count274 +\MPscratchDim=\dimen158 +\MPnumerator=\count275 +\makeMPintoPDFobject=\count276 +\everyMPtoPDFconversion=\toks32 +) +LaTeX Font Info: Trying to load font information for U+msa on input line 32. + + (/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Trying to load font information for U+msb on input line 32. + + +(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) [1 + +{/usr/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2] (./old.aux) ) +Here is how much of TeX's memory you used: + 3486 strings out of 479383 + 45825 string characters out of 5875799 + 338303 words of memory out of 5000000 + 20587 multiletter control sequences out of 15000+600000 + 412441 words of font info for 62 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 66i,9n,72p,220b,300s stack positions out of 5000i,500n,10000p,200000b,80000s +{/u +sr/share/texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc} + +Output written on old.pdf (2 pages, 165455 bytes). +PDF statistics: + 80 PDF objects out of 1000 (max. 8388607) + 58 compressed objects within 1 object stream + 0 named destinations out of 1000 (max. 500000) + 1 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/src/Lecture2/live/old.pdf b/src/Lecture2/live/old.pdf new file mode 100644 index 0000000..b05e7e8 Binary files /dev/null and b/src/Lecture2/live/old.pdf differ diff --git a/src/Lecture2/live/old.synctex.gz b/src/Lecture2/live/old.synctex.gz new file mode 100644 index 0000000..36a48f5 Binary files /dev/null and b/src/Lecture2/live/old.synctex.gz differ diff --git a/src/Lecture2/live/old.tex b/src/Lecture2/live/old.tex new file mode 100644 index 0000000..938002a --- /dev/null +++ b/src/Lecture2/live/old.tex @@ -0,0 +1,176 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{amsthm} +\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} + +\usepackage{enumitem} +\title{Latex Example Live} +\author{Sebastiano Tronto} +\date{20-02-2021} + +\newcommand{\reals}{\mathbb{R}} +\DeclareMathOperator{\sinus}{sinus} + + +\newtheorem{mythm}{My Theorem}[section] + +\theoremstyle{definition} +\newtheorem{prop}[mythm]{Proposition} +\newtheorem{defi}{Definition} + +\theoremstyle{remark} +\newtheorem*{warning}{Achtung} + +\usepackage{xcolor} + + +\begin{document} + +\maketitle + +\section{Introduction} + +{\color{pink} Hello, world! + +This is a comment} + +\texttt{This looks like computer code} + +\section{Text} + +\textbf{This sentence is in boldface} + +\underline{\textit{italicized} maybe in a sentence \textbf{something}} + +\underline{\textit{one inside the other}} + +\emph{also italicized???} + +This is an important sentence, maybe a quote or something, and this \emph{word} is very important. Let's make this sentence longer than one line. + +{\Huge Large words} + +%\appendix + +\section{Math mode} + +This is an inline formula \( \displaystyle \sum_i \frac{i}{22} \), it appears within the text + +This is a displaystyle formula \[ \textstyle \sum_{\alpha=0}^{2^{10}} \frac2 \alpha{22} \] it appears on its own line + +How sqrt works: \( \sqrt[\phi]{25} \) + + + +\begin{flalign} +\label{eq} +e^x &= \left(\sum_{i=0}^\infty \frac{x^i}{i!} \right) = & \\ +&= \left( 1 + x + \frac{x^2}2 \right)+ \frac{x^3}{6} + \cdots \nonumber +\end{flalign} + +\[ + \left\{ x \in \reals \quad \text{such that} \quad \frac{ \sinus(x)}{x^2}>0 \right\}\reals +\] + +\[ \sum_i \] + +The first equation we wrote is \eqref{eq} + +\section{Environments} + +\subsection{Lists} +\label{subsectionLists} + +\begin{itemize} + \item One \textbf{item} + \item Another \(2+2=4\) + \item a third one \[\sum_{i=0}^n\] + \item A sublist: + \begin{itemize} + \item[+] First subitem + \item[+] and so on + \end{itemize} + \item Again in the main list +\end{itemize} + +\begin{enumerate}[label=\Roman*] + \item One + \item Two + \item Actually three + \item Three (or not) +\end{enumerate} + +\subsection*{Tables} + +Let's write a table: + +\vspace{1cm} +\begin{tabular}{r||l|c} +\hline +This is a table & second column & third column \\ +\hline +Things & a & \( 2+2 = 4 \)\\ +\hline +more things & b & c +\end{tabular} + +\vspace{1cm} +\[ + \left(\begin{array}{cc} + \int_0^1 e^x & \frac{2}{25} \\ + 0 & 0 \\ + 1111 & 234\alpha + \end{array}\right) +\] + +\[ + \begin{pmatrix} + \int_0^1 e^x & \frac{2}{25} \\ + 0 & 0 \\ + 1111 & 234\alpha + \end{pmatrix} +\] + +\[ +\begin{pmatrix} +1 & 2\\ +3 & 4 +\end{pmatrix} +\overset{L2\rightarrow L2+L3}\longrightarrow +\begin{pmatrix} +1 & 2\\ +4 & 6 +\end{pmatrix} +\] + +\section{Last section} + +In section \ref{subsectionLists} we saw how to write lists + +\begin{mythm}[Gauss] +The equation \(2+x=4\) is true for \(x=2\). +\end{mythm} + +\begin{prop} +A less important fact +\end{prop} + +\begin{defi} +a definition +\end{defi} + +\begin{mythm} +Another important fact. +\end{mythm} + +\begin{warning} +It is a common mistake to think that \(2+2=5\) +\end{warning} +\[\binom45\] + +\[ 2 \nmid 10 \] + +\end{document} \ No newline at end of file diff --git a/src/Lecture2/live/pic.aux b/src/Lecture2/live/pic.aux new file mode 100644 index 0000000..f4fc4a4 --- /dev/null +++ b/src/Lecture2/live/pic.aux @@ -0,0 +1,3 @@ +\relax +\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Me, upside-down}}{1}{}\protected@file@percent } +\gdef \@abspage@last{5} diff --git a/src/Lecture2/live/pic.log b/src/Lecture2/live/pic.log new file mode 100644 index 0000000..a4ab70d --- /dev/null +++ b/src/Lecture2/live/pic.log @@ -0,0 +1,300 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/VoidLinux) (preloaded format=pdflatex 2021.2.3) 12 MAR 2021 16:34 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**pic.tex +(./pic.tex +LaTeX2e <2020-10-01> patch level 2 +L3 programming layer <2020-12-03> xparse <2020-03-03> +(/usr/share/texmf-dist/tex/latex/base/article.cls +Document Class: article 2020/04/10 v1.4m Standard LaTeX document class +(/usr/share/texmf-dist/tex/latex/base/size10.clo +File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option) +) +\c@part=\count177 +\c@section=\count178 +\c@subsection=\count179 +\c@subsubsection=\count180 +\c@paragraph=\count181 +\c@subparagraph=\count182 +\c@figure=\count183 +\c@table=\count184 +\abovecaptionskip=\skip47 +\belowcaptionskip=\skip48 +\bibindent=\dimen138 +) +(/usr/share/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2020/08/01 v1.3d Input encoding file +\inpenc@prehook=\toks15 +\inpenc@posthook=\toks16 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2020/09/23 v2.17i AMS math features +\@mathmargin=\skip49 + +For additional information on amsmath, use the `?' option. +(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 AMS text + +(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks17 +\ex@=\dimen139 +)) +(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen140 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2016/03/08 v2.02 operator names +) +\inf@bad=\count185 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count186 +\leftroot@=\count187 +LaTeX Info: Redefining \overline on input line 399. +\classnum@=\count188 +\DOTSCASE@=\count189 +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@=\box47 +\strutbox@=\box48 +\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=\count190 +\c@MaxMatrixCols=\count191 +\dotsspace@=\muskip16 +\c@parentequation=\count192 +\dspbrk@lvl=\count193 +\tag@help=\toks18 +\row@=\count194 +\column@=\count195 +\maxfields@=\count196 +\andhelp@=\toks19 +\eqnshift@=\dimen142 +\alignsep@=\dimen143 +\tagshift@=\dimen144 +\tagwidth@=\dimen145 +\totwidth@=\dimen146 +\lineht@=\dimen147 +\@envbody=\toks20 +\multlinegap=\skip50 +\multlinetaggap=\skip51 +\mathdisplay@stack=\toks21 +LaTeX Info: Redefining \[ on input line 2923. +LaTeX Info: Redefining \] on input line 2924. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols +) +(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + +(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks22 +) +(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. + +(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2020/03/06 v1.0d TeX engine tests +)) +\Gm@cnth=\count197 +\Gm@cntv=\count198 +\c@Gm@tempcnt=\count199 +\Gm@bindingoffset=\dimen148 +\Gm@wd@mp=\dimen149 +\Gm@odd@mp=\dimen150 +\Gm@even@mp=\dimen151 +\Gm@layoutwidth=\dimen152 +\Gm@layoutheight=\dimen153 +\Gm@layouthoffset=\dimen154 +\Gm@layoutvoffset=\dimen155 +\Gm@dimlist=\toks23 +) +(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR) + +(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR) + +(/usr/share/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 2016/01/03 v1.10 sin cos tan (DPC) +) +(/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration +) +Package graphics Info: Driver file: pdftex.def on input line 105. + +(/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex +)) +\Gin@req@height=\dimen156 +\Gin@req@width=\dimen157 +) +(/usr/share/texmf-dist/tex/latex/lipsum/lipsum.sty +(/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty +Package: expl3 2020-12-03 L3 programming layer (loader) + +(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2020-09-24 L3 backend support: PDF output (pdfTeX) +\l__kernel_color_stack_int=\count266 +\l__pdf_internal_box=\box49 +)) +(/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +Package: xparse 2020-10-27 L3 Experimental document command parser + +(/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) +Package: lipsum 2019/01/02 v2.2 150 paragraphs of Lorem Ipsum dummy text + +(/usr/share/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex +File: lipsum.ltd.tex 2019/01/02 v2.2 The Lorem ipsum dummy text +)) +(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) + +(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg +File: color.cfg 2016/01/02 v1.6 sample color configuration +) +Package xcolor Info: Driver file: pdftex.def on input line 225. +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352. +Package xcolor Info: Model `RGB' extended on input line 1364. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. +) +(/usr/share/texmf-dist/tex/latex/float/float.sty +Package: float 2001/11/08 v1.3d Float enhancements (AL) +\c@float@type=\count267 +\float@exts=\toks24 +\float@box=\box50 +\@float@everytoks=\toks25 +\@floatcapt=\box51 +) +(/usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty +\wrapoverhang=\dimen158 +\WF@size=\dimen159 +\c@WF@wrappedlines=\count268 +\WF@box=\box52 +\WF@everypar=\toks26 +Package: wrapfig 2003/01/31 v 3.6 +) (./pic.aux) +\openout1 = `pic.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. + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: a5paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(56.9055pt, 307.28978pt, 56.9055pt) +* v-part:(T,H,B)=(56.9055pt, 483.69687pt, 56.9055pt) +* \paperwidth=421.10078pt +* \paperheight=597.50787pt +* \textwidth=307.28978pt +* \textheight=483.69687pt +* \oddsidemargin=-15.36449pt +* \evensidemargin=-15.36449pt +* \topmargin=-52.36449pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=10.0pt +* \footskip=30.0pt +* \marginparwidth=3.0pt +* \marginparsep=11.0pt +* \columnsep=10.0pt +* \skip\footins=9.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +(/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count269 +\scratchdimen=\dimen160 +\scratchbox=\box53 +\nofMPsegments=\count270 +\nofMParguments=\count271 +\everyMPshowfont=\toks27 +\MPscratchCnt=\count272 +\MPscratchDim=\dimen161 +\MPnumerator=\count273 +\makeMPintoPDFobject=\count274 +\everyMPtoPDFconversion=\toks28 +) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf +Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 +85. + +(/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg +File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv +e +)) + +File: me.jpg Graphic file (type jpg) + +Package pdftex.def Info: me.jpg used on input line 21. +(pdftex.def) Requested size: 64.01463pt x 85.35826pt. + +Underfull \hbox (badness 1635) in paragraph at lines 26--26 +\OT1/cmr/m/n/10 rus elit, vestibu-lum ut, plac- + [] + +[1 + +{/usr/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map} <./me.jpg>] +[2] [3] [4] [5] (./pic.aux) ) +Here is how much of TeX's memory you used: + 3612 strings out of 479383 + 49723 string characters out of 5875799 + 598958 words of memory out of 5000000 + 20706 multiletter control sequences out of 15000+600000 + 403430 words of font info for 27 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 66i,7n,73p,220b,211s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on pic.pdf (5 pages, 131626 bytes). +PDF statistics: + 25 PDF objects out of 1000 (max. 8388607) + 15 compressed objects within 1 object stream + 0 named destinations out of 1000 (max. 500000) + 6 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/src/Lecture2/live/pic.pdf b/src/Lecture2/live/pic.pdf new file mode 100644 index 0000000..23c2a88 Binary files /dev/null and b/src/Lecture2/live/pic.pdf differ diff --git a/src/Lecture2/live/pic.synctex.gz b/src/Lecture2/live/pic.synctex.gz new file mode 100644 index 0000000..b9f4f3e Binary files /dev/null and b/src/Lecture2/live/pic.synctex.gz differ diff --git a/src/Lecture2/live/pic.tex b/src/Lecture2/live/pic.tex new file mode 100644 index 0000000..d4d3a45 --- /dev/null +++ b/src/Lecture2/live/pic.tex @@ -0,0 +1,34 @@ +\documentclass[10pt,a5paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} + +\usepackage{graphicx} +\usepackage{lipsum} +\usepackage{xcolor} +\usepackage{float} +\usepackage{wrapfig} + +\setlength{\parindent}{0cm} +\setlength{\parskip}{1cm} + +\begin{document} + +\begin{wrapfigure}{l}{0.5\textwidth} +\centering +\includegraphics[height=3cm,angle=260]{me.jpg} +\caption{Me, upside-down} +\end{wrapfigure} + +\lipsum + +x \hfill y + +Name: \hrulefill \quad Address: \dotfill + +{\color{red} \lipsum } + + +\end{document} \ No newline at end of file diff --git a/src/Lecture2/live/sentencecounter.aux b/src/Lecture2/live/sentencecounter.aux new file mode 100644 index 0000000..dc10b18 --- /dev/null +++ b/src/Lecture2/live/sentencecounter.aux @@ -0,0 +1,6 @@ +\relax +\@writefile{toc}{\contentsline {section}{\numberline {1}First section}{1}{}\protected@file@percent } +\newlabel{s1}{{[1,2]}{1}} +\@writefile{toc}{\contentsline {section}{\numberline {2}Second section}{1}{}\protected@file@percent } +\newlabel{sanother}{{[2,1]}{1}} +\gdef \@abspage@last{1} diff --git a/src/Lecture2/live/sentencecounter.bbl b/src/Lecture2/live/sentencecounter.bbl new file mode 100644 index 0000000..e69de29 diff --git a/src/Lecture2/live/sentencecounter.blg b/src/Lecture2/live/sentencecounter.blg new file mode 100644 index 0000000..5a7d479 --- /dev/null +++ b/src/Lecture2/live/sentencecounter.blg @@ -0,0 +1,48 @@ +This is BibTeX, Version 0.99d (TeX Live 2020/VoidLinux) +Capacity: max_strings=200000, hash_size=200000, hash_prime=170003 +The top-level auxiliary file: sentencecounter.aux +I found no \citation commands---while reading file sentencecounter.aux +I found no \bibdata command---while reading file sentencecounter.aux +I found no \bibstyle command---while reading file sentencecounter.aux +You've used 0 entries, + 0 wiz_defined-function locations, + 83 strings with 504 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/src/Lecture2/live/sentencecounter.log b/src/Lecture2/live/sentencecounter.log new file mode 100644 index 0000000..20c9291 --- /dev/null +++ b/src/Lecture2/live/sentencecounter.log @@ -0,0 +1,256 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/VoidLinux) (preloaded format=pdflatex 2021.2.3) 12 MAR 2021 16:12 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**sentencecounter.tex +(./sentencecounter.tex +LaTeX2e <2020-10-01> patch level 2 +L3 programming layer <2020-12-03> xparse <2020-03-03> +(/usr/share/texmf-dist/tex/latex/base/article.cls +Document Class: article 2020/04/10 v1.4m Standard LaTeX document class +(/usr/share/texmf-dist/tex/latex/base/size10.clo +File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option) +) +\c@part=\count177 +\c@section=\count178 +\c@subsection=\count179 +\c@subsubsection=\count180 +\c@paragraph=\count181 +\c@subparagraph=\count182 +\c@figure=\count183 +\c@table=\count184 +\abovecaptionskip=\skip47 +\belowcaptionskip=\skip48 +\bibindent=\dimen138 +) +(/usr/share/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2020/08/01 v1.3d Input encoding file +\inpenc@prehook=\toks15 +\inpenc@posthook=\toks16 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2020/09/23 v2.17i AMS math features +\@mathmargin=\skip49 + +For additional information on amsmath, use the `?' option. +(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 AMS text + +(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks17 +\ex@=\dimen139 +)) +(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen140 +) +(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2016/03/08 v2.02 operator names +) +\inf@bad=\count185 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count186 +\leftroot@=\count187 +LaTeX Info: Redefining \overline on input line 399. +\classnum@=\count188 +\DOTSCASE@=\count189 +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@=\box47 +\strutbox@=\box48 +\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=\count190 +\c@MaxMatrixCols=\count191 +\dotsspace@=\muskip16 +\c@parentequation=\count192 +\dspbrk@lvl=\count193 +\tag@help=\toks18 +\row@=\count194 +\column@=\count195 +\maxfields@=\count196 +\andhelp@=\toks19 +\eqnshift@=\dimen142 +\alignsep@=\dimen143 +\tagshift@=\dimen144 +\tagwidth@=\dimen145 +\totwidth@=\dimen146 +\lineht@=\dimen147 +\@envbody=\toks20 +\multlinegap=\skip50 +\multlinetaggap=\skip51 +\mathdisplay@stack=\toks21 +LaTeX Info: Redefining \[ on input line 2923. +LaTeX Info: Redefining \] on input line 2924. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +) +(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols +) +(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + +(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks22 +) +(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. + +(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2020/03/06 v1.0d TeX engine tests +)) +\Gm@cnth=\count197 +\Gm@cntv=\count198 +\c@Gm@tempcnt=\count199 +\Gm@bindingoffset=\dimen148 +\Gm@wd@mp=\dimen149 +\Gm@odd@mp=\dimen150 +\Gm@even@mp=\dimen151 +\Gm@layoutwidth=\dimen152 +\Gm@layoutheight=\dimen153 +\Gm@layouthoffset=\dimen154 +\Gm@layoutvoffset=\dimen155 +\Gm@dimlist=\toks23 +) +(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) + +(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg +File: color.cfg 2016/01/02 v1.6 sample color configuration +) +Package xcolor Info: Driver file: pdftex.def on input line 225. + +(/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex +) +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352. +Package xcolor Info: Model `RGB' extended on input line 1364. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. +) +\c@sentence=\count266 + +(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2020-09-24 L3 backend support: PDF output (pdfTeX) +\l__kernel_color_stack_int=\count267 +\l__pdf_internal_box=\box49 +) +(./sentencecounter.aux) +\openout1 = `sentencecounter.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 31. +LaTeX Font Info: ... okay on input line 31. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 31. +LaTeX Font Info: ... okay on input line 31. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 31. +LaTeX Font Info: ... okay on input line 31. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 31. +LaTeX Font Info: ... okay on input line 31. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 31. +LaTeX Font Info: ... okay on input line 31. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 31. +LaTeX Font Info: ... okay on input line 31. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 31. +LaTeX Font Info: ... okay on input line 31. + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: a5paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(56.9055pt, 307.28978pt, 56.9055pt) +* v-part:(T,H,B)=(56.9055pt, 483.69687pt, 56.9055pt) +* \paperwidth=421.10078pt +* \paperheight=597.50787pt +* \textwidth=307.28978pt +* \textheight=483.69687pt +* \oddsidemargin=-15.36449pt +* \evensidemargin=-15.36449pt +* \topmargin=-52.36449pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=10.0pt +* \footskip=30.0pt +* \marginparwidth=3.0pt +* \marginparsep=11.0pt +* \columnsep=10.0pt +* \skip\footins=9.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +(/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count268 +\scratchdimen=\dimen156 +\scratchbox=\box50 +\nofMPsegments=\count269 +\nofMParguments=\count270 +\everyMPshowfont=\toks24 +\MPscratchCnt=\count271 +\MPscratchDim=\dimen157 +\MPnumerator=\count272 +\makeMPintoPDFobject=\count273 +\everyMPtoPDFconversion=\toks25 +) +LaTeX Font Info: Trying to load font information for U+msa on input line 35. + + (/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Trying to load font information for U+msb on input line 35. + + +(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) [1 + +{/usr/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] (./sentencecounter.a +ux) ) +Here is how much of TeX's memory you used: + 3042 strings out of 479383 + 39191 string characters out of 5875799 + 322429 words of memory out of 5000000 + 20164 multiletter control sequences out of 15000+600000 + 406032 words of font info for 38 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 66i,9n,72p,232b,133s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on sentencecounter.pdf (1 page, 76925 bytes). +PDF statistics: + 44 PDF objects out of 1000 (max. 8388607) + 31 compressed objects within 1 object stream + 0 named destinations out of 1000 (max. 500000) + 1 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/src/Lecture2/live/sentencecounter.pdf b/src/Lecture2/live/sentencecounter.pdf new file mode 100644 index 0000000..7c0d117 Binary files /dev/null and b/src/Lecture2/live/sentencecounter.pdf differ diff --git a/src/Lecture2/live/sentencecounter.synctex.gz b/src/Lecture2/live/sentencecounter.synctex.gz new file mode 100644 index 0000000..7217772 Binary files /dev/null and b/src/Lecture2/live/sentencecounter.synctex.gz differ diff --git a/src/Lecture2/live/sentencecounter.tex b/src/Lecture2/live/sentencecounter.tex new file mode 100644 index 0000000..6428918 --- /dev/null +++ b/src/Lecture2/live/sentencecounter.tex @@ -0,0 +1,66 @@ +\documentclass[10pt,a5paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} + +\usepackage{xcolor} + +\newcounter{sentence}[section] +\renewcommand{\thesentence}{[\thesection,\arabic{sentence}]} + +\newcommand{\R}{\mathbb{R}} +\newcommand{\words}{blah bla blha} + +\newcommand{\todo}[1]{{\color{red}\large TODO: #1}} + +\newcommand{\sent}[1]{\refstepcounter{sentence}#1\textsuperscript{\arabic{sentence}}} + +\newcommand{\mymatrix}[4]{\begin{pmatrix} +#1 & #2 \\ +#3 & #4 +\end{pmatrix}} + +\newcommand{\twocases}[4]{\begin{cases} +#1 & #2 \\ +#3 & #4 +\end{cases}} + + +\begin{document} + +\section{First section} + +\sent{A sentence before the first one} + +\sent{This is a sentence.} +\label{s1} +\sent{This is another sentence.} + +\todo{finish the first section} + +This is a longer sentence that takes more than one line line maybe~no still it random words to show that how tilde works i dont know Theorem~10 + +\section{Second section} + +\sent{A sentence in the second section.} +\label{sanother} + +\vspace{2cm} + +In sentence~\ref{s1}... \todo{what did I want to say?} + +\[ \R \] + +\words + +\[ +\mymatrix{x}{a_{2,2}}{0}{f(10)} +\] + +\[ +f(x)=\twocases{x^2}{\text{if }x>0}{-x^3}{\text{otherwise.}} +\] + +\end{document} \ No newline at end of file diff --git a/src/Lecture2/slides/3-MoreLatex.aux b/src/Lecture2/slides/3-MoreLatex.aux new file mode 100644 index 0000000..c61be1c --- /dev/null +++ b/src/Lecture2/slides/3-MoreLatex.aux @@ -0,0 +1,69 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} +\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined +\global\let\oldcontentsline\contentsline +\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} +\global\let\oldnewlabel\newlabel +\gdef\newlabel#1#2{\newlabelxx{#1}#2} +\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} +\AtEndDocument{\ifx\hyper@anchor\@undefined +\let\contentsline\oldcontentsline +\let\newlabel\oldnewlabel +\fi} +\fi} +\global\let\hyper@last\relax +\gdef\HyperFirstAtBeginDocument#1{#1} +\providecommand\HyField@AuxAddToFields[1]{} +\providecommand\HyField@AuxAddToCoFields[2]{} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{13/13}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{14/14}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{15}{15/15}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{16}{16/16}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{17}{17/17}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{18}{18/18}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{19}{19/19}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {19}{19}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{20}{20/20}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {20}{20}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{21}{21/21}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {21}{21}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{22}{22/22}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {22}{22}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{23}{23/23}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {23}{23}}} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{23}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{23}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{23}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {23}}} +\@writefile{nav}{\headcommand {\gdef \inserttotalframenumber {23}}} diff --git a/src/Lecture2/slides/3-MoreLatex.log b/src/Lecture2/slides/3-MoreLatex.log new file mode 100644 index 0000000..f876db2 --- /dev/null +++ b/src/Lecture2/slides/3-MoreLatex.log @@ -0,0 +1,1193 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex 2021.5.20) 25 MAY 2021 16:13 +entering extended mode + \write18 enabled. + %&-line parsing enabled. +**3-MoreLatex.tex +(./3-MoreLatex.tex +LaTeX2e <2020-02-02> patch level 2 +L3 programming layer <2020-02-14> +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamer.cls +Document Class: beamer 2019/09/29 v3.57 A class for typesetting presentations +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemodes.sty +(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty +Package: etoolbox 2019/09/21 v2.5h e-TeX tools for LaTeX (JAW) +\etb@tempcnta=\count167 +) +\beamer@tempbox=\box45 +\beamer@tempcount=\count168 +\c@beamerpauses=\count169 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasedecode.sty +\beamer@slideinframe=\count170 +\beamer@minimum=\count171 +\beamer@decode@box=\box46 +) +\beamer@commentbox=\box47 +\beamer@modecount=\count172 +) +(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty +Package: ifpdf 2019/10/25 v3.4 ifpdf legacy package. Use iftex instead. + +(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2019/11/07 v1.0c TeX engine tests +)) +\headdp=\dimen134 +\footheight=\dimen135 +\sidebarheight=\dimen136 +\beamer@tempdim=\dimen137 +\beamer@finalheight=\dimen138 +\beamer@animht=\dimen139 +\beamer@animdp=\dimen140 +\beamer@animwd=\dimen141 +\beamer@leftmargin=\dimen142 +\beamer@rightmargin=\dimen143 +\beamer@leftsidebar=\dimen144 +\beamer@rightsidebar=\dimen145 +\beamer@boxsize=\dimen146 +\beamer@vboxoffset=\dimen147 +\beamer@descdefault=\dimen148 +\beamer@descriptionwidth=\dimen149 +\beamer@lastskip=\skip47 +\beamer@areabox=\box48 +\beamer@animcurrent=\box49 +\beamer@animshowbox=\box50 +\beamer@sectionbox=\box51 +\beamer@logobox=\box52 +\beamer@linebox=\box53 +\beamer@sectioncount=\count173 +\beamer@subsubsectionmax=\count174 +\beamer@subsectionmax=\count175 +\beamer@sectionmax=\count176 +\beamer@totalheads=\count177 +\beamer@headcounter=\count178 +\beamer@partstartpage=\count179 +\beamer@sectionstartpage=\count180 +\beamer@subsectionstartpage=\count181 +\beamer@animationtempa=\count182 +\beamer@animationtempb=\count183 +\beamer@xpos=\count184 +\beamer@ypos=\count185 +\beamer@ypos@offset=\count186 +\beamer@showpartnumber=\count187 +\beamer@currentsubsection=\count188 +\beamer@coveringdepth=\count189 +\beamer@sectionadjust=\count190 +\beamer@tocsectionnumber=\count191 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty +(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks14 +)) +\beamer@paperwidth=\skip48 +\beamer@paperheight=\skip49 + +(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + +(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. +) +\Gm@cnth=\count192 +\Gm@cntv=\count193 +\c@Gm@tempcnt=\count194 +\Gm@bindingoffset=\dimen150 +\Gm@wd@mp=\dimen151 +\Gm@odd@mp=\dimen152 +\Gm@even@mp=\dimen153 +\Gm@layoutwidth=\dimen154 +\Gm@layoutheight=\dimen155 +\Gm@layouthoffset=\dimen156 +\Gm@layoutvoffset=\dimen157 +\Gm@dimlist=\toks15 +) +(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo +File: size11.clo 2019/12/20 v1.4l Standard LaTeX file (size option) +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 2016/01/03 v1.10 sin cos tan (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration +) +Package graphics Info: Driver file: pdftex.def on input line 105. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex +)) +\Gin@req@height=\dimen158 +\Gin@req@width=\dimen159 +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex +\pgfutil@everybye=\toks16 +\pgfutil@tempdima=\dimen160 +\pgfutil@tempdimb=\dimen161 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.t +ex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def +\pgfutil@abb=\box54 +(/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty +Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex) +Package: pgfrcs 2020/01/08 v3.1.5b (3.1.5b) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex +Package: pgfsys 2020/01/08 v3.1.5b (3.1.5b) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex +\pgfkeys@pathtoks=\toks17 +\pgfkeys@temptoks=\toks18 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.t +ex +\pgfkeys@tmptoks=\toks19 +)) +\pgf@x=\dimen162 +\pgf@y=\dimen163 +\pgf@xa=\dimen164 +\pgf@ya=\dimen165 +\pgf@xb=\dimen166 +\pgf@yb=\dimen167 +\pgf@xc=\dimen168 +\pgf@yc=\dimen169 +\pgf@xd=\dimen170 +\pgf@yd=\dimen171 +\w@pgf@writea=\write3 +\r@pgf@reada=\read2 +\c@pgf@counta=\count195 +\c@pgf@countb=\count196 +\c@pgf@countc=\count197 +\c@pgf@countd=\count198 +\t@pgf@toka=\toks20 +\t@pgf@tokb=\toks21 +\t@pgf@tokc=\toks22 +\pgf@sys@id@count=\count199 + (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg +File: pgf.cfg 2020/01/08 v3.1.5b (3.1.5b) +) +Driver file for pgf: pgfsys-pdftex.def + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def +File: pgfsys-pdftex.def 2020/01/08 v3.1.5b (3.1.5b) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.de +f +File: pgfsys-common-pdf.def 2020/01/08 v3.1.5b (3.1.5b) +))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code. +tex +File: pgfsyssoftpath.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfsyssoftpath@smallbuffer@items=\count266 +\pgfsyssoftpath@bigbuffer@items=\count267 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code. +tex +File: pgfsysprotocol.code.tex 2020/01/08 v3.1.5b (3.1.5b) +)) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg +File: color.cfg 2016/01/02 v1.6 sample color configuration +) +Package xcolor Info: Driver file: pdftex.def on input line 225. +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352. +Package xcolor Info: Model `RGB' extended on input line 1364. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex +Package: pgfcore 2020/01/08 v3.1.5b (3.1.5b) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex +\pgfmath@dimen=\dimen172 +\pgfmath@count=\count268 +\pgfmath@box=\box55 +\pgfmath@toks=\toks23 +\pgfmath@stack@operand=\toks24 +\pgfmath@stack@operation=\toks25 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code +.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonomet +ric.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.cod +e.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison +.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code. +tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code +.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code. +tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerari +thmetics.code.tex))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex +\c@pgfmathroundto@lastzeros=\count269 +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.te +x +File: pgfcorepoints.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgf@picminx=\dimen173 +\pgf@picmaxx=\dimen174 +\pgf@picminy=\dimen175 +\pgf@picmaxy=\dimen176 +\pgf@pathminx=\dimen177 +\pgf@pathmaxx=\dimen178 +\pgf@pathminy=\dimen179 +\pgf@pathmaxy=\dimen180 +\pgf@xx=\dimen181 +\pgf@xy=\dimen182 +\pgf@yx=\dimen183 +\pgf@yy=\dimen184 +\pgf@zx=\dimen185 +\pgf@zy=\dimen186 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct. +code.tex +File: pgfcorepathconstruct.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgf@path@lastx=\dimen187 +\pgf@path@lasty=\dimen188 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code +.tex +File: pgfcorepathusage.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgf@shorten@end@additional=\dimen189 +\pgf@shorten@start@additional=\dimen190 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.te +x +File: pgfcorescopes.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfpic=\box56 +\pgf@hbox=\box57 +\pgf@layerbox@main=\box58 +\pgf@picture@serial@count=\count270 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.c +ode.tex +File: pgfcoregraphicstate.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgflinewidth=\dimen191 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformation +s.code.tex +File: pgfcoretransformations.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgf@pt@x=\dimen192 +\pgf@pt@y=\dimen193 +\pgf@pt@temp=\dimen194 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +File: pgfcorequick.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.t +ex +File: pgfcoreobjects.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing +.code.tex +File: pgfcorepathprocessing.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.te +x +File: pgfcorearrows.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfarrowsep=\dimen195 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +File: pgfcoreshade.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgf@max=\dimen196 +\pgf@sys@shading@range@num=\count271 +\pgf@shadingcount=\count272 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +File: pgfcoreimage.code.tex 2020/01/08 v3.1.5b (3.1.5b) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code. +tex +File: pgfcoreexternal.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfexternal@startupbox=\box59 +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.te +x +File: pgfcorelayers.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.c +ode.tex +File: pgfcoretransparency.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code. +tex +File: pgfcorepatterns.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex +File: pgfcorerdf.code.tex 2020/01/08 v3.1.5b (3.1.5b) +))) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty +Package: xxcolor 2003/10/24 ver 0.1 +\XC@nummixins=\count273 +\XC@countmixins=\count274 +) +(/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty +Package: atbegshi 2019/12/05 v1.19 At begin shipout hook (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/ltxcmds/ltxcmds.sty +Package: ltxcmds 2019/12/15 v1.24 LaTeX kernel commands for general use (HO) +)) +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2020/01/14 v7.00d Hypertext links for LaTeX + +(/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty +Package: pdftexcmds 2019/11/24 v0.31 Utility functions of pdfTeX for LuaTeX (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/generic/kvsetkeys/kvsetkeys.sty +Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty +Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty +Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty +Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty +Package: kvoptions 2019/11/29 v3.13 Key value format for package options (HO) +) +\@linkdim=\dimen197 +\Hy@linkcounter=\count275 +\Hy@pagecounter=\count276 + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2020/01/14 v7.00d Hyperref: PDFDocEncoding definition (HO) +Now handling font encoding PD1 ... +... no UTF-8 mapping file for font encoding PD1 +) +(/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=\count277 +\pdfmajorversion=\count278 +Package hyperref Info: Option `bookmarks' set `true' on input line 4421. +Package hyperref Info: Option `bookmarksopen' set `true' on input line 4421. +Package hyperref Info: Option `implicit' set `false' on input line 4421. +Package hyperref Info: Hyper figures OFF on input line 4547. +Package hyperref Info: Link nesting OFF on input line 4552. +Package hyperref Info: Hyper index ON on input line 4555. +Package hyperref Info: Plain pages OFF on input line 4562. +Package hyperref Info: Backreferencing OFF on input line 4567. +Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals. +Package hyperref Info: Bookmarks ON on input line 4800. +\c@Hy@tempcnt=\count279 + +(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty +\Urlmuskip=\muskip16 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +LaTeX Info: Redefining \url on input line 5159. +\XeTeXLinkMargin=\dimen198 + +(/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=\count280 +\Field@Width=\dimen199 +\Fld@charsize=\dimen256 +Package hyperref Info: Hyper figures OFF on input line 6430. +Package hyperref Info: Link nesting OFF on input line 6435. +Package hyperref Info: Hyper index ON on input line 6438. +Package hyperref Info: backreferencing OFF on input line 6445. +Package hyperref Info: Link coloring OFF on input line 6450. +Package hyperref Info: Link coloring with OCG OFF on input line 6455. +Package hyperref Info: PDF/A mode OFF on input line 6460. +LaTeX Info: Redefining \ref on input line 6500. +LaTeX Info: Redefining \pageref on input line 6504. +\Hy@abspage=\count281 + + +Package hyperref Message: Stopped early. + +) +Package hyperref Info: Driver (autodetected): hpdftex. + (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def +File: hpdftex.def 2020/01/14 v7.00d Hyperref driver for pdfTeX + +(/usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty +Package: atveryend 2019-12-11 v1.11 Hooks at the very end of document (HO) +) +\Fld@listcount=\count282 +\c@bookmark@seq@number=\count283 + +(/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. +)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaserequires.sty +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasefont.sty +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\@emptytoks=\toks26 +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +)) +(/usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty +Package: sansmathaccent 2020/01/31 + +(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile.sty +Package: scrlfile 2020/01/24 v3.29 KOMA-Script package (loading files) +))) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator.sty +Package: translator 2019-05-31 v1.12a Easy translation of strings in LaTeX +)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemisc.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty +\beamer@argscount=\count284 +\beamer@lastskipcover=\skip50 +\beamer@trivlistdepth=\count285 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetitle.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasesection.sty +\c@lecture=\count286 +\c@part=\count287 +\c@section=\count288 +\c@subsection=\count289 +\c@subsubsection=\count290 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframe.sty +\beamer@framebox=\box60 +\beamer@frametitlebox=\box61 +\beamer@zoombox=\box62 +\beamer@zoomcount=\count291 +\beamer@zoomframecount=\count292 +\beamer@frametextheight=\dimen257 +\c@subsectionslide=\count293 +\beamer@frametopskip=\skip51 +\beamer@framebottomskip=\skip52 +\beamer@frametopskipautobreak=\skip53 +\beamer@framebottomskipautobreak=\skip54 +\beamer@envbody=\toks27 +\framewidth=\dimen258 +\c@framenumber=\count294 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty +\beamer@verbatimfileout=\write4 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty +\beamer@splitbox=\box63 +\beamer@autobreakcount=\count295 +\beamer@autobreaklastheight=\dimen259 +\beamer@frametitletoks=\toks28 +\beamer@framesubtitletoks=\toks29 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty +\beamer@footins=\box64 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecolor.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenotes.sty +\beamer@frameboxcopy=\box65 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetoc.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty +\beamer@sbttoks=\toks30 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty +\bmb@box=\box66 +\bmb@colorbox=\box67 +\bmb@boxshadow=\box68 +\bmb@boxshadowball=\box69 +\bmb@boxshadowballlarge=\box70 +\bmb@temp=\dimen260 +\bmb@dima=\dimen261 +\bmb@dimb=\dimen262 +\bmb@prevheight=\dimen263 +) +\beamer@blockheadheight=\dimen264 +)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty +(/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty +Package: enumerate 2015/07/23 v3.00 enumerate extensions (DPC) +\@enLab=\toks31 +) +\c@figure=\count296 +\c@table=\count297 +\abovecaptionskip=\skip55 +\belowcaptionskip=\skip56 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty +\beamer@section@min@dim=\dimen265 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2020/01/20 v2.17e AMS math features +\@mathmargin=\skip57 + +For additional information on amsmath, use the `?' option. +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 AMS text + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks32 +\ex@=\dimen266 +)) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen267 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2016/03/08 v2.02 operator names +) +\inf@bad=\count298 +LaTeX Info: Redefining \frac on input line 227. +\uproot@=\count299 +\leftroot@=\count300 +LaTeX Info: Redefining \overline on input line 389. +\classnum@=\count301 +\DOTSCASE@=\count302 +LaTeX Info: Redefining \ldots on input line 486. +LaTeX Info: Redefining \dots on input line 489. +LaTeX Info: Redefining \cdots on input line 610. +\Mathstrutbox@=\box71 +\strutbox@=\box72 +\big@size=\dimen268 +LaTeX Font Info: Redeclaring font encoding OML on input line 733. +LaTeX Font Info: Redeclaring font encoding OMS on input line 734. +\macc@depth=\count303 +\c@MaxMatrixCols=\count304 +\dotsspace@=\muskip17 +\c@parentequation=\count305 +\dspbrk@lvl=\count306 +\tag@help=\toks33 +\row@=\count307 +\column@=\count308 +\maxfields@=\count309 +\andhelp@=\toks34 +\eqnshift@=\dimen269 +\alignsep@=\dimen270 +\tagshift@=\dimen271 +\tagwidth@=\dimen272 +\totwidth@=\dimen273 +\lineht@=\dimen274 +\@envbody=\toks35 +\multlinegap=\skip58 +\multlinetaggap=\skip59 +\mathdisplay@stack=\toks36 +LaTeX Info: Redefining \[ on input line 2859. +LaTeX Info: Redefining \] on input line 2860. +) +(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty +Package: amsthm 2017/10/31 v2.20.4 +\thm@style=\toks37 +\thm@bodyfont=\toks38 +\thm@headfont=\toks39 +\thm@notefont=\toks40 +\thm@headpunct=\toks41 +\thm@preskip=\skip60 +\thm@postskip=\skip61 +\thm@headsep=\skip62 +\dth@everypar=\toks42 +) +\c@theorem=\count310 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerthemedefault.sty +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerfontthemedefault.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemedefault.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerinnerthemedefault.sty +\beamer@dima=\dimen275 +\beamer@dimb=\dimen276 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerouterthemedefault.sty))) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerthemeMadrid.sty +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemewhale.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemeorchid.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerinnerthemerounded.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerouterthemeinfolines.sty)) +(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2018/08/11 v1.3c Input encoding file +\inpenc@prehook=\toks43 +\inpenc@posthook=\toks44 +) +(/usr/share/texlive/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty +Package: tikz-cd 2018/11/19 v0.9f Commutative diagrams with TikZ + +(/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty +Package: pgf 2020/01/08 v3.1.5b (3.1.5b) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +File: pgfmoduleshapes.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfnodeparttextbox=\box73 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex +File: pgfmoduleplot.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65 +.sty +Package: pgfcomp-version-0-65 2020/01/08 v3.1.5b (3.1.5b) +\pgf@nodesepstart=\dimen277 +\pgf@nodesepend=\dimen278 +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18 +.sty +Package: pgfcomp-version-1-18 2020/01/08 v3.1.5b (3.1.5b) +)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex +Package: pgffor 2020/01/08 v3.1.5b (3.1.5b) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex) +\pgffor@iter=\dimen279 +\pgffor@skip=\dimen280 +\pgffor@stack=\toks45 +\pgffor@toks=\toks46 +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex +Package: tikz 2020/01/08 v3.1.5b (3.1.5b) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers +.code.tex +File: pgflibraryplothandlers.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgf@plot@mark@count=\count311 +\pgfplotmarksize=\dimen281 +) +\tikz@lastx=\dimen282 +\tikz@lasty=\dimen283 +\tikz@lastxsaved=\dimen284 +\tikz@lastysaved=\dimen285 +\tikz@lastmovetox=\dimen286 +\tikz@lastmovetoy=\dimen287 +\tikzleveldistance=\dimen288 +\tikzsiblingdistance=\dimen289 +\tikz@figbox=\box74 +\tikz@figbox@bg=\box75 +\tikz@tempbox=\box76 +\tikz@tempbox@bg=\box77 +\tikztreelevel=\count312 +\tikznumberofchildren=\count313 +\tikznumberofcurrentchild=\count314 +\tikz@fig@count=\count315 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex +File: pgfmodulematrix.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfmatrixcurrentrow=\count316 +\pgfmatrixcurrentcolumn=\count317 +\pgf@matrix@numberofcolumns=\count318 +) +\tikz@expandcount=\count319 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarytopaths.code.tex +File: tikzlibrarytopaths.code.tex 2020/01/08 v3.1.5b (3.1.5b) +))) +(/usr/share/texlive/texmf-dist/tex/generic/tikz-cd/tikzlibrarycd.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarymatrix.code.tex +File: tikzlibrarymatrix.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryquotes.code.tex +File: tikzlibraryquotes.code.tex 2020/01/08 v3.1.5b (3.1.5b) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.meta. +code.tex +File: pgflibraryarrows.meta.code.tex 2020/01/08 v3.1.5b (3.1.5b) +\pgfarrowinset=\dimen290 +\pgfarrowlength=\dimen291 +\pgfarrowwidth=\dimen292 +\pgfarrowlinewidth=\dimen293 +))) +(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def +File: l3backend-pdfmode.def 2020-02-03 L3 backend support: PDF mode +\l__kernel_color_stack_int=\count320 +\l__pdf_internal_box=\box78 +) +(./3-MoreLatex.aux) +\openout1 = `3-MoreLatex.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 19. +LaTeX Font Info: ... okay on input line 19. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 19. +LaTeX Font Info: ... okay on input line 19. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 19. +LaTeX Font Info: ... okay on input line 19. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 19. +LaTeX Font Info: ... okay on input line 19. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 19. +LaTeX Font Info: ... okay on input line 19. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 19. +LaTeX Font Info: ... okay on input line 19. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 19. +LaTeX Font Info: ... okay on input line 19. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 19. +LaTeX Font Info: ... okay on input line 19. + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: custom +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: includehead includefoot +* h-part:(L,W,R)=(10.95003pt, 342.2953pt, 10.95003pt) +* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt) +* \paperwidth=364.19536pt +* \paperheight=273.14662pt +* \textwidth=342.2953pt +* \textheight=244.6939pt +* \oddsidemargin=-61.31996pt +* \evensidemargin=-61.31996pt +* \topmargin=-72.26999pt +* \headheight=14.22636pt +* \headsep=0.0pt +* \topskip=11.0pt +* \footskip=14.22636pt +* \marginparwidth=4.0pt +* \marginparsep=10.0pt +* \columnsep=10.0pt +* \skip\footins=10.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count321 +\scratchdimen=\dimen294 +\scratchbox=\box79 +\nofMPsegments=\count322 +\nofMParguments=\count323 +\everyMPshowfont=\toks47 +\MPscratchCnt=\count324 +\MPscratchDim=\dimen295 +\MPnumerator=\count325 +\makeMPintoPDFobject=\count326 +\everyMPtoPDFconversion=\toks48 +) (/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 +)) +ABD: EveryShipout initializing macros +\AtBeginShipoutBox=\box80 +Package hyperref Info: Link coloring OFF on input line 19. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2019/09/16 v2.46 Cross-referencing by name of section + +(/usr/share/texlive/texmf-dist/tex/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=\count327 +) +LaTeX Info: Redefining \ref on input line 19. +LaTeX Info: Redefining \pageref on input line 19. +LaTeX Info: Redefining \nameref on input line 19. + +(./3-MoreLatex.out) (./3-MoreLatex.out) +\@outlinefile=\write5 +\openout5 = `3-MoreLatex.out'. + +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/cmr/m/n --> OT1/cmss/m/n on input line 19. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/cmr/bx/n --> OT1/cmss/b/n on input line 19. +\symnumbers=\mathgroup6 +\sympureletters=\mathgroup7 +LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `normal' +(Font) OT1/cmss/m/n --> OT1/cmr/m/n on input line 19. +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' +(Font) OT1/cmr/bx/n --> OT1/cmss/b/n on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' +(Font) OT1/cmr/bx/n --> OT1/cmss/b/n on input line 19. +LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) OT1/cmss/m/n --> OT1/cmss/m/n on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/bx/n --> OT1/cmss/m/n on input line 19. +LaTeX Font Info: Redeclaring math alphabet \mathit on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' +(Font) OT1/cmr/m/it --> OT1/cmss/m/it on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) OT1/cmr/bx/it --> OT1/cmss/m/it on input line 19. +LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' +(Font) OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' +(Font) OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 19. +LaTeX Font Info: Overwriting symbol font `numbers' in version `bold' +(Font) OT1/cmss/m/n --> OT1/cmss/b/n on input line 19. +LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold' +(Font) OT1/cmss/m/it --> OT1/cmss/b/it on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `bold' +(Font) OT1/cmss/b/n --> OT1/cmr/b/n on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' +(Font) OT1/cmss/b/n --> OT1/cmss/b/n on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/m/n --> OT1/cmss/b/n on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) OT1/cmss/m/it --> OT1/cmss/b/it on input line 19. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' +(Font) OT1/cmtt/m/n --> OT1/cmtt/b/n on input line 19. +LaTeX Font Info: Redeclaring symbol font `pureletters' on input line 19. +LaTeX Font Info: Overwriting symbol font `pureletters' in version `normal' +(Font) OT1/cmss/m/it --> OT1/mathkerncmss/m/sl on input line 1 +9. +LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold' +(Font) OT1/cmss/b/it --> OT1/mathkerncmss/m/sl on input line 1 +9. +LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold' +(Font) OT1/mathkerncmss/m/sl --> OT1/mathkerncmss/bx/sl on inp +ut line 19. + +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-basic-dictionary +-English.dict +Dictionary: translator-basic-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-bibliography-dic +tionary-English.dict +Dictionary: translator-bibliography-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-environment-dict +ionary-English.dict +Dictionary: translator-environment-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-months-dictionar +y-English.dict +Dictionary: translator-months-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-numbers-dictiona +ry-English.dict +Dictionary: translator-numbers-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-theorem-dictiona +ry-English.dict +Dictionary: translator-theorem-dictionary, Language: English +) (./3-MoreLatex.nav) + +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 23. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [1 + +{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./img/unilu.jpg>] +LaTeX Font Info: Trying to load font information for OMS+cmtt on input line +42. + +(/usr/share/texmf/tex/latex/R/tex/latex/omscmtt.fd +File: omscmtt.fd +) +LaTeX Font Info: Font shape `OMS/cmtt/m/n' in size <12> not available +(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 42. +LaTeX Font Info: Font shape `OMS/cmtt/m/n' in size <10.95> not available +(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 42. +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 42. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [2 + +] + +File: img/thm_pre.png Graphic file (type png) + +Package pdftex.def Info: img/thm_pre.png used on input line 60. +(pdftex.def) Requested size: 148.15463pt x 62.63448pt. + +File: img/thm_tex.png Graphic file (type png) + +Package pdftex.def Info: img/thm_tex.png used on input line 60. +(pdftex.def) Requested size: 186.39781pt x 48.78262pt. + +Overfull \hbox (15.25017pt too wide) in paragraph at lines 60--60 +[][] + [] + +LaTeX Font Info: Trying to load font information for U+msa on input line 60. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Trying to load font information for U+msb on input line 60. + + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) +LaTeX Font Info: Trying to load font information for OT1+mathkerncmss on inp +ut line 60. + +(/usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd +File: ot1mathkerncmss.fd 2020/01/31 Fontinst v1.933 font definitions for OT1/ma +thkerncmss. +) + +File: img/thm_pdf.png Graphic file (type png) + +Package pdftex.def Info: img/thm_pdf.png used on input line 60. +(pdftex.def) Requested size: 169.63074pt x 94.95306pt. +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 60. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + +[3 + + <./img/thm_pre.png> <./img/thm_tex.png> <./img/thm_pdf.png>] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 79. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [4 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 104. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [5 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 151. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + +[6 + +] +LaTeX Font Info: Font shape `OMS/cmtt/m/n' in size <14.4> not available +(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 173. +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 173. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [7 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 189. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [8 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 206. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [9 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 222. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [10 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 236. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [11 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 253. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [12 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 283. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [13 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 301. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [14 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 323. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [15 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 347. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [16 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 367. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [17 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 381. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [18 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 402. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [19 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 420. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [20 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 433. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [21 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 458. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + +[22 + +] +File: img/unilu.jpg Graphic file (type jpg) + +Package pdftex.def Info: img/unilu.jpg used on input line 475. +(pdftex.def) Requested size: 64.5198pt x 57.81938pt. + [23 + +] +\tf@nav=\write6 +\openout6 = `3-MoreLatex.nav'. + +\tf@toc=\write7 +\openout7 = `3-MoreLatex.toc'. + +\tf@snm=\write8 +\openout8 = `3-MoreLatex.snm'. + +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 477. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 477. + (./3-MoreLatex.aux) +Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 477. +Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 477. +Package rerunfilecheck Info: File `3-MoreLatex.out' has not changed. +(rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0. + ) +Here is how much of TeX's memory you used: + 22004 strings out of 481239 + 446635 string characters out of 5920377 + 685823 words of memory out of 5000000 + 36692 multiletter control sequences out of 15000+600000 + 541233 words of font info for 57 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 58i,18n,89p,795b,653s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on 3-MoreLatex.pdf (23 pages, 331145 bytes). +PDF statistics: + 701 PDF objects out of 1000 (max. 8388607) + 643 compressed objects within 7 object streams + 47 named destinations out of 1000 (max. 500000) + 87 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/src/Lecture2/slides/3-MoreLatex.nav b/src/Lecture2/slides/3-MoreLatex.nav new file mode 100644 index 0000000..fe076e4 --- /dev/null +++ b/src/Lecture2/slides/3-MoreLatex.nav @@ -0,0 +1,51 @@ +\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}} +\headcommand {\beamer@framepages {1}{1}} +\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}} +\headcommand {\beamer@framepages {2}{2}} +\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}} +\headcommand {\beamer@framepages {11}{11}} +\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}} +\headcommand {\beamer@framepages {12}{12}} +\headcommand {\slideentry {0}{0}{13}{13/13}{}{0}} +\headcommand {\beamer@framepages {13}{13}} +\headcommand {\slideentry {0}{0}{14}{14/14}{}{0}} +\headcommand {\beamer@framepages {14}{14}} +\headcommand {\slideentry {0}{0}{15}{15/15}{}{0}} +\headcommand {\beamer@framepages {15}{15}} +\headcommand {\slideentry {0}{0}{16}{16/16}{}{0}} +\headcommand {\beamer@framepages {16}{16}} +\headcommand {\slideentry {0}{0}{17}{17/17}{}{0}} +\headcommand {\beamer@framepages {17}{17}} +\headcommand {\slideentry {0}{0}{18}{18/18}{}{0}} +\headcommand {\beamer@framepages {18}{18}} +\headcommand {\slideentry {0}{0}{19}{19/19}{}{0}} +\headcommand {\beamer@framepages {19}{19}} +\headcommand {\slideentry {0}{0}{20}{20/20}{}{0}} +\headcommand {\beamer@framepages {20}{20}} +\headcommand {\slideentry {0}{0}{21}{21/21}{}{0}} +\headcommand {\beamer@framepages {21}{21}} +\headcommand {\slideentry {0}{0}{22}{22/22}{}{0}} +\headcommand {\beamer@framepages {22}{22}} +\headcommand {\slideentry {0}{0}{23}{23/23}{}{0}} +\headcommand {\beamer@framepages {23}{23}} +\headcommand {\beamer@partpages {1}{23}} +\headcommand {\beamer@subsectionpages {1}{23}} +\headcommand {\beamer@sectionpages {1}{23}} +\headcommand {\beamer@documentpages {23}} +\headcommand {\gdef \inserttotalframenumber {23}} diff --git a/src/Lecture2/slides/3-MoreLatex.out b/src/Lecture2/slides/3-MoreLatex.out new file mode 100644 index 0000000..e69de29 diff --git a/src/Lecture2/slides/3-MoreLatex.pdf b/src/Lecture2/slides/3-MoreLatex.pdf new file mode 100644 index 0000000..2c95ed9 Binary files /dev/null and b/src/Lecture2/slides/3-MoreLatex.pdf differ diff --git a/src/Lecture2/slides/3-MoreLatex.snm b/src/Lecture2/slides/3-MoreLatex.snm new file mode 100644 index 0000000..e69de29 diff --git a/src/Lecture2/slides/3-MoreLatex.tex b/src/Lecture2/slides/3-MoreLatex.tex new file mode 100644 index 0000000..5f234b0 --- /dev/null +++ b/src/Lecture2/slides/3-MoreLatex.tex @@ -0,0 +1,478 @@ +\documentclass[11pt]{beamer} +\usetheme{Madrid} +\usepackage[utf8]{inputenc} +\usepackage{amsmath, amssymb, amsfonts, amsthm} +\usepackage{xcolor} + +\usepackage{tikz-cd} +%\usepackage{enumitem} + +\author[\texttt{sebastiano.tronto@uni.lu}]{Sebastiano Tronto} +\title{More Latex} +\logo{\includegraphics[scale=0.1]{img/unilu.jpg}} +%\institute{University of Luxembourg} + +\newcommand{\bs}{\textbackslash} + +\date{2021-03-12} + +\begin{document} + +\begin{frame} + \titlepage +\end{frame} + +\begin{frame}{Theorems (review)} + \begin{center} + \large + \texttt{\bs newtheorem\{env-name\}{\color{red}[number-with]}\{Text\}{\color{red}[number-parent]}} + \end{center} + + \vspace{0.4cm} + \begin{itemize} + \item \texttt{env-name}: Environment name (use + \texttt{\bs begin\{env-name\}...}) + \item \texttt{Text}: Theorem name to be displayed + \item \texttt{[number-with]} for ``shared counter'' + \item \texttt{[number-parent]} adds x.1 + \item {\color{red} At most one of \texttt{[number-with]} + and \texttt{[number-parent]}} + \end{itemize} + +\end{frame} + +\begin{frame}{Theorems (review)} + \begin{columns} + \column{0.5\textwidth} + \includegraphics[scale=0.3]{img/thm_pre.png} + + \vspace{0.2cm} + \vdots + \vspace{0.3cm} + + \includegraphics[scale=0.3]{img/thm_tex.png} + + \column{0.5\textwidth} + \includegraphics[scale=0.2]{img/thm_pdf.png} + + \vspace{1cm} + \end{columns} +\end{frame} + + +\begin{frame}{Counters} + Reference: \url{https://en.wikibooks.org/wiki/LaTeX/Counters} + + \vspace{0.5cm} + \begin{itemize} + \item Sections, theorems etc have an associated \emph{counter} + + \vspace{0.2cm} + \item Common usage: + + \vspace{0.1cm} + \texttt{\bs setcounter\{counter-name\}\{n\} \quad \%Set counter to n} + + \vspace{0.1cm} + \texttt{\bs addtocounter\{counter-name\}\{n\}\quad\%Add n to counter} + \end{itemize} +\end{frame} + + +\begin{frame}{Counters} + + \begin{itemize} + \item Define a counter with \texttt{\bs newcounter\{name\}[number-parent]} + + \vspace{0.2cm} + \item Change sub-numbering of defined counters: + + \vspace{0.15cm} + \begin{center} + \begin{tabular}{l} + \texttt{\bs numberwithin\{equation\}\{section\}} + %\texttt{\bs numberwithout\{subsection\}\{section\}} + \end{tabular} + \end{center} + + \vspace{0.2cm} + \item Print formatted counter with \texttt{\bs{\color{red}the}name} + or just number with \texttt{\bs arabic\{name\}} + (or \texttt{\bs alph}, \texttt{\bs Alph}, \texttt{\bs roman}, + \texttt{\bs Roman}, \texttt{\bs fnsymbol}) + \end{itemize} +\end{frame} + + +\begin{frame}{Counters} + + \begin{columns} + + \column{0.5\textwidth} + \begin{center} + {\large\textbf{Default counters}} + + \vspace{0.3cm} + \begin{tabular}{l} + %part \\ + chapter \\ + section \\ + subsection \\ + subsubsection \\ + paragraph \\ + %subparagraph \\ + page \\ + figure \\ + %table \\ + footnote \\ + %mpfootnote \\ + equation \\ + enumi \\ + enumii \\ + ... + %enumiii \\ + %enumiv \\ + \end{tabular} + \end{center} + + \column{0.5\textwidth} + {\large\textbf{Counter styles}} + + \vspace{0.3cm} + \begin{tabular}{ll} + \texttt{arabic} & 1, 2, 3, 4... \\ + \texttt{alph} & a, b, c, d... \\ + \texttt{Alph} & A, B, C, D... \\ + \texttt{roman} & i, ii, iii, iv... \\ + \texttt{Roman} & I, II, III, IV... \\ + \texttt{fnsymbol} & $\ast$, $\dagger$, $\ddagger$, $\S$ ... + \end{tabular} + \end{columns} +\end{frame} + +\begin{frame}{Counters: change \texttt{\bs thecounter}} + \begin{itemize} + \item Change how counter is displayed by default, for example: + + \vspace{0.2cm} + \begin{center} + \texttt{\bs renewcommand\{\bs thesection\}\{\bs alph\{section\}\}} + \end{center} + + \vspace{0.3cm} + \item For enumerate: + + \vspace{0.2cm} + \begin{center} + \begin{tabular}{l} + \texttt{\bs usepackage\{enumitem\}} \\ + \texttt{\bs begin\{enumerate\}[label=\bs alph*]} + \end{tabular} + \end{center} + \end{itemize} +\end{frame} + +\begin{frame}{\texttt{label} and \texttt{ref}} + \begin{itemize} + \item Put \texttt{\bs label\{mark\}} immediately after the thing you want + to refer to (after \texttt{\bs refstepcounter\{countername\}} for + counters you define) + + \vspace{0.3cm} + \item Use \texttt{\bs ref\{mark\}} or \texttt{\bs eqref\{mark\}} to refer + %(or \texttt{\bs eqref\{mark\}} = \texttt{(\bs ref\{mark\})}) + + (Pro tip: write \texttt{Proposition$\sim$\bs ref\{mark\}}) + \vspace{0.3cm} + \item Compile twice! + \end{itemize} +\end{frame} + + +\begin{frame}{The \texttt{hyperref} package} + \texttt{\bs usepackage\{hyperref\}} + + \vspace{1cm} + \begin{itemize} + \item Now all \texttt{\bs ref\{mark\}} become clickable! + + \vspace{0.3cm} + \item \texttt{\bs hyperref[mark]\{text\}} for internal links + + \vspace{0.3cm} + \item \texttt{\bs url\{www.google.com\}} or + \texttt{\bs href\{www.google.com\}\{Google\}} for web links + \end{itemize} +\end{frame} + +\begin{frame}{New commands} + \begin{itemize} + \item We have seen \texttt{\bs newcommand\{\bs command\}\{output\}} + + \vspace{0.3cm} + \item Arguments: use \texttt{\bs newcommand\{\bs command\}[n]\{output\}} + and use the arguments in \texttt{output} with + \texttt{\#1, \#2, ... \#n} \hspace{0.4cm}(\texttt n$\leq 9$) + + \vspace{0.3cm} + \item If \texttt{\bs command} is already defined: + \texttt{\bs renewcommand} (overwrite) or + \texttt{\bs providecommand} (use old definition, if it exists) + \end{itemize} +\end{frame} + +\begin{frame}{New commands - examples} + + \begin{tabular}{l|c} + \texttt{\bs newcommand\{hi\}\{Hello, World!\}} \\ + \texttt{\bs hi} & Hello, world! \\ + \\ + \texttt{\bs newcommand\{hello\}[1]\{Hello, \#1!\}} \\ + \texttt{\bs hello\{my friend\}} & Hello, my friend! \\ + \\ + \texttt{\bs renewcommand\{binom\}[2]\{bin(\#1,\#2)\}} \\ + \texttt{\bs( \bs binom\{10\}2 \bs)} & \(bin(10,2)\) + \end{tabular} +\end{frame} + + +\begin{frame}{New commands - optional argument} + \texttt{\bs newcommand\{\bs com\}[n][default1]\{output\}} + + \texttt{\bs com[first]\{other,args\}} or \texttt{\bs com\{without,first\}} + + \vspace{1cm} + \begin{itemize} + \item At most one optional argument, must be \texttt{\# 1} + + \vspace{0.3cm} + \item More complex things: use TeX primitives such as + \texttt{\bs ifthenelse} or see + \url{https://www.ctan.org/tex-archive/support/newcommand/} + \end{itemize} +\end{frame} + +\begin{frame}{Exercises} + \begin{enumerate}%[label=(\arabic*)] + \item Write a command \texttt{\bs mat} which takes $4$ arguments and + outputs a $2\times 2$ matrix with those arguments as entries + (use \texttt{pmatrix}). + + \vspace{0.5cm} + \item Write a command to define a function case-by-case ($2$ cases, + $4$ arguments). Use the \texttt{cases} environment: + + \vspace{0.2cm} + \begin{columns} + \column{0.45\textwidth} + \begin{center}\begin{tabular}{l} + \texttt{\bs begin\{cases\}} \\ + \texttt{\quad 1 \& 2 \bs\bs \quad3 \& 4} \\ + \texttt{\bs end\{cases\}} + \end{tabular}\end{center} + + \column{0.09\textwidth} + \begin{center} $\implies$ \end{center} + + \column{0.45\textwidth} + \begin{align*} + \begin{cases} 1 & 2 \\ 3 & 4 \end{cases} + \end{align*} + \end{columns} + \end{enumerate} +\end{frame} + + +\begin{frame}{Pictures} + \texttt{\bs usepackage\{graphicx\}} + + \texttt{\bs includegraphics[options]\{picture.jpg\}} + + \vspace{1cm} + Options (comma-separated) include: + + \vspace{0.2cm} + \begin{itemize} + \item \texttt{scale=x} (scale by a factor of x) + \item \texttt{width=x} and \texttt{height=y} (if both specified picture + is distorted) + \item \texttt{angle=$\alpha$} (rotate) + \end{itemize} +\end{frame} + + +\begin{frame}{Figures} + \texttt{\bs begin\{figure\}[place]} + + \vspace{1cm} + \begin{itemize} + \item Figure outside normal text flow. + \item \texttt{place}: \texttt{h} (here), \texttt{t} (top) or \texttt{b} + (bottom). + \item Can add \emph{caption} + \end{itemize} + + \vspace{0.3cm} + \begin{center} \begin{tabular}{l} + \texttt{\bs begin\{figure\}[h]} \\ + \texttt{\qquad\bs centering \qquad \% recommended} \\ + \texttt{\qquad \bs includegraphics\{picture.jpg\}} \\ + \texttt{\qquad \bs caption\{Description of the picture\}} \\ + \texttt{\bs end\{figure\}} + \end{tabular} \end{center} +\end{frame} + + +\begin{frame}{Wrapping text around figures} + + \texttt{\bs usepackage\{{\color{red}wrapfig}\}} + + \texttt{\bs begin\{wrapfigure\}{\color{red}\{alignment\}\{width\}}} + + \vspace{1cm} + \begin{itemize} + \item \texttt{alignment}: \texttt{l} (left) or \texttt{r} (right) + \item Must specify \texttt{width} + \item Works the same as \texttt{figure} + \end{itemize} + + \vspace{0.3cm} + \begin{center} \begin{tabular}{l} + \texttt{\bs begin\{wrapfigure\}{\color{red}\{l\}\{0.5\bs textwidth\}}} \\ + \texttt{\qquad\bs centering} \\ + \texttt{\qquad \bs includegraphics\{picture.jpg\}} \\ + \texttt{\qquad \bs caption\{Description of the picture\}} \\ + \texttt{\bs end\{wrapfigure\}} + \end{tabular} \end{center} +\end{frame} + + +\begin{frame}{Lengths} + Reference: \url{https://en.wikibooks.org/wiki/LaTeX/Lengths} + + \vspace{0.5cm} + \begin{itemize} + \item Similar to counters: + + \vspace{0.3cm} + \begin{center}\begin{tabular}{l} + \texttt{\bs newlength\{\bs lengthname\}}\\ + \texttt{\bs setlength\{\bs lengthname\}\{value\}} + \end{tabular}\end{center} + + \vspace{0.3cm} + \item \texttt{value}: number followed by unit + (\texttt{12pt}, \texttt{1.2cm}, \texttt{65mm}, \dots) + \end{itemize} +\end{frame} + +\begin{frame}{Lengths} + Default lengths: + + \vspace{0.5cm} + \begin{itemize} + \item \texttt{\bs textwidth}: width of text in a page + \item \texttt{\bs textheight}: height of text in a page + \item \texttt{\bs baselineskip}: space between lines in same paragraph + \item \texttt{\bs parskip}: space between paragraphs + \item \texttt{\bs parindent}: indentation of first line of a paragraph + \item \dots + \end{itemize} +\end{frame} + +\begin{frame}{Manual spacing} + \begin{itemize} + \item \texttt{\bs vspace\{length\}} and \texttt{\bs hspace\{length\}} + + \vspace{0.2cm} + \item Fill space: \texttt{\bs vfill} and \texttt{\bs hfill} + + \vspace{0.2cm} + \item Fill line with ``decoration'': + \texttt{\bs hrulefill} and \texttt{\bs dotfill} + + \vspace{0.2cm} + \item Example: + + \vspace{0.2cm} + \begin{center} + \texttt{First name: \bs hrulefill \bs quad Last name: \bs hrulefill} + \end{center} + \end{itemize} +\end{frame} + + + +\begin{frame}{Bibliography} + Simple bibliography with \texttt{thebibliography} environment: + + \vspace{0.5cm} + \begin{center}\begin{tabular}{l} + \texttt{\bs begin\{thebibliography\}\{99\}} \\ + \texttt{\qquad\bs bibitem\{knuth68\}} \\ + \texttt{\qquad\qquad Donald Knuth, The Art of Computer Programming,} \\ + \texttt{\qquad\qquad Volume I, 1968, Addison-Wesley}\\ + \texttt{\bs end\{thebibliography\}} + \end{tabular}\end{center} + + %\vspace{0.5cm} + %And cite with \texttt{\bs cite\{knuth68\}} +\end{frame} + + +\begin{frame}{Bibligraphy} + \begin{itemize} + \item Simple citation: \texttt{\bs cite\{knuth68\}} + + \vspace{0.3cm} + \item Cite multiple sources: \texttt{\bs cite\{source1, source2\}} + + \vspace{0.3cm} + \item Cite specific part with \texttt{\bs cite[p.$\sim$42]\{source\}} + \end{itemize} +\end{frame} + + +\begin{frame}{Bibliography: BibTeX} + \begin{itemize} + \item Separate file \texttt{mybib.bib}, different syntax: + + \begin{center}\begin{tabular}{l} + \texttt{@book\{knuth68,} \\ + \texttt{\qquad author = "Donald Knuth",}\\ + \texttt{\qquad title = "The Art of Computer Programming",}\\ + \texttt{\qquad publisher = "Addison-Wesley",}\\ + \texttt{\qquad volume = "I",}\\ + \texttt{\qquad year = "1968",} \\ + \texttt{\}} + \end{tabular}\end{center} + + \vspace{0.3cm} + \item Include bibliography in your \texttt{.tex} file: + + \begin{center}\begin{tabular}{l} + \texttt{\bs bibliographystyle\{plain\}}\\ + \texttt{\bs bibliography\{mybib\}} + \end{tabular}\end{center} + \end{itemize} +\end{frame} + + +\begin{frame}{Bibliography: BibTeX} + \begin{itemize} + \item Compile, generate bibliography, compile, compile + + \vspace{0.3cm} + \item Books in \texttt{.bib} file but not cited do not appear + + \vspace{0.3cm} + \item Citing articles and other: see \url{https://en.wikibooks.org/wiki/% + LaTeX/Bibliography\_Management\#Standard\_templates} + + \vspace{0.3cm} + \item Find BibTeX citations on \url{https://scholar.google.com} + \end{itemize} +\end{frame} + +\end{document} + diff --git a/src/Lecture2/slides/3-MoreLatex.toc b/src/Lecture2/slides/3-MoreLatex.toc new file mode 100644 index 0000000..e69de29 diff --git a/src/Lecture2/slides/img/thm_pdf.png b/src/Lecture2/slides/img/thm_pdf.png new file mode 100644 index 0000000..dfeed6f Binary files /dev/null and b/src/Lecture2/slides/img/thm_pdf.png differ diff --git a/src/Lecture2/slides/img/thm_pre.png b/src/Lecture2/slides/img/thm_pre.png new file mode 100644 index 0000000..5c2147b Binary files /dev/null and b/src/Lecture2/slides/img/thm_pre.png differ diff --git a/src/Lecture2/slides/img/thm_tex.png b/src/Lecture2/slides/img/thm_tex.png new file mode 100644 index 0000000..f98ba0b Binary files /dev/null and b/src/Lecture2/slides/img/thm_tex.png differ diff --git a/src/Lecture2/slides/img/unilu.jpg b/src/Lecture2/slides/img/unilu.jpg new file mode 100644 index 0000000..5265563 Binary files /dev/null and b/src/Lecture2/slides/img/unilu.jpg differ -- cgit v1.3