summaryrefslogtreecommitdiff
path: root/tutorials/module_1/latex/basics_of_python_chapter.aux
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-04-22 16:26:11 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-04-22 16:26:11 -0600
commitec6f7800ee9afd2cf354b05883502a0a327561d2 (patch)
tree2dcce6d294dbed8b165ecb5103d0c2f7a1e1a220 /tutorials/module_1/latex/basics_of_python_chapter.aux
parentf2f717926692c18f51e172de3aa22360620c7250 (diff)
Added latex files
Diffstat (limited to 'tutorials/module_1/latex/basics_of_python_chapter.aux')
-rw-r--r--tutorials/module_1/latex/basics_of_python_chapter.aux90
1 files changed, 90 insertions, 0 deletions
diff --git a/tutorials/module_1/latex/basics_of_python_chapter.aux b/tutorials/module_1/latex/basics_of_python_chapter.aux
new file mode 100644
index 0000000..166a068
--- /dev/null
+++ b/tutorials/module_1/latex/basics_of_python_chapter.aux
@@ -0,0 +1,90 @@
+\relax
+\providecommand\hyper@newdestlabel[2]{}
+\gdef \LT@i {\LT@entry
+ {1}{49.24928pt}\LT@entry
+ {2}{79.04018pt}}
+\@writefile{toc}{\contentsline {chapter}{\numberline {1}Basics of Python}{1}{chapter.1}\protected@file@percent }
+\@writefile{lof}{\addvspace {10\p@ }}
+\@writefile{lot}{\addvspace {10\p@ }}
+\@writefile{toc}{\contentsline {section}{\numberline {1.1}Basics of Python}{1}{section.1.1}\protected@file@percent }
+\newlabel{basics-of-python}{{1.1}{1}{Basics of Python}{section.1.1}{}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.1.1}Syntax}{1}{subsection.1.1.1}\protected@file@percent }
+\newlabel{syntax}{{1.1.1}{1}{Syntax}{subsection.1.1.1}{}}
+\@writefile{toc}{\contentsline {subsubsection}{\nonumberline Indentations and blocks}{1}{subsubsection*.7}\protected@file@percent }
+\newlabel{indentations-and-blocks}{{1.1.1}{1}{Indentations and blocks}{subsubsection*.7}{}}
+\@writefile{toc}{\contentsline {subsubsection}{\nonumberline Comments}{1}{subsubsection*.9}\protected@file@percent }
+\newlabel{comments}{{1.1.1}{1}{Comments}{subsubsection*.9}{}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.1.2}Operators}{1}{subsection.1.1.2}\protected@file@percent }
+\newlabel{operators}{{1.1.2}{1}{Operators}{subsection.1.1.2}{}}
+\@writefile{toc}{\contentsline {subsubsection}{\nonumberline Arithmetic operators}{1}{subsubsection*.11}\protected@file@percent }
+\newlabel{arithmetic-operators}{{1.1.2}{1}{Arithmetic operators}{subsubsection*.11}{}}
+\@writefile{toc}{\contentsline {subsubsection}{\nonumberline Comparison operators}{1}{subsubsection*.13}\protected@file@percent }
+\newlabel{comparison-operators}{{1.1.2}{1}{Comparison operators}{subsubsection*.13}{}}
+\gdef \LT@ii {\LT@entry
+ {1}{49.24928pt}\LT@entry
+ {2}{123.12889pt}}
+\gdef \LT@iii {\LT@entry
+ {1}{49.24928pt}\LT@entry
+ {2}{247.13966pt}}
+\gdef \LT@iv {\LT@entry
+ {1}{49.24928pt}\LT@entry
+ {2}{266.75583pt}}
+\gdef \LT@v {\LT@entry
+ {1}{230.89124pt}\LT@entry
+ {1}{222.0767pt}}
+\@writefile{toc}{\contentsline {subsubsection}{\nonumberline Logical operators}{2}{subsubsection*.15}\protected@file@percent }
+\newlabel{logical-operators}{{1.1.2}{2}{Logical operators}{subsubsection*.15}{}}
+\@writefile{toc}{\contentsline {subsubsection}{\nonumberline Identity operators}{2}{subsubsection*.17}\protected@file@percent }
+\newlabel{identity-operators}{{1.1.2}{2}{Identity operators}{subsubsection*.17}{}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.1.3}Order of Operation}{2}{subsection.1.1.3}\protected@file@percent }
+\newlabel{order-of-operation}{{1.1.3}{2}{Order of Operation}{subsection.1.1.3}{}}
+\gdef \LT@vi {\LT@entry
+ {2}{49.85371pt}\LT@entry
+ {2}{148.51701pt}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.1.4}Data types}{3}{subsection.1.1.4}\protected@file@percent }
+\newlabel{data-types}{{1.1.4}{3}{Data types}{subsection.1.1.4}{}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.1.5}Variables}{3}{subsection.1.1.5}\protected@file@percent }
+\newlabel{variables}{{1.1.5}{3}{Variables}{subsection.1.1.5}{}}
+\newlabel{declaring-and-assigning-variables}{{1.1.5}{3}{Declaring and Assigning Variables}{paragraph*.19}{}}
+\@writefile{toc}{\contentsline {paragraph}{\nonumberline Declaring and Assigning Variables}{3}{paragraph*.19}\protected@file@percent }
+\newlabel{rules}{{1.1.5}{3}{Rules}{subparagraph*.21}{}}
+\@writefile{toc}{\contentsline {subparagraph}{\nonumberline Rules}{3}{subparagraph*.21}\protected@file@percent }
+\newlabel{updating-variables}{{1.1.5}{4}{Updating Variables}{paragraph*.23}{}}
+\@writefile{toc}{\contentsline {paragraph}{\nonumberline Updating Variables}{4}{paragraph*.23}\protected@file@percent }
+\newlabel{variable-types-type-checking}{{1.1.5}{4}{Variable Types \& Type Checking}{paragraph*.25}{}}
+\@writefile{toc}{\contentsline {paragraph}{\nonumberline Variable Types \& Type Checking}{4}{paragraph*.25}\protected@file@percent }
+\@writefile{toc}{\contentsline {section}{\numberline {1.2}Exercise}{4}{section.1.2}\protected@file@percent }
+\newlabel{exercise}{{1.2}{4}{Exercise}{section.1.2}{}}
+\@setckpt{basics_of_python_chapter}{
+\setcounter{page}{5}
+\setcounter{equation}{0}
+\setcounter{enumi}{0}
+\setcounter{enumii}{0}
+\setcounter{enumiii}{0}
+\setcounter{enumiv}{0}
+\setcounter{footnote}{0}
+\setcounter{mpfootnote}{0}
+\setcounter{part}{0}
+\setcounter{chapter}{1}
+\setcounter{section}{2}
+\setcounter{subsection}{0}
+\setcounter{subsubsection}{0}
+\setcounter{paragraph}{0}
+\setcounter{subparagraph}{0}
+\setcounter{figure}{0}
+\setcounter{table}{6}
+\setcounter{tcbbreakpart}{1}
+\setcounter{tcblayer}{0}
+\setcounter{tcolorbox@number}{3}
+\setcounter{caption@flags}{0}
+\setcounter{continuedfloat}{0}
+\setcounter{float@type}{8}
+\setcounter{parentequation}{0}
+\setcounter{FancyVerbLine}{1}
+\setcounter{section@level}{1}
+\setcounter{Item}{0}
+\setcounter{Hfootnote}{0}
+\setcounter{bookmark@seq@number}{0}
+\setcounter{LT@tables}{6}
+\setcounter{LT@chunks}{2}
+}