mirror of
https://github.com/congyu711/BeamerTheme.git
synced 2025-07-12 00:21:33 +08:00
update chinese version with xelatex. Now use bold math font in titles
This commit is contained in:
parent
2e34880b13
commit
1f9bf4ffa5
@ -100,13 +100,13 @@
|
||||
\setbeamercolor{block title alerted}{fg=beamer@simple@color,bg=white}
|
||||
\setbeamercolor{alerted text}{fg=beamer@simple@color}
|
||||
\setbeamerfont{block title alerted}{series=\mdseries}
|
||||
\setbeamerfont{alerted text}{series=\bfseries}
|
||||
\setbeamerfont{alerted text}{series=\bfseries\boldmath}
|
||||
\hypersetup{colorlinks,linkcolor=,urlcolor=beamer@simple@color!80!white}
|
||||
\usefonttheme[onlymath]{serif}
|
||||
% \setbeamerfont{frametitle}{series=\bfseries}
|
||||
% \setbeamerfont{block title}{series=\bfseries}
|
||||
% \setbeamerfont{title}{series=\bfseries}
|
||||
% \setbeamertemplate{frametitle}{\insertframetitle\par\vskip-8pt\hrulefill} % add line under frametitle
|
||||
\setbeamerfont{frametitle}{series=\bfseries\boldmath}
|
||||
\setbeamerfont{block title}{series=\bfseries\boldmath}
|
||||
\setbeamerfont{title}{series=\bfseries\boldmath}
|
||||
\setbeamertemplate{frametitle}{\insertframetitle\par\vskip-8pt\hrulefill} % add line under frametitle
|
||||
|
||||
% % metropolis
|
||||
% % \definecolor{beamer@simple@color}{RGB}{35 54 58}
|
||||
@ -119,8 +119,8 @@
|
||||
% \setbeamercolor{block title alerted}{fg=alertcol,bg=white}
|
||||
% \setbeamerfont{alerted text}{series=\mdseries}
|
||||
% \setbeamercolor{alerted text}{fg=alertcol}
|
||||
% \setbeamercolor{block title}{bg=mygrey!25!white}
|
||||
% \setbeamercolor{block body}{fg=black,bg=mygrey!13!white}
|
||||
\setbeamercolor{block title}{bg=mygrey!25!white}
|
||||
\setbeamercolor{block body}{fg=black,bg=mygrey!13!white}
|
||||
|
||||
|
||||
|
||||
|
24
ctex169.nav
Normal file
24
ctex169.nav
Normal file
@ -0,0 +1,24 @@
|
||||
\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}
|
||||
\headcommand {\beamer@framepages {1}{1}}
|
||||
\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}
|
||||
\headcommand {\beamer@framepages {2}{2}}
|
||||
\headcommand {\beamer@sectionpages {1}{2}}
|
||||
\headcommand {\beamer@subsectionpages {1}{2}}
|
||||
\headcommand {\sectionentry {1}{Reachability Game}{3}{Reachability Game}{0}}
|
||||
\headcommand {\slideentry {1}{0}{1}{3/3}{}{0}}
|
||||
\headcommand {\beamer@framepages {3}{3}}
|
||||
\headcommand {\beamer@sectionpages {3}{3}}
|
||||
\headcommand {\beamer@subsectionpages {3}{3}}
|
||||
\headcommand {\sectionentry {2}{Reachability Game2}{4}{Reachability Game2}{0}}
|
||||
\headcommand {\beamer@sectionpages {4}{3}}
|
||||
\headcommand {\beamer@subsectionpages {4}{3}}
|
||||
\headcommand {\sectionentry {3}{Reachability Game3}{4}{Reachability Game3}{0}}
|
||||
\headcommand {\slideentry {3}{0}{1}{4/4}{}{0}}
|
||||
\headcommand {\beamer@framepages {4}{4}}
|
||||
\headcommand {\slideentry {3}{0}{2}{5/5}{}{0}}
|
||||
\headcommand {\beamer@framepages {5}{5}}
|
||||
\headcommand {\beamer@partpages {1}{5}}
|
||||
\headcommand {\beamer@subsectionpages {4}{5}}
|
||||
\headcommand {\beamer@sectionpages {4}{5}}
|
||||
\headcommand {\beamer@documentpages {5}}
|
||||
\headcommand {\gdef \inserttotalframenumber {5}}
|
BIN
ctex169.pdf
Normal file
BIN
ctex169.pdf
Normal file
Binary file not shown.
0
ctex169.snm
Normal file
0
ctex169.snm
Normal file
BIN
ctex169.synctex.gz
Normal file
BIN
ctex169.synctex.gz
Normal file
Binary file not shown.
75
ctex169.tex
Normal file
75
ctex169.tex
Normal file
@ -0,0 +1,75 @@
|
||||
|
||||
\documentclass[aspectratio=169]{beamer}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{fancyhdr} % header footer
|
||||
\usepackage{graphicx} % figure
|
||||
\usepackage{booktabs}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{bookmark}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{graphicx} % Allows including images
|
||||
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
|
||||
\usepackage{tikz}
|
||||
\usepackage[ruled,linesnumbered]{algorithm2e}
|
||||
\usepackage{adjustbox}
|
||||
\usepackage{ctex}
|
||||
% \usefonttheme[onlymath]{serif}
|
||||
|
||||
\author{丛宇}
|
||||
\title{中文标题}
|
||||
\date{\today}
|
||||
|
||||
% \AtBeginSection[]{
|
||||
% \frame{\frametitle{Outline}\tableofcontents[currentsection,
|
||||
% subsectionstyle=show/show/shaded]}
|
||||
% }
|
||||
|
||||
\usetheme{Bar169}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begingroup
|
||||
|
||||
\makeatletter
|
||||
\setlength{\hoffset}{.5\beamer@sidebarwidth}
|
||||
\makeatother
|
||||
|
||||
|
||||
\begin{frame}[plain]
|
||||
% Print the title page as the first slide
|
||||
\titlepage
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[plain]{Overview}
|
||||
% Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
|
||||
\tableofcontents
|
||||
\end{frame}
|
||||
\endgroup
|
||||
\section{Reachability Game}
|
||||
\begin{frame}{可达性博弈}
|
||||
中文测试
|
||||
\end{frame}
|
||||
\section{Reachability Game2}
|
||||
\section{Reachability Game3}
|
||||
|
||||
\begin{frame}{math test}
|
||||
\begin{itemize}
|
||||
\item How to find $T_1$\\
|
||||
|
||||
$T_1=\{v\in T : v$ can't reach $T\cup Reach(T,0)\}$\\
|
||||
$T_1=\{v\in T: v$ can only reach $V\setminus \{T\cup Reach(T,0)\}\}$\\
|
||||
P1 wants to reach $V\setminus \{T\cup Reach(T,0)\}\}$, P0 tries to avoid $V\setminus \{T\cup Reach(T,0)\}\}$.\\
|
||||
compute $Reach(V\setminus \{T\cup Reach(T,0)\}\},1)$
|
||||
|
||||
\item Time complexity\\
|
||||
$O(m)$ to find $T_i$, at most $O(n)$ times. Worst-case $O(nm)$.
|
||||
\end{itemize}
|
||||
|
||||
\end{frame}
|
||||
\begin{frame}
|
||||
\frametitle{references}
|
||||
|
||||
|
||||
|
||||
\end{frame}
|
||||
\end{document}
|
80
simple.aux
Normal file
80
simple.aux
Normal file
@ -0,0 +1,80 @@
|
||||
\relax
|
||||
\providecommand\hyper@newdestlabel[2]{}
|
||||
\providecommand\HyField@AuxAddToFields[1]{}
|
||||
\providecommand\HyField@AuxAddToCoFields[2]{}
|
||||
\providecommand\babel@aux[2]{}
|
||||
\@nameuse{bbl@beforestart}
|
||||
\providecommand\BKM@entry[2]{}
|
||||
\providecommand \oddpage@label [2]{}
|
||||
\babel@aux{english}{}
|
||||
\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}}
|
||||
\BKM@entry{id=1,open,dest={4F75746C696E65302E31},srcline={5}}{5C3337365C3337375C3030304D5C3030306F5C303030745C303030695C303030765C303030615C303030745C303030695C3030306F5C3030306E5C3030305C3034305C3030305C3034365C3030305C3034305C303030525C303030655C303030665C303030655C303030725C303030655C3030306E5C303030635C303030655C30303073}
|
||||
\bibcite{p1}{\hyperlink {beamerbibp1}{Smith, 2012}}
|
||||
\@writefile{toc}{\beamer@sectionintoc {1}{Motivation \& References}{3}{0}{1}}
|
||||
\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{2}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{2}}}
|
||||
\@writefile{nav}{\headcommand {\sectionentry {1}{Motivation \& References}{3}{Motivation \& References}{0}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {1}{0}{1}{3/3}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}}
|
||||
\BKM@entry{id=2,open,dest={4F75746C696E65302E32},srcline={19}}{5C3337365C3337375C303030525C303030655C303030615C303030635C303030685C303030615C303030625C303030695C3030306C5C303030695C303030745C303030795C3030305C3034305C303030475C303030615C3030306D5C30303065}
|
||||
\@writefile{toc}{\beamer@sectionintoc {2}{Reachability Game}{4}{0}{2}}
|
||||
\@writefile{nav}{\headcommand {\beamer@sectionpages {3}{3}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@subsectionpages {3}{3}}}
|
||||
\@writefile{nav}{\headcommand {\sectionentry {2}{Reachability Game}{4}{Reachability Game}{0}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {2}{0}{1}{4/4}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {2}{0}{2}{5/5}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {2}{0}{3}{6/6}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {2}{0}{4}{7/7}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {2}{0}{5}{8/8}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}}
|
||||
\@writefile{loa}{\contentsline {algocf}{\numberline {1}{\ignorespaces Reachability for P0}}{9}{}\protected@file@percent }
|
||||
\@writefile{nav}{\headcommand {\slideentry {2}{0}{6}{9/9}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {2}{0}{7}{10/10}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {2}{0}{8}{11/11}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {2}{0}{9}{12/12}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {2}{0}{10}{13/13}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {2}{0}{11}{14/14}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}}
|
||||
\BKM@entry{id=3,open,dest={4F75746C696E65302E33},srcline={250}}{5C3337365C3337375C303030425C3030305C3337345C303030635C303030685C303030695C3030305C3034305C303030475C303030615C3030306D5C30303065}
|
||||
\@writefile{toc}{\beamer@sectionintoc {3}{Büchi Game}{15}{0}{3}}
|
||||
\@writefile{nav}{\headcommand {\beamer@sectionpages {4}{14}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@subsectionpages {4}{14}}}
|
||||
\@writefile{nav}{\headcommand {\sectionentry {3}{Büchi Game}{15}{Büchi Game}{0}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {3}{0}{1}{15/15}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {3}{0}{2}{16/16}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {3}{0}{3}{17/17}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {3}{0}{4}{18/18}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {3}{0}{5}{19/19}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {19}{19}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {3}{0}{6}{20/20}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {20}{20}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {3}{0}{7}{21/21}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {21}{21}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {3}{0}{8}{22/22}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {22}{22}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {3}{0}{9}{23/23}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {23}{23}}}
|
||||
\@writefile{nav}{\headcommand {\slideentry {3}{0}{10}{24/24}{}{0}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@framepages {24}{24}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@partpages {1}{24}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@subsectionpages {15}{24}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@sectionpages {15}{24}}}
|
||||
\@writefile{nav}{\headcommand {\beamer@documentpages {24}}}
|
||||
\@writefile{nav}{\headcommand {\gdef \inserttotalframenumber {24}}}
|
||||
\gdef \@abspage@last{24}
|
256
simple.fdb_latexmk
Normal file
256
simple.fdb_latexmk
Normal file
@ -0,0 +1,256 @@
|
||||
# Fdb version 4
|
||||
["pdflatex"] 1727249149.43246 "/Users/congyu/BeamerTheme/simple.tex" "simple.pdf" "simple" 1727249151.34211 0
|
||||
"/Users/congyu/BeamerTheme/simple.tex" 1711167820.71652 1125 e670c45b14c56c7b919bb98f79fe3021 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/map/fontname/texfonts.map" 1710106625 3524 cb3e574dea2d1052e39280babc910dc8 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/map/pdftex/updmap/pdftex.map" 1710106625 5472554 f7861620179a71a79d4bd86251f559d0 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm" 1710106625 1004 54797486969f23fa377b128694d548df ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm" 1710106625 988 bdf658c3bfc2d96d3c8b02cfc1c94c20 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1710106625 916 f87d7c45f9c908e672703b83b72241a3 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm" 1710106625 924 9904cf1d39e9767e7a3622f2a125a565 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm" 1710106625 928 2dc8d444221b7a635bb58038579b861a ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm" 1710106625 908 2921f8a10601f252058503cc6570e581 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm" 1710106625 940 75ac932a52f80982a9f8ea75d03a34cf ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1710106625 940 228d6584342e91276bf566bcf9716b83 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmex10.tfm" 1710106625 992 662f679a0b3d2d53c1b94050fdaa3f50 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm" 1710106625 1528 abec98dbc43e172678c11b3b9031252a ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm" 1710106625 1512 f21f83efb36853c0b70002322c1ab3ad ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm" 1710106625 1520 eccf95517727cb11801f4f1aee3a21b4 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmr10.tfm" 1710106625 1296 45809c5a464d5f32c8f98ba97c1bb47f ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmr6.tfm" 1710106625 1300 b62933e007d01cfd073f79b963c01526 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmr8.tfm" 1710106625 1292 21c1c5bfeaebccffdb478fd231a0997d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmss10.tfm" 1710106625 1316 b636689f1933f24d1294acdf6041daaa ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmss12.tfm" 1710106625 1324 37b971caf729d7edd9cbb9f9b0ea76eb ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmss8.tfm" 1710106625 1296 d77f431d10d47c8ea2cc18cf45346274 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmss9.tfm" 1710106625 1320 49357c421c0d469f88b867dd0c3d10e8 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm" 1710106625 1272 e2d13f0df30bf3ad990bb9d028e37f34 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmssi8.tfm" 1710106625 1500 7f49257eca65a87057f17452e9fe3ef5 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmssi9.tfm" 1710106625 1524 db4bb1dddb7b51420776d94a5c70c2a5 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm" 1710106625 1124 6c73e740cf17375f03eec0ee63599741 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm" 1710106625 1116 933a60c408fc0a863a92debe84b2d294 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm" 1710106625 1120 8b7d695260f3cff42e636090a8002094 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb" 1710106625 30251 6afa5cb1d0204815a708a080681d4674 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb" 1710106625 36299 5f9df58c2139e7edcf37c8fca4bd384d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb" 1710106625 36281 c355509802a035cadc5f15869451dcee ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb" 1710106625 35469 70d41d2b9ea31d5d813066df7c99281c ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb" 1710106625 35752 024fb6c41858982481f6968b5fc26508 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb" 1710106625 32734 69e00a6b65cedb993666e42eedb3d48f ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb" 1710106625 32762 224316ccc9ad3ca0423a14971cfa7fc1 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb" 1710106625 32726 0a1aea6fcd6468ee2cf64d891f5c43c8 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb" 1710106625 24457 5cbb7bdf209d5d1ce9892a9b80a307cc ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfb" 1710106625 24420 52dbb8e8aa0069a1b987309557f8d303 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmss9.pfb" 1710106625 24373 a91d375736817a75026663adcb2190c1 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfb" 1710106625 28902 2f5c04fd2884d1878057baa5aad22765 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi8.pfb" 1710106625 25168 33771b85f45c82138dd7745db7092d1c ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi9.pfb" 1710106625 25029 6f2cec9646ca278302ed7d604e506e3e ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb" 1710106625 32569 5e5ddc8df908dea60932f3c484a54c0d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb" 1710106625 32626 4f5c1b83753b1dd3a97d1b399a005b4b ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1710106625 71627 94eb9990bed73c364d7f53f960cc8c5b ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/atbegshi/atbegshi.sty" 1710106625 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel-english/english.ldf" 1710106625 7008 9ff5fdcc865b01beca2b0fe4a46231d4 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel/babel.sty" 1710106625 146276 10a40dabec03ce18494af0c3a51bcbdc ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel/locale/en/babel-en.ini" 1710106625 3966 caeee5a9e5771d4446aa1ca9015ba1b2 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel/locale/en/babel-english.tex" 1710106625 336 ed676b5e7dfd862bc78d634f6a973f37 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel/txtbabel.def" 1710106625 6948 df63e25be1d2bc35bbad5a0141f41348 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty" 1710106625 40635 c40361e206be584d448876bba8a64a3b ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/bitset/bitset.sty" 1710106625 33961 6b5c75130e435b2bfdb9f480a09a39f9 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty" 1710106625 8371 9d55b8bd010bc717624922fb3477d92e ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/iftex/iftex.sty" 1710106625 7237 bdd120a32c8fdb4b433cf9ca2e7cd98a ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/iftex/ifvtex.sty" 1710106625 1057 525c2192b5febbd8c1f662c9468335bb ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty" 1710106625 8356 7bbb2c2373aa810be568c29e333da8ed ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/intcalc/intcalc.sty" 1710106625 31769 002a487f55041f8e805cfbf6385ffd97 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty" 1710106625 5412 d5a2436094cd7be85769db90f29250a6 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty" 1710106625 17865 1a9bd36b4f98178fa551aca822290953 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty" 1710106625 19007 15924f7228aca6c6d184b115f4baa231 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty" 1710106625 20089 80423eac55aa175305d35b49e04fe23b ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex" 1710106625 1016 1c2b89187d12a2768764b83b4945667c ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex" 1710106625 43820 1fef971b75380574ab35a0d37fd92608 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex" 1710106625 19324 f4e4c6403dd0f1605fd20ed22fa79dea ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex" 1710106625 6038 ccb406740cc3f03bbfb58ad504fe8c27 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex" 1710106625 6911 f6d4cf5a3fef5cc879d668b810e82868 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex" 1710106625 4883 42daaf41e27c3735286e23e48d2d7af9 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex" 1710106625 2544 8c06d2a7f0f469616ac9e13db6d2f842 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex" 1710106625 44195 5e390c414de027626ca5e2df888fa68d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex" 1710106625 17311 2ef6b2e29e2fc6a2fc8d6d652176e257 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex" 1710106625 21302 788a79944eb22192a4929e46963a3067 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex" 1710106625 9691 3d42d89522f4650c2f3dc616ca2b925e ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex" 1710106625 33335 dd1fa4814d4e51f18be97d88bf0da60c ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex" 1710106625 2965 4c2b1f4e0826925746439038172e5d6f ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex" 1710106625 5196 2cc249e0ee7e03da5f5f6589257b1e5b ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex" 1710106625 20821 7579108c1e9363e61a0b1584778804aa ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex" 1710106625 35249 abd4adf948f960299a4b3d27c5dddf46 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex" 1710106625 22012 81b34a0aa8fa1a6158cc6220b00e4f10 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex" 1710106625 8893 e851de2175338fdf7c17f3e091d94618 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex" 1710106625 11518 738408f795261b70ce8dd47459171309 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex" 1710106625 186782 af500404a9edec4d362912fe762ded92 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex" 1710106625 32995 ac577023e12c0e4bd8aa420b2e852d1a ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex" 1710106625 3063 8c415c68a0f3394e45cfeca0b65f6ee6 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex" 1710106625 949 cea70942e7b7eddabfb3186befada2e6 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex" 1710106625 13270 2e54f2ce7622437bf37e013d399743e3 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex" 1710106625 104717 9b2393fbf004a0ce7fa688dbce423848 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex" 1710106625 10165 cec5fa73d49da442e56efc2d605ef154 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex" 1710106625 28178 41c17713108e0795aac6fef3d275fbca ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex" 1710106625 9649 85779d3d8d573bfd2cd4137ba8202e60 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex" 1710106625 3865 ac538ab80c5cf82b345016e474786549 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex" 1710106625 3177 27d85c44fbfe09ff3b2cf2879e3ea434 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex" 1710106625 11024 0179538121bc2dba172013a3ef89519f ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex" 1710106625 7890 0a86dbf4edfd88d022e0d889ec78cc03 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex" 1710106625 3379 781797a101f647bab82741a99944a229 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex" 1710106625 92405 f515f31275db273f97b9d8f52e1b0736 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex" 1710106625 37466 97b0a1ba732e306a1a2034f5a73e239f ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex" 1710106625 8471 c2883569d03f69e8e1cabfef4999cfd7 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex" 1710106625 21211 1e73ec76bd73964d84197cc3d2685b01 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex" 1710106625 16121 346f9013d34804439f7436ff6786cef7 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex" 1710106625 44792 271e2e1934f34c759f4dedb1e14a5015 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/pgf.revision.tex" 1710106625 114 e6d443369d0673933b38834bf99e422d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg" 1710106625 926 2963ea0dcf6cc6c0a770b69ec46a477b ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def" 1710106625 5542 32f75a31ea6c3a7e1148cd6d5e93dbb7 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def" 1710106625 12612 7774ba67bfd72e593c4436c2de6201e3 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex" 1710106625 61351 bc5f86e0355834391e736e97a61abced ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex" 1710106625 1896 b8e0ca0ac371d74c0ca05583f6313c91 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex" 1710106625 7778 53c8b5623d80238f6a20aa1df1868e63 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex" 1710106625 24033 d8893a1ec4d1bfa101b172754743d340 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex" 1710106625 39784 414c54e866ebab4b801e2ad81d9b21d8 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfkeyslibraryfiltered.code.tex" 1710106625 37433 940bc6d409f1ffd298adfdcaf125dd86 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex" 1710106625 4385 510565c2f07998c8a0e14f0ec07ff23c ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex" 1710106625 29239 22e8c7516012992a49873eff0d868fed ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def" 1710106625 6950 8524a062d82b7afdc4a88a57cb377784 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty" 1710106625 7008 f92eaa0a3872ed622bbf538217cd2ab7 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex" 1710106625 19231 27205ee17aaa2902aea3e0c07a3cfc65 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex" 1710106625 7677 9cb1a74d945bc9331f2181c0a59ff34a ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/adjcalc.sty" 1710106625 5598 c49b91713cbe5e50a1fabefb733eda0d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/adjustbox.sty" 1710106625 56907 e3e515e490dbc35309a010b5bbe1bef5 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/tc-pdftex.def" 1710106625 4070 1677cfee6374067b93f61cf57ecd7144 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/trimclip.sty" 1710106625 7244 36558f478da08e083d7316a63ba4bcd6 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/algorithm2e/algorithm2e.sty" 1710106625 167160 d91cee26d3ef5727644d2110445741dd ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amscls/amsthm.sty" 1710106625 12594 0d51ac3a545aaaa555021326ff22a6cc ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty" 1710106625 5949 3f3fd50a8cc94c3d4cbf4fc66cd3df1c ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/amssymb.sty" 1710106625 13829 94730e64147574077f8ecfea9bb69af4 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/umsa.fd" 1710106625 961 6518c6525a34feb5e8250ffa91731cff ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/umsb.fd" 1710106625 961 d02606146ba5601b5645f987c92e6193 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amsbsy.sty" 1710106625 2222 499d61426192c39efd8f410ee1a52b9c ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amsgen.sty" 1710106625 4173 82ac04dfb1256038fad068287fbb4fe6 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amsmath.sty" 1710106625 88371 d84032c0f422c3d1e282266c01bef237 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amsopn.sty" 1710106625 4474 b811654f4bf125f11506d13d13647efb ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amstext.sty" 1710106625 2444 0d0c1ee65478277e8015d65b86983da2 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/atveryend/atveryend.sty" 1710106625 19336 ce7ae9438967282886b3b036cfad1e4d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/auxhook/auxhook.sty" 1710106625 3935 57aa3c3e203a5c2effb4d2bd2efbc323 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty" 1710106625 3045 273c666a54e60b9f730964f431a56c1b ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/atveryend-ltx.sty" 1710106625 2462 6bc53756156dbd71c1ad550d30a3b93f ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/ifthen.sty" 1710106625 5319 2b738d02ce36ada6dcdd9534940db0ee ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/size11.clo" 1710106625 8464 59874a3b0776c73e2a138b025d8473dd ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamer.cls" 1710106625 12512 a310ecdc7bb8bde63702b12cf1fc0ab5 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty" 1710106625 24481 fbdd4c6b33672952150fc44b79e6db1a ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty" 1710106625 7442 2763a68bf342c7d669e8268fbbd966c5 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasecolor.sty" 1710106625 12629 bd25b8af4d0290fdda57fbac769d3dfc ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty" 1710106625 27417 28f4b89ab6cd3e9588bf80faa3b54251 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasedecode.sty" 1710106625 9397 90105d8818f445af9ed5a33927eeaf84 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasefont.sty" 1710106625 13682 dcb25a29980b0e2868b6998b0f4fba61 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseframe.sty" 1710106625 25641 83cbfbfe98fb9b29da5212a29ee6f67b ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty" 1710106625 12211 e8a8c93c0e907b9b5ed419333c269485 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty" 1710106625 9014 50b422b9f379c19ffa1e9a50b4cea3d0 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty" 1710106625 18094 37df06a1f3bc096fd2a7a2ae49991be3 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasemisc.sty" 1710106625 8303 3459317cb46f83a5b3ddc3bb5d011a4a ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasemodes.sty" 1710106625 7614 7260b6a2a859aa30e482f34e0f6dfb1e ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty" 1710106625 21619 c0cec8e062d3de4514d016cf426ebb4d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasenavigationsymbols.tex" 1710106625 8137 32c2718131d54d3e6ff6150b81026fa7 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasenotes.sty" 1710106625 5752 a814a0d1bc4946fe3bc3e616446c7d36 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty" 1710106625 1743 5acd9fac8c2fc5a96f2f36385ae738b3 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty" 1710106625 28548 b701f407d8e40143d689899ffd4d647d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaserequires.sty" 1710106625 1583 12314c3bb8ab13b289cdcb9f2bb13580 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasesection.sty" 1710106625 13842 6aadb3bc34d2950caeb4f29bbea57a21 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty" 1710106625 5743 fc0d51414dd291b72b11cad049170b85 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasethemes.sty" 1710106625 1130 844d3db83413a2cb0d2619d67ae2df4e ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty" 1710106625 4538 8d11421ca99f1b20128ce571cca03a4f ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetitle.sty" 1710106625 5346 4fc5e276ce4a45a8801db1fee8201698 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetoc.sty" 1710106625 7795 dd70e26ab078785a98e459b9ccd65649 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty" 1710106625 627 47d7193c3a1da10f5aa663a70b6d149b ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty" 1710106625 1848 a36eaf6bee3ae23c7df106497df8f842 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty" 1710106625 4016 c25a9e117ac7f79cd712d692979a9ed5 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamercolorthemedefault.sty" 1710106625 7202 1f79be9366ab4084ba924d7ab3a08756 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerfontthemedefault.sty" 1710106625 4226 4a3a91ecbea18e5e04836d585ff0e257 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerfontthemeserif.sty" 1710106625 998 ed2cf6978494083b9cd5977c3d606f6c ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericonarticle.20.pdf" 1710106625 2958 4e0c4a6e994e5c4d9da11c477e927f0f ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericonarticle.pdf" 1710106625 2936 6cc3ef0682cbb62be8aa1b19f0a84ed6 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericonbook.20.pdf" 1710106625 2734 0bcf939051dd2a936cdfe5982f7c233b ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericonbook.pdf" 1710106625 2667 7624351b441ffe4bd2d14e08fbcf063d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericononline.20.pdf" 1710106625 24451 195d2c060e84f339954bc6d9b52131d7 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericononline.pdf" 1710106625 24611 df07010540266b2b205b492a4d02e7e1 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerinnerthemedefault.sty" 1710106625 13709 0e052fe8ffb31b5209bf090fbc06d6f4 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerouterthemedefault.sty" 1710106625 6950 3f8d95e7500b5961ee155a137efa8a6d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerouterthemetree.sty" 1710106625 2072 26dd8158962e0e94bf689fc16913c74f ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerthemedefault.sty" 1710106625 345 b9f1afd5eccd808064d49a802f119443 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/bookmark/bkm-pdftex.def" 1710106625 8818 aa5157b46368efebf023abff55611467 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/bookmark/bookmark.sty" 1710106625 18245 97e6be180cf07bb6f7008cfdaaecfce5 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/booktabs/booktabs.sty" 1710106625 6078 f1cb470c9199e7110a27851508ed7a5c ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/collectbox/collectbox.sty" 1710106625 9124 59c3b56f1a073de66e3eea35f9c173c8 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1710106625 13886 d1306dcf79a944f6988e688c1785f9ce ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty" 1710106625 46845 3b58f70c6e861a13d927bff09d35ecbc ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty" 1710106625 18450 88279bf67c81e69f8e3f1c1bad1a26c5 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/geometry/geometry.sty" 1710106625 41601 9cf6c5257b1bc7af01a58859749dd37a ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1710106625 1213 620bba36b25224fa9b7e1ccb4ecb76fd ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1710106625 1224 978390e9c2234eab29404bc21b268d1e ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics-def/pdftex.def" 1710106625 19448 1e988b341dda20961a6b931bcde55519 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/color.sty" 1710106625 7233 e46ce9241d2b2ca2a78155475fdd557a ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/graphics.sty" 1710106625 18387 8f900a490197ebaf93c02ae9476d4b09 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/graphicx.sty" 1710106625 8010 a8d949cbdbc5c983593827c9eec252e1 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/keyval.sty" 1710106625 2671 7e67d78d9b88c845599a85b2d41f2e39 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/mathcolor.ltx" 1710106625 2885 9c645d672ae17285bba324998918efd8 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/trig.sty" 1710106625 4023 293ea1c16429fc0c4cf605f4da1791a9 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hycolor/hycolor.sty" 1710106625 17914 4c28a13fc3d975e6e81c9bea1d697276 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/hpdftex.def" 1710106625 48154 e46bf8adeb936500541441171d61726d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/hyperref.sty" 1710106625 220920 fd3cbb5f1a2bc9b8f451b8b7d8171264 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/nameref.sty" 1710106625 11026 182c63f139a71afd30a28e5f1ed2cd1c ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/pd1enc.def" 1710106625 14249 e67cb186717b7ab18d14a4875e7e98b5 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/puenc.def" 1710106625 117112 05831178ece2cad4d9629dcf65099b11 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty" 1710106625 2142 eae42205b97b7a3ad0e58db5fe99e3e6 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty" 1710106625 11185 15c86b5a61db19da88ab941ca5b70a12 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/koma-script/scrlfile.sty" 1710106625 3328 3d5fc41a419bf18130ce17d90a23c295 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/koma-script/scrlogo.sty" 1710106625 2162 418e29bcf2b8059e8a9ee1ea4d0d0c87 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty" 1710106625 22555 6d8e155cfef6d82c3d5c742fea7c992e ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty" 1710106625 13815 760b0c02f691ea230f5359c4e1de23a7 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def" 1710106625 30006 3d512c0edd558928ddea1690180ef77e ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg" 1710106625 678 4792914a8f45be57bb98413425e4c7af ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty" 1710106625 1090 bae35ef70b3168089ef166db3e66f5b2 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty" 1710106625 373 00b204b1d7d095b892ad31a7494b0373 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty" 1710106625 21013 f4ff83d25bb56552493b030f27c075ae ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty" 1710106625 989 c49c8ae06d96f8b15869da7428047b1e ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty" 1710106625 339 c2e180022e3afdb99c7d0ea5ce469b7d ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty" 1710106625 306 c56a323ca5bf9242f54474ced10fca71 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty" 1710106625 443 8c872229db56122037e86bcda49e14f3 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty" 1710106625 348 ee405e64380c11319f0e249fed57e6c5 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty" 1710106625 274 5ae372b7df79135d240456a1c6f2cf9a ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty" 1710106625 325 f9f16d12354225b7dd52a3321f085955 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty" 1710106625 2232 b9a67bccba736ed334b4b1a860a85c6f ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/refcount/refcount.sty" 1710106625 9878 9e94e8fa600d95f9c7731bb21dfb67a4 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/relsize/relsize.sty" 1710106625 15542 c4cc3164fe24f2f2fbb06eb71b1da4c4 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty" 1710106625 9714 ba3194bd52c8499b3f1e3eb91d409670 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty" 1710106625 4282 5d27280ace1239baaa4a225df16125ff ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/tools/enumerate.sty" 1710106625 3468 0ef513f22d965f96b06adb5cff671cd7 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/tools/xspace.sty" 1710106625 4545 9f5ea23ab1c91476c42749893f790666 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-basic-dictionary-English.dict" 1710106625 3535 7dc96051305a7e943219126c49c44cd6 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-bibliography-dictionary-English.dict" 1710106625 903 c6d17f0656e9e1abb172b4faebabd617 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-environment-dictionary-English.dict" 1710106625 433 bfb8d1c2c020defd2de8e5c276710094 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-months-dictionary-English.dict" 1710106625 1337 9a6c05e8f0c8b3c5f27cbd0e455cf475 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-numbers-dictionary-English.dict" 1710106625 1638 2bf1a1dea98f8a4d28033fce76e9cc67 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-theorem-dictionary-English.dict" 1710106625 3523 1f9d9b91f7d78b73e74c7e97bca30fb0 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator.sty" 1710106625 8765 56d370785f0143111ff9898b5adfe08e ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/url/url.sty" 1710106625 12796 8edb7d69a20b857904dd0ea757c14ec9 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/varwidth/varwidth.sty" 1710106625 10894 d359a13923460b2a73d4312d613554c8 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/xcolor/xcolor.sty" 1710106625 55487 80a65caedd3722f4c20a14a69e785d8f ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty" 1710106625 4937 4ce600ce9bd4ec84d0250eb6892fcf4f ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/web2c/texmf.cnf" 1710106625 41652 e14926ab86fde7902cad99d9eeaa5ca5 ""
|
||||
"/opt/homebrew/Cellar/texlive/20240312_1/share/texmf-var/web2c/pdftex/pdflatex.fmt" 1710106625 8221851 5146b755db1b51297976139fe7739199 ""
|
||||
"beamerthemeSimple.sty" 1727249147.45964 4853 e96787f5343b7ed1cb0555dd6d2d8865 ""
|
||||
"content.tex" 1711167820.71481 23209 885a27adcd386a4ec9ba2c4c03c406ed ""
|
||||
"simple.aux" 1727249151.23774 5499 326a173c3fe6558a1c9bc650dd83219d "pdflatex"
|
||||
"simple.nav" 1727249151.23892 2904 445348ece3303485b8dbe907148ffa3d "pdflatex"
|
||||
"simple.tex" 1711167820.71652 1125 e670c45b14c56c7b919bb98f79fe3021 ""
|
||||
"simple.toc" 1727249151.23896 191 79f9e1b16fae9b636d6e1d91267fd1a7 "pdflatex"
|
||||
(generated)
|
||||
"simple.aux"
|
||||
"simple.log"
|
||||
"simple.nav"
|
||||
"simple.pdf"
|
||||
"simple.snm"
|
||||
"simple.toc"
|
||||
(rewritten before read)
|
461
simple.fls
Normal file
461
simple.fls
Normal file
@ -0,0 +1,461 @@
|
||||
PWD /Users/congyu/BeamerTheme
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/web2c/texmf.cnf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-var/web2c/pdftex/pdflatex.fmt
|
||||
INPUT /Users/congyu/BeamerTheme/simple.tex
|
||||
OUTPUT simple.log
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamer.cls
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamer.cls
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasemodes.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasemodes.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasedecode.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasedecode.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/iftex/iftex.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/iftex/iftex.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/hyperref.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/geometry/geometry.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/geometry/geometry.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/iftex/ifvtex.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/iftex/ifvtex.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/pgf.revision.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/pgf.revision.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgfkeyslibraryfiltered.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/size11.clo
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/size11.clo
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/size11.clo
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/map/fontname/texfonts.map
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmr10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/trig.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/trig.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/xcolor/xcolor.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/xcolor/xcolor.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/mathcolor.ltx
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/mathcolor.ltx
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/mathcolor.ltx
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/atbegshi/atbegshi.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/hyperref.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hycolor/hycolor.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hycolor/hycolor.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/auxhook/auxhook.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/auxhook/auxhook.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/nameref.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/nameref.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/refcount/refcount.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/refcount/refcount.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/pd1enc.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/pd1enc.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/pd1enc.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/intcalc/intcalc.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/intcalc/intcalc.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/puenc.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/puenc.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/puenc.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/url/url.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/url/url.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/bitset/bitset.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/bitset/bitset.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/hpdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/hpdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/hyperref/hpdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/atveryend/atveryend.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/atveryend-ltx.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/atveryend-ltx.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaserequires.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaserequires.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasefont.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasefont.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/koma-script/scrlfile.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/koma-script/scrlfile.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/koma-script/scrlfile.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/koma-script/scrlogo.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/koma-script/scrlogo.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasemisc.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasemisc.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetitle.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetitle.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasesection.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasesection.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseframe.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseframe.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasecolor.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasecolor.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasenotes.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasenotes.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetoc.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetoc.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/tools/enumerate.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/tools/enumerate.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasenavigationsymbols.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasenavigationsymbols.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasenavigationsymbols.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasenavigationsymbols.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasenavigationsymbols.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amscls/amsthm.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amscls/amsthm.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmss10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerthemedefault.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerthemedefault.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerfontthemedefault.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerfontthemedefault.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamercolorthemedefault.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamercolorthemedefault.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerinnerthemedefault.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerinnerthemedefault.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericonbook.pdf
|
||||
OUTPUT simple.pdf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericonbook.pdf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericonbook.20.pdf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericonbook.20.pdf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericonarticle.pdf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericonarticle.pdf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericonarticle.20.pdf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericonarticle.20.pdf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericononline.pdf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericononline.pdf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericononline.20.pdf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamericononline.20.pdf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerouterthemedefault.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerouterthemedefault.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel/babel.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel/babel.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel/txtbabel.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel-english/english.ldf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel-english/english.ldf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel-english/english.ldf
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel/locale/en/babel-english.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel/locale/en/babel-english.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel/locale/en/babel-english.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/babel/locale/en/babel-en.ini
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/booktabs/booktabs.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/booktabs/booktabs.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/bookmark/bookmark.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/bookmark/bookmark.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/bookmark/bkm-pdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/bookmark/bkm-pdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/bookmark/bkm-pdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/algorithm2e/algorithm2e.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/algorithm2e/algorithm2e.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/ifthen.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/base/ifthen.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/tools/xspace.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/tools/xspace.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/relsize/relsize.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/relsize/relsize.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/adjustbox.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/adjustbox.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/adjcalc.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/adjcalc.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/trimclip.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/trimclip.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/collectbox/collectbox.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/collectbox/collectbox.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/varwidth/varwidth.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/varwidth/varwidth.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/varwidth/varwidth.sty
|
||||
INPUT ./beamerthemeSimple.sty
|
||||
INPUT beamerthemeSimple.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerouterthemetree.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerouterthemetree.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerfontthemeserif.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/beamer/beamerfontthemeserif.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
||||
INPUT ./simple.aux
|
||||
INPUT ./simple.aux
|
||||
INPUT simple.aux
|
||||
OUTPUT simple.aux
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/graphics/color.sty
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-basic-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-basic-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-basic-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-bibliography-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-bibliography-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-bibliography-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-environment-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-environment-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-environment-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-months-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-months-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-months-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-numbers-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-numbers-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-numbers-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-theorem-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-theorem-dictionary-English.dict
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/translator/translator-theorem-dictionary-English.dict
|
||||
INPUT ./simple.nav
|
||||
INPUT ./simple.nav
|
||||
INPUT simple.nav
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmss8.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmss12.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmr8.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmr6.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmsy8.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmsy6.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmex10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmss8.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/map/pdftex/updmap/pdftex.map
|
||||
INPUT ./simple.toc
|
||||
INPUT ./simple.toc
|
||||
INPUT simple.toc
|
||||
INPUT ./content.tex
|
||||
INPUT ./content.tex
|
||||
INPUT content.tex
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmss9.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmssi9.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmss8.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmssi8.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmssbx10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/cm/cmss10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
|
||||
OUTPUT simple.nav
|
||||
OUTPUT simple.toc
|
||||
OUTPUT simple.snm
|
||||
INPUT simple.aux
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmss8.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmss9.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi8.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmssi9.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
|
||||
INPUT /opt/homebrew/Cellar/texlive/20240312_1/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb
|
1153
simple.log
Normal file
1153
simple.log
Normal file
File diff suppressed because it is too large
Load Diff
62
simple.nav
Normal file
62
simple.nav
Normal file
@ -0,0 +1,62 @@
|
||||
\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}
|
||||
\headcommand {\beamer@framepages {1}{1}}
|
||||
\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}
|
||||
\headcommand {\beamer@framepages {2}{2}}
|
||||
\headcommand {\beamer@sectionpages {1}{2}}
|
||||
\headcommand {\beamer@subsectionpages {1}{2}}
|
||||
\headcommand {\sectionentry {1}{Motivation \& References}{3}{Motivation \& References}{0}}
|
||||
\headcommand {\slideentry {1}{0}{1}{3/3}{}{0}}
|
||||
\headcommand {\beamer@framepages {3}{3}}
|
||||
\headcommand {\beamer@sectionpages {3}{3}}
|
||||
\headcommand {\beamer@subsectionpages {3}{3}}
|
||||
\headcommand {\sectionentry {2}{Reachability Game}{4}{Reachability Game}{0}}
|
||||
\headcommand {\slideentry {2}{0}{1}{4/4}{}{0}}
|
||||
\headcommand {\beamer@framepages {4}{4}}
|
||||
\headcommand {\slideentry {2}{0}{2}{5/5}{}{0}}
|
||||
\headcommand {\beamer@framepages {5}{5}}
|
||||
\headcommand {\slideentry {2}{0}{3}{6/6}{}{0}}
|
||||
\headcommand {\beamer@framepages {6}{6}}
|
||||
\headcommand {\slideentry {2}{0}{4}{7/7}{}{0}}
|
||||
\headcommand {\beamer@framepages {7}{7}}
|
||||
\headcommand {\slideentry {2}{0}{5}{8/8}{}{0}}
|
||||
\headcommand {\beamer@framepages {8}{8}}
|
||||
\headcommand {\slideentry {2}{0}{6}{9/9}{}{0}}
|
||||
\headcommand {\beamer@framepages {9}{9}}
|
||||
\headcommand {\slideentry {2}{0}{7}{10/10}{}{0}}
|
||||
\headcommand {\beamer@framepages {10}{10}}
|
||||
\headcommand {\slideentry {2}{0}{8}{11/11}{}{0}}
|
||||
\headcommand {\beamer@framepages {11}{11}}
|
||||
\headcommand {\slideentry {2}{0}{9}{12/12}{}{0}}
|
||||
\headcommand {\beamer@framepages {12}{12}}
|
||||
\headcommand {\slideentry {2}{0}{10}{13/13}{}{0}}
|
||||
\headcommand {\beamer@framepages {13}{13}}
|
||||
\headcommand {\slideentry {2}{0}{11}{14/14}{}{0}}
|
||||
\headcommand {\beamer@framepages {14}{14}}
|
||||
\headcommand {\beamer@sectionpages {4}{14}}
|
||||
\headcommand {\beamer@subsectionpages {4}{14}}
|
||||
\headcommand {\sectionentry {3}{Büchi Game}{15}{Büchi Game}{0}}
|
||||
\headcommand {\slideentry {3}{0}{1}{15/15}{}{0}}
|
||||
\headcommand {\beamer@framepages {15}{15}}
|
||||
\headcommand {\slideentry {3}{0}{2}{16/16}{}{0}}
|
||||
\headcommand {\beamer@framepages {16}{16}}
|
||||
\headcommand {\slideentry {3}{0}{3}{17/17}{}{0}}
|
||||
\headcommand {\beamer@framepages {17}{17}}
|
||||
\headcommand {\slideentry {3}{0}{4}{18/18}{}{0}}
|
||||
\headcommand {\beamer@framepages {18}{18}}
|
||||
\headcommand {\slideentry {3}{0}{5}{19/19}{}{0}}
|
||||
\headcommand {\beamer@framepages {19}{19}}
|
||||
\headcommand {\slideentry {3}{0}{6}{20/20}{}{0}}
|
||||
\headcommand {\beamer@framepages {20}{20}}
|
||||
\headcommand {\slideentry {3}{0}{7}{21/21}{}{0}}
|
||||
\headcommand {\beamer@framepages {21}{21}}
|
||||
\headcommand {\slideentry {3}{0}{8}{22/22}{}{0}}
|
||||
\headcommand {\beamer@framepages {22}{22}}
|
||||
\headcommand {\slideentry {3}{0}{9}{23/23}{}{0}}
|
||||
\headcommand {\beamer@framepages {23}{23}}
|
||||
\headcommand {\slideentry {3}{0}{10}{24/24}{}{0}}
|
||||
\headcommand {\beamer@framepages {24}{24}}
|
||||
\headcommand {\beamer@partpages {1}{24}}
|
||||
\headcommand {\beamer@subsectionpages {15}{24}}
|
||||
\headcommand {\beamer@sectionpages {15}{24}}
|
||||
\headcommand {\beamer@documentpages {24}}
|
||||
\headcommand {\gdef \inserttotalframenumber {24}}
|
BIN
simple.pdf
BIN
simple.pdf
Binary file not shown.
0
simple.snm
Normal file
0
simple.snm
Normal file
BIN
simple.synctex.gz
Normal file
BIN
simple.synctex.gz
Normal file
Binary file not shown.
4
simple.toc
Normal file
4
simple.toc
Normal file
@ -0,0 +1,4 @@
|
||||
\babel@toc {english}{}\relax
|
||||
\beamer@sectionintoc {1}{Motivation \& References}{3}{0}{1}
|
||||
\beamer@sectionintoc {2}{Reachability Game}{4}{0}{2}
|
||||
\beamer@sectionintoc {3}{Büchi Game}{15}{0}{3}
|
Loading…
x
Reference in New Issue
Block a user