From 809c8eca8ddbeea342030ef5a1487bc77aee044c Mon Sep 17 00:00:00 2001
From: coolneng <akasroua@gmail.com>
Date: Mon, 1 Feb 2021 00:53:14 +0100
Subject: [PATCH] Update paths in Makefile and latexmkrc

---
 .gitignore                         |  26 +-
 Makefile                           |  22 +-
 input/CV-Amin-Kasrou-Aouam-en.tex  | 432 ---------------
 input/CV-Amin-Kasrou-Aouam-es.tex  | 433 ---------------
 latexmkrc                          |   2 +-
 output/CV-Amin-Kasrou-Aouam-en.aux |  24 -
 output/CV-Amin-Kasrou-Aouam-en.fls | 843 -----------------------------
 output/CV-Amin-Kasrou-Aouam-en.xdv | Bin 17728 -> 0 bytes
 8 files changed, 17 insertions(+), 1765 deletions(-)
 delete mode 100644 input/CV-Amin-Kasrou-Aouam-en.tex
 delete mode 100644 input/CV-Amin-Kasrou-Aouam-es.tex
 delete mode 100644 output/CV-Amin-Kasrou-Aouam-en.aux
 delete mode 100644 output/CV-Amin-Kasrou-Aouam-en.fls
 delete mode 100644 output/CV-Amin-Kasrou-Aouam-en.xdv

diff --git a/.gitignore b/.gitignore
index 5ecaf27..e779679 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,8 @@
-Input/CV-Amin-Kasrou-Aouam-en.tex
-Input/CV-Amin-Kasrou-Aouam-es.tex
-Input/CV-Amin-Kasrou-Aouam-en.xdv
-Input/CV-Amin-Kasrou-Aouam-es.xdv
-Input/auto
-Output/CV-Amin-Kasrou-Aouam-en.tex
-Output/CV-Amin-Kasrou-Aouam-es.tex
-Output/CV-Amin-Kasrou-Aouam-en.xdv
-Output/CV-Amin-Kasrou-Aouam-es.xdv
-Output/CV-Amin-Kasrou-Aouam-en.aux
-Output/CV-Amin-Kasrou-Aouam-en.fdb_latexmk
-Output/CV-Amin-Kasrou-Aouam-en.fls
-Output/CV-Amin-Kasrou-Aouam-en.log
-Output/CV-Amin-Kasrou-Aouam-es.aux
-Output/CV-Amin-Kasrou-Aouam-es.fdb_latexmk
-Output/CV-Amin-Kasrou-Aouam-es.fls
-Output/CV-Amin-Kasrou-Aouam-es.log
-Output/auto
+input/*.tex
+output/*.tex
+*.log
+*.xdv
+*.aux
+*.fls
+*.fdb_latexmk
+auto
diff --git a/Makefile b/Makefile
index 37845ef..d73f772 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@ latex_quiet := true
 # Otherwise these files will be regenerated only when the source markdown
 # changes; in that case, if you change other dependencies (e.g. a
 # bibliography), use the -B option to make in order to force regeneration.
-# always_latexmk := true
 always_latexmk := true
 
 # Set to anything non-empty to use xelatex rather than pdflatex. I always do
@@ -17,7 +16,7 @@ always_latexmk := true
 xelatex := true
 
 # list of markdown files that are not to be made into PDFs
-EXCLUDE := README.org
+EXCLUDE :=
 
 # Extra options to pandoc (e.g. "-H mypreamble.tex")
 PANDOC_OPTIONS :=
@@ -30,16 +29,13 @@ PANDOC_TMPL := assets/one-column.tex
 
 ## ---- subdirectories (normally, no need to change) ----
 
-# source of YAML spec files
-#yml_dir := .
-
 # temporary file subdirectory; will be removed after every latex run
-temp_dir := tmp
+TEMP_DIR := tmp
 
 # name of output directory for .pdf files
-out_dir := output
+OUT_DIR := output
 # name of input directory for .yml and .latex files
-in_dir := input
+IN_DIR := input
 
 ## ---- commands ----
 
@@ -52,18 +48,16 @@ LATEXMK := latexmk $(if $(xelatex),-xelatex,-pdflatex="pdflatex %O %S") \
 
 ## ---- build rules ----
 
-ymls := $(filter-out $(addprefix $(in_dir)/,$(EXCLUDE)),$(wildcard $(in_dir)/*.yml))
-pdfs_path := $(filter-out $(addprefix $(out_dir)/,$(EXCLUDE)),$(wildcard $(out_dir)/*.pdf))
+ymls := $(filter-out $(addprefix $(IN_DIR)/,$(EXCLUDE)),$(wildcard $(IN_DIR)/*.yml))
+pdfs_path := $(filter-out $(addprefix $(OUT_DIR)/,$(EXCLUDE)),$(wildcard $(OUT_DIR)/*.pdf))
 texs := $(patsubst %.yml,%.tex,$(ymls))
 pdfs := $(patsubst %.yml,%.pdf,$(ymls))
-bibs := $(wildcard $(in_dir)/*.bib)
+bibs := $(wildcard $(IN_DIR)/*.bib)
 
 $(texs): %.tex: %.yml $(bibs) $(PANDOC_TMPL)
 	$(PANDOC) -o $@ $<
 
-phony_pdfs := $(if $(always_latexmk),$(pdfs) $(notes_pdf))
-
-.PHONY: $(phony_pdfs) all clean
+.PHONY: all clean
 
 $(pdfs): %.pdf: %.tex
 	@echo $(bibs)
diff --git a/input/CV-Amin-Kasrou-Aouam-en.tex b/input/CV-Amin-Kasrou-Aouam-en.tex
deleted file mode 100644
index 132fbb6..0000000
--- a/input/CV-Amin-Kasrou-Aouam-en.tex
+++ /dev/null
@@ -1,432 +0,0 @@
-% !TEX encoding = UTF-8 Unicode
-
-\documentclass[letterpaper,11pt]{article}
-
-%A Few Useful Packages
-%\usepackage{marvosym}
-\usepackage{fontspec}     %for loading fonts
-\usepackage{xunicode,xltxtra,url,parskip} 	%other packages for formatting
-\usepackage{graphicx}
-\usepackage[usenames,dvipsnames]{xcolor}
-\usepackage[left=1.3cm,
-            top=0.9cm,
-            right=1.3cm,
-            bottom=1.2cm,
-            nohead,
-            nofoot
-            ]{geometry}
-\usepackage{tabularx}
-\usepackage{titlesec}
-%\usepackage{tabto}        % tab spacing
-
-\usepackage{setspace}     % line spacing
-\usepackage{booktabs,colortbl}       % thicker rules between table cells
-\usepackage{bibentry}     % bibliography
-
-% SORTED LISTS
-\usepackage{paralist}
-\usepackage{datatool}% http://ctan.org/pkg/datatool
-\newcommand{\sortitem}[1]{%
-  \DTLnewrow{list}% Create a new entry
-  \DTLnewdbentry{list}{description}{#1}% Add entry as description
-}
-\newenvironment{sortedlist}{%
-  \DTLifdbexists{list}{\DTLcleardb{list}}{\DTLnewdb{list}}% Create new/discard old list
-}{%
-  \DTLsort{description}{list}% Sort list
-  \begin{inparaitem}[]%
-    \DTLforeach*{list}{\theDesc=description}{%
-      \item \theDesc, }% Print each item
-  \end{inparaitem}%
-}
-
-%Setup hyperref package, and colours for links
-\usepackage[colorlinks,
-            breaklinks,
-            pagebackref=false,
-            debug=true,
-            xetex,
-            bookmarks=false,
-            pdfpagelabels=false,
-            hyperfootnotes=false,
-            hyperindex=false,
-            pageanchor=false]{hyperref}
-\definecolor{linkcolor}{gray}{0.2}
-\hypersetup{
-  pdfauthor={Amin Kasrou Aouam},
-  pdfsubject={Amin Kasrou Aouam - Resume},
-  pdftitle={Amin Kasrou Aouam - Resume},
-  urlcolor=linkcolor,
-  linkcolor=linkcolor
-}
-% colors
-\definecolor{dark-gray}{gray}{0.15}
-\definecolor{light-gray}{gray}{0.55}
-
-%FONTS
-\setmainfont{Liberation Serif}
-\newfontfamily{\hlight}{Liberation Serif}
-\defaultfontfeatures{Mapping=tex-text} % converts LaTeX specials (``quotes'' --- dashes etc.) to unicode
-\usepackage{fontawesome5}  % glyphs for contact info
-
-% CUSTOM COMMANDS
-  \newcommand{\titlerulethick}{{%
-    {\color{dark-gray} \titlerule[0.5mm] }%
-  }}
-
-  % old section title format
-  \titleformat{\section}{\fontsize{28pt}{38pt}\color{dark-gray}\normalfont}{}{0mm}{}[\titlerulethick]
-  %\titlespacing{\section}{0pt}{3pt}{3pt}
-
-  \newcommand{\namefont}[1]{{%
-    \fontsize{42pt}{50pt}\normalfont\textbf{#1}%
-  }}
-
-  \newcommand{\spacerule}{
-    \addlinespace[0.5em]
-    \midrule[0.5mm]
-    \addlinespace[0.5em]
-  }
-
-  \newcommand{\bigfont}[1]{{%
-    \fontsize{32pt}{38pt}\normalfont{#1} %
-  }}
-
-  \newcommand{\lightfont}[1]{{%
-    {\hlight#1}
-  }}
-
-  \newcommand{\contactinfo}{%
-    {\hlight\color{dark-gray}}
-  }
-
-  \newcommand{\lightsmall}[1]{{%
-    {\fontsize{11pt}{14pt}\hlight#1}
-  }}
-
-  \newcommand{\pubstyle}[1]{{%
-    {\fontsize{10pt}{13pt}\hlight#1}
-  }}
-
-  \newcommand{\lightbf}[1]{{%
-    \textbf{\lightfont{#1}}
-  }}
-
-  \newcommand{\emphasized}[1]{{%
-    {\fontsize{12pt}{14pt}\textbf{#1}}
-  }}
-
-  \newcommand{\position}[1]{{%
-    {\fontsize{12pt}{14pt} \hlight{#1}}
-  }}
-
-  \newcommand{\company}[1]{{%
-    {\fontsize{12pt}{14pt} \textbf{#1}}
-  }}
-
-  \newcommand{\headline}{
-    {\fontsize{14pt}{17pt}\bfseries\color{dark-gray}}
-  }
-
-  \newcommand{\name}{
-    \raggedright\fontsize{38pt}{38pt}\bfseries\flushleft\color{dark-gray}{Amin
-Kasrou Aouam}
-  }
-
-  \newcommand{\lighthrule}{
-    {\color{light-gray}\par\rule[0mm]{\hsize}{0.5mm}\par\vspace{0.0em}}
-  }
-
-% hack to remove bibliography numbering
-\makeatletter
-\renewcommand\@biblabel[1]{}
-\renewenvironment{thebibliography}[1]
-     {\section*{\refname}%
-      \@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}%
-      \list{}%
-           {\leftmargin0pt
-             \@openbib@code
-             \usecounter{enumiv}}%
-      \sloppy
-      \clubpenalty4000
-      \@clubpenalty \clubpenalty
-      \widowpenalty4000%
-      \sfcode`\.\@m}
-     {\def\@noitemerr
-       {\@latex@warning{Empty `thebibliography' environment}}%
-      \endlist}
-\makeatother
-%
-%-------------------- BEGIN DOCUMENT ----------------------
-\begin{document}
-%\nocite{}
-\pagestyle{empty} % non-numbered pages
-\font\fb=''[cmr10]'' %for use with \LaTeX command
-%---------- SPECIFY LENGTHS ----------
-\newlength{\leftwide}
-\setlength{\leftwide}{0.34\textwidth}
-%
-\newlength{\centerwide}
-\setlength{\centerwide}{0.33\textwidth}
-%
-\newlength{\rightwide}
-\setlength{\rightwide}{0.28\textwidth}
-%---------- TOP SECTION ----------
-\begin{tabular}[b]{@{}p{\leftwide}@{}p{\centerwide}@{}p{\rightwide}@{}}
-  % NAME (left)
-  \noindent
-  \begin{minipage}[b]{\leftwide}
-    \name
-  \end{minipage} & %
-  % CONTACT INFO (middle)
-  \begin{minipage}[b]{\centerwide}
-    \renewcommand\arraystretch{1.25}
-    \contactinfo
-    \begin{tabular}[b]{@{}cl@{}}
-      \faEnvelope & \href{mailto:akasroua@gmail.com}{akasroua@gmail.com}\\ %{}
-      \faPhone & +34 658591161\\
-      \faGitlab & \href{https://gitlab.com/akasroua}{gitlab.com/akasroua}\\
-    \end{tabular}
-  \end{minipage} & %
-% PHOTO (right)
-  \begin{minipage}[b]{\rightwide}
-    \includegraphics[width=7em]{Assets/photo.png}
-  \end{minipage} 
-\end{tabular}
-%---------- MAIN BODY ----------
-% ABOUT
-\vspace{-3.2em}
-{\section{}
-\parbox[t][][t]{\textwidth}{
-    Computer Engineering student interested in AI, bioinformatics,
-    Infrastructure as Code (IaC), distributed and immutable systems.
-
-    I am looking for an employment opportunity, with a focus on teamwork
-    and collaboration.
-}
-%---------- LEFT SIDE ----------
-\newlength{\hwide}
-\begin{minipage}[t]{0.31\textwidth}
-  \raggedright
-    % PROGRAMMING
-    \ifthenelse{\equal{en}{en}}
-        {\section{programming}}
-        {\section{programación}}%
-    \setlength{\parskip}{1mm}
-    \setlength{\hwide}{\dimexpr.5\hsize-3\tabcolsep}
-    %
-    \hlight
-    \begin{tabular}{@{}p{\hwide}p{\centerwide}}
-              \parbox[t][][t]{\hwide}{%
-          \emphasized{Python}
-          \medskip
-        } & %
-        \parbox[t][][t]{\centerwide}{%
-          \lightbf{Good}
-          \medskip
-        } \\ %
-              \parbox[t][][t]{\hwide}{%
-          \emphasized{C++}
-          \medskip
-        } & %
-        \parbox[t][][t]{\centerwide}{%
-          \lightbf{Intermediate}
-          \medskip
-        } \\ %
-              \parbox[t][][t]{\hwide}{%
-          \emphasized{Nix}
-          \medskip
-        } & %
-        \parbox[t][][t]{\centerwide}{%
-          \lightbf{Intermediate}
-          \medskip
-        } \\ %
-              \parbox[t][][t]{\hwide}{%
-          \emphasized{Java}
-          \medskip
-        } & %
-        \parbox[t][][t]{\centerwide}{%
-          \lightbf{Basic}
-          \medskip
-        } \\ %
-              \parbox[t][][t]{\hwide}{%
-          \emphasized{PHP}
-          \medskip
-        } & %
-        \parbox[t][][t]{\centerwide}{%
-          \lightbf{Basic}
-          \medskip
-        } \\ %
-          \end{tabular}
-
-    % TECHNOLOGIES
-    %
-    \ifthenelse{\equal{en}{en}}
-        {\section{technical skills}}
-        {\section{tecnologías}}%
-    \hlight
-    \begin{itemize}[]
-            \item{Linux/FreeBSD}
-            \item{\LaTeX}
-            \item{Git}
-            \item{LEMP Stack}
-            \item{REST APIs}
-            \item{SQL}
-            \item{NixOS}
-          \end{itemize}
-
-    % COURSES
-    %
-    \ifthenelse{\equal{en}{en}}
-        {\section{courses}}
-        {\section{cursos}}%
-    \hlight
-        \emphasized{Fundamentals of Robotics} \\
-    \lightfont{\textbf{Adams Formación}} \\
-        \emphasized{Python Programming} \\
-    \lightfont{\textbf{Universidad de Granada}} \\
-        \emphasized{Programming and distribution of mobile apps for
-Android and iOS devices} \\
-    \lightfont{\textbf{Universidad de Granada}} \\
-        \emphasized{Arduino} \\
-    \lightfont{\textbf{Universidad de Granada}} \\
-    \end{minipage}%
-%
-%---------- RIGHT SIDE ----------
-\newlength{\hwideright}
-\newlength{\buffer}
-\setlength{\buffer}{4pt plus 1pt minus 1pt}
-%
-\begin{minipage}[t]{0.64\textwidth}
-  % EXPERIENCE
-  \ifthenelse{\equal{en}{en}}
-      {\section{experience}}
-      {\section{experiencia laboral}}%
-  \setlength{\hwide}{\dimexpr.5\hsize-4\tabcolsep}
-  \setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep}
-  %
-  \begin{tabular}{@{}p{\hwide}p{\hwideright}}
-    \arrayrulecolor{light-gray}
-          \parbox[t][][t]{\hwide}{%
-          \raggedright
-          \company{JITKey}\\
-          \vspace{\buffer}
-          \lightfont{%
-          February 2020 \textendash{} March 2020\\
-                    \vspace{\buffer}}
-                  } & %
-      \parbox[t][][t]{\hwideright}{%
-          \raggedright
-          \position{Internship}\\
-          \vspace{\buffer}
-          \lightsmall{Support Manager at a startup in Spain. Cut short
-due to the COVID-19 pandemic}
-        }\\
-      \end{tabular}
-  % EDUCATION
-  \ifthenelse{\equal{en}{en}}
-      {\section{education}}
-      {\section{formación académica}}%
-  \setlength{\hwide}{\dimexpr.5\hsize-4\tabcolsep}
-  \setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep}
-  % 
-  \setlength{\parskip}{1mm}
-  \vspace{-0.5em}
-  \begin{tabular}{@{}p{\hwide}p{\rightwide}}
-          \parbox[t][][t]{\hwide}{%
-        \lightfont{2017 \textendash{} present} \\
-        \smallskip
-        \emphasized{Bachelor} \\
-        \smallskip
-        \emphasized{Computer Engineering} \\
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightfont{\textbf{Universidad de Granada} \\
-          \emph{Ceuta}} \\ %
-        \medskip %
-      } \\
-          \parbox[t][][t]{\hwide}{%
-        \lightfont{2015 \textendash{} 2017} \\
-        \smallskip
-        \emphasized{Bachelor} \\
-        \smallskip
-        \emphasized{Medicine} \\
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightfont{\textbf{Universidad de Sevilla} \\
-          \emph{Sevilla}} \\ %
-        \medskip %
-      } \\
-          \parbox[t][][t]{\hwide}{%
-        \lightfont{2013 \textendash{} 2015} \\
-        \smallskip
-        \emphasized{Bachelor} \\
-        \smallskip
-        \emphasized{Medicine} \\
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightfont{\textbf{Université Paris-Sud} \\
-          \emph{Châtenay-Malabry}} \\ %
-        \medskip %
-      } \\
-      \end{tabular}
-  \vspace{-0.8em}
-  % 
-
-  % LANGUAGES
-  \ifthenelse{\equal{en}{en}}
-      {\section{languages}}
-      {\section{idiomas}}%
-  %
-  \setlength{\parskip}{1mm}
-  \setlength{\hwide}{\dimexpr.5\hsize-4\tabcolsep}
-  \setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep}
-
-  \begin{tabular}{@{}p{\hwide}p{\rightwide}}
-          \parbox[t][][t]{\hwide}{%
-        \emphasized{English}
-        \medskip
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightbf{Fluent}
-        \medskip
-      } \\ %
-          \parbox[t][][t]{\hwide}{%
-        \emphasized{Spanish}
-        \medskip
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightbf{Native}
-        \medskip
-      } \\ %
-          \parbox[t][][t]{\hwide}{%
-        \emphasized{French}
-        \medskip
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightbf{Native}
-        \medskip
-      } \\ %
-          \parbox[t][][t]{\hwide}{%
-        \emphasized{Darija (Moroccan dialect)}
-        \medskip
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightbf{Native}
-        \medskip
-      } \\ %
-      \end{tabular}
-%
-%\section{publications}
-%\vspace{-0.5em}
-%\begingroup
-%\renewcommand{\section}[2]{}%
-%\pubstyle{
-%  \bibliography{pubs}
-%  \bibliographystyle{cvbib}
-%}
-%\endgroup
-\end{minipage}
-% ==========================================================
-%-------------------- END OF DOCUMENT ----------------------
-\end{document}
diff --git a/input/CV-Amin-Kasrou-Aouam-es.tex b/input/CV-Amin-Kasrou-Aouam-es.tex
deleted file mode 100644
index d7f0c57..0000000
--- a/input/CV-Amin-Kasrou-Aouam-es.tex
+++ /dev/null
@@ -1,433 +0,0 @@
-% !TEX encoding = UTF-8 Unicode
-
-\documentclass[letterpaper,11pt]{article}
-
-%A Few Useful Packages
-%\usepackage{marvosym}
-\usepackage{fontspec}     %for loading fonts
-\usepackage{xunicode,xltxtra,url,parskip} 	%other packages for formatting
-\usepackage{graphicx}
-\usepackage[usenames,dvipsnames]{xcolor}
-\usepackage[left=1.3cm,
-            top=0.9cm,
-            right=1.3cm,
-            bottom=1.2cm,
-            nohead,
-            nofoot
-            ]{geometry}
-\usepackage{tabularx}
-\usepackage{titlesec}
-%\usepackage{tabto}        % tab spacing
-
-\usepackage{setspace}     % line spacing
-\usepackage{booktabs,colortbl}       % thicker rules between table cells
-\usepackage{bibentry}     % bibliography
-
-% SORTED LISTS
-\usepackage{paralist}
-\usepackage{datatool}% http://ctan.org/pkg/datatool
-\newcommand{\sortitem}[1]{%
-  \DTLnewrow{list}% Create a new entry
-  \DTLnewdbentry{list}{description}{#1}% Add entry as description
-}
-\newenvironment{sortedlist}{%
-  \DTLifdbexists{list}{\DTLcleardb{list}}{\DTLnewdb{list}}% Create new/discard old list
-}{%
-  \DTLsort{description}{list}% Sort list
-  \begin{inparaitem}[]%
-    \DTLforeach*{list}{\theDesc=description}{%
-      \item \theDesc, }% Print each item
-  \end{inparaitem}%
-}
-
-%Setup hyperref package, and colours for links
-\usepackage[colorlinks,
-            breaklinks,
-            pagebackref=false,
-            debug=true,
-            xetex,
-            bookmarks=false,
-            pdfpagelabels=false,
-            hyperfootnotes=false,
-            hyperindex=false,
-            pageanchor=false]{hyperref}
-\definecolor{linkcolor}{gray}{0.2}
-\hypersetup{
-  pdfauthor={Amin Kasrou Aouam},
-  pdfsubject={Amin Kasrou Aouam - Resume},
-  pdftitle={Amin Kasrou Aouam - Resume},
-  urlcolor=linkcolor,
-  linkcolor=linkcolor
-}
-% colors
-\definecolor{dark-gray}{gray}{0.15}
-\definecolor{light-gray}{gray}{0.55}
-
-%FONTS
-\setmainfont{Liberation Serif}
-\newfontfamily{\hlight}{Liberation Serif}
-\defaultfontfeatures{Mapping=tex-text} % converts LaTeX specials (``quotes'' --- dashes etc.) to unicode
-\usepackage{fontawesome5}  % glyphs for contact info
-
-% CUSTOM COMMANDS
-  \newcommand{\titlerulethick}{{%
-    {\color{dark-gray} \titlerule[0.5mm] }%
-  }}
-
-  % old section title format
-  \titleformat{\section}{\fontsize{28pt}{38pt}\color{dark-gray}\normalfont}{}{0mm}{}[\titlerulethick]
-  %\titlespacing{\section}{0pt}{3pt}{3pt}
-
-  \newcommand{\namefont}[1]{{%
-    \fontsize{42pt}{50pt}\normalfont\textbf{#1}%
-  }}
-
-  \newcommand{\spacerule}{
-    \addlinespace[0.5em]
-    \midrule[0.5mm]
-    \addlinespace[0.5em]
-  }
-
-  \newcommand{\bigfont}[1]{{%
-    \fontsize{32pt}{38pt}\normalfont{#1} %
-  }}
-
-  \newcommand{\lightfont}[1]{{%
-    {\hlight#1}
-  }}
-
-  \newcommand{\contactinfo}{%
-    {\hlight\color{dark-gray}}
-  }
-
-  \newcommand{\lightsmall}[1]{{%
-    {\fontsize{11pt}{14pt}\hlight#1}
-  }}
-
-  \newcommand{\pubstyle}[1]{{%
-    {\fontsize{10pt}{13pt}\hlight#1}
-  }}
-
-  \newcommand{\lightbf}[1]{{%
-    \textbf{\lightfont{#1}}
-  }}
-
-  \newcommand{\emphasized}[1]{{%
-    {\fontsize{12pt}{14pt}\textbf{#1}}
-  }}
-
-  \newcommand{\position}[1]{{%
-    {\fontsize{12pt}{14pt} \hlight{#1}}
-  }}
-
-  \newcommand{\company}[1]{{%
-    {\fontsize{12pt}{14pt} \textbf{#1}}
-  }}
-
-  \newcommand{\headline}{
-    {\fontsize{14pt}{17pt}\bfseries\color{dark-gray}}
-  }
-
-  \newcommand{\name}{
-    \raggedright\fontsize{38pt}{38pt}\bfseries\flushleft\color{dark-gray}{Amin
-Kasrou Aouam}
-  }
-
-  \newcommand{\lighthrule}{
-    {\color{light-gray}\par\rule[0mm]{\hsize}{0.5mm}\par\vspace{0.0em}}
-  }
-
-% hack to remove bibliography numbering
-\makeatletter
-\renewcommand\@biblabel[1]{}
-\renewenvironment{thebibliography}[1]
-     {\section*{\refname}%
-      \@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}%
-      \list{}%
-           {\leftmargin0pt
-             \@openbib@code
-             \usecounter{enumiv}}%
-      \sloppy
-      \clubpenalty4000
-      \@clubpenalty \clubpenalty
-      \widowpenalty4000%
-      \sfcode`\.\@m}
-     {\def\@noitemerr
-       {\@latex@warning{Empty `thebibliography' environment}}%
-      \endlist}
-\makeatother
-%
-%-------------------- BEGIN DOCUMENT ----------------------
-\begin{document}
-%\nocite{}
-\pagestyle{empty} % non-numbered pages
-\font\fb=''[cmr10]'' %for use with \LaTeX command
-%---------- SPECIFY LENGTHS ----------
-\newlength{\leftwide}
-\setlength{\leftwide}{0.34\textwidth}
-%
-\newlength{\centerwide}
-\setlength{\centerwide}{0.33\textwidth}
-%
-\newlength{\rightwide}
-\setlength{\rightwide}{0.28\textwidth}
-%---------- TOP SECTION ----------
-\begin{tabular}[b]{@{}p{\leftwide}@{}p{\centerwide}@{}p{\rightwide}@{}}
-  % NAME (left)
-  \noindent
-  \begin{minipage}[b]{\leftwide}
-    \name
-  \end{minipage} & %
-  % CONTACT INFO (middle)
-  \begin{minipage}[b]{\centerwide}
-    \renewcommand\arraystretch{1.25}
-    \contactinfo
-    \begin{tabular}[b]{@{}cl@{}}
-      \faEnvelope & \href{mailto:akasroua@gmail.com}{akasroua@gmail.com}\\ %{}
-      \faPhone & +34 658591161\\
-      \faGitlab & \href{https://gitlab.com/akasroua}{gitlab.com/akasroua}\\
-    \end{tabular}
-  \end{minipage} & %
-% PHOTO (right)
-  \begin{minipage}[b]{\rightwide}
-    \includegraphics[width=7em]{Assets/photo.png}
-  \end{minipage} 
-\end{tabular}
-%---------- MAIN BODY ----------
-% ABOUT
-\vspace{-3.2em}
-{\section{}
-\parbox[t][][t]{\textwidth}{
-    Estudiante de Ingeniería Informática, interesado en las áreas de
-    inteligencia artificial, bioinformática, infraestructura como código
-    (IaC), sistemas distribuidos e inmutables.
-
-    Busco una oportunidad laboral instructiva, con un énfasis en el
-    trabajo en grupo y la colaboración.
-}
-%---------- LEFT SIDE ----------
-\newlength{\hwide}
-\begin{minipage}[t]{0.31\textwidth}
-  \raggedright
-    % PROGRAMMING
-    \ifthenelse{\equal{es}{en}}
-        {\section{programming}}
-        {\section{programación}}%
-    \setlength{\parskip}{1mm}
-    \setlength{\hwide}{\dimexpr.5\hsize-3\tabcolsep}
-    %
-    \hlight
-    \begin{tabular}{@{}p{\hwide}p{\centerwide}}
-              \parbox[t][][t]{\hwide}{%
-          \emphasized{Python}
-          \medskip
-        } & %
-        \parbox[t][][t]{\centerwide}{%
-          \lightbf{Avanzado}
-          \medskip
-        } \\ %
-              \parbox[t][][t]{\hwide}{%
-          \emphasized{C++}
-          \medskip
-        } & %
-        \parbox[t][][t]{\centerwide}{%
-          \lightbf{Intermedio}
-          \medskip
-        } \\ %
-              \parbox[t][][t]{\hwide}{%
-          \emphasized{Nix}
-          \medskip
-        } & %
-        \parbox[t][][t]{\centerwide}{%
-          \lightbf{Intermedio}
-          \medskip
-        } \\ %
-              \parbox[t][][t]{\hwide}{%
-          \emphasized{Java}
-          \medskip
-        } & %
-        \parbox[t][][t]{\centerwide}{%
-          \lightbf{Básico}
-          \medskip
-        } \\ %
-              \parbox[t][][t]{\hwide}{%
-          \emphasized{PHP}
-          \medskip
-        } & %
-        \parbox[t][][t]{\centerwide}{%
-          \lightbf{Básico}
-          \medskip
-        } \\ %
-          \end{tabular}
-
-    % TECHNOLOGIES
-    %
-    \ifthenelse{\equal{es}{en}}
-        {\section{technical skills}}
-        {\section{tecnologías}}%
-    \hlight
-    \begin{itemize}[]
-            \item{Linux/FreeBSD}
-            \item{\LaTeX}
-            \item{Git}
-            \item{LEMP Stack}
-            \item{APIs REST}
-            \item{SQL}
-            \item{NixOS}
-          \end{itemize}
-
-    % COURSES
-    %
-    \ifthenelse{\equal{es}{en}}
-        {\section{courses}}
-        {\section{cursos}}%
-    \hlight
-        \emphasized{Fundamentos de Robótica} \\
-    \lightfont{\textbf{Adams Formación}} \\
-        \emphasized{Programación con Python} \\
-    \lightfont{\textbf{Universidad de Granada}} \\
-        \emphasized{Programación y distribución de aplicaciones móviles
-para dispositivos Android e IOS} \\
-    \lightfont{\textbf{Universidad de Granada}} \\
-        \emphasized{Arduino} \\
-    \lightfont{\textbf{Universidad de Granada}} \\
-    \end{minipage}%
-%
-%---------- RIGHT SIDE ----------
-\newlength{\hwideright}
-\newlength{\buffer}
-\setlength{\buffer}{4pt plus 1pt minus 1pt}
-%
-\begin{minipage}[t]{0.64\textwidth}
-  % EXPERIENCE
-  \ifthenelse{\equal{es}{en}}
-      {\section{experience}}
-      {\section{experiencia laboral}}%
-  \setlength{\hwide}{\dimexpr.5\hsize-4\tabcolsep}
-  \setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep}
-  %
-  \begin{tabular}{@{}p{\hwide}p{\hwideright}}
-    \arrayrulecolor{light-gray}
-          \parbox[t][][t]{\hwide}{%
-          \raggedright
-          \company{JITKey}\\
-          \vspace{\buffer}
-          \lightfont{%
-          Febrero 2020 \textendash{} Marzo 2020\\
-                    \vspace{\buffer}}
-                  } & %
-      \parbox[t][][t]{\hwideright}{%
-          \raggedright
-          \position{Prácticas}\\
-          \vspace{\buffer}
-          \lightsmall{Responsable de Soporte en una startup española.
-Suspendidas debido al COVID-19}
-        }\\
-      \end{tabular}
-  % EDUCATION
-  \ifthenelse{\equal{es}{en}}
-      {\section{education}}
-      {\section{formación académica}}%
-  \setlength{\hwide}{\dimexpr.5\hsize-4\tabcolsep}
-  \setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep}
-  % 
-  \setlength{\parskip}{1mm}
-  \vspace{-0.5em}
-  \begin{tabular}{@{}p{\hwide}p{\rightwide}}
-          \parbox[t][][t]{\hwide}{%
-        \lightfont{2017 \textendash{} presente} \\
-        \smallskip
-        \emphasized{Grado} \\
-        \smallskip
-        \emphasized{Ingeniería Informática} \\
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightfont{\textbf{Universidad de Granada} \\
-          \emph{Ceuta}} \\ %
-        \medskip %
-      } \\
-          \parbox[t][][t]{\hwide}{%
-        \lightfont{2015 \textendash{} 2017} \\
-        \smallskip
-        \emphasized{Grado} \\
-        \smallskip
-        \emphasized{Medicina} \\
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightfont{\textbf{Universidad de Sevilla} \\
-          \emph{Sevilla}} \\ %
-        \medskip %
-      } \\
-          \parbox[t][][t]{\hwide}{%
-        \lightfont{2013 \textendash{} 2015} \\
-        \smallskip
-        \emphasized{Grado} \\
-        \smallskip
-        \emphasized{Medicina} \\
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightfont{\textbf{Université Paris-Sud} \\
-          \emph{Châtenay-Malabry}} \\ %
-        \medskip %
-      } \\
-      \end{tabular}
-  \vspace{-0.8em}
-  % 
-
-  % LANGUAGES
-  \ifthenelse{\equal{es}{en}}
-      {\section{languages}}
-      {\section{idiomas}}%
-  %
-  \setlength{\parskip}{1mm}
-  \setlength{\hwide}{\dimexpr.5\hsize-4\tabcolsep}
-  \setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep}
-
-  \begin{tabular}{@{}p{\hwide}p{\rightwide}}
-          \parbox[t][][t]{\hwide}{%
-        \emphasized{Inglés}
-        \medskip
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightbf{Fluido}
-        \medskip
-      } \\ %
-          \parbox[t][][t]{\hwide}{%
-        \emphasized{Español}
-        \medskip
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightbf{Nativo}
-        \medskip
-      } \\ %
-          \parbox[t][][t]{\hwide}{%
-        \emphasized{Francés}
-        \medskip
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightbf{Nativo}
-        \medskip
-      } \\ %
-          \parbox[t][][t]{\hwide}{%
-        \emphasized{Darija (Dialecto marroquí)}
-        \medskip
-      } & %
-      \parbox[t][][t]{\rightwide}{%
-        \lightbf{Nativo}
-        \medskip
-      } \\ %
-      \end{tabular}
-%
-%\section{publications}
-%\vspace{-0.5em}
-%\begingroup
-%\renewcommand{\section}[2]{}%
-%\pubstyle{
-%  \bibliography{pubs}
-%  \bibliographystyle{cvbib}
-%}
-%\endgroup
-\end{minipage}
-% ==========================================================
-%-------------------- END OF DOCUMENT ----------------------
-\end{document}
diff --git a/latexmkrc b/latexmkrc
index 42c137f..3eb9277 100644
--- a/latexmkrc
+++ b/latexmkrc
@@ -1,5 +1,5 @@
 $pdflatex = "xelatex %O %S -synctex=1 -interaction=batchmode";
 $pdf_mode = 1;
 $dvi_mode = $postscript_mode = 0;
-$out_dir = "Output";
+$out_dir = "output";
 $clean_ext = "xdv log fdb_latexmk fls";
diff --git a/output/CV-Amin-Kasrou-Aouam-en.aux b/output/CV-Amin-Kasrou-Aouam-en.aux
deleted file mode 100644
index 902cd17..0000000
--- a/output/CV-Amin-Kasrou-Aouam-en.aux
+++ /dev/null
@@ -1,24 +0,0 @@
-\relax 
-\providecommand\hyper@newdestlabel[2]{}
-\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
-\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
-\global\let\oldcontentsline\contentsline
-\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
-\global\let\oldnewlabel\newlabel
-\gdef\newlabel#1#2{\newlabelxx{#1}#2}
-\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
-\AtEndDocument{\ifx\hyper@anchor\@undefined
-\let\contentsline\oldcontentsline
-\let\newlabel\oldnewlabel
-\fi}
-\fi}
-\global\let\hyper@last\relax 
-\gdef\HyperFirstAtBeginDocument#1{#1}
-\@writefile{toc}{\contentsline {section}{\numberline {1}}{1}{section.1}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {2}programming}{1}{section.2}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {3}technical skills}{1}{section.3}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {4}courses}{1}{section.4}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {5}experience}{1}{section.5}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {6}education}{1}{section.6}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {7}languages}{1}{section.7}\protected@file@percent }
-\gdef \@abspage@last{1}
diff --git a/output/CV-Amin-Kasrou-Aouam-en.fls b/output/CV-Amin-Kasrou-Aouam-en.fls
deleted file mode 100644
index de517bd..0000000
--- a/output/CV-Amin-Kasrou-Aouam-en.fls
+++ /dev/null
@@ -1,843 +0,0 @@
-PWD /home/coolneng/Documents/Personal/CV
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/web2c/texmf.cnf
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf-var/web2c/xetex/xelatex.fmt
-INPUT Input/CV-Amin-Kasrou-Aouam-en.tex
-OUTPUT Output/CV-Amin-Kasrou-Aouam-en.log
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/article.cls
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/article.cls
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/article.cls
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/article.cls
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/article.cls
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/article.cls
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/article.cls
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/article.cls
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/article.cls
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/size11.clo
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/size11.clo
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/size11.clo
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/size11.clo
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3kernel/expl3.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3kernel/expl3.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3kernel/expl3.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3kernel/expl3.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3kernel/expl3.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3kernel/expl3.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3kernel/expl3.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3kernel/expl3.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3kernel/expl3.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3backend/l3backend-xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3backend/l3backend-xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3backend/l3backend-xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3backend/l3backend-xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3backend/l3backend-xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3backend/l3backend-xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3backend/l3backend-xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3backend/l3backend-xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3backend/l3backend-xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse-generic.tex
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse-generic.tex
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse-generic.tex
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/xparse/xparse-generic.tex
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec-xetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec-xetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec-xetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec-xetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec-xetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec-xetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec-xetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec-xetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec-xetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/tuenc.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/fontenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/fontenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/fontenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/fontenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/fontenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/fontenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/fontenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/fontenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/fontenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.cfg
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.cfg
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.cfg
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontspec/fontspec.cfg
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xunicode/xunicode.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xunicode/xunicode.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xunicode/xunicode.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xunicode/xunicode.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xunicode/xunicode.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xunicode/xunicode.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xunicode/xunicode.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xunicode/xunicode.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xunicode/xunicode.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tipa/t3enc.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphicx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphicx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphicx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphicx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphicx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphicx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphicx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphicx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphicx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/keyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/keyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/keyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/keyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/keyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/keyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/keyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/keyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/keyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphics.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphics.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphics.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphics.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphics.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphics.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphics.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphics.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/graphics.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/trig.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/trig.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/trig.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/trig.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/trig.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/trig.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/trig.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/trig.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/trig.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics-cfg/graphics.cfg
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics-cfg/graphics.cfg
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics-cfg/graphics.cfg
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics-cfg/graphics.cfg
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics-def/xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics-def/xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics-def/xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics-def/xetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xltxtra/xltxtra.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xltxtra/xltxtra.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xltxtra/xltxtra.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xltxtra/xltxtra.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xltxtra/xltxtra.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xltxtra/xltxtra.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xltxtra/xltxtra.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xltxtra/xltxtra.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/xelatex/xltxtra/xltxtra.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifluatex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifluatex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifluatex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifluatex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifluatex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifluatex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifluatex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifluatex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifluatex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/iftex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/iftex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/iftex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/iftex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/iftex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/iftex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/iftex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/iftex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/iftex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifxetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifxetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifxetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifxetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifxetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifxetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifxetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifxetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifxetex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/realscripts/realscripts.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/realscripts/realscripts.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/realscripts/realscripts.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/realscripts/realscripts.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/realscripts/realscripts.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/realscripts/realscripts.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/realscripts/realscripts.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/realscripts/realscripts.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/realscripts/realscripts.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/metalogo/metalogo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/metalogo/metalogo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/metalogo/metalogo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/metalogo/metalogo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/metalogo/metalogo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/metalogo/metalogo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/metalogo/metalogo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/metalogo/metalogo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/metalogo/metalogo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/url/url.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/url/url.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/url/url.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/url/url.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/url/url.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/url/url.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/url/url.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/url/url.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/url/url.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/parskip/parskip.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/parskip/parskip.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/parskip/parskip.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/parskip/parskip.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/parskip/parskip.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/parskip/parskip.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/parskip/parskip.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/parskip/parskip.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/parskip/parskip.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/kvoptions/kvoptions.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/kvoptions/kvoptions.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/kvoptions/kvoptions.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/kvoptions/kvoptions.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/kvoptions/kvoptions.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/kvoptions/kvoptions.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/kvoptions/kvoptions.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/kvoptions/kvoptions.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/kvoptions/kvoptions.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/ltxcmds/ltxcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/ltxcmds/ltxcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/ltxcmds/ltxcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/ltxcmds/ltxcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/ltxcmds/ltxcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/ltxcmds/ltxcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/ltxcmds/ltxcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/ltxcmds/ltxcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/ltxcmds/ltxcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvsetkeys/kvsetkeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvsetkeys/kvsetkeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvsetkeys/kvsetkeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvsetkeys/kvsetkeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvsetkeys/kvsetkeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvsetkeys/kvsetkeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvsetkeys/kvsetkeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvsetkeys/kvsetkeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvsetkeys/kvsetkeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/etoolbox/etoolbox.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/etoolbox/etoolbox.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/etoolbox/etoolbox.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/etoolbox/etoolbox.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/etoolbox/etoolbox.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/etoolbox/etoolbox.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/etoolbox/etoolbox.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/etoolbox/etoolbox.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/etoolbox/etoolbox.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xcolor/xcolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xcolor/xcolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xcolor/xcolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xcolor/xcolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xcolor/xcolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xcolor/xcolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xcolor/xcolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xcolor/xcolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xcolor/xcolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics-cfg/color.cfg
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics-cfg/color.cfg
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics-cfg/color.cfg
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics-cfg/color.cfg
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/dvipsnam.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/dvipsnam.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/dvipsnam.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/graphics/dvipsnam.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/geometry/geometry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/geometry/geometry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/geometry/geometry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/geometry/geometry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/geometry/geometry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/geometry/geometry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/geometry/geometry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/geometry/geometry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/geometry/geometry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifvtex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifvtex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifvtex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifvtex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifvtex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifvtex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifvtex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifvtex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/iftex/ifvtex.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/tabularx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/tabularx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/tabularx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/tabularx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/tabularx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/tabularx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/tabularx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/tabularx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/tabularx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/array.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/array.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/array.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/array.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/array.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/array.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/array.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/array.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tools/array.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/titlesec/titlesec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/titlesec/titlesec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/titlesec/titlesec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/titlesec/titlesec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/titlesec/titlesec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/titlesec/titlesec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/titlesec/titlesec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/titlesec/titlesec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/titlesec/titlesec.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/setspace/setspace.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/setspace/setspace.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/setspace/setspace.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/setspace/setspace.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/setspace/setspace.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/setspace/setspace.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/setspace/setspace.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/setspace/setspace.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/setspace/setspace.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/booktabs/booktabs.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/booktabs/booktabs.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/booktabs/booktabs.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/booktabs/booktabs.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/booktabs/booktabs.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/booktabs/booktabs.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/booktabs/booktabs.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/booktabs/booktabs.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/booktabs/booktabs.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/colortbl/colortbl.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/colortbl/colortbl.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/colortbl/colortbl.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/colortbl/colortbl.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/colortbl/colortbl.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/colortbl/colortbl.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/colortbl/colortbl.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/colortbl/colortbl.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/colortbl/colortbl.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/natbib/bibentry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/natbib/bibentry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/natbib/bibentry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/natbib/bibentry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/natbib/bibentry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/natbib/bibentry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/natbib/bibentry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/natbib/bibentry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/natbib/bibentry.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/paralist/paralist.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/paralist/paralist.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/paralist/paralist.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/paralist/paralist.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/paralist/paralist.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/paralist/paralist.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/paralist/paralist.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/paralist/paralist.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/paralist/paralist.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xkeyval/xkeyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xkeyval/xkeyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xkeyval/xkeyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xkeyval/xkeyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xkeyval/xkeyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xkeyval/xkeyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xkeyval/xkeyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xkeyval/xkeyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xkeyval/xkeyval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/xkeyval/xkeyval.tex
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/xkeyval/xkvutils.tex
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ifthen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ifthen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ifthen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ifthen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ifthen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ifthen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ifthen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ifthen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ifthen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xfor/xfor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xfor/xfor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xfor/xfor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xfor/xfor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xfor/xfor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xfor/xfor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xfor/xfor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xfor/xfor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/xfor/xfor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/substr/substr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/substr/substr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/substr/substr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/substr/substr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/substr/substr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/substr/substr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/substr/substr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/substr/substr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/substr/substr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-base.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-base.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-base.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-base.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-base.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-base.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-base.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-base.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-base.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsmath.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsmath.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsmath.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsmath.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsmath.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsmath.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsmath.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsmath.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsmath.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsopn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amstext.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amstext.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amstext.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amstext.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amstext.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amstext.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amstext.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amstext.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amstext.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsgen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsgen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsgen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsgen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsgen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsgen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsgen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsgen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsgen.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsbsy.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsbsy.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsbsy.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsbsy.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsbsy.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsbsy.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsbsy.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsbsy.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsbsy.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsopn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsopn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsopn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsopn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsopn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsopn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsopn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsopn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/amsmath/amsopn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/datatool/datatool-fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/defpattern.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/defpattern.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/defpattern.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/defpattern.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/defpattern.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/defpattern.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/defpattern.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/defpattern.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/defpattern.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-basic.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-basic.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-basic.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-basic.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-basic.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-basic.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-basic.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-basic.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-basic.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-addons.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-addons.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-addons.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-addons.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-addons.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-addons.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-addons.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-addons.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-addons.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-snap.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-snap.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-snap.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-snap.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-snap.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-snap.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-snap.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-snap.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-snap.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-exp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-exp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-exp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-exp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-exp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-exp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-exp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-exp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-exp.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-trigo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-trigo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-trigo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-trigo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-trigo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-trigo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-trigo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-trigo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-trigo.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-pas.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-pas.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-pas.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-pas.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-pas.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-pas.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-pas.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-pas.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-pas.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-random.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-random.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-random.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-random.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-random.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-random.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-random.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-random.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-random.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eqn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eqn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eqn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eqn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eqn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eqn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eqn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eqn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eqn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-upn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-upn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-upn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-upn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-upn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-upn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-upn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-upn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-upn.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fp/fp-eval.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hyperref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hyperref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hyperref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hyperref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hyperref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hyperref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hyperref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hyperref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hyperref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdftexcmds/pdftexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdftexcmds/pdftexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdftexcmds/pdftexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdftexcmds/pdftexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdftexcmds/pdftexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdftexcmds/pdftexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdftexcmds/pdftexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdftexcmds/pdftexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdftexcmds/pdftexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/infwarerr/infwarerr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/infwarerr/infwarerr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/infwarerr/infwarerr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/infwarerr/infwarerr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/infwarerr/infwarerr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/infwarerr/infwarerr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/infwarerr/infwarerr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/infwarerr/infwarerr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/infwarerr/infwarerr.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvdefinekeys/kvdefinekeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvdefinekeys/kvdefinekeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvdefinekeys/kvdefinekeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvdefinekeys/kvdefinekeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvdefinekeys/kvdefinekeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvdefinekeys/kvdefinekeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvdefinekeys/kvdefinekeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvdefinekeys/kvdefinekeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/kvdefinekeys/kvdefinekeys.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdfescape/pdfescape.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdfescape/pdfescape.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdfescape/pdfescape.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdfescape/pdfescape.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdfescape/pdfescape.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdfescape/pdfescape.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdfescape/pdfescape.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdfescape/pdfescape.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/pdfescape/pdfescape.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hycolor/hycolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hycolor/hycolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hycolor/hycolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hycolor/hycolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hycolor/hycolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hycolor/hycolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hycolor/hycolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hycolor/hycolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hycolor/hycolor.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/letltxmacro/letltxmacro.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/letltxmacro/letltxmacro.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/letltxmacro/letltxmacro.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/letltxmacro/letltxmacro.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/letltxmacro/letltxmacro.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/letltxmacro/letltxmacro.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/letltxmacro/letltxmacro.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/letltxmacro/letltxmacro.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/letltxmacro/letltxmacro.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/auxhook/auxhook.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/auxhook/auxhook.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/auxhook/auxhook.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/auxhook/auxhook.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/auxhook/auxhook.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/auxhook/auxhook.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/auxhook/auxhook.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/auxhook/auxhook.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/auxhook/auxhook.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/pd1enc.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/pd1enc.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/pd1enc.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/pd1enc.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/intcalc/intcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/intcalc/intcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/intcalc/intcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/intcalc/intcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/intcalc/intcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/intcalc/intcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/intcalc/intcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/intcalc/intcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/intcalc/intcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/etexcmds/etexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/etexcmds/etexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/etexcmds/etexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/etexcmds/etexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/etexcmds/etexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/etexcmds/etexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/etexcmds/etexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/etexcmds/etexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/etexcmds/etexcmds.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/map/fontname/texfonts.map
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/adobe/zapfding/pzdr.tfm
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bitset/bitset.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bitset/bitset.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bitset/bitset.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bitset/bitset.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bitset/bitset.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bitset/bitset.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bitset/bitset.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bitset/bitset.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bitset/bitset.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bigintcalc/bigintcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bigintcalc/bigintcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bigintcalc/bigintcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bigintcalc/bigintcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bigintcalc/bigintcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bigintcalc/bigintcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bigintcalc/bigintcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bigintcalc/bigintcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/bigintcalc/bigintcalc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/atbegshi/atbegshi.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/atbegshi/atbegshi.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/atbegshi-ltx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/atbegshi/atbegshi.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/atbegshi/atbegshi.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/atbegshi-ltx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/atbegshi/atbegshi.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/atbegshi-ltx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/atbegshi/atbegshi.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/atbegshi/atbegshi.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/atbegshi-ltx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/atbegshi-ltx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/atbegshi/atbegshi.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/atbegshi-ltx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hxetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hxetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hxetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/hxetex.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/puenc.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/puenc.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/puenc.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/puenc.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/stringenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/stringenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/stringenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/stringenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/stringenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/stringenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/stringenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/stringenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/stringenc.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/rerunfilecheck/rerunfilecheck.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/rerunfilecheck/rerunfilecheck.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/rerunfilecheck/rerunfilecheck.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/rerunfilecheck/rerunfilecheck.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/rerunfilecheck/rerunfilecheck.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/rerunfilecheck/rerunfilecheck.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/rerunfilecheck/rerunfilecheck.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/rerunfilecheck/rerunfilecheck.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/rerunfilecheck/rerunfilecheck.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/atveryend/atveryend.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/atveryend/atveryend.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/atveryend-ltx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/atveryend/atveryend.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/atveryend/atveryend.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/atveryend-ltx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/atveryend/atveryend.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/atveryend-ltx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/atveryend/atveryend.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/atveryend/atveryend.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/atveryend-ltx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/atveryend-ltx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/atveryend/atveryend.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/atveryend-ltx.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/uniquecounter/uniquecounter.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/uniquecounter/uniquecounter.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/uniquecounter/uniquecounter.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/uniquecounter/uniquecounter.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/uniquecounter/uniquecounter.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/uniquecounter/uniquecounter.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/uniquecounter/uniquecounter.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/uniquecounter/uniquecounter.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/uniquecounter/uniquecounter.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/se-ascii-print.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/se-ascii-print.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/se-ascii-print.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/se-ascii-print.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/se-ascii-print.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/stringenc/se-ascii-print.def
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/l3keys2e/l3keys2e.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/l3keys2e/l3keys2e.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/l3keys2e/l3keys2e.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/l3keys2e/l3keys2e.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/l3keys2e/l3keys2e.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/l3keys2e/l3keys2e.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/l3keys2e/l3keys2e.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/l3keys2e/l3keys2e.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/l3packages/l3keys2e/l3keys2e.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5-utex-helper.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5-utex-helper.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5-utex-helper.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5-utex-helper.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5-utex-helper.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5-utex-helper.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5-utex-helper.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5-utex-helper.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/fontawesome5-utex-helper.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/tufontawesomefree.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/tufontawesomefree.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/tufontawesomefree.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/tufontawesomefree.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/tufontawesomebrands.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/tufontawesomebrands.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/tufontawesomebrands.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/fontawesome5/tufontawesomebrands.fd
-INPUT Output/CV-Amin-Kasrou-Aouam-en.aux
-INPUT Output/CV-Amin-Kasrou-Aouam-en.aux
-INPUT Output/CV-Amin-Kasrou-Aouam-en.aux
-OUTPUT Output/CV-Amin-Kasrou-Aouam-en.aux
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ts1cmr.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ts1cmr.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ts1cmr.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/base/ts1cmr.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tipa/t3cmr.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tipa/t3cmr.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tipa/t3cmr.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/tipa/t3cmr.fd
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/nameref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/nameref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/nameref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/nameref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/nameref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/nameref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/nameref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/nameref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/hyperref/nameref.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/refcount/refcount.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/refcount/refcount.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/refcount/refcount.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/refcount/refcount.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/refcount/refcount.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/refcount/refcount.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/refcount/refcount.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/refcount/refcount.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/latex/refcount/refcount.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/gettitlestring/gettitlestring.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/gettitlestring/gettitlestring.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/gettitlestring/gettitlestring.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/gettitlestring/gettitlestring.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/gettitlestring/gettitlestring.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/gettitlestring/gettitlestring.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/gettitlestring/gettitlestring.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/gettitlestring/gettitlestring.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/tex/generic/gettitlestring/gettitlestring.sty
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/public/cm/cmmi10.tfm
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/public/cm/cmmi8.tfm
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/public/cm/cmmi6.tfm
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/public/cm/cmsy10.tfm
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/public/cm/cmsy8.tfm
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/public/cm/cmsy6.tfm
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/public/cm/cmex10.tfm
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/public/cm/cmr10.tfm
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/public/cm/cmr8.tfm
-INPUT /nix/store/c4kdy1cppb2h85rq8grv73piybqfsp1q-texlive-combined-full-2020/share/texmf/fonts/tfm/public/cm/cmr6.tfm
-INPUT ./Assets/photo.png
-INPUT ./Assets/photo.png
-INPUT Assets/photo.png
-OUTPUT Output/CV-Amin-Kasrou-Aouam-en.xdv
-INPUT Output/CV-Amin-Kasrou-Aouam-en.aux
diff --git a/output/CV-Amin-Kasrou-Aouam-en.xdv b/output/CV-Amin-Kasrou-Aouam-en.xdv
deleted file mode 100644
index 9c24cdcb60a2775705b601a71ed56caad49bc5e8..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 17728
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
G>3;zzhxma2