Auto sync: 2026-03-03 15:30:14 (10 files changed)
M 3-research-approach/v3.tex M main.aux M main.blg M main.fdb_latexmk M main.fls M main.log M main.pdf D main.synctex(busy)
This commit is contained in:
parent
fe81103fea
commit
c3309cf4a4
@ -15,22 +15,40 @@
|
||||
% ----------------------------------------------------------------------------
|
||||
% 1. INTRODUCTION AND HYBRID SYSTEMS DEFINITION
|
||||
% ----------------------------------------------------------------------------
|
||||
Previous approaches to autonomous control have verified
|
||||
discrete switching logic or continuous control behavior, but not both
|
||||
simultaneously. Validation of continuous controllers today consists of
|
||||
extensive simulation trials. Discrete switching logic for routine operation
|
||||
has been driven by human operators, whose evaluation includes simulated
|
||||
control room testing and human factors research. Neither method, despite
|
||||
being extremely resource intensive, provides rigorous guarantees of control
|
||||
system behavior. HAHACS bridges this gap by composing formal methods from
|
||||
computer science with control-theoretic verification, formalizing reactor
|
||||
operations using the framework of hybrid automata.
|
||||
|
||||
The challenge of hybrid system verification lies in the interaction between
|
||||
discrete and continuous dynamics. Discrete transitions change the governing
|
||||
vector field, creating discontinuities in the system's behavior. Traditional
|
||||
verification techniques designed for purely discrete or purely continuous
|
||||
systems cannot handle this interaction directly.Our methodology addresses this
|
||||
challenge through decomposition. We verify discrete switching logic and
|
||||
continuous mode behavior separately, then compose these guarantees to reason
|
||||
about the complete hybrid system. This two-layer approach mirrors the structure
|
||||
of reactor operations themselves: discrete supervisory logic determines which
|
||||
control mode is active, while continuous controllers govern plant behavior
|
||||
within each mode.
|
||||
|
||||
To build a high-assurance hybrid autonomous control system (HAHACS), we must
|
||||
first establish a mathematical description of the system. This work draws on
|
||||
automata theory, temporal logic, and control theory. The nomenclature across
|
||||
these fields is far from homogeneous, and the reviewer of this proposal is not
|
||||
expected to be an expert in all of them simultaneously. To present the research
|
||||
ideas as clearly as possible, the following definitions are provided.
|
||||
|
||||
A hybrid system is a dynamical system that has both continuous and discrete
|
||||
states. The specific type of system discussed in this proposal is a continuous
|
||||
autonomous hybrid system. This means that the system does not have external
|
||||
input and that continuous states do not change instantaneously when discrete
|
||||
states change. For our systems of interest, the continuous states are physical
|
||||
quantities that are always Lipschitz continuous. This nomenclature is borrowed
|
||||
from the Handbook on Hybrid Systems Control, but is redefined here for
|
||||
convenience:
|
||||
automata theory, temporal logic, and control theory. A hybrid system is a
|
||||
dynamical system that has both continuous and discrete states. The specific type
|
||||
of system discussed in this proposal is a continuous autonomous hybrid system.
|
||||
This means that the system does not have external input and that continuous
|
||||
states do not change instantaneously when discrete states change. For our
|
||||
systems of interest, the continuous states are physical quantities that are
|
||||
always Lipschitz continuous. This nomenclature is borrowed from the Handbook on
|
||||
Hybrid Systems Control \cite{HANDBOOK ON HYBRID SYSTEMS}, but is redefined here
|
||||
for convenience:
|
||||
|
||||
\begin{equation}
|
||||
H = (\mathcal{Q}, \mathcal{X}, \mathbf{f}, Init, \mathcal{G}, \delta, \mathcal{R}, Inv)
|
||||
@ -55,46 +73,16 @@ where:
|
||||
|
||||
The creation of a HAHACS amounts to the construction of such a tuple together
|
||||
with proof artifacts demonstrating that the intended behavior of the control
|
||||
system is satisfied by its actual implementation.
|
||||
|
||||
\textcolor{blue}{Previous approaches to autonomous control have verified
|
||||
discrete switching logic or continuous control behavior, but not both
|
||||
simultaneously. Validation of continuous controllers today consists of
|
||||
extensive simulation trials. Discrete switching logic for routine operation
|
||||
has been driven by human operators, whose evaluation includes simulated
|
||||
control room testing and human factors research. Neither method, despite
|
||||
being extremely resource intensive, provides rigorous guarantees of control
|
||||
system behavior. HAHACS bridges this gap by composing formal methods from
|
||||
computer science with control-theoretic verification, formalizing reactor
|
||||
operations using the framework of hybrid automata.}
|
||||
|
||||
\textcolor{blue}{The challenge of hybrid system verification lies in the
|
||||
interaction between discrete and continuous dynamics. Discrete transitions
|
||||
change the governing vector field, creating discontinuities in the system's
|
||||
behavior. Traditional verification techniques designed for purely discrete or
|
||||
purely continuous systems cannot handle this interaction directly.}
|
||||
|
||||
\textcolor{blue}{Our methodology addresses this challenge through decomposition. We verify
|
||||
discrete switching logic and continuous mode behavior separately, then compose
|
||||
these guarantees to reason about the complete hybrid system. This two-layer
|
||||
approach mirrors the structure of reactor operations themselves: discrete
|
||||
supervisory logic determines which control mode is active, while continuous
|
||||
controllers govern plant behavior within each mode.}
|
||||
|
||||
\textcolor{blue}{This approach is tractable now because the infrastructure for each component
|
||||
has matured. Reactive synthesis from temporal logic specifications has
|
||||
progressed from theoretical results to practical tools; solvers like Strix
|
||||
can synthesize controllers from LTL specifications in seconds. Reachability
|
||||
analysis and barrier certificates for continuous systems have decades of
|
||||
theoretical foundation and modern computational tools. The novelty is not in
|
||||
system is satisfied by its actual implementation. This approach is tractable now
|
||||
because the infrastructure for each component has matured. The novelty is not in
|
||||
the individual pieces, but in the architecture that connects them. By defining
|
||||
entry, exit, and safety conditions at the discrete level first, we transform
|
||||
the intractable problem of global hybrid verification into a collection of
|
||||
local verification problems with clear interfaces. Verification is performed
|
||||
per mode rather than on the full hybrid system, keeping the analysis tractable
|
||||
even for complex reactor operations.}
|
||||
entry, exit, and safety conditions at the discrete level first, we transform the
|
||||
intractable problem of global hybrid verification into a collection of local
|
||||
verification problems with clear interfaces. Verification is performed per mode
|
||||
rather than on the full hybrid system, keeping the analysis tractable even for
|
||||
complex reactor operations.
|
||||
|
||||
\begin{figure}[htbp]
|
||||
\begin{figure}
|
||||
\centering
|
||||
\begin{tikzpicture}[
|
||||
state/.style={
|
||||
@ -113,9 +101,9 @@ even for complex reactor operations.}
|
||||
]
|
||||
% States
|
||||
\node[state] (q0) at (0,0) {$q_0$\\Cold\\Shutdown};
|
||||
\node[state] (q1) at (4,0) {$q_1$\\Heatup};
|
||||
\node[state] (q2) at (8,0) {$q_2$\\Power\\Operation};
|
||||
\node[state, fill=red!15] (q3) at (4,-3.5) {$q_3$\\SCRAM};
|
||||
\node[state] (q1) at (5,0) {$q_1$\\Heatup};
|
||||
\node[state] (q2) at (10,0) {$q_2$\\Power\\Operation};
|
||||
\node[state, fill=red!15] (q3) at (5,-3.5) {$q_3$\\SCRAM};
|
||||
|
||||
% Normal transitions
|
||||
\draw[trans] (q0) -- node[guard, above] {$T_{avg} > T_{min}$} (q1);
|
||||
@ -133,9 +121,9 @@ even for complex reactor operations.}
|
||||
|
||||
% Dynamics labels below states
|
||||
\node[dynamics] at (0,-1.4) {$\dot{x} = f_0(x)$};
|
||||
\node[dynamics] at (4,-1.4) {$\dot{x} = f_1(x,u)$};
|
||||
\node[dynamics] at (8,-1.4) {$\dot{x} = f_2(x,u)$};
|
||||
\node[dynamics] at (4,-4.9) {$\dot{x} = f_3(x)$};
|
||||
\node[dynamics] at (6,-1.2) {$\dot{x} = f_1(x,u)$};
|
||||
\node[dynamics] at (10,-1.4) {$\dot{x} = f_2(x,u)$};
|
||||
\node[dynamics] at (5,-4.9) {$\dot{x} = f_3(x)$};
|
||||
|
||||
\end{tikzpicture}
|
||||
\caption{Simplified hybrid automaton for reactor startup. Each discrete state
|
||||
@ -157,54 +145,6 @@ even for complex reactor operations.}
|
||||
% ----------------------------------------------------------------------------
|
||||
|
||||
\subsection{System Requirements and Specifications}
|
||||
|
||||
\textcolor{blue}{Before constructing a HAHACS, we must completely describe its
|
||||
intended behavior. The behavior of any control system originates in
|
||||
requirements: statements about what the system must do, must not do, and under
|
||||
what conditions. For nuclear systems, these requirements derive from multiple
|
||||
sources including regulatory mandates, design basis analyses, and operating
|
||||
procedures. The challenge is formalizing these requirements with sufficient
|
||||
precision that they can serve as the foundation for automated controller
|
||||
synthesis and verification.}
|
||||
|
||||
Autonomous control systems are fundamentally different from automatic control
|
||||
systems. The difference lies in the level at which they operate. Automatic
|
||||
control systems are purely operational systems that maintain setpoints or track
|
||||
references. Autonomous control systems make decisions about which operational
|
||||
objectives to pursue.
|
||||
|
||||
\begin{figure}[htbp]
|
||||
\centering
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
% Pyramid layers
|
||||
\fill[blue!60!black] (0,4) -- (2,4) -- (1,5.5) -- cycle;
|
||||
\fill[blue!30!white] (-1.5,2.5) -- (3.5,2.5) -- (2,4) -- (0,4) -- cycle;
|
||||
\fill[blue!15!white] (-3,1) -- (5,1) -- (3.5,2.5) -- (-1.5,2.5) -- cycle;
|
||||
|
||||
% Labels inside pyramid
|
||||
\node[font=\small\bfseries, white] at (1,4.5) {Strategic};
|
||||
\node[font=\small\bfseries] at (1,3.1) {Operational};
|
||||
\node[font=\small\bfseries] at (1,1.6) {Tactical};
|
||||
|
||||
% Descriptions to the right
|
||||
\node[anchor=west, font=\small, text width=6cm] at (5.5,4.5)
|
||||
{\textit{Long-term planning:} maintenance scheduling, capacity planning, economic dispatch};
|
||||
\node[anchor=west, font=\small, text width=6cm] at (5.5,3.1)
|
||||
{\textit{Discrete decisions:} startup/shutdown sequences, power level changes, mode transitions};
|
||||
\node[anchor=west, font=\small, text width=6cm] at (5.5,1.6)
|
||||
{\textit{Continuous control:} temperature regulation, pressure control, load following};
|
||||
|
||||
% Bracket showing HAHACS scope (simple line with text)
|
||||
\draw[thick] (-3.3,1) -- (-3.5,1) -- (-3.5,4) -- (-3.3,4);
|
||||
\node[font=\small, align=center, rotate=90] at (-4.2,2.5) {HAHACS scope};
|
||||
\end{tikzpicture}
|
||||
\caption{Control scope hierarchy in nuclear power operations. Strategic control
|
||||
(long-term planning) remains with human management. HAHACS addresses the
|
||||
operational level (discrete mode switching) and tactical level (continuous
|
||||
control within modes), which together form a hybrid control system.}
|
||||
\label{fig:strat_op_tact}
|
||||
\end{figure}
|
||||
|
||||
Human control of nuclear power can be divided into three different scopes:
|
||||
strategic, operational, and tactical. Strategic control is high-level and
|
||||
long-term decision making for the plant. This level has objectives that are
|
||||
@ -233,6 +173,51 @@ the continuous evolution of the plant according to the control input and control
|
||||
law, while the operational level is a discrete state evolution that determines
|
||||
which tactical control law to apply.
|
||||
|
||||
%Say something about autonomous control systems near here?
|
||||
|
||||
Before constructing a HAHACS, we must completely describe its
|
||||
intended behavior. The behavior of any control system originates in
|
||||
requirements: statements about what the system must do, must not do, and under
|
||||
what conditions. For nuclear systems, these requirements derive from multiple
|
||||
sources including regulatory mandates, design basis analyses, and operating
|
||||
procedures. The challenge is formalizing these requirements with sufficient
|
||||
precision that they can serve as the foundation for autonomous control system
|
||||
synthesis and verification.
|
||||
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
% Pyramid layers
|
||||
\fill[blue!30!white] (0,4) -- (2,4) -- (1,5.) -- cycle;
|
||||
\fill[blue!20!white] (-1.5,2.5) -- (3.5,2.5) -- (2,4) -- (0,4) -- cycle;
|
||||
\fill[blue!10!white] (-3,1) -- (5,1) -- (3.5,2.5) -- (-1.5,2.5) -- cycle;
|
||||
|
||||
% Labels inside pyramid
|
||||
\node[font=\small\bfseries] at (1,4.5) {Strategic};
|
||||
\node[font=\small\bfseries] at (1,3.1) {Operational};
|
||||
\node[font=\small\bfseries] at (1,1.6) {Tactical};
|
||||
|
||||
% Descriptions to the right
|
||||
\node[anchor=west, font=\small, text width=8cm] at (5.5,4.6)
|
||||
{\textit{Long-term planning:} maintenance scheduling, capacity planning, economic dispatch};
|
||||
\node[anchor=west, font=\small, text width=8cm] at (5.5,3.1)
|
||||
{\textit{Discrete decisions:} startup/shutdown sequences, power level changes, mode transitions};
|
||||
\node[anchor=west, font=\small, text width=8cm] at (5.5,1.6)
|
||||
{\textit{Continuous control:} temperature regulation, pressure control, load following};
|
||||
|
||||
% Bracket showing HAHACS scope (simple line with text)
|
||||
\draw[thick] (5.0,1.0) -- (-3.5,1) -- (-3.5,4) -- (2.0,4) -- cycle;
|
||||
\node[font=\small, align=center, rotate=90] at (-4.2,2.5) {HAHACS scope};
|
||||
\end{tikzpicture}
|
||||
\caption{Control scope hierarchy in nuclear power operations. Strategic control
|
||||
(long-term planning) remains with human management. HAHACS addresses the
|
||||
operational level (discrete mode switching) and tactical level (continuous
|
||||
control within modes), which together form a hybrid control system.}
|
||||
\label{fig:strat_op_tact}
|
||||
\end{figure}
|
||||
|
||||
|
||||
This operational control level is the main reason for the requirement of human
|
||||
operators in nuclear control today. The hybrid nature of this control system
|
||||
makes it difficult to prove that a controller will perform according to
|
||||
|
||||
5
main.aux
5
main.aux
@ -20,18 +20,19 @@
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.3.1}HARDENS}{4}{}\protected@file@percent }
|
||||
\citation{Kiniry2024}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.3.2}Sequent Calculus and Differential Dynamic Logic}{5}{}\protected@file@percent }
|
||||
\citation{HANDBOOK ON HYBRID SYSTEMS}
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3}Research Approach}{7}{}\protected@file@percent }
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Simplified hybrid automaton for reactor startup. Each discrete state $q_i$ has associated continuous dynamics $f_i$. Guard conditions on transitions (e.g., $T_{avg} > T_{min}$) are predicates over continuous state. Invariant violations ($\neg Inv_i$) trigger transitions to the SCRAM state. The operational level manages discrete transitions; the tactical level executes continuous control within each mode.}}{8}{}\protected@file@percent }
|
||||
\newlabel{fig:hybrid_automaton}{{1}{8}{Research Approach}{figure.1}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}System Requirements and Specifications}{8}{}\protected@file@percent }
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Control scope hierarchy in nuclear power operations. Strategic control (long-term planning) remains with human management. HAHACS addresses the operational level (discrete mode switching) and tactical level (continuous control within modes), which together form a hybrid control system.}}{9}{}\protected@file@percent }
|
||||
\newlabel{fig:strat_op_tact}{{2}{9}{System Requirements and Specifications}{figure.2}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Discrete Controller Synthesis}{11}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Discrete Controller Synthesis}{10}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}Continuous Controllers}{11}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.1}Transitory Modes}{12}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2}Stabilizing Modes}{13}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.3}Expulsory Modes}{14}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4}Industrial Implementation}{15}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4}Industrial Implementation}{14}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {4}Metrics for Success}{16}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {paragraph}{TRL 3 \textit {Critical Function and Proof of Concept}}{16}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {paragraph}{TRL 4 \textit {Laboratory Testing of Integrated Components}}{16}{}\protected@file@percent }
|
||||
|
||||
6
main.blg
6
main.blg
@ -1,6 +1,10 @@
|
||||
This is BibTeX, Version 0.99d (TeX Live 2025)
|
||||
Capacity: max_strings=200000, hash_size=200000, hash_prime=170003
|
||||
The top-level auxiliary file: main.aux
|
||||
White space in argument---line 23 of file main.aux
|
||||
: \citation{HANDBOOK
|
||||
: ON HYBRID SYSTEMS}
|
||||
I'm skipping whatever remains of this command
|
||||
The style file: ieeetr.bst
|
||||
Database file #1: references.bib
|
||||
Warning--entry type for "gentillon_westinghouse_1999" isn't style-file defined
|
||||
@ -56,4 +60,4 @@ warning$ -- 6
|
||||
while$ -- 18
|
||||
width$ -- 17
|
||||
write$ -- 128
|
||||
(There were 9 warnings)
|
||||
(There was 1 error message)
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
# Fdb version 4
|
||||
["bibtex main"] 1772219417.40209 "main.aux" "main.bbl" "main" 1772219523.50878 0
|
||||
["bibtex main"] 1772569109.73094 "main.aux" "main.bbl" "main" 1772569786.73648 2
|
||||
"./references.bib" 1765591319.20023 14069 2a4f74c587187a8a71049043171eb0fe ""
|
||||
"/usr/local/texlive/2025/texmf-dist/bibtex/bst/base/ieeetr.bst" 1292289607 18361 1a00e58565e7f19bf2b3e1bfb82254ae ""
|
||||
"main.aux" 1772219523.34738 5760 d3187eea97442ceed8ca0ad48ec054a8 "pdflatex"
|
||||
"main.aux" 1772569786.52811 5798 63f8b414cf301c83251584a9871955c0 "pdflatex"
|
||||
(generated)
|
||||
"main.bbl"
|
||||
"main.blg"
|
||||
(rewritten before read)
|
||||
["pdflatex"] 1772219522.16972 "main.tex" "main.pdf" "main" 1772219523.50887 0
|
||||
["pdflatex"] 1772569785.36118 "main.tex" "main.pdf" "main" 1772569786.73657 0
|
||||
"/usr/local/texlive/2025/texmf-dist/fonts/enc/dvips/base/8r.enc" 1165713224 4850 80dc9bab7f31fb78a000ccfed0e27cab ""
|
||||
"/usr/local/texlive/2025/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 ""
|
||||
"/usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/symbol/psyr.tfm" 1136768653 1408 5937f58aa508ea2cea4901c07d10f5fe ""
|
||||
@ -246,16 +246,16 @@
|
||||
"1-goals-and-outcomes/research_statement_v1.tex" 1765591319.18896 4450 070caee751214eaddffa6b3403f8ed43 ""
|
||||
"1-goals-and-outcomes/v1.tex" 1765591319.1893 5825 07f6fba24cfa050a3b2b00c416f0f45f ""
|
||||
"2-state-of-the-art/v2.tex" 1772219521.82345 12622 8fd5435154f6a45bb3e558ffebacbf58 ""
|
||||
"3-research-approach/v3.tex" 1772218532.67529 37962 89f6e9a230dd5489d474df72e2975fe4 ""
|
||||
"3-research-approach/v3.tex" 1772569783.90542 37777 147d095e6b46494cc02aea8c3fe2b0c2 ""
|
||||
"4-metrics-of-success/v1.tex" 1765591319.19036 5586 e5fb80ced00bcdc318ffe3861b0064bc ""
|
||||
"5-risks-and-contingencies/v1.tex" 1765591319.19058 10412 17e755aa8451c45198372af7afe3c500 ""
|
||||
"6-broader-impacts/v1.tex" 1765591319.19072 4834 418aae223b778759691eaf9124a5360c ""
|
||||
"8-schedule/v1.tex" 1765591319.19095 4473 8ad96bbf9cedf2ea09298ecbd4e01b83 ""
|
||||
"dane_proposal_format.cls" 1769715785.9835 2883 ea175794171aa0291ef71716b2190bf0 ""
|
||||
"main.aux" 1772219523.34738 5760 d3187eea97442ceed8ca0ad48ec054a8 "pdflatex"
|
||||
"main.bbl" 1772219417.4875 2919 0ea026a17b15c1ad2ed657bdbf26dfdc "bibtex main"
|
||||
"main.aux" 1772569786.52811 5798 63f8b414cf301c83251584a9871955c0 "pdflatex"
|
||||
"main.bbl" 1772569109.7887 2919 0ea026a17b15c1ad2ed657bdbf26dfdc "bibtex main"
|
||||
"main.tex" 1772218582.98667 954 b43a8fa32e5ebbd5cc6319a366737c39 ""
|
||||
"main.toc" 1772219523.34789 2186 d41a61821736bd97ef03ea152e3f1be6 "pdflatex"
|
||||
"main.toc" 1772569786.53217 2186 052b3bee753c55d6c7b2587731bc12e5 "pdflatex"
|
||||
(generated)
|
||||
"main.aux"
|
||||
"main.log"
|
||||
|
||||
431
main.fls
431
main.fls
@ -148,3 +148,434 @@ INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjec
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgf/math/pgfmath.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgf/math/pgfmath.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/modules/pgfmoduledecorations.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryfadings.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryfadings.code.tex
|
||||
OUTPUT main.pdf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/standalone/standalone.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/standalone/standalone.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/tools/shellesc.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/tools/shellesc.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/tools/shellesc.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/currfile/currfile.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/currfile/currfile.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/kvoptions/kvoptions.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/kvoptions/kvoptions.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/filehook/filehook.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/filehook/filehook.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/filehook/filehook-2020.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/filehook/filehook-2020.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/gincltex/gincltex.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/gincltex/gincltex.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/gincltex/gincltex.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/svn-prov/svn-prov.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/svn-prov/svn-prov.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/adjustbox.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/adjustbox.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/adjcalc.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/adjcalc.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/trimclip.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/trimclip.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/collectbox/collectbox.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/collectbox/collectbox.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/varwidth/varwidth.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/varwidth/varwidth.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/varwidth/varwidth.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/filemod/filemod-expmin.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/filemod/filemod-expmin.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/booktabs/booktabs.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/booktabs/booktabs.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/tools/tabularx.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/tools/tabularx.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/tools/array.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/tools/array.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/makecell/makecell.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/makecell/makecell.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/tools/dcolumn.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/tools/dcolumn.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/multirow/multirow.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/multirow/multirow.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/graphics/lscape.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/graphics/lscape.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/amssymb.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/amssymb.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/jknapltx/mathrsfs.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/jknapltx/mathrsfs.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/enumitem/enumitem.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/enumitem/enumitem.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/listings/listings.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/listings/listings.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/listings/lstpatch.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/listings/lstpatch.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/listings/lstpatch.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/listings/listings.cfg
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/listings/listings.cfg
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/listings/listings.cfg
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgfgantt/pgfgantt.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgfgantt/pgfgantt.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgf/utilities/pgfcalendar.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pgf/utilities/pgfcalendar.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgfcalendar.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgfcalendar.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgfcalendar.code.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/colortbl/colortbl.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/colortbl/colortbl.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/graphics/color.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/ot1ptm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/ot1ptm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/ot1ptm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
||||
INPUT ./main.aux
|
||||
INPUT ./main.aux
|
||||
INPUT main.aux
|
||||
OUTPUT main.aux
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/fmtcount/fc-english.def
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/fmtcount/fc-english.def
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/fmtcount/fc-english.def
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pdflscape/pdflscape.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pdflscape/pdflscape.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pdflscape/pdflscape-nometadata.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/pdflscape/pdflscape-nometadata.sty
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/ot1ztmcm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/ot1ztmcm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/ot1ztmcm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/omlztmcm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/omlztmcm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/omlztmcm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7m.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7m.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7m.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/omsztmcm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/omsztmcm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/omsztmcm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7y.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7y.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7y.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/omxztmcm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/omxztmcm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/omxztmcm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7v.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7v.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7v.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmb7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmb7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmb7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/jknapltx/ursfs.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/jknapltx/ursfs.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/jknapltx/ursfs.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/rsfs/rsfs10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/rsfs/rsfs10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/rsfs/rsfs10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/ptmr7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-var/fonts/map/pdftex/updmap/pdftex.map
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/enc/dvips/base/8r.enc
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/ptmr7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/ptmr7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
|
||||
INPUT ./1-goals-and-outcomes/research_statement_v1.tex
|
||||
INPUT ./1-goals-and-outcomes/research_statement_v1.tex
|
||||
INPUT 1-goals-and-outcomes/research_statement_v1.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/ptmr7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/ptmri7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmb7t.tfm
|
||||
INPUT ./main.toc
|
||||
INPUT ./main.toc
|
||||
INPUT main.toc
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7m.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7m.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7m.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7y.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7y.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7y.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7v.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7v.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7v.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmb7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmb7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/rsfs/rsfs10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/rsfs/rsfs10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/rsfs/rsfs7.tfm
|
||||
OUTPUT main.toc
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/ptmb7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/ptmb7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm
|
||||
INPUT ./1-goals-and-outcomes/v1.tex
|
||||
INPUT ./1-goals-and-outcomes/v1.tex
|
||||
INPUT ./1-goals-and-outcomes/v1.tex
|
||||
INPUT ./1-goals-and-outcomes/v1.tex
|
||||
INPUT 1-goals-and-outcomes/v1.tex
|
||||
INPUT ./2-state-of-the-art/v2.tex
|
||||
INPUT ./2-state-of-the-art/v2.tex
|
||||
INPUT ./2-state-of-the-art/v2.tex
|
||||
INPUT ./2-state-of-the-art/v2.tex
|
||||
INPUT 2-state-of-the-art/v2.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/zptmcm7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/symbol/psyr.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/cm/cmr10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/zptmcm7m.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/psyro.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm
|
||||
INPUT ./3-research-approach/v3.tex
|
||||
INPUT ./3-research-approach/v3.tex
|
||||
INPUT ./3-research-approach/v3.tex
|
||||
INPUT ./3-research-approach/v3.tex
|
||||
INPUT 3-research-approach/v3.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/ts1ptm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/ts1ptm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/ts1ptm.fd
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr8c.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/zptmcm7y.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/ptmr8c.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/zptmcm7m.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/psyro.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7m.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7y.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7v.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmb7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/rsfs/rsfs5.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7m.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7y.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/zptmcm7v.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmb7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/rsfs/rsfs5.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/zptmcm7m.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/psyro.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/zptmcm7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/symbol/psyr.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/cm/cmr10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/zptmcm7m.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/psyro.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/zptmcm7m.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/psyro.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/zptmcm7y.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/zptmcm7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/symbol/psyr.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/cm/cmr10.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/ptmr7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/ptmb7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/ptmri7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/zptmcm7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/symbol/psyr.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/cm/cmr10.tfm
|
||||
INPUT ./4-metrics-of-success/v1.tex
|
||||
INPUT ./4-metrics-of-success/v1.tex
|
||||
INPUT ./4-metrics-of-success/v1.tex
|
||||
INPUT ./4-metrics-of-success/v1.tex
|
||||
INPUT 4-metrics-of-success/v1.tex
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmbi7t.tfm
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/vf/adobe/times/ptmbi7t.vf
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/adobe/times/ptmbi8r.tfm
|
||||
INPUT ./5-risks-and-contingencies/v1.tex
|
||||
INPUT ./5-risks-and-contingencies/v1.tex
|
||||
INPUT ./5-risks-and-contingencies/v1.tex
|
||||
INPUT ./5-risks-and-contingencies/v1.tex
|
||||
INPUT 5-risks-and-contingencies/v1.tex
|
||||
INPUT ./6-broader-impacts/v1.tex
|
||||
INPUT ./6-broader-impacts/v1.tex
|
||||
INPUT ./6-broader-impacts/v1.tex
|
||||
INPUT ./6-broader-impacts/v1.tex
|
||||
INPUT 6-broader-impacts/v1.tex
|
||||
INPUT ./8-schedule/v1.tex
|
||||
INPUT ./8-schedule/v1.tex
|
||||
INPUT ./8-schedule/v1.tex
|
||||
INPUT ./8-schedule/v1.tex
|
||||
INPUT 8-schedule/v1.tex
|
||||
INPUT ./main.bbl
|
||||
INPUT ./main.bbl
|
||||
INPUT main.bbl
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/tfm/public/cm/cmtt12.tfm
|
||||
INPUT main.aux
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/type1/public/rsfs/rsfs10.pfb
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/type1/urw/symbol/usyr.pfb
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/type1/urw/symbol/usyr.pfb
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/type1/urw/times/utmb8a.pfb
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/type1/urw/times/utmbi8a.pfb
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/type1/urw/times/utmr8a.pfb
|
||||
INPUT /usr/local/texlive/2025/texmf-dist/fonts/type1/urw/times/utmri8a.pfb
|
||||
|
||||
658
main.log
658
main.log
@ -1,4 +1,4 @@
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.27 (TeX Live 2025) (preloaded format=pdflatex 2025.3.8) 27 FEB 2026 14:24
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.27 (TeX Live 2025) (preloaded format=pdflatex 2025.3.8) 3 MAR 2026 15:29
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
file:line:error style messages enabled.
|
||||
@ -345,3 +345,659 @@ File: pgfcorescopes.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
File: pgfcoregraphicstate.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgflinewidth=\dimen196
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
|
||||
File: pgfcoretransformations.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgf@pt@x=\dimen197
|
||||
\pgf@pt@y=\dimen198
|
||||
\pgf@pt@temp=\dimen199
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
|
||||
File: pgfcorequick.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
|
||||
File: pgfcoreobjects.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
|
||||
File: pgfcorepathprocessing.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
|
||||
File: pgfcorearrows.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgfarrowsep=\dimen256
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
|
||||
File: pgfcoreshade.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgf@max=\dimen257
|
||||
\pgf@sys@shading@range@num=\count317
|
||||
\pgf@shadingcount=\count318
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
|
||||
File: pgfcoreimage.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
|
||||
File: pgfcoreexternal.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgfexternal@startupbox=\box61
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
|
||||
File: pgfcorelayers.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
|
||||
File: pgfcoretransparency.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
|
||||
File: pgfcorepatterns.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex
|
||||
File: pgfcorerdf.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
))) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
|
||||
File: pgfmoduleshapes.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgfnodeparttextbox=\box62
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
|
||||
File: pgfmoduleplot.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
|
||||
Package: pgfcomp-version-0-65 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgf@nodesepstart=\dimen258
|
||||
\pgf@nodesepend=\dimen259
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
|
||||
Package: pgfcomp-version-1-18 2023-01-15 v3.1.10 (3.1.10)
|
||||
)) (/usr/local/texlive/2025/texmf-dist/tex/latex/pgf/utilities/pgffor.sty (/usr/local/texlive/2025/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) (/usr/local/texlive/2025/texmf-dist/tex/latex/pgf/math/pgfmath.sty (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
|
||||
Package: pgffor 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgffor@iter=\dimen260
|
||||
\pgffor@skip=\dimen261
|
||||
\pgffor@stack=\toks41
|
||||
\pgffor@toks=\toks42
|
||||
)) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
|
||||
Package: tikz 2023-01-15 v3.1.10 (3.1.10)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
|
||||
File: pgflibraryplothandlers.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgf@plot@mark@count=\count319
|
||||
\pgfplotmarksize=\dimen262
|
||||
)
|
||||
\tikz@lastx=\dimen263
|
||||
\tikz@lasty=\dimen264
|
||||
\tikz@lastxsaved=\dimen265
|
||||
\tikz@lastysaved=\dimen266
|
||||
\tikz@lastmovetox=\dimen267
|
||||
\tikz@lastmovetoy=\dimen268
|
||||
\tikzleveldistance=\dimen269
|
||||
\tikzsiblingdistance=\dimen270
|
||||
\tikz@figbox=\box63
|
||||
\tikz@figbox@bg=\box64
|
||||
\tikz@tempbox=\box65
|
||||
\tikz@tempbox@bg=\box66
|
||||
\tikztreelevel=\count320
|
||||
\tikznumberofchildren=\count321
|
||||
\tikznumberofcurrentchild=\count322
|
||||
\tikz@fig@count=\count323
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
|
||||
File: pgfmodulematrix.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgfmatrixcurrentrow=\count324
|
||||
\pgfmatrixcurrentcolumn=\count325
|
||||
\pgf@matrix@numberofcolumns=\count326
|
||||
)
|
||||
\tikz@expandcount=\count327
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex
|
||||
File: tikzlibrarytopaths.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
))) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex
|
||||
File: tikzlibrarypositioning.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex
|
||||
File: tikzlibraryshapes.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex
|
||||
File: tikzlibraryshapes.geometric.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex
|
||||
File: pgflibraryshapes.geometric.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
)) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex
|
||||
File: tikzlibraryshapes.misc.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex
|
||||
File: pgflibraryshapes.misc.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
)) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex
|
||||
File: tikzlibraryshapes.symbols.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex
|
||||
File: pgflibraryshapes.symbols.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
)) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex
|
||||
File: tikzlibraryshapes.arrows.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex
|
||||
File: pgflibraryshapes.arrows.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
)) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex)) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex
|
||||
File: tikzlibraryshapes.multipart.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex
|
||||
File: pgflibraryshapes.multipart.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgfnodepartlowerbox=\box67
|
||||
\pgfnodeparttwobox=\box68
|
||||
\pgfnodepartthreebox=\box69
|
||||
\pgfnodepartfourbox=\box70
|
||||
\pgfnodeparttwentybox=\box71
|
||||
\pgfnodepartnineteenbox=\box72
|
||||
\pgfnodeparteighteenbox=\box73
|
||||
\pgfnodepartseventeenbox=\box74
|
||||
\pgfnodepartsixteenbox=\box75
|
||||
\pgfnodepartfifteenbox=\box76
|
||||
\pgfnodepartfourteenbox=\box77
|
||||
\pgfnodepartthirteenbox=\box78
|
||||
\pgfnodeparttwelvebox=\box79
|
||||
\pgfnodepartelevenbox=\box80
|
||||
\pgfnodeparttenbox=\box81
|
||||
\pgfnodepartninebox=\box82
|
||||
\pgfnodeparteightbox=\box83
|
||||
\pgfnodepartsevenbox=\box84
|
||||
\pgfnodepartsixbox=\box85
|
||||
\pgfnodepartfivebox=\box86
|
||||
))) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex
|
||||
File: tikzlibraryarrows.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code.tex
|
||||
File: pgflibraryarrows.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\arrowsize=\dimen271
|
||||
)) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex
|
||||
File: tikzlibrarygraphs.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\tikz@lib@auto@number=\count328
|
||||
\tikz@qnode@count=\count329
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex
|
||||
File: tikzlibrarycalc.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex
|
||||
File: tikzlibrarychains.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/modules/pgfmoduledecorations.code.tex
|
||||
\pgfdecoratedcompleteddistance=\dimen272
|
||||
\pgfdecoratedremainingdistance=\dimen273
|
||||
\pgfdecoratedinputsegmentcompleteddistance=\dimen274
|
||||
\pgfdecoratedinputsegmentremainingdistance=\dimen275
|
||||
\pgf@decorate@distancetomove=\dimen276
|
||||
\pgf@decorate@repeatstate=\count330
|
||||
\pgfdecorationsegmentamplitude=\dimen277
|
||||
\pgfdecorationsegmentlength=\dimen278
|
||||
)
|
||||
\tikz@lib@dec@box=\box87
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex)) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex
|
||||
File: tikzlibraryshadows.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex
|
||||
File: tikzlibraryfadings.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryfadings.code.tex
|
||||
File: pgflibraryfadings.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
))) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex
|
||||
File: pgflibraryarrows.meta.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgfarrowinset=\dimen279
|
||||
\pgfarrowlength=\dimen280
|
||||
\pgfarrowwidth=\dimen281
|
||||
\pgfarrowlinewidth=\dimen282
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/standalone/standalone.sty
|
||||
Package: standalone 2025/02/22 v1.5a Package to include TeX sub-files with preambles
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/tools/shellesc.sty
|
||||
Package: shellesc 2023/07/08 v1.0d unified shell escape interface for LaTeX
|
||||
Package shellesc Info: Restricted shell escape enabled on input line 77.
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/currfile/currfile.sty
|
||||
Package: currfile 2024/03/14 v1.0 Provides the file path elements of the current input file
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/kvoptions/kvoptions.sty
|
||||
Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
|
||||
Package: ltxcmds 2023-12-04 v1.26 LaTeX kernel commands for general use (HO)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty
|
||||
Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO)
|
||||
)) (/usr/local/texlive/2025/texmf-dist/tex/latex/filehook/filehook.sty
|
||||
Package: filehook 2022/10/25 v0.8b Hooks for input files
|
||||
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/filehook/filehook-2020.sty
|
||||
Package: filehook-2020 2022/10/25 v0.8b Hooks for input files
|
||||
))
|
||||
\c@currfiledepth=\count331
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/gincltex/gincltex.sty (/usr/local/texlive/2025/texmf-dist/tex/latex/svn-prov/svn-prov.sty
|
||||
Package: svn-prov 2010/04/24 v3.1862 Package Date/Version from SVN Keywords
|
||||
)
|
||||
Package: gincltex 2011/09/04 v0.3 Include external LaTeX files like graphics
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/adjustbox.sty
|
||||
Package: adjustbox 2025/02/26 v1.3c Adjusting TeX boxes (trim, clip, ...)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/adjcalc.sty
|
||||
Package: adjcalc 2012/05/16 v1.1 Provides advanced setlength with multiple back-ends (calc, etex, pgfmath)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/trimclip.sty
|
||||
Package: trimclip 2025/02/21 v1.2a Trim and clip general TeX material
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/collectbox/collectbox.sty
|
||||
Package: collectbox 2022/10/17 v0.4c Collect macro arguments as boxes
|
||||
\collectedbox=\box88
|
||||
)
|
||||
\tc@llx=\dimen283
|
||||
\tc@lly=\dimen284
|
||||
\tc@urx=\dimen285
|
||||
\tc@ury=\dimen286
|
||||
Package trimclip Info: Using driver 'tc-pdftex.def'.
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
|
||||
File: tc-pdftex.def 2025/02/26 v2.3 Clipping driver for pdftex
|
||||
))
|
||||
\adjbox@Width=\dimen287
|
||||
\adjbox@Height=\dimen288
|
||||
\adjbox@Depth=\dimen289
|
||||
\adjbox@Totalheight=\dimen290
|
||||
\adjbox@pwidth=\dimen291
|
||||
\adjbox@pheight=\dimen292
|
||||
\adjbox@pdepth=\dimen293
|
||||
\adjbox@ptotalheight=\dimen294
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty
|
||||
Package: ifoddpage 2022/10/18 v1.2 Conditionals for odd/even page detection
|
||||
\c@checkoddpage=\count332
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/varwidth/varwidth.sty
|
||||
Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages
|
||||
\@vwid@box=\box89
|
||||
\sift@deathcycles=\count333
|
||||
\@vwid@loff=\dimen295
|
||||
\@vwid@roff=\dimen296
|
||||
))
|
||||
\gincltex@box=\box90
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/filemod/filemod-expmin.sty
|
||||
Package: filemod-expmin 2011/09/19 v1.2 Get and compare file modification times (expandable; minimal)
|
||||
)) (/usr/local/texlive/2025/texmf-dist/tex/latex/booktabs/booktabs.sty
|
||||
Package: booktabs 2020/01/12 v1.61803398 Publication quality tables
|
||||
\heavyrulewidth=\dimen297
|
||||
\lightrulewidth=\dimen298
|
||||
\cmidrulewidth=\dimen299
|
||||
\belowrulesep=\dimen300
|
||||
\belowbottomsep=\dimen301
|
||||
\aboverulesep=\dimen302
|
||||
\abovetopsep=\dimen303
|
||||
\cmidrulesep=\dimen304
|
||||
\cmidrulekern=\dimen305
|
||||
\defaultaddspace=\dimen306
|
||||
\@cmidla=\count334
|
||||
\@cmidlb=\count335
|
||||
\@aboverulesep=\dimen307
|
||||
\@belowrulesep=\dimen308
|
||||
\@thisruleclass=\count336
|
||||
\@lastruleclass=\count337
|
||||
\@thisrulewidth=\dimen309
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/tools/tabularx.sty
|
||||
Package: tabularx 2023/12/11 v2.12a `tabularx' package (DPC)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/tools/array.sty
|
||||
Package: array 2024/10/17 v2.6g Tabular extension package (FMi)
|
||||
\col@sep=\dimen310
|
||||
\ar@mcellbox=\box91
|
||||
\extrarowheight=\dimen311
|
||||
\NC@list=\toks43
|
||||
\extratabsurround=\skip58
|
||||
\backup@length=\skip59
|
||||
\ar@cellbox=\box92
|
||||
)
|
||||
\TX@col@width=\dimen312
|
||||
\TX@old@table=\dimen313
|
||||
\TX@old@col=\dimen314
|
||||
\TX@target=\dimen315
|
||||
\TX@delta=\dimen316
|
||||
\TX@cols=\count338
|
||||
\TX@ftn=\toks44
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/makecell/makecell.sty
|
||||
Package: makecell 2009/08/03 V0.1e Managing of Tab Column Heads and Cells
|
||||
\rotheadsize=\dimen317
|
||||
\c@nlinenum=\count339
|
||||
\TeXr@lab=\toks45
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/tools/dcolumn.sty
|
||||
Package: dcolumn 2023/07/08 v1.06 decimal alignment package (DPC)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/multirow/multirow.sty
|
||||
Package: multirow 2024/11/12 v2.9 Span multiple rows of a table
|
||||
\multirow@colwidth=\skip60
|
||||
\multirow@cntb=\count340
|
||||
\multirow@dima=\skip61
|
||||
\bigstrutjot=\dimen318
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/graphics/lscape.sty
|
||||
Package: lscape 2020/05/28 v3.02 Landscape Pages (DPC)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
Package: amsmath 2024/11/05 v2.17t AMS math features
|
||||
\@mathmargin=\skip62
|
||||
|
||||
For additional information on amsmath, use the `?' option.
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
Package: amstext 2021/08/26 v2.01 AMS text
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
|
||||
\pmbraise@=\dimen319
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
Package: amsopn 2022/04/08 v2.04 operator names
|
||||
)
|
||||
\inf@bad=\count341
|
||||
LaTeX Info: Redefining \frac on input line 233.
|
||||
\uproot@=\count342
|
||||
\leftroot@=\count343
|
||||
LaTeX Info: Redefining \overline on input line 398.
|
||||
LaTeX Info: Redefining \colon on input line 409.
|
||||
\classnum@=\count344
|
||||
\DOTSCASE@=\count345
|
||||
LaTeX Info: Redefining \ldots on input line 495.
|
||||
LaTeX Info: Redefining \dots on input line 498.
|
||||
LaTeX Info: Redefining \cdots on input line 619.
|
||||
\Mathstrutbox@=\box93
|
||||
\strutbox@=\box94
|
||||
LaTeX Info: Redefining \big on input line 721.
|
||||
LaTeX Info: Redefining \Big on input line 722.
|
||||
LaTeX Info: Redefining \bigg on input line 723.
|
||||
LaTeX Info: Redefining \Bigg on input line 724.
|
||||
\big@size=\dimen320
|
||||
LaTeX Font Info: Redeclaring font encoding OML on input line 742.
|
||||
LaTeX Font Info: Redeclaring font encoding OMS on input line 743.
|
||||
\macc@depth=\count346
|
||||
LaTeX Info: Redefining \bmod on input line 904.
|
||||
LaTeX Info: Redefining \pmod on input line 909.
|
||||
LaTeX Info: Redefining \smash on input line 939.
|
||||
LaTeX Info: Redefining \relbar on input line 969.
|
||||
LaTeX Info: Redefining \Relbar on input line 970.
|
||||
\c@MaxMatrixCols=\count347
|
||||
\dotsspace@=\muskip18
|
||||
\c@parentequation=\count348
|
||||
\dspbrk@lvl=\count349
|
||||
\tag@help=\toks46
|
||||
\row@=\count350
|
||||
\column@=\count351
|
||||
\maxfields@=\count352
|
||||
\andhelp@=\toks47
|
||||
\eqnshift@=\dimen321
|
||||
\alignsep@=\dimen322
|
||||
\tagshift@=\dimen323
|
||||
\tagwidth@=\dimen324
|
||||
\totwidth@=\dimen325
|
||||
\lineht@=\dimen326
|
||||
\@envbody=\toks48
|
||||
\multlinegap=\skip63
|
||||
\multlinetaggap=\skip64
|
||||
\mathdisplay@stack=\toks49
|
||||
LaTeX Info: Redefining \[ on input line 2953.
|
||||
LaTeX Info: Redefining \] on input line 2954.
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/amssymb.sty
|
||||
Package: amssymb 2013/01/14 v3.01 AMS font symbols
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
|
||||
\symAMSa=\mathgroup6
|
||||
\symAMSb=\mathgroup7
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
|
||||
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
|
||||
)) (/usr/local/texlive/2025/texmf-dist/tex/latex/jknapltx/mathrsfs.sty
|
||||
Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk)
|
||||
\symrsfs=\mathgroup8
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/enumitem/enumitem.sty
|
||||
Package: enumitem 2025/02/06 v3.11 Customized lists
|
||||
\labelindent=\skip65
|
||||
\enit@outerparindent=\dimen327
|
||||
\enit@toks=\toks50
|
||||
\enit@inbox=\box95
|
||||
\enit@count@id=\count353
|
||||
\enitdp@description=\count354
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/listings/listings.sty
|
||||
\lst@mode=\count355
|
||||
\lst@gtempboxa=\box96
|
||||
\lst@token=\toks51
|
||||
\lst@length=\count356
|
||||
\lst@currlwidth=\dimen328
|
||||
\lst@column=\count357
|
||||
\lst@pos=\count358
|
||||
\lst@lostspace=\dimen329
|
||||
\lst@width=\dimen330
|
||||
\lst@newlines=\count359
|
||||
\lst@lineno=\count360
|
||||
\lst@maxwidth=\dimen331
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/listings/lstpatch.sty
|
||||
File: lstpatch.sty 2024/09/23 1.10c (Carsten Heinz)
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
File: lstmisc.sty 2024/09/23 1.10c (Carsten Heinz)
|
||||
\c@lstnumber=\count361
|
||||
\lst@skipnumbers=\count362
|
||||
\lst@framebox=\box97
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/listings/listings.cfg
|
||||
File: listings.cfg 2024/09/23 1.10c listings configuration
|
||||
))
|
||||
Package: listings 2024/09/23 1.10c (Carsten Heinz)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/pgfgantt/pgfgantt.sty
|
||||
Package: pgfgantt 2024/06/19 v5.0a Draw Gantt diagrams with TikZ
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex
|
||||
File: tikzlibrarybackgrounds.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgf@layerbox@background=\box98
|
||||
\pgf@layerboxsaved@background=\box99
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex
|
||||
File: tikzlibrarypatterns.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex
|
||||
File: pgflibrarypatterns.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
)) (/usr/local/texlive/2025/texmf-dist/tex/latex/pgf/utilities/pgfcalendar.sty (/usr/local/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgfcalendar.code.tex
|
||||
File: pgfcalendar.code.tex 2023-01-15 v3.1.10 (3.1.10)
|
||||
\pgfcalendarcurrentjulian=\count363
|
||||
\pgf@cal@easter@Y=\count364
|
||||
\pgf@cal@easter@G=\count365
|
||||
\pgf@cal@easter@C=\count366
|
||||
\pgf@cal@easter@X=\count367
|
||||
\pgf@cal@easter@Z=\count368
|
||||
\pgf@cal@easter@D=\count369
|
||||
\pgf@cal@easter@E=\count370
|
||||
\pgf@cal@easter@N=\count371
|
||||
\pgf@cal@easter@M=\count372
|
||||
\pgf@cal@easter@julianday=\count373
|
||||
))
|
||||
\gtt@currentline=\count374
|
||||
\gtt@lasttitleline=\count375
|
||||
\gtt@currgrid=\count376
|
||||
\gtt@chartwidth=\count377
|
||||
\gtt@lasttitleslot=\count378
|
||||
\gtt@elementid=\count379
|
||||
\gtt@today@slot=\count380
|
||||
\gtt@startjulian=\count381
|
||||
\gtt@endjulian=\count382
|
||||
\gtt@chartid=\count383
|
||||
\gtt@vrule@slot=\count384
|
||||
\gtt@calendar@slots=\count385
|
||||
\gtt@calendar@weeknumber=\count386
|
||||
\gtt@calendar@startofweek=\count387
|
||||
\gtt@left@slot=\count388
|
||||
\gtt@right@slot=\count389
|
||||
)
|
||||
\figurewidth=\skip66
|
||||
\figureheight=\skip67
|
||||
\c@task=\count390
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/colortbl/colortbl.sty
|
||||
Package: colortbl 2024/07/06 v1.0i Color table columns (DPC)
|
||||
\everycr=\toks52
|
||||
\minrowclearance=\skip68
|
||||
\rownum=\count391
|
||||
)
|
||||
LaTeX Font Info: Trying to load font information for OT1+ptm on input line 10.
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/ot1ptm.fd
|
||||
File: ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
||||
File: l3backend-pdftex.def 2024-05-08 L3 backend support: PDF output (pdfTeX)
|
||||
\l__color_backend_stack_int=\count392
|
||||
\l__pdf_internal_box=\box100
|
||||
) (./main.aux)
|
||||
\openout1 = `main.aux'.
|
||||
|
||||
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 10.
|
||||
LaTeX Font Info: ... okay on input line 10.
|
||||
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 10.
|
||||
LaTeX Font Info: ... okay on input line 10.
|
||||
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 10.
|
||||
LaTeX Font Info: ... okay on input line 10.
|
||||
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 10.
|
||||
LaTeX Font Info: ... okay on input line 10.
|
||||
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 10.
|
||||
LaTeX Font Info: ... okay on input line 10.
|
||||
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 10.
|
||||
LaTeX Font Info: ... okay on input line 10.
|
||||
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 10.
|
||||
LaTeX Font Info: ... okay on input line 10.
|
||||
|
||||
*geometry* driver: auto-detecting
|
||||
*geometry* detected driver: pdftex
|
||||
*geometry* verbose mode - [ preamble ] result:
|
||||
* driver: pdftex
|
||||
* paper: <default>
|
||||
* layout: <same size as paper>
|
||||
* layoutoffset:(h,v)=(0.0pt,0.0pt)
|
||||
* modes:
|
||||
* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt)
|
||||
* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt)
|
||||
* \paperwidth=614.295pt
|
||||
* \paperheight=794.96999pt
|
||||
* \textwidth=469.75502pt
|
||||
* \textheight=650.43001pt
|
||||
* \oddsidemargin=0.0pt
|
||||
* \evensidemargin=0.0pt
|
||||
* \topmargin=-37.0pt
|
||||
* \headheight=12.0pt
|
||||
* \headsep=25.0pt
|
||||
* \topskip=12.0pt
|
||||
* \footskip=30.0pt
|
||||
* \marginparwidth=44.0pt
|
||||
* \marginparsep=10.0pt
|
||||
* \columnsep=10.0pt
|
||||
* \skip\footins=10.8pt plus 4.0pt minus 2.0pt
|
||||
* \hoffset=0.0pt
|
||||
* \voffset=0.0pt
|
||||
* \mag=1000
|
||||
* \@twocolumnfalse
|
||||
* \@twosidefalse
|
||||
* \@mparswitchfalse
|
||||
* \@reversemarginfalse
|
||||
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
|
||||
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/fmtcount/fc-english.def
|
||||
File: fc-english.def 2016/01/12
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
[Loading MPS to PDF converter (version 2006.09.02).]
|
||||
\scratchcounter=\count393
|
||||
\scratchdimen=\dimen332
|
||||
\scratchbox=\box101
|
||||
\nofMPsegments=\count394
|
||||
\nofMParguments=\count395
|
||||
\everyMPshowfont=\toks53
|
||||
\MPscratchCnt=\count396
|
||||
\MPscratchDim=\dimen333
|
||||
\MPnumerator=\count397
|
||||
\makeMPintoPDFobject=\count398
|
||||
\everyMPtoPDFconversion=\toks54
|
||||
) (/usr/local/texlive/2025/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
|
||||
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 485.
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
|
||||
)) (/usr/local/texlive/2025/texmf-dist/tex/latex/pdflscape/pdflscape.sty
|
||||
Package: pdflscape 2022-10-27 v0.13 Display of landscape pages in PDF
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/pdflscape/pdflscape-nometadata.sty
|
||||
Package: pdflscape-nometadata 2022-10-28 v0.13 Display of landscape pages in PDF (HO)
|
||||
Package pdflscape Info: Auto-detected driver: pdftex on input line 81.
|
||||
))
|
||||
\c@lstlisting=\count399
|
||||
LaTeX Font Info: Trying to load font information for OT1+ztmcm on input line 13.
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/ot1ztmcm.fd
|
||||
File: ot1ztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OT1/ztmcm.
|
||||
)
|
||||
LaTeX Font Info: Trying to load font information for OML+ztmcm on input line 13.
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/omlztmcm.fd
|
||||
File: omlztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OML/ztmcm.
|
||||
)
|
||||
LaTeX Font Info: Trying to load font information for OMS+ztmcm on input line 13.
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/omsztmcm.fd
|
||||
File: omsztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMS/ztmcm.
|
||||
)
|
||||
LaTeX Font Info: Trying to load font information for OMX+ztmcm on input line 13.
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/omxztmcm.fd
|
||||
File: omxztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMX/ztmcm.
|
||||
)
|
||||
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <14.4> not available
|
||||
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 13.
|
||||
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <10.95> not available
|
||||
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 13.
|
||||
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <8> not available
|
||||
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 13.
|
||||
LaTeX Font Info: Trying to load font information for U+rsfs on input line 13.
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/jknapltx/ursfs.fd
|
||||
File: ursfs.fd 1998/03/24 rsfs font definition file (jk)
|
||||
)
|
||||
|
||||
[1
|
||||
|
||||
{/usr/local/texlive/2025/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{/usr/local/texlive/2025/texmf-dist/fonts/enc/dvips/base/8r.enc}] (./1-goals-and-outcomes/research_statement_v1.tex)
|
||||
|
||||
[1] (./main.toc
|
||||
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <12> not available
|
||||
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 4.
|
||||
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <9> not available
|
||||
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 4.
|
||||
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <7> not available
|
||||
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 4.
|
||||
)
|
||||
\tf@toc=\write4
|
||||
\openout4 = `main.toc'.
|
||||
|
||||
|
||||
|
||||
[2] (./1-goals-and-outcomes/v1.tex
|
||||
|
||||
[1])
|
||||
|
||||
[2] (./2-state-of-the-art/v2.tex
|
||||
|
||||
[3]
|
||||
|
||||
[4]
|
||||
|
||||
[5])
|
||||
|
||||
[6] (./3-research-approach/v3.tex
|
||||
|
||||
LaTeX Warning: Citation `HANDBOOK ON HYBRID SYSTEMS' on page 7 undefined on input line 50.
|
||||
|
||||
LaTeX Font Info: Trying to load font information for TS1+ptm on input line 60.
|
||||
(/usr/local/texlive/2025/texmf-dist/tex/latex/psnfss/ts1ptm.fd
|
||||
File: ts1ptm.fd 2001/06/04 font definitions for TS1/ptm.
|
||||
)
|
||||
|
||||
[7]
|
||||
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <6> not available
|
||||
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 103.
|
||||
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <5> not available
|
||||
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 109.
|
||||
|
||||
|
||||
[8]
|
||||
|
||||
[9]
|
||||
|
||||
[10]
|
||||
|
||||
[11]
|
||||
|
||||
[12]
|
||||
|
||||
[13]
|
||||
|
||||
[14])
|
||||
|
||||
[15] (./4-metrics-of-success/v1.tex
|
||||
|
||||
[16])
|
||||
|
||||
[17] (./5-risks-and-contingencies/v1.tex
|
||||
|
||||
[18]
|
||||
|
||||
[19])
|
||||
|
||||
[20] (./6-broader-impacts/v1.tex)
|
||||
|
||||
[21]
|
||||
|
||||
[22] (./8-schedule/v1.tex
|
||||
Missing character: There is no , in font nullfont!
|
||||
) (./main.bbl
|
||||
|
||||
[23]
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 32--33
|
||||
\OT1/cmtt/m/n/12 nuclear . org / information -[] library / safety -[] and -[] security / safety -[] of -[]
|
||||
[]
|
||||
|
||||
|
||||
|
||||
[24])
|
||||
|
||||
[25] (./main.aux)
|
||||
***********
|
||||
LaTeX2e <2024-11-01> patch level 2
|
||||
L3 programming layer <2025-01-18>
|
||||
***********
|
||||
|
||||
|
||||
LaTeX Warning: There were undefined references.
|
||||
|
||||
)
|
||||
Here is how much of TeX's memory you used:
|
||||
26266 strings out of 473190
|
||||
547137 string characters out of 5715801
|
||||
963979 words of memory out of 5000000
|
||||
48906 multiletter control sequences out of 15000+600000
|
||||
614280 words of font info for 155 fonts, out of 8000000 for 9000
|
||||
1141 hyphenation exceptions out of 8191
|
||||
110i,9n,107p,1062b,965s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
||||
</usr/local/texlive/2025/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/local/texlive/2025/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/local/texlive/2025/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/local/texlive/2025/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb></usr/local/texlive/2025/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb></usr/local/texlive/2025/texmf-dist/fonts/type1/public/rsfs/rsfs10.pfb></usr/local/texlive/2025/texmf-dist/fonts/type1/urw/symbol/usyr.pfb></usr/local/texlive/2025/texmf-dist/fonts/type1/urw/symbol/usyr.pfb></usr/local/texlive/2025/texmf-dist/fonts/type1/urw/times/utmb8a.pfb></usr/local/texlive/2025/texmf-dist/fonts/type1/urw/times/utmbi8a.pfb></usr/local/texlive/2025/texmf-dist/fonts/type1/urw/times/utmr8a.pfb></usr/local/texlive/2025/texmf-dist/fonts/type1/urw/times/utmri8a.pfb>
|
||||
Output written on main.pdf (28 pages, 190643 bytes).
|
||||
PDF statistics:
|
||||
183 PDF objects out of 1000 (max. 8388607)
|
||||
111 compressed objects within 2 object streams
|
||||
0 named destinations out of 1000 (max. 500000)
|
||||
109 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
|
||||
|
||||
BIN
main.synctex.gz
BIN
main.synctex.gz
Binary file not shown.
4
main.toc
4
main.toc
@ -8,12 +8,12 @@
|
||||
\contentsline {subsubsection}{\numberline {2.3.2}Sequent Calculus and Differential Dynamic Logic}{5}{}%
|
||||
\contentsline {section}{\numberline {3}Research Approach}{7}{}%
|
||||
\contentsline {subsection}{\numberline {3.1}System Requirements and Specifications}{8}{}%
|
||||
\contentsline {subsection}{\numberline {3.2}Discrete Controller Synthesis}{11}{}%
|
||||
\contentsline {subsection}{\numberline {3.2}Discrete Controller Synthesis}{10}{}%
|
||||
\contentsline {subsection}{\numberline {3.3}Continuous Controllers}{11}{}%
|
||||
\contentsline {subsubsection}{\numberline {3.3.1}Transitory Modes}{12}{}%
|
||||
\contentsline {subsubsection}{\numberline {3.3.2}Stabilizing Modes}{13}{}%
|
||||
\contentsline {subsubsection}{\numberline {3.3.3}Expulsory Modes}{14}{}%
|
||||
\contentsline {subsection}{\numberline {3.4}Industrial Implementation}{15}{}%
|
||||
\contentsline {subsection}{\numberline {3.4}Industrial Implementation}{14}{}%
|
||||
\contentsline {section}{\numberline {4}Metrics for Success}{16}{}%
|
||||
\contentsline {paragraph}{TRL 3 \textit {Critical Function and Proof of Concept}}{16}{}%
|
||||
\contentsline {paragraph}{TRL 4 \textit {Laboratory Testing of Integrated Components}}{16}{}%
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user