diff --git a/_extensions/pat-alt/juliacon-proceedings/_extension.yml b/_extensions/pat-alt/juliacon-proceedings/_extension.yml new file mode 100644 index 00000000..8eb9e543 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/_extension.yml @@ -0,0 +1,38 @@ +title: Juliacon-proceedings +author: pat-alt +version: 1.0.0 +quarto-required: ">=1.3" +contributes: + formats: + common: + toc: false + number-sections: true + filters: + - juliacon-proceedings.lua + code-line-numbers: true + linestretch: 1 + link-citations: true + pdf: + include-in-header: header.tex + template-partials: + - "partials/title.tex" + - "partials/_authors.tex" + - "partials/_affiliations.tex" + - "partials/before-body.tex" + - "partials/doc-class.tex" + format-resources: + - juliacon.cls + - journal_dat.tex + - jlcode.sty + - logojuliacon.pdf + - juliacon.bst + # Content to add in header that your format is using + header-includes: | + \usepackage{orcidlink} + \definecolor{mypink}{RGB}{219, 48, 122} + pdf-engine: latexmk + fontfamily: tgtermes + cite-method: biblatex + html: + css: styles.css + diff --git a/_extensions/pat-alt/juliacon-proceedings/header.tex b/_extensions/pat-alt/juliacon-proceedings/header.tex new file mode 100644 index 00000000..e810c891 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/header.tex @@ -0,0 +1,34 @@ +% Keywords command +\providecommand{\JCONkeywords}[1] +{ + \small + \section*{Keywords} #1 +} + +% Two-column table +% Lifted from https://github.com/quarto-journals/elsevier/blob/main/_extensions/elsevier/partials/_two-column-longtable.tex. +\usepackage{float} +\makeatletter +\let\oldlt\longtable +\let\endoldlt\endlongtable +\def\longtable{\@ifnextchar[\longtable@i \longtable@ii} +\def\longtable@i[#1]{\begin{figure}[H] +\onecolumn +\begin{minipage}{0.5\textwidth} +\oldlt[#1] +} +\def\longtable@ii{\begin{figure}[H] +\onecolumn +\begin{minipage}{0.5\textwidth} +\oldlt +} +\def\endlongtable{\endoldlt +\end{minipage} +\twocolumn +\end{figure}} +\makeatother + +% Remove whitespace after paragraphs +\setlength{\parskip}{0pt} + +\bibliographystyle{juliacon} \ No newline at end of file diff --git a/_extensions/pat-alt/juliacon-proceedings/jlcode.sty b/_extensions/pat-alt/juliacon-proceedings/jlcode.sty new file mode 100644 index 00000000..affd6a33 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/jlcode.sty @@ -0,0 +1,420 @@ +%% +%% Julia definition (c) 2018 by wg030 +%% +%% +%% +% keywords, literals and built-ins from: +% https://github.com/isagalaev/highlight.js/blob/master/src/languages/julia.js +% colors from: +% https://docs.julialang.org/en/stable/assets/highlightjs/default.css +% https://docs.julialang.org/en/stable/assets/documenter.css +% special unicode characters from: +% https://docs.julialang.org/en/stable/manual/unicode-input/ + + + + + +% defining the jlcode package +\def\fileversion{2.1} +\def\filedate{2018/03/06} + +\typeout{-- Package: `jlcode' \fileversion\space <\filedate> --} +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{jlcode}[\filedate\space\fileversion] + + + + + +% loading required packages +\RequirePackage{listings} +\RequirePackage{xcolor} % for coloring +\RequirePackage{textcomp} % for upright single quotes +\RequirePackage{amssymb} % for the ϰ symbol +\RequirePackage{eurosym} % for the € symbol +\PassOptionsToPackage{T1}{fontenc} +\RequirePackage{fontenc} % for the « and » symbols +\RequirePackage{calc} % for the creation of the code box + + + + + +% julia language definition +\lstdefinelanguage{julia} +{% +% +% julia's keywords: +% +morekeywords=[1] +{% +in,isa,where,baremodule,begin,break,catch,ccall,const,continue,do,else,elseif,% +end,export,finally,for,function,global,if,import,importall,let,local,macro,% +module,quote,return,try,using,while,struct,mutable,primitive,% +% legacy, to be deprecated in the next release +type,immutable,abstract,bitstype,typealias% +},% +% +% julia's literals: +% +morekeywords=[2] +{% +true,false,ARGS,C_NULL,DevNull,ENDIAN_BOM,ENV,I,Inf,Inf16,Inf32,Inf64,% +InsertionSort,JULIA_HOME,LOAD_PATH,MergeSort,NaN,NaN16,NaN32,NaN64,% +PROGRAM_FILE,QuickSort,RoundDown,RoundFromZero,RoundNearest,% +RoundNearestTiesAway,RoundNearestTiesUp,RoundToZero,RoundUp,STDERR,STDIN,% +STDOUT,VERSION,catalan,e,eu,eulergamma,golden,im,nothing,pi,γ,π,φ% +},% +% +% julia's built-ins: +% +morekeywords=[3] +{% +ANY,AbstractArray,AbstractChannel,AbstractFloat,AbstractMatrix,AbstractRNG,% +AbstractSerializer,AbstractSet,AbstractSparseArray,AbstractSparseMatrix,% +AbstractSparseVector,AbstractString,AbstractUnitRange,AbstractVecOrMat,% +AbstractVector,Any,ArgumentError,Array,AssertionError,Associative,% +Base64DecodePipe,Base64EncodePipe,Bidiagonal,BigFloat,BigInt,BitArray,% +BitMatrix,BitVector,Bool,BoundsError,BufferStream,CachingPool,% +CapturedException,CartesianIndex,CartesianRange,Cchar,Cdouble,Cfloat,Channel,% +Char,Cint,Cintmax_t,Clong,Clonglong,ClusterManager,Cmd,CodeInfo,Colon,Complex,% +Complex128,Complex32,Complex64,CompositeException,Condition,ConjArray,% +ConjMatrix,ConjVector,Cptrdiff_t,Cshort,Csize_t,Cssize_t,Cstring,Cuchar,Cuint,% +Cuintmax_t,Culong,Culonglong,Cushort,Cwchar_t,Cwstring,DataType,Date,% +DateFormat,DateTime,DenseArray,DenseMatrix,DenseVecOrMat,DenseVector,Diagonal,% +Dict,DimensionMismatch,Dims,DirectIndexString,Display,DivideError,DomainError,% +EOFError,EachLine,Enum,Enumerate,ErrorException,Exception,ExponentialBackOff,% +Expr,Factorization,FileMonitor,Float16,Float32,Float64,Function,Future,% +GlobalRef,GotoNode,HTML,Hermitian,IO,IOBuffer,IOContext,IOStream,IPAddr,IPv4,% +IPv6,IndexCartesian,IndexLinear,IndexStyle,InexactError,InitError,Int,Int128,% +Int16,Int32,Int64,Int8,IntSet,Integer,InterruptException,InvalidStateException,% +Irrational,KeyError,LabelNode,LinSpace,LineNumberNode,LoadError,% +LowerTriangular,MIME,Matrix,MersenneTwister,Method,MethodError,MethodTable,% +Module,NTuple,NewvarNode,NullException,Nullable,Number,ObjectIdDict,% +OrdinalRange,OutOfMemoryError,OverflowError,Pair,ParseError,PartialQuickSort,% +PermutedDimsArray,Pipe,PollingFileWatcher,ProcessExitedException,Ptr,QuoteNode,% +RandomDevice,Range,RangeIndex,Rational,RawFD,ReadOnlyMemoryError,Real,% +ReentrantLock,Ref,Regex,RegexMatch,RemoteChannel,RemoteException,RevString,% +RoundingMode,RowVector,SSAValue,SegmentationFault,SerializationState,Set,% +SharedArray,SharedMatrix,SharedVector,Signed,SimpleVector,Slot,SlotNumber,% +SparseMatrixCSC,SparseVector,StackFrame,StackOverflowError,StackTrace,% +StepRange,StepRangeLen,StridedArray,StridedMatrix,StridedVecOrMat,% +StridedVector,String,SubArray,SubString,SymTridiagonal,Symbol,Symmetric,% +SystemError,TCPSocket,Task,Text,TextDisplay,Timer,Tridiagonal,Tuple,Type,% +TypeError,TypeMapEntry,TypeMapLevel,TypeName,TypeVar,TypedSlot,UDPSocket,UInt,% +UInt128,UInt16,UInt32,UInt64,UInt8,UndefRefError,UndefVarError,UnicodeError,% +UniformScaling,Union,UnionAll,UnitRange,Unsigned,UpperTriangular,Val,Vararg,% +VecElement,VecOrMat,Vector,VersionNumber,Void,WeakKeyDict,WeakRef,WorkerConfig,% +WorkerPool% +},% +% +% +sensitive=true,% +% +alsoother={$},%$ +% +morecomment=[l]{\#},% +morecomment=[n]{\#=}{=\#},% +% +morestring=[b]{"},% +morestring=[m]{'},% +morestring=[s]{"""}{"""},% +morestring=[s]{r"}{"},% +morestring=[s]{b"}{"},% +morestring=[s]{v"}{"},% +morestring=[s]{raw"}{"},% +morestring=[s]{L"}{"},% +% +}[keywords,comments,strings] + + +% defining the colors for +\definecolor{jlbase}{rgb}{.28,.28,.28} % julia's base color +\definecolor{jlkeyword}{rgb}{0.4, 0.0, 0.3} % julia's keywords +\definecolor{jlliteral}{HTML}{78A960} % julia's literals +\definecolor{jlbuiltin}{HTML}{397300} % julia's built-ins +\definecolor{jlcomment}{HTML}{888888} % julia's comments +\definecolor{jlstring}{HTML}{880000} % julia's strings +\definecolor{jlbackground}{HTML}{F5F5F5} % the background of the code block +\definecolor{jlrule}{HTML}{DDDDDD} % the rule of the code block + + +% defining the ucc and the ucclit command +% for literating special unicode characters +\newcommand{\ucc}[1]{% +\ifnum\lst@mode=\lst@Pmode\relax% +{\color{jlbase}#1}% +\else% +#1% +\fi% +} + +\newcommand{\ucclit}[1]{% +\ifnum\lst@mode=\lst@Pmode\relax% +{\color{jlliteral}#1}% +\else% +#1% +\fi% +} + + +% defining a new opliterate key +\def\lst@OpLiteratekey#1\@nil@{\let\lst@ifxopliterate\lst@if + \def\lst@opliterate{#1}} +\lst@Key{opliterate}{}{\@ifstar{\lst@true \lst@OpLiteratekey} + {\lst@false\lst@OpLiteratekey}#1\@nil@} +\lst@AddToHook{SelectCharTable} + {\ifx\lst@opliterate\@empty\else + \expandafter\lst@OpLiterate\lst@opliterate{}\relax\z@ + \fi} +\def\lst@OpLiterate#1#2#3{% + \ifx\relax#2\@empty\else + \lst@CArgX #1\relax\lst@CDef + {} + {\let\lst@next\@empty + \lst@ifxopliterate + \lst@ifmode \let\lst@next\lst@CArgEmpty \fi + \fi + \ifx\lst@next\@empty + \ifx\lst@OutputBox\@gobble\else + \lst@XPrintToken \let\lst@scanmode\lst@scan@m + \lst@token{#2}\lst@length#3\relax + \lst@XPrintToken + \fi + \let\lst@next\lst@CArgEmptyGobble + \fi + \lst@next}% + \@empty + \expandafter\lst@OpLiterate + \fi} + + +% defining the \addlitjlbase and \addlitjlstring commands, +% which help a user to fix some of the known managable issues +\def\addToLiterate#1{% +\protected@edef\lst@literate{% +\unexpanded\expandafter{\lst@literate}\unexpanded{#1}}} +\lst@Key{expandliterate}{}{\addToLiterate{#1}} +\newcommand{\addlitjlbase}[3]{% +\lstset{expandliterate={#1}{{{\color{jlbase}#2}}}{#3}}} +\newcommand{\addlitjlstring}[3]{% +\lstset{expandliterate={#1}{{{\color{jlstring}#2}}}{#3}}} + + + + + +% defining the styles for +\lstset{keywordstyle={[1]\color{jlkeyword}\bfseries}} % julia's keywords +\lstset{keywordstyle={[2]\color{jlliteral}}} % julia's literals +\lstset{keywordstyle={[3]\color{jlbuiltin}}} % julia's built-ins +\lstset{commentstyle={\color{jlcomment}}} % julia's comments +\lstset{stringstyle={\color{jlstring}}} % julia's strings +\lstset{identifierstyle={\color{jlbase}}} % julia's identifiers + + +\lstset{opliterate=* +% +% julia's operators +% +{\\}{{{\color{jlbase}\lstum@backslash}}}{1} {\{}{{{\color{jlbase}\{}}}{1} +{\}}{{{\color{jlbase}\}}}}{1} {!}{{{\color{jlbase}!}}}{1} +{\%}{{{\color{jlbase}\%}}}{1} {&}{{{\color{jlbase}\&}}}{1} +{(}{{{\color{jlbase}(}}}{1} {)}{{{\color{jlbase})}}}{1} +{*}{{{\color{jlbase}*}}}{1} {+}{{{\color{jlbase}+}}}{1} +{,}{{{\color{jlbase},}}}{1} {-}{{{\color{jlbase}-}}}{1} +{.}{{{\color{jlbase}.}}}{1} {/}{{{\color{jlbase}/}}}{1} +{:}{{{\color{jlbase}:}}}{1} {;}{{{\color{jlbase};}}}{1} +{<}{{{\color{jlbase}<}}}{1} {=}{{{\color{jlbase}=}}}{1} +{>}{{{\color{jlbase}>}}}{1} {?}{{{\color{jlbase}?}}}{1} +{[}{{{\color{jlbase}[}}}{1} {]}{{{\color{jlbase}]}}}{1} +{^}{{{\color{jlbase}\^{}}}}{1} {|}{{{\color{jlbase}|}}}{1} +{~}{{{\color{jlbase}\textasciitilde{}}}}{1} +% +% julia's numbers +% +{.0}{{{\color{jlstring}.0}}}{2} {.1}{{{\color{jlstring}.1}}}{2} +{.2}{{{\color{jlstring}.2}}}{2} {.3}{{{\color{jlstring}.3}}}{2} +{.4}{{{\color{jlstring}.4}}}{2} {.5}{{{\color{jlstring}.5}}}{2} +{.6}{{{\color{jlstring}.6}}}{2} {.7}{{{\color{jlstring}.7}}}{2} +{.8}{{{\color{jlstring}.8}}}{2} {.9}{{{\color{jlstring}.9}}}{2} +% +{e+0}{{{\color{jlstring}e+0}}}{3} {e+1}{{{\color{jlstring}e+1}}}{3} +{e+2}{{{\color{jlstring}e+2}}}{3} {e+3}{{{\color{jlstring}e+3}}}{3} +{e+4}{{{\color{jlstring}e+4}}}{3} {e+5}{{{\color{jlstring}e+5}}}{3} +{e+6}{{{\color{jlstring}e+6}}}{3} {e+7}{{{\color{jlstring}e+7}}}{3} +{e+8}{{{\color{jlstring}e+8}}}{3} {e+9}{{{\color{jlstring}e+9}}}{3} +% +{0E+}{{{\color{jlstring}0E+}}}{3} {1E+}{{{\color{jlstring}1E+}}}{3} +{2E+}{{{\color{jlstring}2E+}}}{3} {3E+}{{{\color{jlstring}3E+}}}{3} +{4E+}{{{\color{jlstring}4E+}}}{3} {5E+}{{{\color{jlstring}5E+}}}{3} +{6E+}{{{\color{jlstring}6E+}}}{3} {7E+}{{{\color{jlstring}7E+}}}{3} +{8E+}{{{\color{jlstring}8E+}}}{3} {9E+}{{{\color{jlstring}9E+}}}{3} +% +{e-0}{{{\color{jlstring}e-0}}}{3} {e-1}{{{\color{jlstring}e-1}}}{3} +{e-2}{{{\color{jlstring}e-2}}}{3} {e-3}{{{\color{jlstring}e-3}}}{3} +{e-4}{{{\color{jlstring}e-4}}}{3} {e-5}{{{\color{jlstring}e-5}}}{3} +{e-6}{{{\color{jlstring}e-6}}}{3} {e-7}{{{\color{jlstring}e-7}}}{3} +{e-8}{{{\color{jlstring}e-8}}}{3} {e-9}{{{\color{jlstring}e-9}}}{3} +% +{0E-}{{{\color{jlstring}0E-}}}{3} {1E-}{{{\color{jlstring}1E-}}}{3} +{2E-}{{{\color{jlstring}2E-}}}{3} {3E-}{{{\color{jlstring}3E-}}}{3} +{4E-}{{{\color{jlstring}4E-}}}{3} {5E-}{{{\color{jlstring}5E-}}}{3} +{6E-}{{{\color{jlstring}6E-}}}{3} {7E-}{{{\color{jlstring}7E-}}}{3} +{8E-}{{{\color{jlstring}8E-}}}{3} {9E-}{{{\color{jlstring}9E-}}}{3} +} + + +% special unicode characters +%\lstset{inputencoding=utf8} +%\DeclareUnicodeCharacter{0391}{A} +\lstset{extendedchars=true} +\lstset{literate= +% +% characters that appear in latin languages +% +{á}{{\'a}}{1} {é}{{\'e}}{1} {í}{{\'i}}{1} {ó}{{\'o}}{1} {ú}{{\'u}}{1} +{Á}{{\'A}}{1} {É}{{\'E}}{1} {Í}{{\'I}}{1} {Ó}{{\'O}}{1} {Ú}{{\'U}}{1} +{à}{{\`a}}{1} {è}{{\`e}}{1} {ì}{{\`i}}{1} {ò}{{\`o}}{1} {ù}{{\`u}}{1} +{À}{{\`A}}{1} {È}{{\'E}}{1} {Ì}{{\`I}}{1} {Ò}{{\`O}}{1} {Ù}{{\`U}}{1} +{ä}{{\"a}}{1} {ë}{{\"e}}{1} {ï}{{\"i}}{1} {ö}{{\"o}}{1} {ü}{{\"u}}{1} +{Ä}{{\"A}}{1} {Ë}{{\"E}}{1} {Ï}{{\"I}}{1} {Ö}{{\"O}}{1} {Ü}{{\"U}}{1} +{â}{{\^a}}{1} {ê}{{\^e}}{1} {î}{{\^i}}{1} {ô}{{\^o}}{1} {û}{{\^u}}{1} +{Â}{{\^A}}{1} {Ê}{{\^E}}{1} {Î}{{\^I}}{1} {Ô}{{\^O}}{1} {Û}{{\^U}}{1} +{œ}{{\oe}}{1} {Œ}{{\OE}}{1} {æ}{{\ae}}{1} {Æ}{{\AE}}{1} {ß}{{\ss}}{1} +{ű}{{\H{u}}}{1} {Ű}{{\H{U}}}{1} {ő}{{\H{o}}}{1} {Ő}{{\H{O}}}{1} +{ç}{{\c c}}{1} {Ç}{{\c C}}{1} {ø}{{\o}}{1} {å}{{\r a}}{1} {Å}{{\r A}}{1} +{€}{{\euro}}{1} {£}{{\pounds}}{1} {«}{{\guillemotleft}}{1} +{»}{{\guillemotright}}{1} {ñ}{{\~n}}{1} {Ñ}{{\~N}}1 {¿}{{?`}}{1} +% +% greek capital letters +% +{Α}{{\ucc{A}}}{1} {Β}{{\ucc{B}}}{1} {Γ}{{\ucc{$\Gamma$}}}{1} +{Δ}{{\ucc{$\Delta$}}}{1} {Ε}{{\ucc{E}}}{1} {Ζ}{{\ucc{Z}}}{1} +{Η}{{\ucc{H}}}{1} {Θ}{{\ucc{$\Theta$}}}{1} {Ι}{{\ucc{I}}}{1} +{Κ}{{\ucc{K}}}{1} {Λ}{{\ucc{$\Lambda$}}}{1} {Μ}{{\ucc{M}}}{1} +{Ν}{{\ucc{N}}}{1} {Ξ}{{\ucc{$\Xi$}}}{1} {Ο}{{\ucc{O}}}{1} +{Π}{{\ucc{$\Pi$}}}{1} {Ρ}{{\ucc{P}}}{1} {Σ}{{\ucc{$\Sigma$}}}{1} +{Τ}{{\ucc{T}}}{1} {Υ}{{\ucc{$\Upsilon$}}}{1} {Φ}{{\ucc{$\Phi$}}}{1} +{Χ}{{\ucc{X}}}{1} {Ψ}{{\ucc{$\Psi$}}}{1} {Ω}{{\ucc{$\Omega$}}}{1} +% +% mircro sign + latin small letter open e +% +{µ}{{\ucc{$\mu$}}}{1} {ɛ}{{\ucc{$\varepsilon$}}}{1} +% +% greek small letters +% +{α}{{\ucc{$\alpha$}}}{1} {β}{{\ucc{$\beta$}}}{1} {γ}{{\ucclit{$\gamma$}}}{1} +{δ}{{\ucc{$\delta$}}}{1} {ε}{{\ucc{$\varepsilon$}}}{1} +{ϵ}{{\ucc{$\epsilon$}}}{1} {ζ}{{\ucc{$\zeta$}}}{1} {η}{{\ucc{$\eta$}}}{1} +{θ}{{\ucc{$\theta$}}}{1} {ϑ}{{\ucc{$\vartheta$}}}{1} {ι}{{\ucc{$\iota$}}}{1} +{κ}{{\ucc{$\kappa$}}}{1} {ϰ}{{\ucc{$\varkappa$}}}{1} {λ}{{\ucc{$\lambda$}}}{1} +{μ}{{\ucc{$\mu$}}}{1} {ν}{{\ucc{$\nu$}}}{1} {ξ}{{\ucc{$\xi$}}}{1} +{ο}{{\ucc{o}}}{1} {π}{{\ucclit{$\pi$}}}{1} {ϖ}{{\ucc{$\varpi$}}}{1} +{ρ}{{\ucc{$\rho$}}}{1} {ϱ}{{\ucc{$\varrho$}}}{1} {σ}{{\ucc{$\sigma$}}}{1} +{ς}{{\ucc{$\varsigma$}}}{1} {τ}{{\ucc{$\tau$}}}{1} {υ}{{\ucc{$\upsilon$}}}{1} +{φ}{{\ucclit{$\phi$}}}{1} {ϕ}{{\ucc{$\varphi$}}}{1} {χ}{{\ucc{$\chi$}}}{1} +{ψ}{{\ucc{$\psi$}}}{1} {ω}{{\ucc{$\omega$}}}{1} +% +% superscripts +% +{⁽}{{\ucc{${\scriptstyle {}^{(}}$}}}{1} {⁾}{{\ucc{${\scriptstyle {}^{)}}$}}}{1} +{⁺}{{\ucc{${\scriptstyle {}^{+}}$}}}{1} {⁻}{{\ucc{${\scriptstyle {}^{-}}$}}}{1} +{⁰}{{\ucc{${\scriptstyle {}^{0}}$}}}{1} {¹}{{\ucc{${\scriptstyle {}^{1}}$}}}{1} +{²}{{\ucc{${\scriptstyle {}^{2}}$}}}{1} {³}{{\ucc{${\scriptstyle {}^{3}}$}}}{1} +{⁴}{{\ucc{${\scriptstyle {}^{4}}$}}}{1} {⁵}{{\ucc{${\scriptstyle {}^{5}}$}}}{1} +{⁶}{{\ucc{${\scriptstyle {}^{6}}$}}}{1} {⁷}{{\ucc{${\scriptstyle {}^{7}}$}}}{1} +{⁸}{{\ucc{${\scriptstyle {}^{8}}$}}}{1} {⁹}{{\ucc{${\scriptstyle {}^{9}}$}}}{1} +{⁼}{{\ucc{${\scriptstyle {}^{=}}$}}}{1} {ᴬ}{{\ucc{${\scriptstyle {}^{A}}$}}}{1} +{ᴮ}{{\ucc{${\scriptstyle {}^{B}}$}}}{1} {ᴰ}{{\ucc{${\scriptstyle {}^{D}}$}}}{1} +{ᴱ}{{\ucc{${\scriptstyle {}^{E}}$}}}{1} {ᴳ}{{\ucc{${\scriptstyle {}^{G}}$}}}{1} +{ᴴ}{{\ucc{${\scriptstyle {}^{H}}$}}}{1} {ᴵ}{{\ucc{${\scriptstyle {}^{I}}$}}}{1} +{ᴶ}{{\ucc{${\scriptstyle {}^{J}}$}}}{1} {ᴷ}{{\ucc{${\scriptstyle {}^{K}}$}}}{1} +{ᴸ}{{\ucc{${\scriptstyle {}^{L}}$}}}{1} {ᴹ}{{\ucc{${\scriptstyle {}^{M}}$}}}{1} +{ᴺ}{{\ucc{${\scriptstyle {}^{N}}$}}}{1} {ᴼ}{{\ucc{${\scriptstyle {}^{O}}$}}}{1} +{ᴾ}{{\ucc{${\scriptstyle {}^{P}}$}}}{1} {ᴿ}{{\ucc{${\scriptstyle {}^{R}}$}}}{1} +{ᵀ}{{\ucc{${\scriptstyle {}^{T}}$}}}{1} {ᵁ}{{\ucc{${\scriptstyle {}^{U}}$}}}{1} +{ⱽ}{{\ucc{${\scriptstyle {}^{V}}$}}}{1} {ᵂ}{{\ucc{${\scriptstyle {}^{W}}$}}}{1} +{ᵃ}{{\ucc{${\scriptstyle {}^{a}}$}}}{1} {ᵇ}{{\ucc{${\scriptstyle {}^{b}}$}}}{1} +{ᶜ}{{\ucc{${\scriptstyle {}^{c}}$}}}{1} {ᵈ}{{\ucc{${\scriptstyle {}^{d}}$}}}{1} +{ᵉ}{{\ucc{${\scriptstyle {}^{e}}$}}}{1} {ᶠ}{{\ucc{${\scriptstyle {}^{f}}$}}}{1} +{ᵍ}{{\ucc{${\scriptstyle {}^{g}}$}}}{1} {ʰ}{{\ucc{${\scriptstyle {}^{h}}$}}}{1} +{ⁱ}{{\ucc{${\scriptstyle {}^{i}}$}}}{1} {ʲ}{{\ucc{${\scriptstyle {}^{j}}$}}}{1} +{ᵏ}{{\ucc{${\scriptstyle {}^{k}}$}}}{1} {ˡ}{{\ucc{${\scriptstyle {}^{l}}$}}}{1} +{ᵐ}{{\ucc{${\scriptstyle {}^{m}}$}}}{1} {ⁿ}{{\ucc{${\scriptstyle {}^{n}}$}}}{1} +{ᵒ}{{\ucc{${\scriptstyle {}^{o}}$}}}{1} {ᵖ}{{\ucc{${\scriptstyle {}^{p}}$}}}{1} +{ʳ}{{\ucc{${\scriptstyle {}^{r}}$}}}{1} {ˢ}{{\ucc{${\scriptstyle {}^{s}}$}}}{1} +{ᵗ}{{\ucc{${\scriptstyle {}^{t}}$}}}{1} {ᵘ}{{\ucc{${\scriptstyle {}^{u}}$}}}{1} +{ᵛ}{{\ucc{${\scriptstyle {}^{v}}$}}}{1} {ʷ}{{\ucc{${\scriptstyle {}^{w}}$}}}{1} +{ˣ}{{\ucc{${\scriptstyle {}^{x}}$}}}{1} {ʸ}{{\ucc{${\scriptstyle {}^{y}}$}}}{1} +{ᶻ}{{\ucc{${\scriptstyle {}^{z}}$}}}{1} +{ᵅ}{{\ucc{${\scriptstyle {}^{\alpha}}$}}}{1} +{ᵝ}{{\ucc{${\scriptstyle {}^{\beta}}$}}}{1} +{ᵞ}{{\ucc{${\scriptstyle {}^{\gamma}}$}}}{1} +{ᵟ}{{\ucc{${\scriptstyle {}^{\delta}}$}}}{1} +{ᵋ}{{\ucc{${\scriptstyle {}^{\varepsilon}}$}}}{1} +{ᶿ}{{\ucc{${\scriptstyle {}^{\theta}}$}}}{1} +{ᶥ}{{\ucc{${\scriptstyle {}^{\iota}}$}}}{1} +{ᶲ}{{\ucc{${\scriptstyle {}^{\phi}}$}}}{1} +{ᵡ}{{\ucc{${\scriptstyle {}^{\chi}}$}}}{1} +{ᵠ}{{\ucc{${\scriptstyle {}^{\psi}}$}}}{1} +% +% subscripts +% +{₍}{{\ucc{${\scriptstyle {}_{(}}$}}}{1} {₎}{{\ucc{${\scriptstyle {}_{)}}$}}}{1} +{₊}{{\ucc{${\scriptstyle {}_{+}}$}}}{1} {₋}{{\ucc{${\scriptstyle {}_{-}}$}}}{1} +{₀}{{\ucc{${\scriptstyle {}_{0}}$}}}{1} {₁}{{\ucc{${\scriptstyle {}_{1}}$}}}{1} +{₂}{{\ucc{${\scriptstyle {}_{2}}$}}}{1} {₃}{{\ucc{${\scriptstyle {}_{3}}$}}}{1} +{₄}{{\ucc{${\scriptstyle {}_{4}}$}}}{1} {₅}{{\ucc{${\scriptstyle {}_{5}}$}}}{1} +{₆}{{\ucc{${\scriptstyle {}_{6}}$}}}{1} {₇}{{\ucc{${\scriptstyle {}_{7}}$}}}{1} +{₈}{{\ucc{${\scriptstyle {}_{8}}$}}}{1} {₉}{{\ucc{${\scriptstyle {}_{9}}$}}}{1} +{₌}{{\ucc{${\scriptstyle {}_{=}}$}}}{1} {ₐ}{{\ucc{${\scriptstyle {}_{a}}$}}}{1} +{ₑ}{{\ucc{${\scriptstyle {}_{e}}$}}}{1} {ₕ}{{\ucc{${\scriptstyle {}_{h}}$}}}{1} +{ᵢ}{{\ucc{${\scriptstyle {}_{i}}$}}}{1} {ⱼ}{{\ucc{${\scriptstyle {}_{j}}$}}}{1} +{ₖ}{{\ucc{${\scriptstyle {}_{k}}$}}}{1} {ₗ}{{\ucc{${\scriptstyle {}_{l}}$}}}{1} +{ₘ}{{\ucc{${\scriptstyle {}_{m}}$}}}{1} {ₙ}{{\ucc{${\scriptstyle {}_{n}}$}}}{1} +{ₒ}{{\ucc{${\scriptstyle {}_{o}}$}}}{1} {ₚ}{{\ucc{${\scriptstyle {}_{p}}$}}}{1} +{ᵣ}{{\ucc{${\scriptstyle {}_{r}}$}}}{1} {ₛ}{{\ucc{${\scriptstyle {}_{s}}$}}}{1} +{ₜ}{{\ucc{${\scriptstyle {}_{t}}$}}}{1} {ᵤ}{{\ucc{${\scriptstyle {}_{u}}$}}}{1} +{ᵥ}{{\ucc{${\scriptstyle {}_{v}}$}}}{1} {ₓ}{{\ucc{${\scriptstyle {}_{x}}$}}}{1} +{ᵦ}{{\ucc{${\scriptstyle {}_{\beta}}$}}}{1} +{ᵧ}{{\ucc{${\scriptstyle {}_{\gamma}}$}}}{1} +{ᵨ}{{\ucc{${\scriptstyle {}_{\rho}}$}}}{1} +{ᵪ}{{\ucc{${\scriptstyle {}_{\chi}}$}}}{1} +{ᵩ}{{\ucc{${\scriptstyle {}_{\psi}}$}}}{1} +% +} + + + + + +% basic font +\makeatletter +\def\lstbasicfont{% + \color{jlstring}% + \ttfamily% + \lst@ifdisplaystyle\scriptsize\fi% +} +\makeatother + +% general style of the code block +\lstset{basicstyle={\lstbasicfont}} +\lstset{showstringspaces=false} +\lstset{upquote=true} +\lstset{tabsize=4} +\lstset{aboveskip={1.5\baselineskip},belowskip={1.5\baselineskip}} + +% creating the code box +\lstset{backgroundcolor=\color{jlbackground}, rulecolor=\color{jlrule}} +\lstset{frame=single, frameround=tttt} +\lstset{columns=fixed} +\newlength{\bfem} +\settowidth{\bfem}{\lstbasicfont{m}} +\newlength{\xmrgn} +\setlength{\xmrgn}{(\textwidth - 80\bfem)*\real{0.5}} +\lstset{basewidth=\bfem} + +% activating the julia style +\lstset{language=julia} diff --git a/_extensions/pat-alt/juliacon-proceedings/journal_dat.tex b/_extensions/pat-alt/juliacon-proceedings/journal_dat.tex new file mode 100644 index 00000000..0592d527 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/journal_dat.tex @@ -0,0 +1,6 @@ +% **************GENERATED FILE, DO NOT EDIT************** + +\def\@journalName{Proceedings of JuliaCon} +\def\@volume{1} +\def\@issue{1} +\def\@year{2023} diff --git a/_extensions/pat-alt/juliacon-proceedings/juliacon-proceedings.lua b/_extensions/pat-alt/juliacon-proceedings/juliacon-proceedings.lua new file mode 100644 index 00000000..b3f14d37 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/juliacon-proceedings.lua @@ -0,0 +1,21 @@ + +-- Define the custom Julia listing environment +function JuliaListing(elem) + if elem.classes:includes("julia") then + -- Add your custom Julia listing environment code here + -- For example, you can use the `lstlisting` environment from the `listings` package + return pandoc.RawBlock("latex", "\\begin{lstlisting}[language=Julia]\n" .. elem.text .. "\n\\end{lstlisting}") + end +end + +-- Apply the custom Julia listing environment to all code blocks +function CodeBlock(elem) + if elem.classes:includes("julia") then + return JuliaListing(elem) + end +end + +-- Register the Lua filter +return { + { CodeBlock = CodeBlock } +} diff --git a/_extensions/pat-alt/juliacon-proceedings/juliacon.bst b/_extensions/pat-alt/juliacon-proceedings/juliacon.bst new file mode 100644 index 00000000..aaf1930c --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/juliacon.bst @@ -0,0 +1,1189 @@ +% BibTeX standard bibliography style `plain' + % version 0.99a for BibTeX versions 0.99a or later, LaTeX version 2.09. + % Copyright (C) 1985, all rights reserved. + % Copying of this file is authorized only if either + % (1) you make absolutely no changes to your copy, including name, or + % (2) if you do make changes, you name it something other than + % btxbst.doc, plain.bst, unsrt.bst, alpha.bst, and abbrv.bst. + % This restriction helps ensure that all standard styles are identical. + % The file btxbst.doc has the documentation for this style. + +ENTRY + { address + author + booktitle + chapter + edition + editor + eprint + eprinttype + eprintclass + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + doi + } + {} + { label } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} + +STRINGS { s t } + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "" write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{ff~}{vv~}{ll}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { numnames #2 > + { "," * } + 'skip$ + if$ + t "others" = + { " et~al." * } + { " and " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { ", editors" * } + { ", editor" * } + if$ + } + if$ +} + +FUNCTION {format.eprint} +{ eprint empty$ + { "" } + { eprinttype empty$ + { eprintclass empty$ + { eprint } + { eprint " [" * eprintclass * "]" * } + if$ + } + { eprinttype "arxiv" = + { eprintclass empty$ + { eprinttype ":" * "\href{http://arxiv.org/abs/" * eprint * "}{" * eprint * "}" * } + { eprinttype ":" * "\href{http://arxiv.org/abs/" * eprint * "}{" * eprint * " [" * eprintclass * "]" * "}" * } + if$ + } + { eprintclass empty$ + { eprinttype ":" * eprint * } + { eprinttype ":" * eprint * " [" * eprintclass * "]" *} + if$ + } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { "volume" volume tie.or.space.connect + series empty$ + 'skip$ + { " of " * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { "number" } + { "Number" } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { " in " * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ " edition" * } + { edition "t" change.case$ " edition" * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { "pages" pages n.dashify tie.or.space.connect } + { "page" pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { "(" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { ":" * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { "chapter" } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { "In " booktitle emphasize * } + { "In " format.editors * ", " * booktitle emphasize * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { "Technical Report" } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { "In {\em " journal * "\/}" * } + if$ + } + { "In " key * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}{ll}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ " et~al." * } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { " et~al." * } + { " and " * editor #2 "{vv~}{ll}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + "In " + } + { "Volume" volume tie.or.space.connect + " of " * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "{\em " * series * "\/}" * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { "In {\em " booktitle * "\/}" * } + if$ + } + { "In " key * } + if$ + } + { "In " format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +% based on +% https://tex.stackexchange.com/a/127819/245 +FUNCTION {output.doi} +{ + doi empty$ + { skip$ } + { "\href{http://dx.doi.org/" doi * "}{doi:" * doi * "}" * output } + if$ +} + + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + format.vol.num.pages output + format.date "year" output.check + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + output.doi + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + new.block + format.title "title" output.check + howpublished address new.block.checkb + howpublished output + address output + format.date output + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address empty$ + { organization publisher new.sentence.checkb + organization output + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + organization output + publisher output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + new.block + format.btitle "title" output.check + author empty$ + { organization empty$ + { address new.block.checka + address output + } + 'skip$ + if$ + } + { organization address new.block.checkb + organization output + address output + } + if$ + format.edition output + format.date output + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + "Master's thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + title howpublished new.block.checkb + format.title output + howpublished new.block.checka + howpublished output + format.date output + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.btitle "title" output.check + new.block + "PhD thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output } + { format.editors output.nonnull } + if$ + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address empty$ + { editor empty$ + { publisher new.sentence.checka } + { organization publisher new.sentence.checkb + organization output + } + if$ + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + editor empty$ + 'skip$ + { organization output } + if$ + publisher output + } + if$ + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + output.doi + new.block + format.eprint output + new.block + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + +MACRO {acmcs} {"ACM Computing Surveys"} + +MACRO {acta} {"Acta Informatica"} + +MACRO {cacm} {"Communications of the ACM"} + +MACRO {ibmjrd} {"IBM Journal of Research and Development"} + +MACRO {ibmsj} {"IBM Systems Journal"} + +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} + +MACRO {ieeetc} {"IEEE Transactions on Computers"} + +MACRO {ieeetcad} + {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} + +MACRO {ipl} {"Information Processing Letters"} + +MACRO {jacm} {"Journal of the ACM"} + +MACRO {jcss} {"Journal of Computer and System Sciences"} + +MACRO {scp} {"Science of Computer Programming"} + +MACRO {sicomp} {"SIAM Journal on Computing"} + +MACRO {tocs} {"ACM Transactions on Computer Systems"} + +MACRO {tods} {"ACM Transactions on Database Systems"} + +MACRO {tog} {"ACM Transactions on Graphics"} + +MACRO {toms} {"ACM Transactions on Mathematical Software"} + +MACRO {toois} {"ACM Transactions on Office Information Systems"} + +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} + +MACRO {tcs} {"Theoretical Computer Science"} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT + +STRINGS { longest.label } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" longest.label * "}" * write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff --git a/_extensions/pat-alt/juliacon-proceedings/juliacon.cls b/_extensions/pat-alt/juliacon-proceedings/juliacon.cls new file mode 100644 index 00000000..4d206c99 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/juliacon.cls @@ -0,0 +1,949 @@ +%% juliacon.cls - version 1.0 + +%% Inspired by the template from the International Journal of Computer Applications (IJCA) + +\usepackage[scaled=0.92]{helvet} +\def\fileversion{v1.0} +\def\filedate{2019 04 07} +% +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{juliacon} +\RequirePackage{latexsym} +\RequirePackage{url} + +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} + +\newif\ifmanuscript +\@twosidetrue\@mparswitchtrue +% +\newdimen\trimheight +\newdimen\trimwidth +\newdimen\typeheight +\newdimen\typewidth +\newdimen\normaltextheight +\newdimen\blindfoliodrop +\newbox\tempbox +%% + +\input{journal_dat} + +% +\frenchspacing % oh lala bravo quelle belle idée +\DeclareOption{manuscript}{\manuscripttrue} +\DeclareOption{letterpaper} + {\setlength\paperheight {11.69in}% + \setlength\paperwidth {8.27in}% + \def\special@paper{8.5in,11in} + \special{papersize=8.5in,11in}} + +\DeclareOption{openbib}{% + \AtEndOfPackage{% + \renewcommand\@openbib@code{% + \advance\leftmargin\bibindent + \itemindent -\bibindent + \listparindent \itemindent + \parsep \z@ + }% + \renewcommand\newblock{\par}}% +} +% +\ExecuteOptions{letterpaper} +\ProcessOptions +% +\newcommand\refname{References} +\newcommand{\ignoretwo}[2]{} +\newcommand{\yearTwoDigits}{\expandafter\ignoretwo\the\year} +\def\@setref#1#2#3{% + \ifx#1\relax + \number 0\relax + \protect\G@refundefinedtrue + \nfss@text{\reset@font\bfseries ??}% + \@latex@warning{Reference `#3' on page \thepage \space undefined}% + \else + \expandafter#2#1\null + \fi} +% +% +\lineskip 1pt \normallineskip 1pt +\ifmanuscript +\def\baselinestretch{2} +\else +\def\baselinestretch{1} +\fi +\def\@ixpt{9} +\renewcommand\normalsize{% + \@setfontsize\normalsize\@ixpt{10pt} + \abovedisplayskip 6pt plus2pt minus1pt\belowdisplayskip \abovedisplayskip + \abovedisplayshortskip 6pt plus0pt minus 3pt + \belowdisplayshortskip 6pt plus0pt minus3pt\let\@listi\@listI} + +\newcommand\small{% + \@setfontsize\small\@ixpt{11pt}% + \abovedisplayskip 5pt plus 2pt minus 1pt\belowdisplayskip \abovedisplayskip + \abovedisplayshortskip 5pt plus0pt minus2pt\belowdisplayshortskip 5pt plus0pt + minus 2pt + \def\@listi{\leftmargin\leftmargini \topsep 5pt plus 2pt minus 1pt\parsep 0pt + plus .7pt + \itemsep 1.6pt plus .8pt}} +\newcommand\footnotesize{% +% \@setfontsize\footnotesize\@viiipt{10pt} + \@setsize\footnotesize{10pt}\viiipt\@viiipt + \abovedisplayskip 4pt plus 1pt minus 0pt\belowdisplayskip \abovedisplayskip + \abovedisplayshortskip 4pt plus 0pt minus 1pt\belowdisplayshortskip 4pt plus + 0pt minus 1pt + \def\@listi{\leftmargin\leftmargini \topsep 4pt plus 1pt minus + 0pt\parsep 0pt plus .5pt + \itemsep 1pt plus .7pt}} + +\newcommand\scriptsize{\@setfontsize\scriptsize\@viipt\@viiipt} +\newcommand\tiny{\@setfontsize\tiny\@vpt\@vipt} +\newcommand\large{\@setfontsize\large\@xiipt{14}} +\newcommand\Large{\@setfontsize\Large\@xivpt{18}} +\newcommand\LARGE{\@setfontsize\LARGE\@xviipt{20}} +\newcommand\huge{\@setfontsize\huge\@xxpt{25}} +\newcommand\Huge{\@setfontsize\Huge\@xxvpt{30}} +% +\normalsize +% +\newdimen\tempdimen +% +\setlength\trimheight{11in} +\setlength\trimwidth{8.5in} +% +\typeheight52.5pc +\typewidth42pc +\textheight52.5pc +\textwidth42pc +\advance\textheight-3pt +\newdimen\normaltextheight +\setlength\normaltextheight{\textheight} +\oddsidemargin4.5pc +\evensidemargin4.5pc +\topmargin20pt %.25in +\headheight 6pt% +\headsep 29.2pt% +\topskip6pt% +\footskip 100pt +% +\marginparwidth 0.5in +\marginparsep .125in +\columnsep24pt +\columnseprule 0pt +% +\def\titlefont{\huge\selectfont\centering\mathversion{bold}} +\def\authorfont{\fontfamily{phv}\fontsize{10}{12}\selectfont\rightskip0pt plus1fill} %\mathversion{sfnormal} +\def\rhfont{\fontfamily{phv}\fontsize{9}{10}\selectfont\mathversion{sfnormal}} + +\def\sectionfont{\fontfamily{ptm}\fontsize{9}{12}\capsshape\selectfont\raggedright} %\mathversion{rmnormal} +\def\subsectionfont{\fontfamily{ptm}\fontsize{9}{12}\selectfont} %\mathversion{rmnormal} +\def\figcaptionfont{\fontsize{8}{10}\selectfont\mathversion{normal}}% +\def\subcaptionfont{\fontsize{8}{10}\selectfont\mathversion{normal}}% +% \def\subcaption#1{{\centering\subcaptionfont#1\par}} +% +\def\tablefont{\fontsize{8}{10}\selectfont}% +\def\tablecaptionfont{\fontsize{9}{11}\selectfont\centering}% +\def\tablenumfont{\fontsize{9}{11}\selectfont}% +\def\tabnotefont{\fontsize{7}{9}\selectfont} +% +\def\encodingdefault{OT1}% +\fontencoding{OT1}% +% +\DeclareFontShape{OMS}{cmsy}{m}{n}{<-> cmsy10 }{} +\DeclareFontShape{OMS}{cmsy}{b}{n}{<-> cmbsy10 }{} +\def\cal{\mathcal} +% +\def\boldmath{\mathversion{bold}} +\def\bm#1{\mathchoice + {\mbox{\boldmath$\displaystyle#1$}}% + {\mbox{\boldmath$#1$}}% + {\mbox{\boldmath$\scriptstyle#1$}}% + {\mbox{\boldmath$\scriptscriptstyle#1$}}} +% +\footnotesep 7pt +\skip\footins 15pt plus 4pt minus 3pt +\floatsep 12pt plus 2pt minus 2pt +\textfloatsep \floatsep +\intextsep 1pc plus 1pc +\dblfloatsep 12pt plus 2pt minus 2pt +\dbltextfloatsep 20pt plus 2pt minus 4pt +\@fptop 0pt plus 1fil \@fpsep 1pc plus 2fil \@fpbot 0pt plus 1fil +\@dblfptop 0pt plus 1fil \@dblfpsep 8pt plus 2fil \@dblfpbot 0pt plus 1fil +\marginparpush 6pt +\parskip 0pt \parindent 0pt \partopsep 0pt % plus .1pt FBU +\@lowpenalty 51 \@medpenalty 151 \@highpenalty 301 +\@beginparpenalty -\@lowpenalty \@endparpenalty -\@lowpenalty \@itempenalty +-\@lowpenalty +% +\def\part{\@ucheadtrue + \@startsection{part}{9}{\z@}{-10pt plus -4pt minus + -2pt}{4pt}{\reset@font\normalsize\rmfamily}} +\def\section{\@ucheadtrue + \@startsection{section}{1}{\z@}{-10pt plus -4pt minus + -2pt}{6pt}{\reset@font\fontsize{10}{12}\raggedright\rmfamily\bfseries}} +\def\subsection{\@ucheadfalse + \@startsection{subsection}{2}{\z@}{-8pt plus -2pt minus + -1pt}{6pt}{\reset@font\fontsize{10}{12}\raggedright\rmfamily\bfseries}} +\def\subsubsection{\@ucheadfalse + \@startsection{subsubsection}{3}{\parindent}{6pt plus +1pt}{-5pt}{\reset@font\fontsize{9}{10}\itshape}} +\def\paragraph{\@ucheadfalse + \@startsection{paragraph}{3}{\parindent}{6pt plus +1pt}{-5pt}{\reset@font\fontsize{10}{12}\itshape}} +%% +\renewcommand{\@seccntformat}[1]{\textup{\csname the#1\endcsname}} +\gdef\@period{.} +\def\@trivlist{\@topsepadd\topsep +\if@noskipsec \gdef\@period{}\leavevmode\gdef\@period{.}\fi + \ifvmode \advance\@topsepadd\partopsep \else \unskip\par\fi + \if@inlabel \@noparitemtrue \@noparlisttrue + \else \@noparlistfalse \@topsep\@topsepadd \fi + \advance\@topsep \parskip + \leftskip\z@\rightskip\@rightskip \parfillskip\@flushglue + \@setpar{\if@newlist\else{\@@par}\fi} \global\@newlisttrue +\@outerparskip\parskip} +% +\def\@startsection#1#2#3#4#5#6{% + \if@noskipsec \leavevmode \fi + \par + \@tempskipa #4\relax + \@afterindenttrue + \ifdim \@tempskipa <\z@ + \@tempskipa -\@tempskipa \@afterindentfalse + \fi + \if@nobreak + \everypar{}% + \ifnum#2=2 + \vskip-2pt + \fi + \else + \addpenalty\@secpenalty\addvspace\@tempskipa + \fi + \@ifstar + {\@ssect{#3}{#4}{#5}{#6}}% + {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}} +% +\def\@sect#1#2#3#4#5#6[#7]#8{% + \ifnum #2>\c@secnumdepth + \let\@svsec\@empty + \else + \refstepcounter{#1}% + \if@uchead% + \protected@edef\@svsec{\@seccntformat{#1}.\quad\relax}% + \else% + \protected@edef\@svsec{\@seccntformat{#1}\quad\relax}% + \fi% + \fi + \@tempskipa #5\relax + \ifdim \@tempskipa>\z@ + \begingroup + #6{% + \@hangfrom{\hskip #3\relax\@svsec}% + \interlinepenalty \@M #8 \@@par}% + \endgroup + \csname #1mark\endcsname{#7}% + \addcontentsline{toc}{#1}{% + \ifnum #2>\c@secnumdepth \else + \protect\numberline{\csname the#1\endcsname}% + \fi + #7}% + \else + \def\@svsechd{% + #6{\hskip #3\relax + \@svsec \if@uchead\Makeuppercase{#8}\else#8\fi}% + \csname #1mark\endcsname{#7}% + \addcontentsline{toc}{#1}{% + \ifnum #2>\c@secnumdepth \else + \protect\numberline{\csname the#1\endcsname}% + \fi + #7}}% + \fi + \@xsect{#5}} + +\def\@xsect#1{\@tempskipa #1\relax + \ifdim \@tempskipa>\z@ + \par \nobreak + \vskip \@tempskipa + \@afterheading + \else \global\@nobreakfalse \global\@noskipsectrue + \everypar{\if@noskipsec \global\@noskipsecfalse + \clubpenalty\@M \hskip -\parindent + \begingroup \@svsechd\@period \endgroup \unskip + \hskip -#1 + \else \clubpenalty \@clubpenalty + \everypar{}\fi}\fi\ignorespaces} +\newif\if@uchead\@ucheadfalse +% +\setcounter{secnumdepth}{3} +\newcounter{secnumbookdepth} +\setcounter{secnumbookdepth}{3} +\newfont{\apbf}{cmbx9} +\def\appendix{\par + \setcounter{section}{0} + \setcounter{subsection}{0} + \section*{APPENDIX}\vskip10pt + \def\thesection{\Alph{section}} + \def\theHsection{\Alph{section}}} +% +\labelsep 4pt +\settowidth{\leftmargini}{(9)} \addtolength\leftmargini\labelsep +\settowidth{\leftmarginii}{(b)} \addtolength\leftmarginii\labelsep +\leftmarginiii \leftmarginii +\leftmarginiv \leftmarginii +\leftmarginv \leftmarginii +\leftmarginvi \leftmarginii +\leftmargin\leftmargini +\labelwidth\leftmargini\advance\labelwidth-\labelsep +\def\@listI{\leftmargin\leftmargini \parsep 0pt plus 1pt\topsep 6pt plus 2pt +minus 2pt\itemsep 2pt plus 1pt minus .5pt} +\let\@listi\@listI +\@listi +\def\@listii{\leftmargin\leftmarginii + \labelwidth\leftmarginii\advance\labelwidth-\labelsep + \topsep 0pt plus 1pt + \parsep 0pt plus .5pt + \itemsep \parsep} +\def\@listiii{\leftmargin\leftmarginiii + \labelwidth\leftmarginiii\advance\labelwidth-\labelsep + \topsep 0pt plus 1pt + \parsep 0pt plus .5pt + \itemsep \parsep} +\def\@listiv{\leftmargin\leftmarginiv + \labelwidth\leftmarginiv\advance\labelwidth-\labelsep} +\def\@listv{\leftmargin\leftmarginv + \labelwidth\leftmarginv\advance\labelwidth-\labelsep} +\def\@listvi{\leftmargin\leftmarginvi + \labelwidth\leftmarginvi\advance\labelwidth-\labelsep} +% +\def\enumerate{\ifnum \@enumdepth >3 \@toodeep\else + \advance\@enumdepth \@ne + \edef\@enumctr{enum\romannumeral\the\@enumdepth}\list + {\csname label\@enumctr\endcsname}{\usecounter + {\@enumctr}\def\makelabel##1{##1\hss}}\fi} +\def\longenum{\ifnum \@enumdepth >3 \@toodeep\else + \advance\@enumdepth \@ne + \edef\@enumctr{enum\romannumeral\the\@enumdepth}\list + {\csname label\@enumctr\endcsname}{\usecounter + {\@enumctr}\labelwidth\z@}\fi} +\let\endlongenum\endlist +\def\labelenumi{{\rm (}\arabic{enumi}\/{\rm )}} +\def\theenumi{\arabic{enumi}} +\def\labelenumii{{\rm (}\alph{enumii}\rm{)}} +\def\theenumii{\alph{enumii}} +\def\p@enumii{\theenumi} +\def\labelenumiii{\roman{enumiii}.} +\def\theenumiii{\roman{enumiii}} +\def\p@enumiii{\theenumi{\rm (}\theenumii{\rm )}} +\def\labelenumiv{\Alph{enumiv}.} +\def\theenumiv{\Alph{enumiv}} +\renewcommand\theenumiv{\@Alph\c@enumiv} +\def\p@enumiv{\p@enumiii\theenumiii} + +\def\p@enumiv{\p@enumiii\theenumiii} + +\renewcommand\p@enumii{\theenumi} +\renewcommand\p@enumiii{\theenumi(\theenumii)} +\renewcommand\p@enumiv{\p@enumiii\theenumiii} + +\def\itemize{\list{---\hskip -\labelsep}{\settowidth + {\leftmargin}{---}\labelwidth\leftmargin + \addtolength{\labelwidth}{-\labelsep}}} +\let\enditemize\endlist +\def\longitem{\list{---}{\labelwidth\z@ + \leftmargin\z@ \itemindent\parindent \advance\itemindent\labelsep}} +\let\endlongitem\endlist +\def\verse{\let\\=\@centercr + \list{}{\leftmargin 2pc + \itemindent -1.5em\listparindent \itemindent + \rightmargin\leftmargin\advance\leftmargin 1.5em}\item[]} +\let\endverse\endlist +\def\quotation{\list{}{\leftmargin 2pc \listparindent .5em + \itemindent\listparindent + \rightmargin\leftmargin \parsep 0pt plus 1pt}\item[]} +\let\endquotation=\endlist +\def\quote{\list{}{\leftmargin 2pc \rightmargin\leftmargin}\item[]} +\let\endquote=\endlist + +% +\newenvironment{unnumlist}{% + \list{}{% + \listparindent\parindent + \itemindent-1em + \leftmargin1em + \parsep0pt + \itemsep2pt + \partopsep0pt} + \def\makelable##1{##1}% +}{\endlist}% +% +\def\description{\list{}{\listparindent\parindent\labelwidth\z@ + \leftmargin\z@ \itemindent\parindent\advance\itemindent\labelsep + \def\makelabel##1{\it ##1}}} +\let\enddescription\endlist +% +\def\describe#1{\list{}{\listparindent\parindent\settowidth{\labelwidth}{#1}\leftmargin + \labelwidth\addtolength\leftmargin\labelsep\def\makelabel##1{##1\hfil}}} +\let\enddescribe\endlist +% +\def\program{\ifx\@currsize\normalsize\small \else \rm \fi\tabbing} +\let\endprogram\endtabbing +% +\newtheorem{theorem}{Theorem} +\newtheorem{strategy}{Strategy} +\newtheorem{property}{Property} +\newtheorem{proposition}{Proposition} +\newtheorem{lemma}[theorem]{Lemma} +\newtheorem{exam}{Example} +\newenvironment{example}{% +\italicenvfalse +\begin{exam}}{\end{exam}\italicenvtrue} +% +\newtheorem{defi}[theorem]{Definition} +\newenvironment{definition}{% +\italicenvfalse +\begin{defi}}{\end{defi}\italicenvtrue} +% +\def\@begintheorem#1#2{\trivlist \item[\hskip 10pt\hskip + \labelsep{\sc{#1}\hskip 5pt\relax #2.}] \itshape} +% +\def\@opargbegintheorem#1#2#3{\trivlist + \item[\hskip 10pt \hskip +\labelsep{\sc{#1}\savebox\@tempboxa{\sc{#3}}\ifdim + \wd\@tempboxa>\z@ \hskip 5pt\relax \sc{#2} \box\@tempboxa\fi.}] +\itshape} +% +\newif\if@qeded\global\@qededfalse +\def\proof{\global\@qededfalse\@ifnextchar[{\@xproof}{\@proof}} +\def\endproof{\if@qeded\else\qed\fi\endtrivlist} +\def\qed{\unskip\kern 10pt{\unitlength1pt\linethickness{.4pt}\framebox(5,5){}} +\global\@qededtrue} +\def\@proof{\trivlist \item[\hskip 10pt\hskip + \labelsep{\sc Proof.}]\ignorespaces} +\def\@xproof[#1]{\trivlist \item[\hskip 10pt\hskip + \labelsep{\sc Proof #1.}]\ignorespaces} +% +\def\newdef#1#2{\expandafter\@ifdefinable\csname #1\endcsname +{\@definecounter{#1}\expandafter\xdef\csname +the#1\endcsname{\@thmcounter{#1}}\global + \@namedef{#1}{\@defthm{#1}{#2}}\global + \@namedef{end#1}{\@endtheorem}}} +\def\@defthm#1#2{\refstepcounter + {#1}\@ifnextchar[{\@ydefthm{#1}{#2}}{\@xdefthm{#1}{#2}}} +\def\@xdefthm#1#2{\@begindef{#2}{\csname the#1\endcsname}\ignorespaces} +\def\@ydefthm#1#2[#3]{\trivlist \item[\hskip 10pt\hskip + \labelsep{\it #2\savebox\@tempboxa{#3}\ifdim + \wd\@tempboxa>\z@ \ \box\@tempboxa\fi.}]\ignorespaces} +\def\@begindef#1#2{\trivlist \item[\hskip 10pt\hskip + \labelsep{\it #1\ \rm #2.}]} +% +\def\theequation{\arabic{equation}} +% +\def\titlepage{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn + \else \newpage \fi \thispagestyle{empty}\c@page\z@} +\def\endtitlepage{\if@restonecol\twocolumn \else \newpage \fi} +% +\arraycolsep 2.5pt \tabcolsep 6pt \arrayrulewidth .4pt \doublerulesep 2pt +\tabbingsep \labelsep +% +\skip\@mpfootins = \skip\footins +\fboxsep = 3pt \fboxrule = .4pt +% +\newcounter{part} +\newcounter{section} +\newcounter{subsection}[section] +\newcounter{subsubsection}[subsection] +\newcounter{paragraph}[subsubsection] +% +\def\thepart{\Roman{part}} +\def\thesection {\arabic{section}} +\def\thesubsection {\thesection.\arabic{subsection}} +\def\thesubsubsection {\itshape\thesubsection.\arabic{subsubsection}} +\def\theparagraph {\thesubsubsection.\arabic{paragraph}} + +\def\@pnumwidth{1.55em} +\def\@tocrmarg {2.55em} +\def\@dotsep{4.5} +\setcounter{tocdepth}{3} + +\def\tableofcontents{\section*{Contents\@mkboth{CONTENTS}{CONTENTS}} + \@starttoc{toc}} +\def\l@part#1#2{\addpenalty{\@secpenalty} + \addvspace{2.25em plus 1pt} \begingroup + \@tempdima 3em \parindent \z@ \rightskip \@pnumwidth \parfillskip +-\@pnumwidth + {\large \bf \leavevmode #1\hfil \hbox to\@pnumwidth{\hss #2}}\par + \nobreak \endgroup} +\def\l@section#1#2{\addpenalty{\@secpenalty} \addvspace{1.0em plus 1pt} +\@tempdima 1.5em \begingroup + \parindent \z@ \rightskip \@pnumwidth + \parfillskip -\@pnumwidth + \bf \leavevmode #1\hfil \hbox to\@pnumwidth{\hss #2}\par + \endgroup} +\def\l@subsection{\@dottedtocline{2}{1.5em}{2.3em}} +\def\l@subsubsection{\@dottedtocline{3}{3.8em}{3.2em}} +\def\listoffigures{\section*{List of Figures\@mkboth + {LIST OF FIGURES}{LIST OF FIGURES}}\@starttoc{lof}} +\def\l@figure{\@dottedtocline{1}{1.5em}{2.3em}} +\def\listoftables{\section*{List of Tables\@mkboth + {LIST OF TABLES}{LIST OF TABLES}}\@starttoc{lot}} +\let\l@table\l@figure +% +\newif\if@restonecol +\def\theindex{\@restonecoltrue\if@twocolumn\@restonecolfalse\fi +\columnseprule \z@ +\columnsep 35pt\twocolumn[\section*{Index}] + \@mkboth{INDEX}{INDEX}\thispagestyle{plain}\parindent\z@ + \parskip\z@ plus .3pt\relax\let\item\@idxitem} +\def\@idxitem{\par\hangindent 40pt} +\def\subitem{\par\hangindent 40pt \hspace*{20pt}} +\def\subsubitem{\par\hangindent 40pt \hspace*{30pt}} +\def\endtheindex{\if@restonecol\onecolumn\else\clearpage\fi} +\def\indexspace{\par \vskip 10pt plus 5pt minus 3pt\relax} +% +\def\footnoterule{\kern-3\p@ + \hrule \@height 0.2\p@ \@width 47\p@ + \kern 2.6\p@ +} + +\long\def\@makefntext#1{\parindent 1em\noindent + $^{\@thefnmark}$#1} +% +\setcounter{topnumber}{3} +\def\topfraction{.99} +\setcounter{bottomnumber}{1} +\def\bottomfraction{.5} +\setcounter{totalnumber}{3} +\def\textfraction{.01} +\def\floatpagefraction{.85} +\setcounter{dbltopnumber}{2} +\def\dbltopfraction{.95} +\def\dblfloatpagefraction{.96} +% +\long\def\@makecaption#1#2{\vskip 1pc \setbox\@tempboxa\hbox{#1.\hskip +1em\relax #2} + \ifdim \wd\@tempboxa >\hsize #1. #2\par \else \hbox +to\hsize{\hfil\box\@tempboxa\hfil} + \fi} + +\def\nocaption{\refstepcounter\@captype \par + \vskip 1pc \hbox to\hsize{\hfil \footnotesize Figure \thefigure + \hfil}} +% +\newcounter{figure} +\def\thefigure{\@arabic\c@figure} +\def\fps@figure{tbp} +\def\ftype@figure{1} +\def\ext@figure{lof} +\def\fnum@figure{Fig.\ \thefigure}% +\def\figure{\let\normalsize\footnotesize\normalsize\@float{figure}} +\let\endfigure\end@float +\@namedef{figure*}{\@dblfloat{figure}} +\@namedef{endfigure*}{\end@dblfloat} +% +\newcounter{table} +\def\thetable{\@arabic\c@table} +\def\fps@table{tbp} +\def\ftype@table{2} +\def\ext@table{lot} +\newlength\belowcaptionskip +\setlength\belowcaptionskip{1\p@} +% +\def\FigName{figure}% +\long\def\@caption#1[#2]#3{\par\begingroup + \@parboxrestore + \normalsize \bf \centering + \@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par + \endgroup} +% +% +\newbox\tbbox +\long\def\@makecaption#1#2{% + \ifx\FigName\@captype + \vskip 7.3pt + \setbox\@tempboxa\hbox{\figcaptionfont{#1}.\hskip7.3pt\relax #2\par}% + \ifdim \wd\@tempboxa >\hsize + \figcaptionfont{#1}.\hskip7.3pt\relax #2\par + \else + \centerline{\box\@tempboxa}% + \fi + \else% + \setbox\tbbox=\vbox{\hsize\tempdimen{\tablenumfont #1}\ {\tablecaptionfont #2\par}}% + \setbox\@tempboxa\hbox{\hsize\tempdimen{\tablenumfont #1}\ {\tablecaptionfont #2\par}\vphantom{jgq}}% + \ifdim \wd\@tempboxa >\tempdimen + \centerline{\box\tbbox}% + \else + \centerline{\box\@tempboxa}% + \fi + \vskip\belowcaptionskip + \fi} +% +\def\fnum@table{Table~\thetable.\ } +\def\table{\let\normalsize\footnotesize \normalsize\@float{table}} +\let\endtable\end@float +\@namedef{table*}{\@dblfloat{table}} +\@namedef{endtable*}{\end@dblfloat} +\def\ijcatable#1{\@narrowfig #1\relax + \let\caption\@atcap \let\nocaption\@atnocap + \def\@tmpnf{}\@ifnextchar[{\@xntab}{\@ntab}} +\def\endijcatable{\hbox to \textwidth{\hfil +\vbox{\hsize \@narrowfig +\box\@nfcapbox +{\baselineskip 4pt \hbox{\vrule height .4pt width \hsize}} +\vskip -1pt +\box\@nfigbox\vskip -1pt +{\baselineskip 4pt \hbox{\vrule height .4pt width \hsize}}}\hfil} +\end@float} +\def\@xntab[#1]{\def\@tmpnf{[#1]}\@ntab} +\def\@ntab{\expandafter\table\@tmpnf + \setbox\@nfigbox\vbox\bgroup + \hsize \@narrowfig \@parboxrestore} +\def\@atmakecap #1#2{\setbox\@tempboxa\hbox{#1.\hskip 1em\relax #2} + \ifdim \wd\@tempboxa >\hsize \sloppy #1.\hskip 1em\relax #2 \par \else \hbox +to\hsize{\hfil\box\@tempboxa\hfil} + \fi} +\def\@atcap{\par\egroup\refstepcounter\@captype + \@dblarg{\@atcapx\@captype}} +\long\def\@atcapx#1[#2]#3{\setbox\@nfcapbox\vbox {\hsize \wd\@nfigbox + \@parboxrestore + \@atmakecap{\csname fnum@#1\endcsname}{\ignorespaces #3}\par}} +\def\@atnocap{\egroup \refstepcounter\@captype + \setbox\@nfcapbox\vbox {\hsize \wd\@nfigbox + \hbox to\hsize{\hfil \footnotesize Table \thetable\hfil}}} +% +\newdimen\tabledim +% +\long\def\tbl#1#2{% + \setbox\tempbox\hbox{\tablefont #2}% + \tabledim\hsize\advance\tabledim by -\wd\tempbox + \tempdimen\wd\tempbox + \global\divide\tabledim\tw@ + \caption{#1} + \centerline{\box\tempbox} + }% +% +\newenvironment{tabnote}{% +\par%\addvspace{-1pt} +\tabnotefont +\@ifnextchar[{\@tabnote}{\@tabnote[]}}{% +\par} +\def\@tabnote[#1]{\def\@Tempa{#1}\leftskip\tabledim\rightskip\leftskip\ifx\@Tempa\@empty\else{\it #1:}\ \fi\ignorespaces} +% +\def\tabnoteentry#1#2{\parindent0pt\par\@hangfrom{#1}{#2}} +\def\Note#1#2{\parindent0pt\par\hangindent3.7pt{\it #1}\ #2} +% + +\def\Hline{% + \noalign{\ifnum0=`}\fi\hrule \@height .5pt \futurelet + \@tempa\@xhline} +% +\def\narrowfig#1{\@narrowfig #1\relax + \let\caption\@nfcap \let\nocaption\@nfnocap + \def\@tmpnf{}\@ifnextchar[{\@xnfig}{\@nfig}} +\def\endnarrowfig{\hbox to \textwidth{\if@nfeven + \box\@nfcapbox\hfil\box\@nfigbox + \else \box\@nfigbox\hfil\box\@nfcapbox\fi}\end@float} +\def\@xnfig[#1]{\def\@tmpnf{[#1]}\@nfig} +\def\@nfig{\expandafter\figure\@tmpnf + \setbox\@nfigbox\vbox\bgroup + \hsize \@narrowfig \@parboxrestore} +\def\@nfmakecap #1#2{\setbox\@tempboxa\hbox{#1.\hskip 1em\relax #2} + \ifdim \wd\@tempboxa >\hsize \sloppy #1.\hskip 1em\relax #2 \par \else \hbox +to\hsize{\if@nfeven\else\hfil\fi\box\@tempboxa\if@nfeven\hfil\fi} + \fi} +\def\@nfcap{\par\egroup\refstepcounter\@captype + \@dblarg{\@nfcapx\@captype}} +\long\def\@nfcapx#1[#2]#3{\@seteven + \setbox\@nfcapbox\vbox to \ht\@nfigbox + {\hsize \textwidth \advance\hsize -2pc \advance\hsize -\wd\@nfigbox + \@parboxrestore + \vfil + \@nfmakecap{\csname fnum@#1\endcsname}{\ignorespaces #3}\par + \vfil}} +\def\@nfnocap{\egroup \refstepcounter\@captype \@seteven + \setbox\@nfcapbox\vbox to \ht\@nfigbox + {\hsize \textwidth \advance\hsize -2pc \advance\hsize -\wd\@nfigbox + \@parboxrestore + \vfil + \hbox to\hsize{\if@nfeven\else\hfil\fi + \footnotesize Figure \thefigure + \if@nfeven\hfil\fi} + \vfil}} +\def\@seteven{\@nfeventrue + \@ifundefined{r@@nf\thefigure}{}{% + \edef\@tmpnf{\csname r@@nf\thefigure\endcsname}% + \edef\@tmpnf{\expandafter\@getpagenum\@tmpnf}% + \ifodd\@tmpnf\relax\@nfevenfalse\fi}% +\label{@nf\thefigure}\edef\@tmpnfx{\if@nfeven e\else o\fi} +\edef\@tmpnf{\write\@unused {\noexpand\ifodd \noexpand\c@page + \noexpand\if \@tmpnfx e\noexpand\@nfmsg{\thefigure} \noexpand\fi + \noexpand\else + \noexpand\if \@tmpnfx o\noexpand\@nfmsg{\thefigure}\noexpand\fi + \noexpand\fi }}\@tmpnf} +\def\@nfmsg#1{Bad narrowfig: Figure #1 on page \thepage} + +\newdimen\@narrowfig +\newbox\@nfigbox +\newbox\@nfcapbox +\newif\if@nfeven + + +\def\maketitle{% + \thispagestyle{titlepage}% + \newpage + \global\@topnum\z@ + \twocolumn[\@maketitle]% + \let\maketitle\relax + \global\let\@sponsors\@empty +} +% +\def\@maketitle{\newpage \thispagestyle{titlepage}\par + \begingroup \lineskip = \z@\null + \vspace{-1.75em} + \begin{picture}(5,5) + \includegraphics[width=1in]{logojuliacon.pdf} + \end{picture} + \vspace{1.75em} + \vskip -7pt\relax %-18.5pt + \parindent\z@ \LARGE {\centering \hyphenpenalty\@M + {\titlefont \@title} \par + \global\firstfoot %aiellom + \global\runningfoot %aiellom +} +\label{@firstpg} +{ +\begin{center}% + \vskip 0.1em% + {\large + \lineskip .75em% + \begin{tabular}[t]{c}% + \@author + \end{tabular}\par}% + \vskip 1.5em% + \end{center}\par + \@thanks +} + \vskip 23pt\relax + \endgroup + } +\newbox\@abstract +\newbox\@terms +\newbox\@keywords + + +% +\newenvironment{abstract} +{\section*{ABSTRACT}\par\fontsize{10}{12}\indent\ignorespaces} +% { +% { \ifvoid\@terms\else\box\@terms\fi +% \@keywords \@juliaconformat\empty}\vskip6pt} +% % +% \def\terms#1{\setbox\@terms=\vbox{\hsize20pc% +% \footnotesize% +% \parindent 0pt \noindent +% { \section*{General Terms}} \ignorespaces #1{\vspace{-0.75em}}}} +% \def\keywords#1{\gdef\@keywords{\hsize20pc% +% \parindent 0pt\noindent\ignorespaces% +% {{\vspace{-0.75em}} \section*{Keywords}} \ignorespaces #1{\vspace{1em}}}} +% %} + +\def\category#1#2#3{\@ifnextchar + [{\@category{#1}{#2}{#3}}{\@xcategory{#1}{#2}{#3}}} +\def\@category#1#2#3[#4]{\edef\@tempa{\ifx \@categories\@empty + \else ; \fi}{\def\protect{\noexpand\protect + \noexpand}\def\and{\noexpand\and}\xdef\@categories{\@categories\@tempa #1 +[{\bf #2}]: + #3\kern\z@---\hskip\z@{\it #4}}}} +\def\@xcategory#1#2#3{\edef\@tempa{\ifx \@categories\@empty \else ; +\fi}{\def\protect{\noexpand\protect\noexpand}\def\and{\noexpand + \and}\xdef\@categories{\@categories\@tempa #1 [{\bf #2}]: #3}}} +\def\@categories{} + +\newenvironment{ackslike}[1] + {\par \footnotesize + \@ucheadfalse + \@startsection{subsection}{2}{\z@}{-16pt plus -2pt minus -1pt}{2pt}{\sf}* + {\uppercase{#1}}\par\normalsize + } + {\par} +\newenvironment{acks}{\begin{ackslike}{ \normalsize\rm\bf Acknowledgments}}{\end{ackslike}} +% + +\newcommand\headingtable{% + \begin{tabular}[b]{l} {\@journalName}\end{tabular}} +\markright{\protect\headingtable} +\mark{{}{}} +\def\bull{{\fontsize{7}{7}\selectfont\raise1.6pt\hbox{$\bullet$}}} +\def\ps@myheadings{\let\@mkboth\@gobbletwo +\def\@oddhead{ \fontsize{9}{12} \rm {{\itshape\headingtable}\hfill \@volume(\@issue), \@year}} +\def\@oddfoot{\fontsize{9}{12}\@runningfoot} +\def\@evenhead{ \fontsize{9}{12} \rm {\itshape\headingtable}\hfill \@volume(\@issue), \@year} +\def\@evenfoot{\fontsize{9}{12}\@runningfoot} +\def\sectionmark##1{}\def\subsectionmark##1{}} +% +\def\@runningfoot{} +\def\runningfoot{\def\@runningfoot{ \fontsize{9}{12} \thepage}} +\def\@firstfoot{} +\def\firstfoot{\def\@firstfoot{\fontsize{9}{12} \thepage}} +\def\ps@titlepage{\let\@mkboth\@gobbletwo +\def\@oddhead{}\def\@oddfoot{\fontsize{9}{12}\@firstfoot}\def\@evenhead{}\def\@evenfoot{\fontsize{9}{12}\@firstfoot}} +% +\def\today{\ifcase\month\or + January\or February\or March\or April\or May\or June\or + July\or August\or September\or October\or November\or December\fi + \space\number\day, \number\year} +\def\@marrayclassiv{\@addtopreamble{$\displaystyle \@nextchar$}} +\def\@marrayclassz{\ifcase \@lastchclass \@acolampacol \or \@ampacol \or + \or \or \@addamp \or + \@acolampacol \or \@firstampfalse \@acol \fi +\edef\@preamble{\@preamble + \ifcase \@chnum + \hfil$\relax\displaystyle\@sharp$\hfil \or $\relax\displaystyle\@sharp$\hfil + \or \hfil$\relax\displaystyle\@sharp$\fi}} +\def\marray{\arraycolsep 2.5pt\let\@acol\@arrayacol \let\@classz\@marrayclassz + \let\@classiv\@marrayclassiv \let\\\@arraycr\def\@halignto{}\@tabarray} +\def\endmarray{\crcr\egroup\egroup} +% +\ps@myheadings \pagenumbering{arabic} \onecolumn +% +\setlength \labelsep {.5em} +\setlength \labelwidth{\leftmargini} +\addtolength\labelwidth{-\labelsep} +\@beginparpenalty -\@lowpenalty +\@endparpenalty -\@lowpenalty +\@itempenalty -\@lowpenalty +% +\def\newdef#1{\@ifnextchar[{\@xnewdef{#1}}{\@ynewdef{#1}}} +\def\@xnewdef#1[#2]#3{\newtheorem{italic@#1}[#2]{{\em #3}}\@newdef{#1}} +\def\@ynewdef#1#2{\@ifnextchar[{\@xynewdef{#1}{#2}}{\@yynewdef{#1}{#2}}} +\def\@xynewdef#1#2[#3]{\newtheorem{italic@#1}{{\em #2}}[#3]\@newdef{#1}} +\def\@yynewdef#1#2{\newtheorem{italic@#1}{{\em #2}}\@newdef{#1}} +\def\@newdef#1{\newenvironment{#1}{\@ifnextchar[{\@xstartdef{#1}}{\@ystartdef{#1}}}{\end{italic@#1}}} +\def\@xstartdef#1[#2]{\begin{italic@#1}[{\em #2}]\rm} +\def\@ystartdef#1{\begin{italic@#1}\rm} +% +%\def\@oddfoot{\hbox{}\hfill\@runningfoot \thepage} +%\def\@evenfoot{\@runningfoot\hfill\hbox{} \thepage } +%\def\firstfootsize{\@setsize\firstfootsize{9pt}\vipt\@vipt} +\def\ps@titlepage{\let\@mkboth\@gobbletwo +\def\@oddhead{\fontsize{9}{12} \rm {\hskip 19pt\itshape}}\def\@oddfoot{\hbox{}\hfill\fontsize{9}{12}\@firstfoot}% +\def\@evenhead{}\def\@evenfoot{\firstfootsize\@firstfoot\hfill\hbox{}}} +% +\def\@listI{\leftmargin\leftmargini + \labelwidth\leftmargini\advance\labelwidth-\labelsep + \parsep 0pt plus 1pt + \topsep 6pt plus 2pt minus 2pt + \itemsep 2pt plus 1pt minus .5pt} +\let\@listi\@listI +\@listi +% +\def\longenum{\ifnum \@enumdepth >3 \@toodeep\else + \advance\@enumdepth \@ne + \edef\@enumctr{enum\romannumeral\the\@enumdepth}\list + {\csname label\@enumctr\endcsname}{\usecounter + {\@enumctr}\labelwidth\z@\leftmargin\z@ + \itemindent\parindent \advance\itemindent\labelsep}\fi} +% +\def\ack{ \par \footnotesize +\@ucheadfalse +\@startsection{subsection}{2}{\z@}{-16pt plus -2pt minus + -1pt}{2pt}{\sf}*{ACKNOWLEDGMENT}\par\normalsize +} +\def\endack{\par} + +% provide both spellings of Acknowledgment(s) +\let\acknowledgments\acks +\let\endacknowledgments\endacks +\let\acknowledgment\ack +\let\endacknowledgment\endack +% +\newcommand{\bibemph}[1]{{\em#1}} +\newcommand{\bibemphic}[1]{{\em#1\/}} +\newcommand{\bibsc}[1]{{\sc#1}} + +\newcommand\bibyear[2]{% + \unskip{\hskip8pt}\ignorespaces#1\unskip + \if..#2{\hskip6pt}\else {\hskip8pt}#2 \fi +} +% +\let\l@table\l@figure +\newdimen\bibindent +\setlength\bibindent{1.5em} +\newenvironment{thebibliography}[1] + {\section{\refname}%% + \list{\@biblabel{\@arabic\c@enumiv}}% + {\settowidth\labelwidth{\@biblabel{#1}}% + \leftmargin\labelwidth + \advance\leftmargin\labelsep + \@openbib@code + \usecounter{enumiv}% + \let\p@enumiv\@empty + \renewcommand\theenumiv{\@arabic\c@enumiv}}% + \sloppy + \clubpenalty4000 + \@clubpenalty \clubpenalty + \widowpenalty4000% + \sfcode`\.\@m} + {\def\@noitemerr + {\@latex@warning{Empty `thebibliography' environment}}% + \endlist} +\newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em} +\let\@openbib@code\@empty + +% +\DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm} +\DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf} +\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt} +\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf} +\DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit} +\DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl} +\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc} +\DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal} +\DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal} +% +\def\@juliaconformat{} +\def\juliaconformat#1{\gdef\@juliaconformat{\noindent{\bf JuliaCon Reference Format:}\\[2pt] #1\par}} +% +\def\received#1#2{% + \par% + \tiny + \addvspace{12\p@}% + \parindent\z@% +\small\scriptsize{Received\ #1;\ accepted\ #2}% +\par% +} + +% +\sloppy +\clubpenalty10000 +\widowpenalty10000% +\@lowpenalty 51 +\@medpenalty 151 +\@highpenalty 301 +% +\@beginparpenalty -\@lowpenalty +\@endparpenalty -\@lowpenalty +\@itempenalty -\@lowpenalty + +\voffset-5pc +\hoffset-6.03pc + +\usepackage{times} +%% \usepackage[mtbold]{mathtime} +\usepackage{bm} +\usepackage{graphicx}% Include figure files +\usepackage{hyperref} +%%\usepackage{microtype} +\renewcommand{\ttdefault}{cmtt} + +\usepackage{jlcode} + +\usepackage{authblk} + +% Fixes issue related to listing captions: https://github.com/JuliaCon/JuliaConSubmission.jl/issues/31 +\usepackage{caption} +\captionsetup[lstlisting]{singlelinecheck=false, margin=0pt} +\renewcommand\lstlistingname{Code} + +\endinput + +% end of juliacon.cls \ No newline at end of file diff --git a/_extensions/pat-alt/juliacon-proceedings/juliagraphs.png b/_extensions/pat-alt/juliacon-proceedings/juliagraphs.png new file mode 100644 index 00000000..99ca30c3 Binary files /dev/null and b/_extensions/pat-alt/juliacon-proceedings/juliagraphs.png differ diff --git a/_extensions/pat-alt/juliacon-proceedings/logojuliacon.pdf b/_extensions/pat-alt/juliacon-proceedings/logojuliacon.pdf new file mode 100644 index 00000000..744eaee6 Binary files /dev/null and b/_extensions/pat-alt/juliacon-proceedings/logojuliacon.pdf differ diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/_affiliations.tex b/_extensions/pat-alt/juliacon-proceedings/partials/_affiliations.tex new file mode 100644 index 00000000..6da89c32 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/_affiliations.tex @@ -0,0 +1 @@ +\affil[$it.number$]{$if(it.name)$$it.name$$endif$} \ No newline at end of file diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/_authors.tex b/_extensions/pat-alt/juliacon-proceedings/partials/_authors.tex new file mode 100644 index 00000000..6a48b22d --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/_authors.tex @@ -0,0 +1,10 @@ +$-- You can use as many custom partials as you need. Convention is to prefix name with '_' +$-- It can be useful to use such template to split some template parts in smaller pieces, which is easier to reuse. +$-- This '_custom.tex' is used on 'title.tex' as example. +$-- See other existing format in quarto-journals/ organisation. +$-- %%%% TODO %%%%% +$-- Use it if you need to insert content at this specific place of the main Pandoc's template. Otherwise, remove it. +$-- Here we are using it to format the authors part of the template. +$-- %%%%%%%%%%%%%%% + +\author[$for(it.affiliations)$$it.number$$sep$,$endfor$]{$it.name.literal$} \ No newline at end of file diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/after-body.tex b/_extensions/pat-alt/juliacon-proceedings/partials/after-body.tex new file mode 100644 index 00000000..9e3ef6b6 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/after-body.tex @@ -0,0 +1,4 @@ +$-- Placed at the end of the body, after 'include-after' content +$-- %%%% TODO %%%%% +$-- Use it if you need to insert content at this specific place of the main Pandoc's template. Otherwise, remove it. +$-- %%%%%%%%%%%%%%% \ No newline at end of file diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/before-bib.tex b/_extensions/pat-alt/juliacon-proceedings/partials/before-bib.tex new file mode 100644 index 00000000..41d18988 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/before-bib.tex @@ -0,0 +1,4 @@ +$-- Placed after the content of the document, but before the bibliography. +$-- %%%% TODO %%%%% +$-- Use it if you need to insert content at this specific place of the main Pandoc's template. Otherwise, remove it. +$-- %%%%%%%%%%%%%%% \ No newline at end of file diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/before-body.tex b/_extensions/pat-alt/juliacon-proceedings/partials/before-body.tex new file mode 100644 index 00000000..323d2078 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/before-body.tex @@ -0,0 +1,40 @@ +$-- Implements the frontmatter, title page, and abstract. +$-- +$-- %%%% TODO %%%%% +$-- Customize is needed, otherwise remove this partials to use Quarto default one +$-- %%%%%%%%%%%%%%%% +$if(has-frontmatter)$ +\frontmatter +$endif$ +$if(title)$ +$if(beamer)$ +\frame{\titlepage} +$else$ +\maketitle +$endif$ +$endif$ + +% Abstract +$if(abstract)$ +\begin{abstract} + +$abstract$ +\end{abstract} +$endif$ + +% Keywords +$if(keywords)$ +\JCONkeywords{$for(keywords)$$keywords$$sep$, $endfor$} +$endif$ + +% Hypersetup +\hypersetup{ + pdftitle = {$title$}, + pdfsubject = {JuliaCon \@year Proceedings}, + pdfauthor = {$for(author)$$author$$sep$, $endfor$}, + pdfkeywords = {$for(keywords)$$keywords$$sep$, $endfor$}, +} + +\setcounter{page}{1} + + diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/biblio.tex b/_extensions/pat-alt/juliacon-proceedings/partials/biblio.tex new file mode 100644 index 00000000..4d603d3e --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/biblio.tex @@ -0,0 +1,38 @@ +$-- Necessary content to creates the bibliography. +$-- Bibliography style is defined in the main template. Use `biblio-style` YAML key to customize the .bst file for natbib. +$-- If your CLS file already define a style file, then set `biblio-config: false` to deactivate the main template configuration, otherwise there could be a conflict. +$-- +$-- %%%% TODO %%%%% +$-- Customize is needed, otherwise remove this partials to use Quarto default one. +$-- %%%%%%%%%%%%%%%% +$if(natbib)$ +$if(bibliography)$ +$if(biblio-title)$ +$if(has-chapters)$ +\renewcommand\bibname{$biblio-title$} +$else$ +\renewcommand\refname{$biblio-title$} +$endif$ +$endif$ +$if(beamer)$ +\begin{frame}[allowframebreaks]{$biblio-title$} + \bibliographytrue +$endif$ + \bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$} +$if(beamer)$ +\end{frame} +$endif$ + +$endif$ +$endif$ +$if(biblatex)$ +$if(beamer)$ +\begin{frame}[allowframebreaks]{$biblio-title$} + \bibliographytrue + \printbibliography[heading=none] +\end{frame} +$else$ +\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$ +$endif$ + +$endif$ \ No newline at end of file diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/citations.tex b/_extensions/pat-alt/juliacon-proceedings/partials/citations.tex new file mode 100644 index 00000000..8ee95111 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/citations.tex @@ -0,0 +1,30 @@ +$-- When using CSL references, provides configuration and commands for outputing the bibliography. +$-- +$-- %%%% TODO %%%%% +$-- Remove this partials to use Quarto default one unless you really need to tweak it +$-- %%%%%%%%%%%%%%%% +$if(csl-refs)$ +\newlength{\cslhangindent} +\setlength{\cslhangindent}{1.5em} +\newlength{\csllabelwidth} +\setlength{\csllabelwidth}{3em} +\newlength{\cslentryspacingunit} % times entry-spacing +\setlength{\cslentryspacingunit}{\parskip} +\newenvironment{CSLReferences}[2] % #1 hanging-ident, #2 entry spacing + {% don't indent paragraphs + \setlength{\parindent}{0pt} + % turn on hanging indent if param 1 is 1 + \ifodd #1 + \let\oldpar\par + \def\par{\hangindent=\cslhangindent\oldpar} + \fi + % set entry spacing + \setlength{\parskip}{#2\cslentryspacingunit} + }% + {} +\usepackage{calc} +\newcommand{\CSLBlock}[1]{#1\hfill\break} +\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{#1}} +\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break} +\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} +$endif$ diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/doc-class.tex b/_extensions/pat-alt/juliacon-proceedings/partials/doc-class.tex new file mode 100644 index 00000000..f629496a --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/doc-class.tex @@ -0,0 +1,10 @@ +$-- Contains the document class declaration and options. +$-- By default we provide the identical document class that Pandoc provides, implementing many features. +$-- If provide this partial in your format, you will need to either implement support for the usaul document class options in addition to other one +$-- or be aware that pandoc supported options (e.g. font-size, paper-size, classoption, etc├ö├ç┬¬) will not be supported in your format. +$-- +$-- %%%% TODO %%%%% +$-- Customize is needed, otherwise remove this partials to use Quarto default one +$-- %%%%%%%%%%%%%%%% + +\documentclass{juliacon} \ No newline at end of file diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/graphics.tex b/_extensions/pat-alt/juliacon-proceedings/partials/graphics.tex new file mode 100644 index 00000000..3c0f0979 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/graphics.tex @@ -0,0 +1,20 @@ +$-- Provides image scaling and placement configuration. +$-- +$-- %%%% TODO %%%%% +$-- Customize is needed, otherwise remove this partials to use Quarto default one +$-- %%%%%%%%%%%%%%%% +$if(graphics)$ +\usepackage{graphicx} +\makeatletter +\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi} +\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi} +\makeatother +% Scale images if necessary, so that they will not overflow the page +% margins by default, and it is still possible to overwrite the defaults +% using explicit options in \includegraphics[width, height, ...]{} +\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio} +% Set default figure placement to htbp +\makeatletter +\def\fps@figure{htbp} +\makeatother +$endif$ diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/journal_dat.tex b/_extensions/pat-alt/juliacon-proceedings/partials/journal_dat.tex new file mode 100644 index 00000000..ccf8e467 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/journal_dat.tex @@ -0,0 +1,6 @@ +% **************GENERATED FILE, DO NOT EDIT************** + +\def\@journalName{Proceedings of JuliaCon} +\def\@volume{1} +\def\@issue{1} +\def\@year{2022} diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/pandoc.tex b/_extensions/pat-alt/juliacon-proceedings/partials/pandoc.tex new file mode 100644 index 00000000..ce48931c --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/pandoc.tex @@ -0,0 +1,26 @@ +$-- This includes configuration for text highlighting, tables, graphics, tight lists, citations, and header includes. +$-- In general, this partial will not be included in your custom template, unless you may know that certain capabilities will not be needed, s +$-- so you can tweak this partial to its included partials usage that are not needed + +$-- %%%% TODO %%%%% +$-- Customize is needed, otherwise remove this partials to use Quarto default one +$-- %%%%%%%%%%%%%%%% + +$-- Required to use Pandoc highlighting feature +$if(highlighting-macros)$ +$highlighting-macros$ +$endif$ + +$-- Provides the tight list command required for Pandoc lists feature +$tightlist.tex()$ +$-- Provides configuration for the output of tables, table captioning, and footnotes within tables. +$tables.tex()$ +$-- Provides image scaling and placement configuration. +$graphics.tex()$ +$-- When using CSL references, provides configuration and commands for outputing the bibliography. +$citations.tex()$ + +$-- Required for inclusion of includes in header +$for(header-includes)$ +$header-includes$ +$endfor$ \ No newline at end of file diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/tables.tex b/_extensions/pat-alt/juliacon-proceedings/partials/tables.tex new file mode 100644 index 00000000..11b9399b --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/tables.tex @@ -0,0 +1,28 @@ +$-- Provides configuration for the output of tables, table captioning, and footnotes within tables. +$-- +$-- %%%% TODO %%%%% +$-- Customize is needed, otherwise remove this partials to use Quarto default one +$-- %%%%%%%%%%%%%%%% +$if(tables)$ +\usepackage{longtable,booktabs,array} +$if(multirow)$ +\usepackage{multirow} +$endif$ +\usepackage{calc} % for calculating minipage widths +$if(beamer)$ +\usepackage{caption} +% Make caption package work with longtable +\makeatletter +\def\fnum@table{\tablename~\thetable} +\makeatother +$else$ +% Correct order of tables after \paragraph or \subparagraph +\usepackage{etoolbox} +\makeatletter +\patchcmd\longtable{\par}{\if@noskipsec\mbox{}\fi\par}{}{} +\makeatother +% Allow footnotes in longtable head/foot +\IfFileExists{footnotehyper.sty}{\usepackage{footnotehyper}}{\usepackage{footnote}} +\makesavenoteenv{longtable} +$endif$ +$endif$ diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/tightlist.tex b/_extensions/pat-alt/juliacon-proceedings/partials/tightlist.tex new file mode 100644 index 00000000..28a73d30 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/tightlist.tex @@ -0,0 +1,7 @@ +$-- Provides the tight list command required by Pandoc +$-- +$-- %%%% TODO %%%%% +$-- Remove this partials to use Quarto default one unless you really need to tweak the tighlist command +$-- %%%%%%%%%%%%%%%% +\providecommand{\tightlist}{% + \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} \ No newline at end of file diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/title.tex b/_extensions/pat-alt/juliacon-proceedings/partials/title.tex new file mode 100644 index 00000000..d6c6f871 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/title.tex @@ -0,0 +1,23 @@ +$-- Provides configuration of document metadata for writing the title block. +$-- Note that in addition to these templates and partials, Quarto will also make normalized authors and affiliations data available to the template, +$-- making is easy to write custom title blocks against a standard schema. +$-- +$-- %%%% TODO %%%%% +$-- Customize is needed, like below for printing the authors. Otherwise remove this partials to use Quarto default one. +$-- %%%%%%%%%%%%%%%% + +$if(title)$ +\title{$title$$if(thanks)$\thanks{$thanks$}$endif$} +$endif$ +$if(subtitle)$ +\usepackage{etoolbox} +\makeatletter +\providecommand{\subtitle}[1]{% add subtitle to \maketitle + \apptocmd{\@title}{\par {\large #1 \par}}{}{} +} +\makeatother +\subtitle{$subtitle$} +$endif$ +$by-author:_authors.tex()$ +$by-affiliation:_affiliations.tex()$ +\date{$date$} \ No newline at end of file diff --git a/_extensions/pat-alt/juliacon-proceedings/partials/toc.tex b/_extensions/pat-alt/juliacon-proceedings/partials/toc.tex new file mode 100644 index 00000000..323bc6df --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/partials/toc.tex @@ -0,0 +1,32 @@ +$-- Creates the table of contents, list of figures, and list of tables. +$-- +$-- %%%% TODO %%%%% +$-- Customize is needed, otherwise remove this partials to use Quarto default one +$-- %%%%%%%%%%%%%%%% +$if(toc)$ +$if(toc-title)$ +\renewcommand*\contentsname{$toc-title$} +$endif$ +$if(beamer)$ +\begin{frame}[allowframebreaks] +$if(toc-title)$ + \frametitle{$toc-title$} +$endif$ + \tableofcontents[hideallsubsections] +\end{frame} +$else$ +{ +$if(colorlinks)$ +\hypersetup{linkcolor=$if(toccolor)$$toccolor$$else$$endif$} +$endif$ +\setcounter{tocdepth}{$toc-depth$} +\tableofcontents +} +$endif$ +$endif$ +$if(lof)$ +\listoffigures +$endif$ +$if(lot)$ +\listoftables +$endif$ \ No newline at end of file diff --git a/_extensions/pat-alt/juliacon-proceedings/styles.css b/_extensions/pat-alt/juliacon-proceedings/styles.css new file mode 100644 index 00000000..52843267 --- /dev/null +++ b/_extensions/pat-alt/juliacon-proceedings/styles.css @@ -0,0 +1 @@ +/* TODO: Use css to format the HTML output */ diff --git a/_freeze/paper/src/paper/execute-results/pdf.json b/_freeze/paper/src/paper/execute-results/pdf.json new file mode 100644 index 00000000..e7f5401a --- /dev/null +++ b/_freeze/paper/src/paper/execute-results/pdf.json @@ -0,0 +1,10 @@ +{ + "hash": "ce538990faaab254ac3ca457ff1d3467", + "result": { + "markdown": "---\ntitle: Effortless Bayesian Deep Learning in Julia through Laplace\nkeywords:\n - Julia\n - Probabilistic Machine Learning\n - Laplace Approximation\n - Deep Learning\n - Artificial Intelligence\nauthors:\n - name: Patrick Altmeyer\n orcid: 0000-0003-4726-8613\n affiliation:\n - name: Delft University of Technology\ndate: 17 November 2023\nbibliography: ref.bib\nformat:\n juliacon-proceedings-pdf:\n keep-tex: true\nexecute:\n eval: false\n echo: false\npdf-engine: quarto\nlatex-output-dir: paper/\noutput-file: q_paper.pdf\n---\n\n\n\n# Background {#sec-intro}\n\nOver the past decade, Deep Learning (DL) has arguably been one of the dominating subdisciplines of Artificial Intelligence. Despite the tremendous success of deep neural networks, practitioners and researchers have also pointed to a vast number of pitfalls that have so far inhibited the use of DL in safety-critical applications. Among other things, these pitfalls include a lack of adversarial robustness [@goodfellow2014explaining] and an inherent opaqueness of deep neural networks, often described as the black-box problem. \n\nIn deep learning, the number of parameters relative to the size of the available data is generally huge: \n\n> [...] deep neural networks are typically very underspecified by the available data, and [...] parameters [therefore] correspond to a diverse variety of compelling explanations for the data. \n> @wilson2020case\n\nA scenario like this very much calls for treating model predictions probabilistically [@wilson2020case]. It is therefore not surprising that interest in Bayesian deep learning has grown in recent years as researchers have tackled the problem from a wide range of angles including MCMC (see [`Turing`](https://turing.ml/dev/tutorials/03-bayesian-neural-network/)), Mean Field Variational Inference [@blundell2015weight], Monte Carlo Dropout [@gal2016dropout] and Deep Ensembles [@lakshminarayanan2016simple]. Laplace Redux [@immer2020improving,@daxberger2021laplace] is one of the most recent and promising approaches to Bayesian neural networks (BNN). \n\n# Laplace Approximation for Deep Learning {#sec-body}\n\nLet $\\mathcal{D}=\\{x,y\\}_{n=1}^N$ denote our feature-label pairs and let $f(x;\\theta)=y$ denote some deep neural network specified by its parameters $\\theta$. We are interested in estimating the posterior predictive distribution given by the following Bayesian model average (BMA):\n\n$$\np(y|x,\\mathcal{D}) = \\int p(y|x,\\theta)p(\\theta|\\mathcal{D})d\\theta\n$$ {#eq-bma}\n\nTo do so we first need to compute the weight posterior $p(\\theta|\\mathcal{D})$. Laplace Approximation (LA) relies on the fact that the second-order Taylor expansion of this posterior amounts to a multivariate Gaussian $q(\\theta)=\\mathcal{N}(\\hat\\mu,\\hat\\Sigma)$ centred around the maximum a posteriori (MAP) estimate $\\hat\\mu=\\hat{\\theta}=\\arg\\max_{\\theta}p(\\theta|\\mathcal{D})$ with covariance equal to the negative inverse Hessian of our loss function evaluated at the mode $\\hat{\\Sigma}=-(\\hat{\\mathcal{H}}|_{\\hat{\\theta}})^{-1}$. \n\nTo apply Laplace in the context of deep learning, we can train our network in the standard way by minimizing the negative log-likelihood $\\ell(\\theta)=-\\log p(y|x,\\mathcal{D})$. To obtain Gaussian LA weight posterior we then only need to compute the Hessian evaluated at the obtained MAP estimate. \n\nLaplace Approximation itself dates back to the 18th century, but despite its simplicity, it has not been widely used or studied by the deep learning community until recently. One reason for this may be that for large neural networks with many parameters, the exact Hessian computation is prohibitive. One can rely on linearized approximations of the Hessian, but those still scale quadratically in the number of parameters. Fortunately, recent work has shown that block-diagonal factorizations can be successfully applied in this context [@martens2015optimizing]. \n\nAnother reason why LA may have been neglected in the past is that early attempts at using it for deep learning failed: simply sampling from the Laplace posterior to compute the exact BNN posterior predictive distribution in @eq-bma does not work when using approximations for the Hessian [@lawrence2001variational]. Instead, we can use a linear expansion of the predictive around the mode as demonstrated by @immer2020improving. Formally, we locally linearize our network,\n\n$$\nf^{\\hat{\\theta}}_{\\mbox{lin}}(x;\\theta)=f(x;\\hat{\\theta}) + \\mathcal{J}_{\\theta}(\\theta-\\hat{\\theta})\n$$ {#eq-glm}\n \nwhich turns the BNN into a Bayesian generalized linear model (GLM) where $\\hat{\\theta}$ corresponds to the MAP estimate as before. The corresponding GLM predictive, \n\n$$\np(y|x,\\mathcal{D}) = \\mathbb{E} \\left[ p(y|f^{\\hat{\\theta}}_{\\mbox{lin}}(x;\\theta_n)) \\right], \\ \\ \\ \\theta_n \\sim q(\\theta)\n$$ {#eq-glm-predictive}\n\nhas a closed-form solution for regression problems. For classification problems it can be approximated using (extended) probit approximation [@daxberger2021laplace]. \n\n@immer2020improving provide a much more detailed exposition of the above with a focus on theoretical underpinnings and intuition. @daxberger2021laplace introduce Laplace Redux from more of an applied perspective and present a comprehensive Python implementation: [laplace](https://aleximmer.github.io/Laplace/).\n\n# `LaplaceRedux.jl` --- a Julia implementation\n\nThe `LaplaceRedux.jl` package is intended to make this new methodological framework available to the Julia community. It is interfaced with the popular deep learning library, [`Flux.jl`](https://fluxml.ai/). \n\n\n\nUsing just a few lines of code the package enables users to compute and apply Laplace Redux to their pre-trained neural networks. A basic usage example is shown in listing \\ref{lst:laplace}: the `Laplace` function simply wraps the Flux neural network `nn`. The returned instance is then fitted to data using the generic `fit!` method. Finally, the prior precision $\\lambda$ is optimized through Empirical Bayes [@daxberger2021laplace]. Calling the generic `predict` method on the fitted instance will generate GLM predictions according to @eq-glm-predictive.\n\n\n\n\\begin{lstlisting}[language=Julia, escapechar=@, numbers=left, label={lst:laplace}, caption={}]\nla = Laplace(nn; likelihood=:classification)\nfit!(la, data)\noptimize_prior!(la)\n\\end{lstlisting}\n\n\n\n@fig-class shows an example involving a synthetic data set consisting of two classes. Contours indicate the predicted probabilities using the plugin estimator (left), untuned Laplace Approximation (center) and finally optimized LA (right). For the latter two, the respective choices for the prior precision parameter $\\lambda$ are indicated in the title. Relying solely on the MAP estimate, the plugin estimator produces overly confident predictions. Conversely, the GLM predictions account for predictive uncertainty as captured by the Laplace posterior.\n\n@fig-reg presents a regression example with optimized LA. Wide regions of the confidence interval (shaded area) indicate high predictive uncertainty. Intuitively, the estimated predictive uncertainty increases significantly in regions characterized by high epistemic uncertainty: epistemic uncertainty arises in regions of the domain that have not been observed by the classifier, so regions that are free of training samples. \n\n\n\n![Posterior predictive distribution for binary classifier: plugin estimate (left), untuned LA (center) and optimized LA (right). The colour of the contour indicates the predicted class probabilities: the more yellow a region, the more confident the classifier that samples belong to the orange class.](www/posterior_predictive_mlp.png){#fig-class width=\"20pc\" height=\"6.7pc\"}\n\n![Posterior predictive distribution for regressor: wide regions of the confidence interval (shaded area) indicate high predictive uncertainty.](www/regression.png){#fig-reg width=\"20pc\" height=\"10pc\"}\n\n# Discussion and Outlook {#sec-con}\n\nAt the time of writing, the package is still in its infancy and its functionality is limited. It currently lacks multi-class support and still works with full Hessian approximations, as opposed to the less expensive (block-) diagonal variants. That being said, choices regarding the package architecture were made with these future development opportunities in mind. This should hopefully make the package attractive to other Julia developers interested in the topic.\n\nLaplace Redux is an exciting and promising recent development in Bayesian deep learning. The goal of this project is to bring this framework to the attention of the Julia machine-learning community. The package `LaplaceRedux.jl` offers a starting ground for a full-fledged implementation in pure Julia. Future developments are planned and contributions are very much welcome.\n\n# Acknowledgements {#sec-ack}\n\nI am grateful to my PhD supervisors Cynthia C. S. Liem and Arie van Deursen for being so supportive of my work on open-source developments. I am also grateful to the Julia community for being so kind, welcoming and helpful. \n\n", + "supporting": [ + "paper_files" + ], + "filters": [] + } +} \ No newline at end of file diff --git a/_freeze/paper/src/paper/execute-results/tex.json b/_freeze/paper/src/paper/execute-results/tex.json new file mode 100644 index 00000000..21fc3007 --- /dev/null +++ b/_freeze/paper/src/paper/execute-results/tex.json @@ -0,0 +1,10 @@ +{ + "hash": "fbf594a28da7108d38ed1482a1497238", + "result": { + "markdown": "---\ntitle: Effortless Bayesian Deep Learning in Julia through Laplace\nabstract: |\n Treating deep neural networks probabilistically comes with numerous advantages including improved robustness and greater interpretability. These factors are key to building Artificial Intelligence (AI) that is trustworthy. A drawback commonly associated with existing Bayesian methods is that they increase computational costs. Recent work has shown that Bayesian deep learning can be effortless through Laplace approximation. We propose a small Julia package, `LaplaceRedux.jl` that implements this new approach for deep neural networks trained in `Flux.jl`.\nkeywords:\n - Julia\n - Probabilistic Machine Learning\n - Laplace Approximation\n - Deep Learning\n - Artificial Intelligence\nauthors:\n - name: Patrick Altmeyer\n orcid: 0000-0003-4726-8613\n affiliation:\n - name: Delft University of Technology\ndate: 17 November 2023\nbibliography: ref.bib\nformat:\n juliacon-proceedings-pdf:\n keep-tex: true\nexecute:\n eval: false\n echo: false\n---\n\n\n\n# Background {#sec-intro}\n\nOver the past decade, Deep Learning (DL) has arguably been one of the dominating subdisciplines of Artificial Intelligence. Despite the tremendous success of deep neural networks, practitioners and researchers have also pointed to a vast number of pitfalls that have so far inhibited the use of DL in safety-critical applications. Among other things, these pitfalls include a lack of adversarial robustness [@goodfellow2014explaining] and an inherent opaqueness of deep neural networks, often described as the black-box problem. \n\nIn deep learning, the number of parameters relative to the size of the available data is generally huge: \n\n> [...] deep neural networks are typically very underspecified by the available data, and [...] parameters [therefore] correspond to a diverse variety of compelling explanations for the data. \n> @wilson2020case\n\nA scenario like this very much calls for treating model predictions probabilistically [@wilson2020case]. It is therefore not surprising that interest in Bayesian deep learning has grown in recent years as researchers have tackled the problem from a wide range of angles including MCMC (see [`Turing`](https://turing.ml/dev/tutorials/03-bayesian-neural-network/)), Mean Field Variational Inference [@blundell2015weight], Monte Carlo Dropout [@gal2016dropout] and Deep Ensembles [@lakshminarayanan2016simple]. Laplace Redux [@immer2020improving;@daxberger2021laplace] is one of the most recent and promising approaches to Bayesian neural networks (BNN). \n\n# Laplace Approximation for Deep Learning {#sec-body}\n\nLet $\\mathcal{D}=\\{x,y\\}_{n=1}^N$ denote our feature-label pairs and let $f(x;\\theta)=y$ denote some deep neural network specified by its parameters $\\theta$. We are interested in estimating the posterior predictive distribution given by the following Bayesian model average (BMA):\n\n$$\np(y|x,\\mathcal{D}) = \\int p(y|x,\\theta)p(\\theta|\\mathcal{D})d\\theta\n$$ {#eq-bma}\n\nTo do so we first need to compute the weight posterior $p(\\theta|\\mathcal{D})$. Laplace Approximation (LA) relies on the fact that the second-order Taylor expansion of this posterior amounts to a multivariate Gaussian $q(\\theta)=\\mathcal{N}(\\hat\\mu,\\hat\\Sigma)$ centred around the maximum a posteriori (MAP) estimate $\\hat\\mu=\\hat{\\theta}=\\arg\\max_{\\theta}p(\\theta|\\mathcal{D})$ with covariance equal to the negative inverse Hessian of our loss function evaluated at the mode $\\hat{\\Sigma}=-(\\hat{\\mathcal{H}}|_{\\hat{\\theta}})^{-1}$. \n\nTo apply Laplace in the context of deep learning, we can train our network in the standard way by minimizing the negative log-likelihood $\\ell(\\theta)=-\\log p(y|x,\\mathcal{D})$. To obtain Gaussian LA weight posterior we then only need to compute the Hessian evaluated at the obtained MAP estimate. \n\nLaplace Approximation itself dates back to the 18th century, but despite its simplicity, it has not been widely used or studied by the deep learning community until recently. One reason for this may be that for large neural networks with many parameters, the exact Hessian computation is prohibitive. One can rely on linearized approximations of the Hessian, but those still scale quadratically in the number of parameters. Fortunately, recent work has shown that block-diagonal factorizations can be successfully applied in this context [@martens2015optimizing]. \n\nAnother reason why LA may have been neglected in the past is that early attempts at using it for deep learning failed: simply sampling from the Laplace posterior to compute the exact BNN posterior predictive distribution in @eq-bma does not work when using approximations for the Hessian [@lawrence2001variational]. Instead, we can use a linear expansion of the predictive around the mode as demonstrated by @immer2020improving. Formally, we locally linearize our network,\n\n$$\nf^{\\hat{\\theta}}_{\\mbox{lin}}(x;\\theta)=f(x;\\hat{\\theta}) + \\mathcal{J}_{\\theta}(\\theta-\\hat{\\theta})\n$$ {#eq-glm}\n \nwhich turns the BNN into a Bayesian generalized linear model (GLM) where $\\hat{\\theta}$ corresponds to the MAP estimate as before. The corresponding GLM predictive, \n\n$$\np(y|x,\\mathcal{D}) = \\mathbb{E} \\left[ p(y|f^{\\hat{\\theta}}_{\\mbox{lin}}(x;\\theta_n)) \\right], \\ \\ \\ \\theta_n \\sim q(\\theta)\n$$ {#eq-glm-predictive}\n\nhas a closed-form solution for regression problems. For classification problems it can be approximated using (extended) probit approximation [@daxberger2021laplace]. \n\n@immer2020improving provide a much more detailed exposition of the above with a focus on theoretical underpinnings and intuition. @daxberger2021laplace introduce Laplace Redux from more of an applied perspective and present a comprehensive Python implementation: [laplace](https://aleximmer.github.io/Laplace/).\n\n# `LaplaceRedux.jl` --- a Julia implementation\n\nThe `LaplaceRedux.jl` package is intended to make this new methodological framework available to the Julia community. It is interfaced with the popular deep learning library, [`Flux.jl`](https://fluxml.ai/). \n\n\n\nUsing just a few lines of code the package enables users to compute and apply Laplace Redux to their pre-trained neural networks. A basic usage example is shown in listing \\ref{lst:laplace}: the `Laplace` function simply wraps the Flux neural network `nn`. The returned instance is then fitted to data using the generic `fit!` method. Finally, the prior precision $\\lambda$ is optimized through Empirical Bayes [@daxberger2021laplace]. Calling the generic `predict` method on the fitted instance will generate GLM predictions according to @eq-glm-predictive.\n\n\n\n\\begin{lstlisting}[language=Julia, escapechar=@, numbers=left, label={lst:laplace}, caption={}]\nla = Laplace(nn; likelihood=:classification)\nfit!(la, data)\noptimize_prior!(la)\n\\end{lstlisting}\n\n\n\n@fig-class shows an example involving a synthetic data set consisting of two classes. Contours indicate the predicted probabilities using the plugin estimator (left), untuned Laplace Approximation (center) and finally optimized LA (right). For the latter two, the respective choices for the prior precision parameter $\\lambda$ are indicated in the title. Relying solely on the MAP estimate, the plugin estimator produces overly confident predictions. Conversely, the GLM predictions account for predictive uncertainty as captured by the Laplace posterior.\n\n@fig-reg presents a regression example with optimized LA. Wide regions of the confidence interval (shaded area) indicate high predictive uncertainty. Intuitively, the estimated predictive uncertainty increases significantly in regions characterized by high epistemic uncertainty: epistemic uncertainty arises in regions of the domain that have not been observed by the classifier, so regions that are free of training samples. \n\n\n\n![Posterior predictive distribution for binary classifier: plugin estimate (left), untuned LA (center) and optimized LA (right). The colour of the contour indicates the predicted class probabilities: the more yellow a region, the more confident the classifier that samples belong to the orange class.](www/posterior_predictive_mlp.png){#fig-class width=\"20pc\" height=\"6.7pc\"}\n\n![Posterior predictive distribution for regressor: wide regions of the confidence interval (shaded area) indicate high predictive uncertainty.](www/regression.png){#fig-reg width=\"20pc\" height=\"10pc\"}\n\n# Discussion and Outlook {#sec-con}\n\nAt the time of writing, the package is still in its infancy and its functionality is limited. It currently lacks multi-class support and still works with full Hessian approximations, as opposed to the less expensive (block-) diagonal variants. That being said, choices regarding the package architecture were made with these future development opportunities in mind. This should hopefully make the package attractive to other Julia developers interested in the topic.\n\nLaplace Redux is an exciting and promising recent development in Bayesian deep learning. The goal of this project is to bring this framework to the attention of the Julia machine-learning community. The package `LaplaceRedux.jl` offers a starting ground for a full-fledged implementation in pure Julia. Future developments are planned and contributions are very much welcome.\n\n# Acknowledgements {#sec-ack}\n\nI am grateful to my PhD supervisors Cynthia C. S. Liem and Arie van Deursen for being so supportive of my work on open-source developments. I am also grateful to the Julia community for being so kind, welcoming and helpful. \n\n", + "supporting": [ + "paper_files" + ], + "filters": [] + } +} \ No newline at end of file diff --git a/paper/_paper.aux b/paper/_paper.aux deleted file mode 100644 index c9c31461..00000000 --- a/paper/_paper.aux +++ /dev/null @@ -1,58 +0,0 @@ -\relax -\providecommand\hyper@newdestlabel[2]{} -\providecommand*\new@tpo@label[2]{} -\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} -\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined -\global\let\oldcontentsline\contentsline -\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} -\global\let\oldnewlabel\newlabel -\gdef\newlabel#1#2{\newlabelxx{#1}#2} -\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} -\AtEndDocument{\ifx\hyper@anchor\@undefined -\let\contentsline\oldcontentsline -\let\newlabel\oldnewlabel -\fi} -\fi} -\global\let\hyper@last\relax -\gdef\HyperFirstAtBeginDocument#1{#1} -\providecommand\HyField@AuxAddToFields[1]{} -\providecommand\HyField@AuxAddToCoFields[2]{} -\providecommand\BKM@entry[2]{} -\BKM@entry{id=1,dest={73656374696F6E2A2E32},srcline={151}}{5C3337365C3337375C303030425C303030615C303030635C3030306B5C303030675C303030725C3030306F5C303030755C3030306E5C30303064} -\citation{goodfellow2014explaining} -\citation{wilson2020case} -\citation{wilson2020case} -\citation{blundell2015weight} -\citation{gal2016dropout} -\citation{lakshminarayanan2016simple} -\citation{immer2020improving} -\citation{daxberger2021laplace} -\BKM@entry{id=2,dest={73656374696F6E2A2E34},srcline={185}}{5C3337365C3337375C3030304C5C303030615C303030705C3030306C5C303030615C303030635C303030655C3030305C3034305C303030415C303030705C303030705C303030725C3030306F5C303030785C303030695C3030306D5C303030615C303030745C303030695C3030306F5C3030306E5C3030305C3034305C303030665C3030306F5C303030725C3030305C3034305C303030445C303030655C303030655C303030705C3030305C3034305C3030304C5C303030655C303030615C303030725C3030306E5C303030695C3030306E5C30303067} -\citation{martens2015optimizing} -\@writefile{toc}{\contentsline {section}{\nonumberline Background}{1}{section*.2}\protected@file@percent } -\newlabel{sec-intro}{{}{1}{Background}{section*.2}{}} -\@writefile{toc}{\contentsline {section}{\nonumberline Laplace Approximation for Deep Learning}{1}{section*.4}\protected@file@percent } -\newlabel{sec-body}{{}{1}{Laplace Approximation for Deep Learning}{section*.4}{}} -\newlabel{eq-bma}{{1}{1}{Laplace Approximation for Deep Learning}{equation.0.1}{}} -\citation{lawrence2001variational} -\citation{immer2020improving} -\citation{daxberger2021laplace} -\citation{immer2020improving} -\citation{daxberger2021laplace} -\BKM@entry{id=3,dest={73656374696F6E2A2E36},srcline={256}}{5C3337365C3337375C3030304C5C303030615C303030705C3030306C5C303030615C303030635C303030655C303030525C303030655C303030645C303030755C303030785C3030302E5C3030306A5C3030306C5C3030305C3034305C3034305C3032345C3030305C3034305C303030615C3030305C3034305C3030304A5C303030755C3030306C5C303030695C303030615C3030305C3034305C303030695C3030306D5C303030705C3030306C5C303030655C3030306D5C303030655C3030306E5C303030745C303030615C303030745C303030695C3030306F5C3030306E} -\newlabel{eq-glm}{{2}{2}{Laplace Approximation for Deep Learning}{equation.0.2}{}} -\newlabel{eq-glm-predictive}{{3}{2}{Laplace Approximation for Deep Learning}{equation.0.3}{}} -\@writefile{toc}{\contentsline {section}{\nonumberline \texttt {LaplaceRedux.jl} --- a Julia implementation}{2}{section*.6}\protected@file@percent } -\newlabel{laplaceredux.jl-a-julia-implementation}{{}{2}{\texorpdfstring {\texttt {LaplaceRedux.jl} --- a Julia implementation}{LaplaceRedux.jl --- a Julia implementation}}{section*.6}{}} -\BKM@entry{id=4,dest={73656374696F6E2A2E3130},srcline={320}}{5C3337365C3337375C303030435C3030306F5C3030306E5C303030635C3030306C5C303030755C303030735C303030695C3030306F5C3030306E5C30303073} -\BKM@entry{id=5,dest={73656374696F6E2A2E3132},srcline={330}}{5C3337365C3337375C303030415C303030635C3030306B5C3030306E5C3030306F5C303030775C3030306C5C303030655C303030645C303030675C303030655C3030306D5C303030655C3030306E5C303030745C30303073} -\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Binary classification: Plugin estimate (left), untuned LA (center) and optimized LA (right).\relax }}{3}{figure.caption.7}\protected@file@percent } -\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}} -\newlabel{fig-class}{{1}{3}{Binary classification: Plugin estimate (left), untuned LA (center) and optimized LA (right).\relax }{figure.caption.7}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Regression: wide regions of the confidence interval (shaded area) indicate high predictive uncertainty.\relax }}{3}{figure.caption.8}\protected@file@percent } -\newlabel{fig-reg}{{2}{3}{Regression: wide regions of the confidence interval (shaded area) indicate high predictive uncertainty.\relax }{figure.caption.8}{}} -\@writefile{toc}{\contentsline {section}{\nonumberline Conclusions}{3}{section*.10}\protected@file@percent } -\newlabel{sec-con}{{}{3}{Conclusions}{section*.10}{}} -\@writefile{toc}{\contentsline {section}{\nonumberline Acknowledgements}{4}{section*.12}\protected@file@percent } -\newlabel{sec-ack}{{}{4}{Acknowledgements}{section*.12}{}} -\gdef \@abspage@last{4} diff --git a/paper/_paper.fdb_latexmk b/paper/_paper.fdb_latexmk deleted file mode 100644 index 81c19805..00000000 --- a/paper/_paper.fdb_latexmk +++ /dev/null @@ -1,229 +0,0 @@ -# Fdb version 3 -["pdflatex"] 1674803713 "/Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/_paper.tex" "_paper.pdf" "_paper" 1674803713 - "/Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/_paper.tex" 1674803709 13432 7d3f2f0f418de386190c1ead99fc702c "" - "/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc" 1254269338 2375 baa924870cfb487815765f9094cf3728 "" - "/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-mathex.enc" 1202520719 3486 c7eadf5dcc57b3b2d11736679f6636ba "" - "/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-mathit.enc" 1202520719 2405 5dcf2c1b967ee25cc46c58cd52244aed "" - "/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc" 1202520719 2840 216e6e45ad352e2456e1149f28885bee "" - "/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-rm.enc" 1202520719 2327 9d6df24f9c4f7368395224341a95523a "" - "/usr/local/texlive/2022/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1246382020 916 f87d7c45f9c908e672703b83b72241a3 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm" 1246382020 928 2dc8d444221b7a635bb58038579b861a "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm" 1246382020 908 2921f8a10601f252058503cc6570e581 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1246382020 940 228d6584342e91276bf566bcf9716b83 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmr10.tfm" 1136768653 1296 45809c5a464d5f32c8f98ba97c1bb47f "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmbx10.tfm" 1254269338 12076 b54175e02101bea1addf6b2d0197ed12 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmr10.tfm" 1254269338 12056 7e13df7fe4cbce21b072ba7c4f4deb6e "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmss10.tfm" 1254269338 11176 53ebf7a171df1f9447b387b178768bb5 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmssbx10.tfm" 1254269338 11168 06d87f5698fd1b642d96449b7c8d90b0 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmtk10.tfm" 1254269338 1368 5bfeb1cf8f9f0acdb7436bfaa8e0da4e "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmtt10.tfm" 1254269338 1372 2ef2c2b492b3c4cd7879fe083abbb061 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmex10.tfm" 1148093231 992 ce925c9346c7613270a79afbee98c070 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmmi10.tfm" 1148093231 1528 6d36b2385e0ca062a654de6ac59cb34f "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmmi6.tfm" 1148093231 1512 94a3fd88c6f27dbd9ecb46987e297a4e "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmmi8.tfm" 1148093231 1520 a3fe5596932db2db2cbda300920dd4e9 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmsy10.tfm" 1148093231 1308 02cc510f9dd6012e5815d0c0ffbf6869 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmsy6.tfm" 1148093231 1300 b0605d44c16c22d99dc001808e4f24ea "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmsy8.tfm" 1148093231 1304 cdc9a17df9ef0d2dc320eff37bbab1c4 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/rm-lmr10.tfm" 1254269338 11868 4f81e9b6033c032bdaf9884f4d7ef412 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/rm-lmr6.tfm" 1254269338 11836 e3b6ce3e601aec94f64a536e7f4224d5 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/rm-lmr8.tfm" 1254269338 11864 309fd7f43e4a0ba39f6f7644d76e8edf "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb" 1248133631 34694 ad62b13721ee8eda1dcc8993c8bd7041 "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmbx10.pfb" 1255129361 121021 1bf809ce4a594679006bd72263eba59b "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmex10.pfb" 1254269338 23055 2e5b42921de910eaa97b85df04ca4891 "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmmi10.pfb" 1254269338 30388 702fae6a5f0e6e9c48a1d872b442ffcf "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmmi8.pfb" 1254269338 30635 833ec815d446ec453a4913fc26d24cbc "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmr10.pfb" 1255129361 119235 f35b44530a1d90eb90fe15d9cba67ea0 "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmr8.pfb" 1255129361 122174 a7a08406857c9530a0320a2517f60370 "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmssbx10.pfb" 1255129361 119663 e82fa1a58f98ccd89bdbd77311ac9cf1 "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmsy10.pfb" 1254269338 27863 09ce3735688ffde955e72da27c95b61a "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmsy8.pfb" 1254269338 27802 5c876bb2c4040caaf035d60bd74a86bd "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmtk10.pfb" 1255129361 117319 7f8361f845845ce6d5b36cbd9f9cf377 "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmtt10.pfb" 1255129361 113227 1010e11451afc2822c95dae77c390042 "" - "/usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1461363279 71627 94eb9990bed73c364d7f53f960cc8c5b "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty" 1575674566 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty" 1576625341 40635 c40361e206be584d448876bba8a64a3b "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty" 1576016050 33961 6b5c75130e435b2bfdb9f480a09a39f9 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty" 1576625273 7734 b98cbb34c81f667027c1e3ebdbfce34b "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty" 1576625223 8371 9d55b8bd010bc717624922fb3477d92e "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty" 1644112042 7237 bdd120a32c8fdb4b433cf9ca2e7cd98a "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty" 1575499628 8356 7bbb2c2373aa810be568c29e333da8ed "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty" 1576625065 31769 002a487f55041f8e805cfbf6385ffd97 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty" 1576878844 5412 d5a2436094cd7be85769db90f29250a6 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty" 1576624944 13807 952b0226d4efca026f0e19dd266dcc22 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty" 1600895880 17859 4409f8f50cd365c68e684407e5350b1b "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty" 1577834137 9610 e6a49e3e1565f75e68811ac72c53ff0c "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty" 1576015897 19007 15924f7228aca6c6d184b115f4baa231 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty" 1593379760 20089 80423eac55aa175305d35b49e04fe23b "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex" 1601326656 992 855ff26741653ab54814101ca36e153c "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex" 1601326656 43820 1fef971b75380574ab35a0d37fd92608 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex" 1601326656 19324 f4e4c6403dd0f1605fd20ed22fa79dea "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex" 1601326656 6038 ccb406740cc3f03bbfb58ad504fe8c27 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex" 1601326656 6944 e12f8f7a7364ddf66f93ba30fb3a3742 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex" 1601326656 4883 42daaf41e27c3735286e23e48d2d7af9 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex" 1601326656 2544 8c06d2a7f0f469616ac9e13db6d2f842 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex" 1601326656 44195 5e390c414de027626ca5e2df888fa68d "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex" 1601326656 17311 2ef6b2e29e2fc6a2fc8d6d652176e257 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex" 1601326656 21302 788a79944eb22192a4929e46963a3067 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex" 1601326656 9690 01feb7cde25d4293ef36eef45123eb80 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex" 1601326656 33335 dd1fa4814d4e51f18be97d88bf0da60c "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex" 1601326656 2965 4c2b1f4e0826925746439038172e5d6f "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex" 1601326656 5196 2cc249e0ee7e03da5f5f6589257b1e5b "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex" 1601326656 20726 d4c8db1e2e53b72721d29916314a22ea "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex" 1601326656 35249 abd4adf948f960299a4b3d27c5dddf46 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex" 1601326656 21989 fdc867d05d228316de137a9fc5ec3bbe "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex" 1601326656 8893 e851de2175338fdf7c17f3e091d94618 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex" 1608933718 11518 738408f795261b70ce8dd47459171309 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex" 1621110968 186007 6e7dfe0bd57520fd5f91641aa72dcac8 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex" 1601326656 32995 ac577023e12c0e4bd8aa420b2e852d1a "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfint.code.tex" 1557692582 3063 8c415c68a0f3394e45cfeca0b65f6ee6 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex" 1601326656 521 8e224a7af69b7fee4451d1bf76b46654 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex" 1601326656 13391 84d29568c13bdce4133ab4a214711112 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex" 1601326656 104935 184ed87524e76d4957860df4ce0cd1c3 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex" 1601326656 10165 cec5fa73d49da442e56efc2d605ef154 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex" 1601326656 28178 41c17713108e0795aac6fef3d275fbca "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex" 1601326656 9989 c55967bf45126ff9b061fa2ca0c4694f "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex" 1601326656 3865 ac538ab80c5cf82b345016e474786549 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex" 1557692582 3177 27d85c44fbfe09ff3b2cf2879e3ea434 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex" 1621110968 11024 0179538121bc2dba172013a3ef89519f "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex" 1608933718 7854 4176998eeefd8745ac6d2d4bd9c98451 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex" 1601326656 3379 781797a101f647bab82741a99944a229 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex" 1601326656 92405 f515f31275db273f97b9d8f52e1b0736 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex" 1601326656 37376 11cd75aac3da1c1b152b2848f30adc14 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex" 1601326656 8471 c2883569d03f69e8e1cabfef4999cfd7 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex" 1601326656 21201 08d231a2386e2b61d64641c50dc15abd "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex" 1601326656 16121 346f9013d34804439f7436ff6786cef7 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex" 1621110968 44784 cedaa399d15f95e68e22906e2cc09ef8 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/pgf.revision.tex" 1621110968 465 d68603f8b820ea4a08cce534944db581 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg" 1601326656 926 2963ea0dcf6cc6c0a770b69ec46a477b "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def" 1601326656 5546 f3f24d7898386cb7daac70bdd2c4d6dc "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def" 1601326656 12601 4786e597516eddd82097506db7cfa098 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex" 1621110968 61163 9b2eefc24e021323e0fc140e9826d016 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex" 1601326656 1896 b8e0ca0ac371d74c0ca05583f6313c91 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex" 1601326656 7778 53c8b5623d80238f6a20aa1df1868e63 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex" 1606168878 23997 a4bed72405fa644418bea7eac2887006 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex" 1621110968 37060 797782f0eb50075c9bc952374d9a659a "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex" 1601326656 37431 9abe862035de1b29c7a677f3205e3d9f "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex" 1601326656 4494 af17fb7efeafe423710479858e42fa7e "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex" 1601326656 7251 fb18c67117e09c64de82267e12cd8aa4 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex" 1621110968 29274 e15c5b7157d21523bd9c9f1dfa146b8e "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def" 1621110968 6825 a2b0ea5b539dda0625e99dd15785ab59 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty" 1576624663 7008 f92eaa0a3872ed622bbf538217cd2ab7 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty" 1359763108 5949 3f3fd50a8cc94c3d4cbf4fc66cd3df1c "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty" 1359763108 13829 94730e64147574077f8ecfea9bb69af4 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd" 1359763108 961 6518c6525a34feb5e8250ffa91731cff "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd" 1359763108 961 d02606146ba5601b5645f987c92e6193 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty" 1622667781 2222 da905dc1db75412efd2d8f67739f0596 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty" 1622667781 4173 bc0410bcccdff806d6132d3c1ef35481 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty" 1636758526 87648 07fbb6e9169e00cb2a2f40b31b2dbf3c "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty" 1636758526 4128 8eea906621b6639f7ba476a472036bbe "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty" 1636758526 2444 926f379cc60fcf0c6e3fee2223b4370d "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty" 1576191570 19336 ce7ae9438967282886b3b036cfad1e4d "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty" 1576625391 3935 57aa3c3e203a5c2effb4d2bd2efbc323 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty" 1636758526 3034 3bfb87122e6fa8758225c0dd3cbaceba "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty" 1636758526 2462 754d6b31b2ab5a09bb72c348ace2ec75 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty" 1622581934 4946 461cc78f6f26901410d9f1d725079cc6 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty" 1622581934 5049 969aec05d5f39c43f8005910498fcf90 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty" 1622581934 2894 55431114fc0e491ecee275edafd6c881 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bkm-pdftex.def" 1604871679 8609 8ac7db65d9617618cf703bd16c1bd0b8 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty" 1604871679 18237 5cbdfe9ef383a557f780a0a1f45cdb1c "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty" 1579038678 6078 f1cb470c9199e7110a27851508ed7a5c "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption-koma.sto" 1645391520 6479 b14d2605e2855473011b0056d59d1409 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty" 1647548653 54291 b8e5c600d4aa37b48a740dd2a6c26163 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty" 1647548653 71241 d2cd3a1c5acef9cb31f945b93c0bb6e3 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty" 1645391520 7418 021d7c4eb11bde94592761855a3d046e "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty" 1645391520 11546 6c5257d230d8c5626812b45bc2f31212 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty" 1399239813 4378 f429f0da968c278653359293040a8f52 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1579991033 13886 d1306dcf79a944f6988e688c1785f9ce "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty" 1601931149 46845 3b58f70c6e861a13d927bff09d35ecbc "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty" 1137110151 6749 16d2656a1984957e674b149555f1ea1d "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/footmisc/footmisc.sty" 1646774737 21361 67512b0642debcd4503e59fcbbb767f1 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty" 1630355419 12108 8117b24cc954ddbb41122af60ff653cd "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1459978653 1213 620bba36b25224fa9b7e1ccb4ecb76fd "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1465944070 1224 978390e9c2234eab29404bc21b268d1e "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def" 1601931164 19103 48d29b6e2a64cb717117ef65f107b404 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/color.sty" 1639603921 7197 eb6c1ebf41667a05cb50c23c19d5e8bc "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/dvipsnam.def" 1622581934 4995 8040f614c8de8318a0b5b2dea8a3fcef "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty" 1622581934 18399 7e40f80366dffb22c0e7b70517db5cb4 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty" 1636758526 7996 a8fb260d598dcaf305a7ae7b9c3e3229 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty" 1622581934 2671 4de6781a30211fe0ea4c672e4a2a8166 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty" 1636758526 4009 187ea2dc3194cd5a76cd99a8d7a6c4d0 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty" 1580250785 17914 4c28a13fc3d975e6e81c9bea1d697276 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def" 1645564115 49029 7c9e5115b2217efbeb7828ac0d1bf1a0 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty" 1645564115 220999 6145ea83914c186e178d1d31c50b37df "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty" 1612734870 13242 133e617c5eebffdd05e421624022b267 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def" 1645564115 14132 e8e7e61e51ade521a7238fac8362786c "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def" 1645564115 117004 ed1c2cc82bb9836e9d59549dd8c33098 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls" 1637529091 233526 8fb61d6ba408819abc218e59135c021f "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty" 1637529091 99856 6cbb9d59d820d727b2acbf2edddcf8c8 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty" 1637529091 21809 660eea2921bba49c8ba50045d5b71887 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty" 1637529091 11081 5538240709a5dbcdc97e4d1524f034a8 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty" 1637529091 3225 54deb0fdd4552a94c6525a4a8ff74efc "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty" 1637529091 1954 94f3677c5f3a58b3854eb25278202694 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrsize11pt.clo" 1637529091 6383 ef64837f823bf09084949d61ab88b133 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty" 1637529091 107099 32be8c26e58788fe2c40d02a36b4486c "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty" 1637529091 56073 759db929335307786c6fae3cee68c3f8 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty" 1602274869 22521 d2fceb764a442a2001d257ef11db7618 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def" 1649708083 31177 b025053aedd83de82df748622c0325db "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty" 1649708083 6107 e4124ef96db512db87780f95c2a6b136 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty" 1642022539 6758 7d9d899cbbfc962fbc4bb93f4c69eec2 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg" 1279039959 678 4792914a8f45be57bb98413425e4c7af "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty" 1575499565 5766 13a9e8766c47f30327caf893ece86ac8 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty" 1616454256 1608 b00724785a9e9c599e5181bb8729160b "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/lm/omllmm.fd" 1616454256 890 57f5adccd504fb5c98bdf99ed7e7f195 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/lm/omslmsy.fd" 1616454256 807 3de192f3efa968913bd2f096a7b430d8 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/lm/omxlmex.fd" 1616454256 568 a5494d810f2680caf10205cd1226c76c "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/lm/ot1lmr.fd" 1616454256 1882 28c08db1407ebff35a658fd141753d16 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmr.fd" 1616454256 1867 996fe743d88a01aca041ed22cc10e1bb "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmss.fd" 1616454256 1641 f48673bce41ac279099d0c9523459753 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmtt.fd" 1616454256 2682 555da1faa2e266801e4b221d01a42cb5 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype-pdftex.def" 1647374306 48187 dc49d7ea7b8a3fa75e04c799929703b9 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.cfg" 1647374306 26646 da004eb274e0158774539ced5cafcb54 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty" 1647374306 90503 376660e75505e801f0c4fd36fb88b54c "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-cmr.cfg" 1645649607 22906 391012403cdd24e0eff9edb7797213df "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-msa.cfg" 1645649607 5929 c3d8b4090f819eea493a446d04c35664 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-msb.cfg" 1645649607 5594 c9a8b7ef6240cf465b2480ea05ec0128 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty" 1601326656 1090 bae35ef70b3168089ef166db3e66f5b2 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty" 1601326656 410 615550c46f918fcbee37641b02a862d9 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty" 1601326656 21013 f4ff83d25bb56552493b030f27c075ae "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty" 1601326656 989 c49c8ae06d96f8b15869da7428047b1e "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty" 1601326656 339 c2e180022e3afdb99c7d0ea5ce469b7d "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty" 1601326656 306 c56a323ca5bf9242f54474ced10fca71 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty" 1601326656 443 8c872229db56122037e86bcda49e14f3 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty" 1601326656 348 ee405e64380c11319f0e249fed57e6c5 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty" 1601326656 274 5ae372b7df79135d240456a1c6f2cf9a "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty" 1601326656 325 f9f16d12354225b7dd52a3321f085955 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty" 1576624809 9878 9e94e8fa600d95f9c7731bb21dfb67a4 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty" 1575674187 9715 b051d5b493d9fe5f4bc251462d039e5f "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex" 1641594609 34192 d3120de665288c926b2f82d0f0f0010a "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex" 1641594609 14877 00498ff79b9fadda01dbee22a8122f3e "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex" 1641594609 8120 4b38fd8ce512a5edfdf7dfc01e291400 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbraster.code.tex" 1641594609 9359 f4f0ab2ce7f41a71e0cff496c4fb8cec "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex" 1641594609 88290 15c7048aaa000d13a030dcd3f4231dc4 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex" 1641594609 10040 396837c93bd930532a721661d144e71c "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex" 1641594609 12115 e5c629f8fc57dbe150d3e766d27d7036 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbxparse.code.tex" 1641594609 10268 aea9efa85cfd20ae6815db478bbfc844 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty" 1641594609 90399 93200a4832e517564b5aa5dc46e12177 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty" 1636758526 12694 6c23725d50ab9d1e2d3ce482c58ffcf3 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty" 1622581934 10214 00ce62e730d0cfe22b35e8f1c84949c7 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty" 1636758526 12892 3ffe092fc7f5d1cb9866f1bcb071d0d6 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty" 1622581934 7392 39729ae6a807e217edf1442cf8fab2c2 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty" 1253232110 1380 971a51b00a14503ddf754cab24c3f209 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty" 1334873510 1048 517e01cde97c1c0baf72e69d43aa5a2e "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty" 1388531844 12796 8edb7d69a20b857904dd0ea757c14ec9 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/svgnam.def" 1635798903 4701 9c94a851a756fcbe00f338a0e7fd92c9 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/x11nam.def" 1635798903 9121 46fdd51f8e88e30c4f642e944fc022d6 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty" 1635798903 56029 3f7889dab51d620aa43177c391b7b190 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty" 1641763214 4675 e4b8c405820368c2dfb03526e16d725a "" - "/usr/local/texlive/2022/texmf-dist/web2c/texmf.cnf" 1646502317 40171 cdab547de63d26590bebb3baff566530 "" - "/usr/local/texlive/2022/texmf-var/fonts/map/pdftex/updmap/pdftex.map" 1649776835 4410336 7d30a02e9fa9a16d7d1f8d037ba69641 "" - "/usr/local/texlive/2022/texmf-var/web2c/pdftex/pdflatex.fmt" 1649776868 2828471 c82047e40e787e142a880ebf41687b71 "" - "/usr/local/texlive/2022/texmf.cnf" 1647878952 577 209b46be99c9075fd74d4c0369380e8c "" - "_paper.aux" 1674803713 32 3985256e7290058c681f74d7a3565a19 "pdflatex" - "_paper.tex" 1674803709 13432 7d3f2f0f418de386190c1ead99fc702c "" - "www/posterior_predictive_mlp.png" 1674801843 255787 d80035cd14c457d555c1e2540dd1a38e "" - "www/regression.png" 1674802506 38330 a8836dc69861278e0c7a4571f1da8157 "" - (generated) - "_paper.aux" - "_paper.log" - "_paper.pdf" diff --git a/paper/_paper.fls b/paper/_paper.fls deleted file mode 100644 index 6fdd33c4..00000000 --- a/paper/_paper.fls +++ /dev/null @@ -1,1264 +0,0 @@ -PWD /Users/patrickaltmeyer/code/LaplaceRedux.jl/paper -INPUT /usr/local/texlive/2022/texmf.cnf -INPUT /usr/local/texlive/2022/texmf-dist/web2c/texmf.cnf -INPUT /usr/local/texlive/2022/texmf-var/web2c/pdftex/pdflatex.fmt -INPUT /Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/_paper.tex -OUTPUT _paper.log -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footmisc/footmisc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footmisc/footmisc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrsize11pt.clo -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrsize11pt.clo -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrsize11pt.clo -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrsize11pt.clo -INPUT /usr/local/texlive/2022/texmf-dist/fonts/map/fontname/texfonts.map -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmr10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmr.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmr.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmr.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmr.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmr10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/dvipsnam.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/dvipsnam.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/dvipsnam.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/dvipsnam.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/svgnam.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/svgnam.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/svgnam.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/svgnam.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/x11nam.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/x11nam.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/x11nam.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/x11nam.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption-koma.sto -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption-koma.sto -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption-koma.sto -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption-koma.sto -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/pgf.revision.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/pgf.revision.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfint.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbraster.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbxparse.code.tex -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bkm-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bkm-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bkm-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bkm-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT ./_paper.aux -INPUT _paper.aux -INPUT _paper.aux -OUTPUT _paper.aux -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-cmr.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-cmr.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-cmr.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-cmr.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -INPUT /usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -INPUT /usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -INPUT /usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/color.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -OUTPUT _paper.pdf -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmss.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmss.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmss.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmss.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmss10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmssbx10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmssbx10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmbx10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmtt.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmtt.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmtt.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmtt.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmtt10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/ot1lmr.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/ot1lmr.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/ot1lmr.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/ot1lmr.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/rm-lmr10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/rm-lmr8.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/rm-lmr6.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/omllmm.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/omllmm.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/omllmm.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/omllmm.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmmi10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmmi8.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmmi6.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/omslmsy.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/omslmsy.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/omslmsy.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/omslmsy.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmsy8.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmsy6.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/omxlmex.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/omxlmex.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/omxlmex.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/lm/omxlmex.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/lmex10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-msa.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-msa.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-msa.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-msa.cfg -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-msb.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-msb.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-msb.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-msb.cfg -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm -INPUT /usr/local/texlive/2022/texmf-var/fonts/map/pdftex/updmap/pdftex.map -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/lm/ec-lmtk10.tfm -INPUT ./www/posterior_predictive_mlp.png -INPUT ./www/posterior_predictive_mlp.png -INPUT www/posterior_predictive_mlp.png -INPUT ./www/posterior_predictive_mlp.png -INPUT ./www/posterior_predictive_mlp.png -INPUT ./www/regression.png -INPUT ./www/regression.png -INPUT www/regression.png -INPUT ./www/regression.png -INPUT ./www/regression.png -INPUT _paper.aux -INPUT /usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc -INPUT /usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc -INPUT /usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-mathex.enc -INPUT /usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-rm.enc -INPUT /usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-mathit.enc -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmbx10.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmex10.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmmi10.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmmi8.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmr10.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmr8.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmssbx10.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmsy10.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmsy8.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmtk10.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/lm/lmtt10.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb diff --git a/paper/_paper.log b/paper/_paper.log deleted file mode 100644 index 955702d6..00000000 --- a/paper/_paper.log +++ /dev/null @@ -1,1002 +0,0 @@ -This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex 2022.4.12) 27 JAN 2023 08:15 -entering extended mode - restricted \write18 enabled. - file:line:error style messages enabled. - %&-line parsing enabled. -**/Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/_paper.tex -(/Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/_paper.tex -LaTeX2e <2021-11-15> patch level 1 -L3 programming layer <2022-04-10> (/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrartcl.cls -Document Class: scrartcl 2021/11/13 v3.35 KOMA-Script document class (article) -(/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrkbase.sty -Package: scrkbase 2021/11/13 v3.35 KOMA-Script package (KOMA-Script-dependent basics and keyval usage) - (/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrbase.sty -Package: scrbase 2021/11/13 v3.35 KOMA-Script package (KOMA-Script-independent basics and keyval usage) - (/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile.sty -Package: scrlfile 2021/11/13 v3.35 KOMA-Script package (file load hooks) - (/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty -Package: scrlfile-hook 2021/11/13 v3.35 KOMA-Script package (using LaTeX hooks) - (/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrlogo.sty -Package: scrlogo 2021/11/13 v3.35 KOMA-Script package (logo) -))) (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks16 -) -Applying: [2021/05/01] Usage of raw or classic option list on input line 252. -Already applied: [0000/00/00] Usage of raw or classic option list on input line 368. -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/tocbasic.sty -Package: tocbasic 2021/11/13 v3.35 KOMA-Script package (handling toc-files) -\scr@dte@tocline@numberwidth=\skip47 -\scr@dte@tocline@numbox=\box50 -) -Package tocbasic Info: babel extension for `toc' omitted -(tocbasic) because of missing \bbl@set@language on input line 135. -Class scrartcl Info: File `scrsize11pt.clo' used instead of -(scrartcl) file `scrsize11.clo' to setup font sizes on input line 2242. - (/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/scrsize11pt.clo -File: scrsize11pt.clo 2021/11/13 v3.35 KOMA-Script font size class option (11pt) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/koma-script/typearea.sty -Package: typearea 2021/11/13 v3.35 KOMA-Script package (type area) -\ta@bcor=\skip48 -\ta@div=\count185 -Package typearea Info: You've used standard option `letterpaper'. -(typearea) This is correct! -(typearea) Internally I'm using `paper=letter'. -(typearea) If you'd like to set the option with \KOMAoptions, -(typearea) you'd have to use `paper=letter' there -(typearea) instead of `letterpaper', too. -\ta@hblk=\skip49 -\ta@vblk=\skip50 -\ta@temp=\skip51 -\footheight=\skip52 -Package typearea Info: These are the values describing the layout: -(typearea) DIV = 11 -(typearea) BCOR = 0.0pt -(typearea) \paperwidth = 614.295pt -(typearea) \textwidth = 446.76004pt -(typearea) DIV departure = -14% -(typearea) \evensidemargin = 11.49748pt -(typearea) \oddsidemargin = 11.49748pt -(typearea) \paperheight = 794.96999pt -(typearea) \textheight = 582.20026pt -(typearea) \topmargin = -37.40001pt -(typearea) \headheight = 17.0pt -(typearea) \headsep = 20.40001pt -(typearea) \topskip = 11.0pt -(typearea) \footskip = 47.6pt -(typearea) \baselineskip = 13.6pt -(typearea) on input line 1743. -) -\c@part=\count186 -\c@section=\count187 -\c@subsection=\count188 -\c@subsubsection=\count189 -\c@paragraph=\count190 -\c@subparagraph=\count191 -\scr@dte@section@maxnumwidth=\skip53 -Class scrartcl Info: using compatibility default `runin=bysign' -(scrartcl) for `\section on input line 4852. -Class scrartcl Info: using compatibility default `afterindent=bysign' -(scrartcl) for `\section on input line 4852. -\scr@dte@part@maxnumwidth=\skip54 -Class scrartcl Info: using compatibility default `afterindent=false' -(scrartcl) for `\part on input line 4860. -\scr@dte@subsection@maxnumwidth=\skip55 -Class scrartcl Info: using compatibility default `runin=bysign' -(scrartcl) for `\subsection on input line 4870. -Class scrartcl Info: using compatibility default `afterindent=bysign' -(scrartcl) for `\subsection on input line 4870. -\scr@dte@subsubsection@maxnumwidth=\skip56 -Class scrartcl Info: using compatibility default `runin=bysign' -(scrartcl) for `\subsubsection on input line 4880. -Class scrartcl Info: using compatibility default `afterindent=bysign' -(scrartcl) for `\subsubsection on input line 4880. -\scr@dte@paragraph@maxnumwidth=\skip57 -Class scrartcl Info: using compatibility default `runin=bysign' -(scrartcl) for `\paragraph on input line 4891. -Class scrartcl Info: using compatibility default `afterindent=bysign' -(scrartcl) for `\paragraph on input line 4891. -\scr@dte@subparagraph@maxnumwidth=\skip58 -Class scrartcl Info: using compatibility default `runin=bysign' -(scrartcl) for `\subparagraph on input line 4901. -Class scrartcl Info: using compatibility default `afterindent=bysign' -(scrartcl) for `\subparagraph on input line 4901. -\abovecaptionskip=\skip59 -\belowcaptionskip=\skip60 -\c@pti@nb@sid@b@x=\box51 -Package tocbasic Info: babel extension for `lof' omitted -(tocbasic) because of missing \bbl@set@language on input line 6076. -\scr@dte@figure@maxnumwidth=\skip61 -\c@figure=\count192 -Package tocbasic Info: babel extension for `lot' omitted -(tocbasic) because of missing \bbl@set@language on input line 6091. -\scr@dte@table@maxnumwidth=\skip62 -\c@table=\count193 -Class scrartcl Info: Redefining `\numberline' on input line 6258. -\bibindent=\dimen138 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty -Package: amsmath 2021/10/15 v2.17l AMS math features -\@mathmargin=\skip63 - -For additional information on amsmath, use the `?' option. -(/usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty -Package: amstext 2021/08/26 v2.01 AMS text - (/usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty -File: amsgen.sty 1999/11/30 v2.0 generic functions -\@emptytoks=\toks17 -\ex@=\dimen139 -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty -Package: amsbsy 1999/11/29 v1.2d Bold Symbols -\pmbraise@=\dimen140 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty -Package: amsopn 2021/08/26 v2.02 operator names -) -\inf@bad=\count194 -LaTeX Info: Redefining \frac on input line 234. -\uproot@=\count195 -\leftroot@=\count196 -LaTeX Info: Redefining \overline on input line 399. -\classnum@=\count197 -\DOTSCASE@=\count198 -LaTeX Info: Redefining \ldots on input line 496. -LaTeX Info: Redefining \dots on input line 499. -LaTeX Info: Redefining \cdots on input line 620. -\Mathstrutbox@=\box52 -\strutbox@=\box53 -\big@size=\dimen141 -LaTeX Font Info: Redeclaring font encoding OML on input line 743. -LaTeX Font Info: Redeclaring font encoding OMS on input line 744. -\macc@depth=\count199 -\c@MaxMatrixCols=\count266 -\dotsspace@=\muskip16 -\c@parentequation=\count267 -\dspbrk@lvl=\count268 -\tag@help=\toks18 -\row@=\count269 -\column@=\count270 -\maxfields@=\count271 -\andhelp@=\toks19 -\eqnshift@=\dimen142 -\alignsep@=\dimen143 -\tagshift@=\dimen144 -\tagwidth@=\dimen145 -\totwidth@=\dimen146 -\lineht@=\dimen147 -\@envbody=\toks20 -\multlinegap=\skip64 -\multlinetaggap=\skip65 -\mathdisplay@stack=\toks21 -LaTeX Info: Redefining \[ on input line 2938. -LaTeX Info: Redefining \] on input line 2939. -) (/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -Package: amssymb 2013/01/14 v3.01 AMS font symbols - (/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support -\symAMSa=\mathgroup4 -\symAMSb=\mathgroup5 -LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. -LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' -(Font) U/euf/m/n --> U/euf/b/n on input line 106. -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/lm/lmodern.sty -Package: lmodern 2015/05/01 v1.6.1 Latin Modern Fonts -LaTeX Font Info: Overwriting symbol font `operators' in version `normal' -(Font) OT1/cmr/m/n --> OT1/lmr/m/n on input line 22. -LaTeX Font Info: Overwriting symbol font `letters' in version `normal' -(Font) OML/cmm/m/it --> OML/lmm/m/it on input line 23. -LaTeX Font Info: Overwriting symbol font `symbols' in version `normal' -(Font) OMS/cmsy/m/n --> OMS/lmsy/m/n on input line 24. -LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal' -(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 25. -LaTeX Font Info: Overwriting symbol font `operators' in version `bold' -(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 26. -LaTeX Font Info: Overwriting symbol font `letters' in version `bold' -(Font) OML/cmm/b/it --> OML/lmm/b/it on input line 27. -LaTeX Font Info: Overwriting symbol font `symbols' in version `bold' -(Font) OMS/cmsy/b/n --> OMS/lmsy/b/n on input line 28. -LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold' -(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 29. -LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' -(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 31. -LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' -(Font) OT1/cmss/m/n --> OT1/lmss/m/n on input line 32. -LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' -(Font) OT1/cmr/m/it --> OT1/lmr/m/it on input line 33. -LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' -(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 34. -LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' -(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 35. -LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' -(Font) OT1/cmss/bx/n --> OT1/lmss/bx/n on input line 36. -LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' -(Font) OT1/cmr/bx/it --> OT1/lmr/bx/it on input line 37. -LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' -(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 38. -) (/usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -Package: iftex 2022/02/03 v1.0f TeX engine tests -) (/usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -Package: fontenc 2021/04/29 v2.0v Standard LaTeX package -LaTeX Font Info: Trying to load font information for T1+lmr on input line 112. - (/usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmr.fd -File: t1lmr.fd 2015/05/01 v1.6.1 Font defs for Latin Modern -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -Package: inputenc 2021/02/14 v1.3d Input encoding file -\inpenc@prehook=\toks22 -\inpenc@posthook=\toks23 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -Package: textcomp 2020/02/02 v2.0n Standard LaTeX package -) (/usr/local/texlive/2022/texmf-dist/tex/latex/upquote/upquote.sty -Package: upquote 2012/04/19 v1.3 upright-quote and grave-accent glyphs in verbatim -) (/usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty -Package: microtype 2022/03/14 v3.0d Micro-typographical refinements (RS) - (/usr/local/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty -Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW) -\etb@tempcnta=\count272 -) -\MT@toks=\toks24 -\MT@tempbox=\box54 -\MT@count=\count273 -LaTeX Info: Redefining \noprotrusionifhmode on input line 1027. -LaTeX Info: Redefining \leftprotrusion on input line 1028. -LaTeX Info: Redefining \rightprotrusion on input line 1036. -LaTeX Info: Redefining \textls on input line 1195. -\MT@outer@kern=\dimen148 -LaTeX Info: Redefining \textmicrotypecontext on input line 1781. -\MT@listname@count=\count274 - (/usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype-pdftex.def -File: microtype-pdftex.def 2022/03/14 v3.0d Definitions specific to pdftex (RS) -LaTeX Info: Redefining \lsstyle on input line 900. -LaTeX Info: Redefining \lslig on input line 900. -\MT@outer@space=\skip66 -) -Package microtype Info: Loading configuration file microtype.cfg. - (/usr/local/texlive/2022/texmf-dist/tex/latex/microtype/microtype.cfg -File: microtype.cfg 2022/03/14 v3.0d microtype main configuration file (RS) -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK) - (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg -File: color.cfg 2016/01/02 v1.6 sample color configuration -) -Package xcolor Info: Driver file: pdftex.def on input line 227. - (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def -File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex -) -Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352. -Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356. -Package xcolor Info: Model `RGB' extended on input line 1368. -Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370. -Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371. -Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372. -Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373. -Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374. -Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375. - (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/dvipsnam.def -File: dvipsnam.def 2016/06/17 v3.0m Driver-dependent file (DPC,SPQR) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/svgnam.def -File: svgnam.def 2021/10/31 v2.13 Predefined colors according to SVG 1.1 (UK) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/x11nam.def -File: x11nam.def 2021/10/31 v2.13 Predefined colors according to Unix/X11 (UK) -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty -Package: longtable 2021-09-01 v4.17 Multi-page Table package (DPC) -\LTleft=\skip67 -\LTright=\skip68 -\LTpre=\skip69 -\LTpost=\skip70 -\LTchunksize=\count275 -\LTcapwidth=\dimen149 -\LT@head=\box55 -\LT@firsthead=\box56 -\LT@foot=\box57 -\LT@lastfoot=\box58 -\LT@gbox=\box59 -\LT@cols=\count276 -\LT@rows=\count277 -\c@LT@tables=\count278 -\c@LT@chunks=\count279 -\LT@p@ftn=\toks25 -) -Class scrartcl Info: longtable captions redefined on input line 55. - (/usr/local/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty -Package: booktabs 2020/01/12 v1.61803398 Publication quality tables -\heavyrulewidth=\dimen150 -\lightrulewidth=\dimen151 -\cmidrulewidth=\dimen152 -\belowrulesep=\dimen153 -\belowbottomsep=\dimen154 -\aboverulesep=\dimen155 -\abovetopsep=\dimen156 -\cmidrulesep=\dimen157 -\cmidrulekern=\dimen158 -\defaultaddspace=\dimen159 -\@cmidla=\count280 -\@cmidlb=\count281 -\@aboverulesep=\dimen160 -\@belowrulesep=\dimen161 -\@thisruleclass=\count282 -\@lastruleclass=\count283 -\@thisrulewidth=\dimen162 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/tools/array.sty -Package: array 2021/10/04 v2.5f Tabular extension package (FMi) -\col@sep=\dimen163 -\ar@mcellbox=\box60 -\extrarowheight=\dimen164 -\NC@list=\toks26 -\extratabsurround=\skip71 -\backup@length=\skip72 -\ar@cellbox=\box61 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ) -\calc@Acount=\count284 -\calc@Bcount=\count285 -\calc@Adimen=\dimen165 -\calc@Bdimen=\dimen166 -\calc@Askip=\skip73 -\calc@Bskip=\skip74 -LaTeX Info: Redefining \setlength on input line 80. -LaTeX Info: Redefining \addtolength on input line 81. -\calc@Ccount=\count286 -\calc@Cskip=\skip75 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty -Package: footnotehyper 2021/08/13 v1.1e hyperref aware footnote.sty (JFB) -\FNH@notes=\box62 -\FNH@width=\dimen167 -\FNH@toks=\toks27 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR) - (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR) - (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -Package: trig 2021/08/11 v1.11 sin cos tan (DPC) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration -) -Package graphics Info: Driver file: pdftex.def on input line 107. -) -\Gin@req@height=\dimen168 -\Gin@req@width=\dimen169 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption.sty -Package: caption 2022/03/01 v3.6b Customizing captions (AR) - (/usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty -Package: caption3 2022/03/17 v2.3b caption3 kernel (AR) -\caption@tempdima=\dimen170 -\captionmargin=\dimen171 -\caption@leftmargin=\dimen172 -\caption@rightmargin=\dimen173 -\caption@width=\dimen174 -\caption@indent=\dimen175 -\caption@parindent=\dimen176 -\caption@hangindent=\dimen177 -Package caption Info: KOMA-Script document class detected. - (/usr/local/texlive/2022/texmf-dist/tex/latex/caption/caption-koma.sto -File: caption-koma.sto 2020/09/21 v2.0b Adaption of the caption package to the KOMA-Script document classes (AR) -)) -\c@caption@flags=\count287 -\c@continuedfloat=\count288 -Package caption Info: longtable package is loaded. - (/usr/local/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty -Package: ltcaption 2021/01/08 v1.4c longtable captions (AR) -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/float/float.sty -Package: float 2001/11/08 v1.3d Float enhancements (AL) -\c@float@type=\count289 -\float@exts=\toks28 -\float@box=\box63 -\@float@everytoks=\toks29 -\@floatcapt=\box64 -) -\@float@every@codelisting=\toks30 -\c@codelisting=\count290 - (/usr/local/texlive/2022/texmf-dist/tex/latex/caption/subcaption.sty -Package: subcaption 2022/01/07 v1.5 Sub-captions (AR) -\c@subfigure=\count291 -\c@subtable=\count292 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty -Package: tcolorbox 2022/01/07 version 5.0.2 text color boxes - (/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty (/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex -\pgfutil@everybye=\toks31 -\pgfutil@tempdima=\dimen178 -\pgfutil@tempdimb=\dimen179 - (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex)) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def -\pgfutil@abb=\box65 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/pgf.revision.tex) -Package: pgfrcs 2021/05/15 v3.1.9a (3.1.9a) -)) -Package: pgf 2021/05/15 v3.1.9a (3.1.9a) - (/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex -Package: pgfsys 2021/05/15 v3.1.9a (3.1.9a) - (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -\pgfkeys@pathtoks=\toks32 -\pgfkeys@temptoks=\toks33 - (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex -\pgfkeys@tmptoks=\toks34 -)) -\pgf@x=\dimen180 -\pgf@y=\dimen181 -\pgf@xa=\dimen182 -\pgf@ya=\dimen183 -\pgf@xb=\dimen184 -\pgf@yb=\dimen185 -\pgf@xc=\dimen186 -\pgf@yc=\dimen187 -\pgf@xd=\dimen188 -\pgf@yd=\dimen189 -\w@pgf@writea=\write3 -\r@pgf@reada=\read2 -\c@pgf@counta=\count293 -\c@pgf@countb=\count294 -\c@pgf@countc=\count295 -\c@pgf@countd=\count296 -\t@pgf@toka=\toks35 -\t@pgf@tokb=\toks36 -\t@pgf@tokc=\toks37 -\pgf@sys@id@count=\count297 - (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg -File: pgf.cfg 2021/05/15 v3.1.9a (3.1.9a) -) -Driver file for pgf: pgfsys-pdftex.def - (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def -File: pgfsys-pdftex.def 2021/05/15 v3.1.9a (3.1.9a) - (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def -File: pgfsys-common-pdf.def 2021/05/15 v3.1.9a (3.1.9a) -))) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex -File: pgfsyssoftpath.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgfsyssoftpath@smallbuffer@items=\count298 -\pgfsyssoftpath@bigbuffer@items=\count299 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex -File: pgfsysprotocol.code.tex 2021/05/15 v3.1.9a (3.1.9a) -)) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex -Package: pgfcore 2021/05/15 v3.1.9a (3.1.9a) - (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex -\pgfmath@dimen=\dimen190 -\pgfmath@count=\count300 -\pgfmath@box=\box66 -\pgfmath@toks=\toks38 -\pgfmath@stack@operand=\toks39 -\pgfmath@stack@operation=\toks40 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex))) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex -\c@pgfmathroundto@lastzeros=\count301 -)) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex -File: pgfcorepoints.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgf@picminx=\dimen191 -\pgf@picmaxx=\dimen192 -\pgf@picminy=\dimen193 -\pgf@picmaxy=\dimen194 -\pgf@pathminx=\dimen195 -\pgf@pathmaxx=\dimen196 -\pgf@pathminy=\dimen197 -\pgf@pathmaxy=\dimen198 -\pgf@xx=\dimen199 -\pgf@xy=\dimen256 -\pgf@yx=\dimen257 -\pgf@yy=\dimen258 -\pgf@zx=\dimen259 -\pgf@zy=\dimen260 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex -File: pgfcorepathconstruct.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgf@path@lastx=\dimen261 -\pgf@path@lasty=\dimen262 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex -File: pgfcorepathusage.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgf@shorten@end@additional=\dimen263 -\pgf@shorten@start@additional=\dimen264 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex -File: pgfcorescopes.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgfpic=\box67 -\pgf@hbox=\box68 -\pgf@layerbox@main=\box69 -\pgf@picture@serial@count=\count302 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex -File: pgfcoregraphicstate.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgflinewidth=\dimen265 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex -File: pgfcoretransformations.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgf@pt@x=\dimen266 -\pgf@pt@y=\dimen267 -\pgf@pt@temp=\dimen268 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex -File: pgfcorequick.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex -File: pgfcoreobjects.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex -File: pgfcorepathprocessing.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex -File: pgfcorearrows.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgfarrowsep=\dimen269 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex -File: pgfcoreshade.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgf@max=\dimen270 -\pgf@sys@shading@range@num=\count303 -\pgf@shadingcount=\count304 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex -File: pgfcoreimage.code.tex 2021/05/15 v3.1.9a (3.1.9a) - (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex -File: pgfcoreexternal.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgfexternal@startupbox=\box70 -)) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex -File: pgfcorelayers.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex -File: pgfcoretransparency.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex -File: pgfcorepatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex -File: pgfcorerdf.code.tex 2021/05/15 v3.1.9a (3.1.9a) -))) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex -File: pgfmoduleshapes.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgfnodeparttextbox=\box71 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex -File: pgfmoduleplot.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -Package: pgfcomp-version-0-65 2021/05/15 v3.1.9a (3.1.9a) -\pgf@nodesepstart=\dimen271 -\pgf@nodesepend=\dimen272 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -Package: pgfcomp-version-1-18 2021/05/15 v3.1.9a (3.1.9a) -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/tools/verbatim.sty -Package: verbatim 2020-07-07 v1.5u LaTeX2e package for verbatim enhancements -\every@verbatim=\toks41 -\verbatim@line=\toks42 -\verbatim@in@stream=\read3 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/environ/environ.sty -Package: environ 2014/05/04 v0.3 A new way to define environments - (/usr/local/texlive/2022/texmf-dist/tex/latex/trimspaces/trimspaces.sty -Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list -)) -\tcb@titlebox=\box72 -\tcb@upperbox=\box73 -\tcb@lowerbox=\box74 -\tcb@phantombox=\box75 -\c@tcbbreakpart=\count305 -\c@tcblayer=\count306 -\c@tcolorbox@number=\count307 -\tcb@temp=\box76 -\tcb@temp=\box77 -\tcb@temp=\box78 -\tcb@temp=\box79 - (/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbraster.code.tex -Library (tcolorbox): 'tcbraster.code.tex' version '5.0.2' -\c@tcbrastercolumn=\count308 -\c@tcbrasterrow=\count309 -\c@tcbrasternum=\count310 -\c@tcbraster=\count311 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex -Library (tcolorbox): 'tcbskins.code.tex' version '5.0.2' -(/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty (/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgffor.sty (/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) (/usr/local/texlive/2022/texmf-dist/tex/latex/pgf/math/pgfmath.sty (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex -Package: pgffor 2021/05/15 v3.1.9a (3.1.9a) - (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex) -\pgffor@iter=\dimen273 -\pgffor@skip=\dimen274 -\pgffor@stack=\toks43 -\pgffor@toks=\toks44 -)) (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -Package: tikz 2021/05/15 v3.1.9a (3.1.9a) - (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex -File: pgflibraryplothandlers.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgf@plot@mark@count=\count312 -\pgfplotmarksize=\dimen275 -) -\tikz@lastx=\dimen276 -\tikz@lasty=\dimen277 -\tikz@lastxsaved=\dimen278 -\tikz@lastysaved=\dimen279 -\tikz@lastmovetox=\dimen280 -\tikz@lastmovetoy=\dimen281 -\tikzleveldistance=\dimen282 -\tikzsiblingdistance=\dimen283 -\tikz@figbox=\box80 -\tikz@figbox@bg=\box81 -\tikz@tempbox=\box82 -\tikz@tempbox@bg=\box83 -\tikztreelevel=\count313 -\tikznumberofchildren=\count314 -\tikznumberofcurrentchild=\count315 -\tikz@fig@count=\count316 - (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex -File: pgfmodulematrix.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgfmatrixcurrentrow=\count317 -\pgfmatrixcurrentcolumn=\count318 -\pgf@matrix@numberofcolumns=\count319 -) -\tikz@expandcount=\count320 - (/usr/local/texlive/2022/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex -File: tikzlibrarytopaths.code.tex 2021/05/15 v3.1.9a (3.1.9a) -))) -\tcb@waterbox=\box84 - (/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex -Library (tcolorbox): 'tcbskinsjigsaw.code.tex' version '5.0.2' -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex -Library (tcolorbox): 'tcbbreakable.code.tex' version '5.0.2' -(/usr/local/texlive/2022/texmf-dist/tex/generic/oberdiek/pdfcol.sty -Package: pdfcol 2019/12/29 v1.6 Handle new color stacks for pdfTeX (HO) - (/usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) -)) -Package pdfcol Info: New color stack `tcb@breakable' = 1 on input line 23. -\tcb@testbox=\box85 -\tcb@totalupperbox=\box86 -\tcb@totallowerbox=\box87 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex -Library (tcolorbox): 'tcbhooks.code.tex' version '5.0.2' -) (/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex -Library (tcolorbox): 'tcbtheorems.code.tex' version '5.0.2' -) (/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex -Library (tcolorbox): 'tcbfitting.code.tex' version '5.0.2' -\tcbfitdim=\dimen284 -\tcb@lowerfitdim=\dimen285 -\tcb@upperfitdim=\dimen286 -\tcb@cur@hbadness=\count321 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/tcolorbox/tcbxparse.code.tex -Library (tcolorbox): 'tcbxparse.code.tex' version '5.0.2' -(/usr/local/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty (/usr/local/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty -Package: expl3 2022-04-10 L3 programming layer (loader) - (/usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -File: l3backend-pdftex.def 2022-04-10 L3 backend support: PDF output (pdfTeX) -\l__color_backend_stack_int=\count322 -\l__pdf_internal_box=\box88 -)) -Package: xparse 2022-01-12 L3 Experimental document command parser -))) (/usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bookmark.sty -Package: bookmark 2020-11-06 v1.29 PDF bookmarks (HO) - (/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -Package: hyperref 2022-02-21 v7.00n Hypertext links for LaTeX - (/usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO) -Package pdftexcmds Info: \pdf@primitive is available. -Package pdftexcmds Info: \pdf@ifprimitive is available. -Package pdftexcmds Info: \pdfdraftmode found. -) (/usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO) -) -\@linkdim=\dimen287 -\Hy@linkcounter=\count323 -\Hy@pagecounter=\count324 - (/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def -File: pd1enc.def 2022-02-21 v7.00n Hyperref: PDFDocEncoding definition (HO) -Now handling font encoding PD1 ... -... no UTF-8 mapping file for font encoding PD1 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO) -) -\Hy@SavedSpaceFactor=\count325 - (/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def -File: puenc.def 2022-02-21 v7.00n Hyperref: PDF Unicode definition (HO) -Now handling font encoding PU ... -... no UTF-8 mapping file for font encoding PU -) -Package hyperref Info: Option `unicode' set `true' on input line 4018. -Package hyperref Info: Hyper figures OFF on input line 4137. -Package hyperref Info: Link nesting OFF on input line 4142. -Package hyperref Info: Hyper index ON on input line 4145. -Package hyperref Info: Plain pages OFF on input line 4152. -Package hyperref Info: Backreferencing OFF on input line 4157. -Package hyperref Info: Implicit mode ON; LaTeX internals redefined. -Package hyperref Info: Bookmarks ON on input line 4390. -\c@Hy@tempcnt=\count326 - (/usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -\Urlmuskip=\muskip17 -Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. -) -LaTeX Info: Redefining \url on input line 4749. -\XeTeXLinkMargin=\dimen288 - (/usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) - (/usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO) -)) -\Fld@menulength=\count327 -\Field@Width=\dimen289 -\Fld@charsize=\dimen290 -Package hyperref Info: Hyper figures OFF on input line 6027. -Package hyperref Info: Link nesting OFF on input line 6032. -Package hyperref Info: Hyper index ON on input line 6035. -Package hyperref Info: backreferencing OFF on input line 6042. -Package hyperref Info: Link coloring OFF on input line 6047. -Package hyperref Info: Link coloring with OCG OFF on input line 6052. -Package hyperref Info: PDF/A mode OFF on input line 6057. -LaTeX Info: Redefining \ref on input line 6097. -LaTeX Info: Redefining \pageref on input line 6101. - (/usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi -package with kernel methods -) -\Hy@abspage=\count328 -\c@Item=\count329 -\c@Hfootnote=\count330 -) -Package hyperref Info: Driver (autodetected): hpdftex. - (/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def -File: hpdftex.def 2022-02-21 v7.00n Hyperref driver for pdfTeX - (/usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend package -with kernel methods -) -\Fld@listcount=\count331 -\c@bookmark@seq@number=\count332 - (/usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO) - (/usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO) -) -Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 286. -) -\Hy@SectionHShift=\skip76 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/bookmark/bkm-pdftex.def -File: bkm-pdftex.def 2020-11-06 v1.29 bookmark driver for pdfTeX (HO) -\BKM@id=\count333 -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/xurl/xurl.sty -Package: xurl 2022/01/09 v 0.10 modify URL breaks -) -Package hyperref Info: Option `colorlinks' set `true' on input line 142. - (./_paper.aux) -\openout1 = `_paper.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 147. -LaTeX Font Info: ... okay on input line 147. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 147. -LaTeX Font Info: ... okay on input line 147. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 147. -LaTeX Font Info: ... okay on input line 147. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 147. -LaTeX Font Info: ... okay on input line 147. -LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 147. -LaTeX Font Info: ... okay on input line 147. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 147. -LaTeX Font Info: ... okay on input line 147. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 147. -LaTeX Font Info: ... okay on input line 147. -LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 147. -LaTeX Font Info: ... okay on input line 147. -LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 147. -LaTeX Font Info: ... okay on input line 147. -Package scrbase Info: activating english \contentsname on input line 147. -Package scrbase Info: activating english \listfigurename on input line 147. -Package scrbase Info: activating english \listtablename on input line 147. -LaTeX Info: Redefining \microtypecontext on input line 147. -Package microtype Info: Applying patch `item' on input line 147. -Package microtype Info: Applying patch `toc' on input line 147. -Package microtype Info: Applying patch `eqnum' on input line 147. -Package microtype Info: Applying patch `footnote' on input line 147. -Package microtype Info: Generating PDF output. -Package microtype Info: Character protrusion enabled (level 2). -Package microtype Info: Using protrusion set `basicmath'. -Package microtype Info: Automatic font expansion enabled (level 2), -(microtype) stretch: 20, shrink: 20, step: 1, non-selected. -Package microtype Info: Using default expansion set `alltext-nott'. -LaTeX Info: Redefining \showhyphens on input line 147. -Package microtype Info: No adjustment of tracking. -Package microtype Info: No adjustment of interword spacing. -Package microtype Info: No adjustment of character kerning. - (/usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-cmr.cfg -File: mt-cmr.cfg 2013/05/19 v2.2 microtype config. file: Computer Modern Roman (RS) -) (/usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -[Loading MPS to PDF converter (version 2006.09.02).] -\scratchcounter=\count334 -\scratchdimen=\dimen291 -\scratchbox=\box89 -\nofMPsegments=\count335 -\nofMParguments=\count336 -\everyMPshowfont=\toks45 -\MPscratchCnt=\count337 -\MPscratchDim=\dimen292 -\MPnumerator=\count338 -\makeMPintoPDFobject=\count339 -\everyMPtoPDFconversion=\toks46 -) (/usr/local/texlive/2022/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/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live -)) -Package caption Info: Begin \AtBeginDocument code. -Package caption Info: float package is loaded. -Package caption Info: hyperref package is loaded. -Package caption Info: End \AtBeginDocument code. -Package hyperref Info: Link coloring ON on input line 147. - (/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section - (/usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) -) -\c@section@level=\count340 -) -LaTeX Info: Redefining \ref on input line 147. -LaTeX Info: Redefining \pageref on input line 147. -LaTeX Info: Redefining \nameref on input line 147. -LaTeX Font Info: Trying to load font information for T1+lmss on input line 151. - (/usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmss.fd -File: t1lmss.fd 2015/05/01 v1.6.1 Font defs for Latin Modern -) -Package microtype Info: Loading generic protrusion settings for font family -(microtype) `lmss' (encoding: T1). -(microtype) For optimal results, create family-specific settings. -(microtype) See the microtype manual for details. - - -LaTeX Warning: Citation `goodfellow2014explaining' on page 1 undefined on input line 159. - - -LaTeX Warning: Citation `wilson2020case' on page 1 undefined on input line 169. - - -LaTeX Warning: Citation `wilson2020case' on page 1 undefined on input line 173. - -LaTeX Font Info: Trying to load font information for T1+lmtt on input line 177. -(/usr/local/texlive/2022/texmf-dist/tex/latex/lm/t1lmtt.fd -File: t1lmtt.fd 2015/05/01 v1.6.1 Font defs for Latin Modern -) - -LaTeX Warning: Citation `blundell2015weight' on page 1 undefined on input line 178. - - -LaTeX Warning: Citation `gal2016dropout' on page 1 undefined on input line 179. - - -LaTeX Warning: Citation `lakshminarayanan2016simple' on page 1 undefined on input line 180. - - -LaTeX Warning: Citation `immer2020improving' on page 1 undefined on input line 181. - - -LaTeX Warning: Citation `daxberger2021laplace' on page 1 undefined on input line 181. - -LaTeX Font Info: Trying to load font information for OT1+lmr on input line 187. -(/usr/local/texlive/2022/texmf-dist/tex/latex/lm/ot1lmr.fd -File: ot1lmr.fd 2015/05/01 v1.6.1 Font defs for Latin Modern -) -LaTeX Font Info: Trying to load font information for OML+lmm on input line 187. - (/usr/local/texlive/2022/texmf-dist/tex/latex/lm/omllmm.fd -File: omllmm.fd 2015/05/01 v1.6.1 Font defs for Latin Modern -) -LaTeX Font Info: Trying to load font information for OMS+lmsy on input line 187. - (/usr/local/texlive/2022/texmf-dist/tex/latex/lm/omslmsy.fd -File: omslmsy.fd 2015/05/01 v1.6.1 Font defs for Latin Modern -) -LaTeX Font Info: Trying to load font information for OMX+lmex on input line 187. - (/usr/local/texlive/2022/texmf-dist/tex/latex/lm/omxlmex.fd -File: omxlmex.fd 2015/05/01 v1.6.1 Font defs for Latin Modern -) -LaTeX Font Info: External font `lmex10' loaded for size -(Font) <10.95> on input line 187. -LaTeX Font Info: External font `lmex10' loaded for size -(Font) <8> on input line 187. -LaTeX Font Info: External font `lmex10' loaded for size -(Font) <6> on input line 187. -LaTeX Font Info: Trying to load font information for U+msa on input line 187. - (/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd -File: umsa.fd 2013/01/14 v3.01 AMS symbols A -) (/usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-msa.cfg -File: mt-msa.cfg 2006/02/04 v1.1 microtype config. file: AMS symbols (a) (RS) -) -LaTeX Font Info: Trying to load font information for U+msb on input line 187. - (/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd -File: umsb.fd 2013/01/14 v3.01 AMS symbols B -) (/usr/local/texlive/2022/texmf-dist/tex/latex/microtype/mt-msb.cfg -File: mt-msb.cfg 2005/06/01 v1.0 microtype config. file: AMS symbols (b) (RS) -) - -LaTeX Warning: Citation `martens2015optimizing' on page 1 undefined on input line 220. - -[1 - -{/usr/local/texlive/2022/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] - -LaTeX Warning: Reference `eq-bma' on page 2 undefined on input line 225. - - -LaTeX Warning: Citation `lawrence2001variational' on page 2 undefined on input line 226. - - -LaTeX Warning: Citation `immer2020improving' on page 2 undefined on input line 228. - - -LaTeX Warning: Citation `daxberger2021laplace' on page 2 undefined on input line 245. - - -LaTeX Warning: Citation `immer2020improving' on page 2 undefined on input line 247. - - -LaTeX Warning: Citation `daxberger2021laplace' on page 2 undefined on input line 250. - -LaTeX Font Info: Font shape `T1/lmtt/bx/n' in size <14.4> not available -(Font) Font shape `T1/lmtt/b/n' tried instead on input line 256. - -LaTeX Warning: Reference `lst:laplace' on page 2 undefined on input line 265. - - -LaTeX Warning: Reference `eq-glm-predictive' on page 2 undefined on input line 272. - - -/Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/_paper.tex:274: LaTeX Error: Environment lstlisting undefined. - -See the LaTeX manual or LaTeX Companion for explanation. -Type H for immediate help. - ... - -l.274 \begin{lstlisting} - [language=Julia, escapechar=@, numbers=left, label={... -Your command was ignored. -Type I to replace it with another command, -or to continue without it. - -/Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/_paper.tex:277: Missing $ inserted. - - $ -l.277 @$\lambda=\lambda$@, subset_ - of_weights=:last_layer -I've inserted a begin-math/end-math symbol since I think -you left one out. Proceed, with fingers crossed. - - -/Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/_paper.tex:280: LaTeX Error: \begin{document} ended by \end{lstlisting}. - -See the LaTeX manual or LaTeX Companion for explanation. -Type H for immediate help. - ... - -l.280 \end{lstlisting} - -Your command was ignored. -Type I to replace it with another command, -or to continue without it. - -/Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/_paper.tex:280: Missing $ inserted. - - $ -l.280 \end{lstlisting} - -I've inserted something that you may have forgotten. -(See the above.) -With luck, this will get me unwedged. But if you -really didn't forget anything, try typing `2' now; then -my insertion and my current dilemma will both disappear. - -[2] - -File: www/posterior_predictive_mlp.png Graphic file (type png) - -Package pdftex.def Info: www/posterior_predictive_mlp.png used on input line 291. -(pdftex.def) Requested size: 240.89574pt x 56.68134pt. - -File: www/regression.png Graphic file (type png) - -Package pdftex.def Info: www/regression.png used on input line 302. -(pdftex.def) Requested size: 204.76842pt x 102.3842pt. - [3 <./www/posterior_predictive_mlp.png> <./www/regression.png>] [4] (./_paper.aux) - -LaTeX Warning: There were undefined references. - - -LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. - - ) -Here is how much of TeX's memory you used: - 31915 strings out of 478238 - 649596 string characters out of 5843941 - 1115266 words of memory out of 5000000 - 49549 multiletter control sequences out of 15000+600000 - 499422 words of font info for 83 fonts, out of 8000000 for 9000 - 1141 hyphenation exceptions out of 8191 - 108i,8n,106p,10651b,372s stack positions out of 10000i,1000n,20000p,200000b,200000s -{/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc}{/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc}{/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-mathex.enc}{/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-rm.enc}{/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/lm/lm-mathit.enc} -Output written on _paper.pdf (4 pages, 452024 bytes). -PDF statistics: - 146 PDF objects out of 1000 (max. 8388607) - 111 compressed objects within 2 object streams - 28 named destinations out of 1000 (max. 500000) - 16447 words of extra memory for PDF output out of 17280 (max. 10000000) - diff --git a/paper/_paper.pdf b/paper/_paper.pdf deleted file mode 100644 index 6a9184de..00000000 Binary files a/paper/_paper.pdf and /dev/null differ diff --git a/paper/_paper.synctex.gz b/paper/_paper.synctex.gz deleted file mode 100644 index 2f0e843e..00000000 Binary files a/paper/_paper.synctex.gz and /dev/null differ diff --git a/paper/paper.aux b/paper/paper.aux index dc63fdb2..e30e6ed5 100644 --- a/paper/paper.aux +++ b/paper/paper.aux @@ -2,13 +2,10 @@ \providecommand\hyper@newdestlabel[2]{} \providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} \HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined -\global\let\oldcontentsline\contentsline -\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} \global\let\oldnewlabel\newlabel \gdef\newlabel#1#2{\newlabelxx{#1}#2} \gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} \AtEndDocument{\ifx\hyper@anchor\@undefined -\let\contentsline\oldcontentsline \let\newlabel\oldnewlabel \fi} \fi} diff --git a/paper/paper.bbl b/paper/paper.bbl index 52ad53c1..ef7a26e3 100644 --- a/paper/paper.bbl +++ b/paper/paper.bbl @@ -3,21 +3,17 @@ \bibitem{blundell2015weight} Charles Blundell, Julien Cornebise, Koray Kavukcuoglu, and Daan Wierstra. Weight uncertainty in neural network. -In {\em International Conference on Machine Learning}, pages 1613--1622. - {PMLR}. +In {\em International Conference on Machine Learning}, pages 1613--1622. {PMLR}. \bibitem{daxberger2021laplace} -Erik Daxberger, Agustinus Kristiadi, Alexander Immer, Runa Eschenhagen, - Matthias Bauer, and Philipp Hennig. +Erik Daxberger, Agustinus Kristiadi, Alexander Immer, Runa Eschenhagen, Matthias Bauer, and Philipp Hennig. Laplace {{Redux-Effortless Bayesian Deep Learning}}. 34. \bibitem{gal2016dropout} Yarin Gal and Zoubin Ghahramani. -Dropout as a bayesian approximation: {{Representing}} model uncertainty in deep - learning. -In {\em International Conference on Machine Learning}, pages 1050--1059. - {PMLR}. +Dropout as a bayesian approximation: {{Representing}} model uncertainty in deep learning. +In {\em International Conference on Machine Learning}, pages 1050--1059. {PMLR}. \bibitem{goodfellow2014explaining} Ian~J Goodfellow, Jonathon Shlens, and Christian Szegedy. @@ -41,8 +37,7 @@ Variational inference in probabilistic models. \bibitem{martens2015optimizing} James Martens and Roger Grosse. Optimizing neural networks with kronecker-factored approximate curvature. -In {\em International conference on machine learning}, pages 2408--2417. PMLR, - 2015. +In {\em International conference on machine learning}, pages 2408--2417. PMLR, 2015. \bibitem{wilson2020case} Andrew~Gordon Wilson. diff --git a/paper/paper.blg b/paper/paper.blg index abc393d3..c528c555 100644 --- a/paper/paper.blg +++ b/paper/paper.blg @@ -1,4 +1,4 @@ -This is BibTeX, Version 0.99d (TeX Live 2022) +This is BibTeX, Version 0.99d (TeX Live 2023) Capacity: max_strings=200000, hash_size=200000, hash_prime=170003 The top-level auxiliary file: paper.aux The style file: juliacon.bst diff --git a/paper/paper.fdb_latexmk b/paper/paper.fdb_latexmk index efbb9aea..651b7253 100644 --- a/paper/paper.fdb_latexmk +++ b/paper/paper.fdb_latexmk @@ -1,161 +1,164 @@ -# Fdb version 3 -["bibtex paper"] 1674806287 "paper.aux" "paper.bbl" "paper" 1674806400 - "./juliacon.bst" 1665491002 20997 2eaa317b2b3889daf19a84ad3db6071a "" - "paper.aux" 1674806399 4205 9102b6298337877b4e91c6d232c2ae21 "pdflatex" - "ref.bib" 1665491002 63826 bb023038e35b331df3631a38adb2a740 "" +# Fdb version 4 +["bibtex paper"] 1700230481 "paper.aux" "paper.bbl" "paper" 1700230482 0 + "./juliacon.bst" 1696660047 20997 2eaa317b2b3889daf19a84ad3db6071a "" + "./ref.bib" 1696660047 63826 bb023038e35b331df3631a38adb2a740 "" + "paper.aux" 1700230481 4073 6afb1eb39e91742382db989b02c7cd6b "pdflatex" (generated) "paper.bbl" "paper.blg" -["pdflatex"] 1674806398 "/Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/paper.tex" "paper.pdf" "paper" 1674806400 - "/Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/paper.tex" 1674806397 10292 64e12f49701fc039d52bc179f752186e "" - "/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/base/8r.enc" 1165713224 4850 80dc9bab7f31fb78a000ccfed0e27cab "" - "/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc" 1136849721 2971 def0b6c1f0b107b3b936def894055589 "" - "/usr/local/texlive/2022/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm" 1136768653 4524 6bce29db5bc272ba5f332261583fee9c "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmb8t.tfm" 1136768653 6880 f19b8995b61c334d78fc734065f6b4d4 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm" 1136768653 4408 25b74d011a4c66b7f212c0cc3c90061b "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm" 1136768653 6672 e3ab9e37e925f3045c9005e6d1473d56 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm" 1136768653 4640 532ca3305aad10cc01d769f3f91f1029 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmri8t.tfm" 1136768653 6944 94c55ad86e6ea2826f78ba2240d50df9 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/jknappen/ec/ecrm0900.tfm" 1136768653 3584 d3d8ac8b25ca19c0a40b86a5db1e8ccc "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm" 1136768653 3584 adb004a0c8e7c46ee66cad73671f37b4 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/jknappen/ec/ectt0800.tfm" 1136768653 1536 0b0b8ca286de6a006b681926403f35cd "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/jknappen/ec/ectt0900.tfm" 1136768653 1536 ae7aab2f8a4bc9edfce2899f53ba88c3 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/jknappen/ec/ectt1000.tfm" 1136768653 1536 06717a2b50de47d4087ac0e6cd759455 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm" 1246382020 1004 54797486969f23fa377b128694d548df "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm" 1246382020 988 bdf658c3bfc2d96d3c8b02cfc1c94c20 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex9.tfm" 1246382020 996 a18840b13b499c08ac2de96a99eda4bc "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm" 1246382020 1496 c79f6914c6d39ffb3759967363d1be79 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm" 1246382020 1516 a3bf6a5e7ec4401b1f52092dfaaed242 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm" 1246382020 1528 dab402b9d3774ca98baa037071cee7ae "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib9.tfm" 1246382020 1528 159d57adcba064aab4277245c826577d "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1246382020 916 f87d7c45f9c908e672703b83b72241a3 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm" 1246382020 924 9904cf1d39e9767e7a3622f2a125a565 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm" 1246382020 928 2dc8d444221b7a635bb58038579b861a "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm" 1246382020 908 2921f8a10601f252058503cc6570e581 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm" 1246382020 940 75ac932a52f80982a9f8ea75d03a34cf "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1246382020 940 228d6584342e91276bf566bcf9716b83 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm" 1136768653 1116 4e6ba9d7914baa6482fd69f67d126380 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm" 1136768653 1328 c834bbb027764024c09d3d2bf908b5f0 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm" 1136768653 1324 c910af8c371558dc20f2d7822f66fe64 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx5.tfm" 1136768653 1332 f817c21a1ba54560425663374f1b651a "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx6.tfm" 1136768653 1344 8a0be4fe4d376203000810ad4dc81558 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx8.tfm" 1136768653 1332 1fde11373e221473104d6cc5993f046e "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx9.tfm" 1136768653 1328 5442e22a7072966dbaf88ca900acf3f0 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmex10.tfm" 1136768653 992 662f679a0b3d2d53c1b94050fdaa3f50 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm" 1136768653 1524 4414a8315f39513458b80dfc63bff03a "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm" 1136768653 1512 f21f83efb36853c0b70002322c1ab3ad "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm" 1136768653 1520 eccf95517727cb11801f4f1aee3a21b4 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmi9.tfm" 1136768653 1524 d89e2d087a9828407a196f428428ef4a "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm" 1136768653 1524 554068197b70979a55370e6c6495f441 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmr12.tfm" 1136768653 1288 655e228510b4c2a1abe905c368440826 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmr17.tfm" 1136768653 1292 296a67155bdbfc32aa9c636f21e91433 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmr6.tfm" 1136768653 1300 b62933e007d01cfd073f79b963c01526 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmr8.tfm" 1136768653 1292 21c1c5bfeaebccffdb478fd231a0997d "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmr9.tfm" 1136768653 1292 6b21b9c2c7bebb38aa2273f7ca0fb3af "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm" 1136768653 1124 6c73e740cf17375f03eec0ee63599741 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm" 1136768653 520 82a3d37183f34b6eb363a161dfc002c2 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm" 1136768653 520 d082ac03a1087bc1ec2a06e24a9f68c0 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm" 1136768653 520 4889cce2180234b97cad636b6039c722 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm" 1136768653 520 7bb3abb160b19e0ed6ac404bb59052b7 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasy9.tfm" 1136768653 520 1cc7cc05f4d7bae5c23bf7516f88fa52 "" - "/usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm" 1136768653 520 4bf1455197d190cb95c579bde4c2f0ba "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb" 1248133631 37166 8ab3487cbe3ab49ebce74c29ea2418db "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb" 1248133631 36094 798f80770b3b148ceedd006d487db67c "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb" 1248133631 32734 69e00a6b65cedb993666e42eedb3d48f "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb" 1248133631 33993 9b89b85fd2d9df0482bd47194d1d3bf3 "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb" 1248133631 32569 5e5ddc8df908dea60932f3c484a54c0d "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfb" 1248133631 30212 b6aafa449db0097a6b9b890f66741063 "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb" 1248133631 10594 310261a6407d360eda1ed257d05cd4df "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb" 1248133631 34694 ad62b13721ee8eda1dcc8993c8bd7041 "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/cm-super/sftt0800.pfb" 1215737283 175641 e30a691dc1402b08fd6535cf8a31e5b7 "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/cm-super/sftt0900.pfb" 1215737283 170827 2e4b634de7b58578eae1dc93e51dfe48 "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/public/cm-super/sftt1000.pfb" 1215737283 169201 9ebf99020dde51a5086e186761a34e8f "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/urw/times/utmb8a.pfb" 1136849748 44729 811d6c62865936705a31c797a1d5dada "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/urw/times/utmr8a.pfb" 1136849748 46026 6dab18b61c907687b520c72847215a68 "" - "/usr/local/texlive/2022/texmf-dist/fonts/type1/urw/times/utmri8a.pfb" 1136849748 45458 a3faba884469519614ca56ba5f6b1de1 "" - "/usr/local/texlive/2022/texmf-dist/fonts/vf/adobe/times/ptmb8t.vf" 1136768653 2340 df9c920cc5688ebbf16a93f45ce7bdd3 "" - "/usr/local/texlive/2022/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf" 1136768653 2348 91706c542228501c410c266421fbe30c "" - "/usr/local/texlive/2022/texmf-dist/fonts/vf/adobe/times/ptmri8t.vf" 1136768653 2328 6cd7df782b09b29cfc4d93e55b6b9a59 "" - "/usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1461363279 71627 94eb9990bed73c364d7f53f960cc8c5b "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty" 1575674566 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty" 1576625341 40635 c40361e206be584d448876bba8a64a3b "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty" 1576016050 33961 6b5c75130e435b2bfdb9f480a09a39f9 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty" 1576625273 7734 b98cbb34c81f667027c1e3ebdbfce34b "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty" 1576625223 8371 9d55b8bd010bc717624922fb3477d92e "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty" 1644112042 7237 bdd120a32c8fdb4b433cf9ca2e7cd98a "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty" 1575499628 8356 7bbb2c2373aa810be568c29e333da8ed "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty" 1576625065 31769 002a487f55041f8e805cfbf6385ffd97 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty" 1576878844 5412 d5a2436094cd7be85769db90f29250a6 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty" 1576624944 13807 952b0226d4efca026f0e19dd266dcc22 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty" 1600895880 17859 4409f8f50cd365c68e684407e5350b1b "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty" 1576015897 19007 15924f7228aca6c6d184b115f4baa231 "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty" 1593379760 20089 80423eac55aa175305d35b49e04fe23b "" - "/usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty" 1576624663 7008 f92eaa0a3872ed622bbf538217cd2ab7 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty" 1359763108 5949 3f3fd50a8cc94c3d4cbf4fc66cd3df1c "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty" 1359763108 13829 94730e64147574077f8ecfea9bb69af4 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd" 1359763108 961 6518c6525a34feb5e8250ffa91731cff "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd" 1359763108 961 d02606146ba5601b5645f987c92e6193 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty" 1576191570 19336 ce7ae9438967282886b3b036cfad1e4d "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty" 1576625391 3935 57aa3c3e203a5c2effb4d2bd2efbc323 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty" 1636758526 3034 3bfb87122e6fa8758225c0dd3cbaceba "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty" 1636758526 2462 754d6b31b2ab5a09bb72c348ace2ec75 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty" 1622581934 4946 461cc78f6f26901410d9f1d725079cc6 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty" 1622581934 5049 969aec05d5f39c43f8005910498fcf90 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty" 1622581934 2853 064bc688b5f0914f6c46857908d3b04a "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/t1cmtt.fd" 1622581934 2443 6dd9a5deeddddfcceb01d1932590ebad "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty" 1622581934 2894 55431114fc0e491ecee275edafd6c881 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/base/ulasy.fd" 1622581934 2233 fb041045cf7e676975d0d6824c7a540e "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1579991033 13886 d1306dcf79a944f6988e688c1785f9ce "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty" 1137110118 3028 8faeef64adee9b964b5e7f5e45921024 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1459978653 1213 620bba36b25224fa9b7e1ccb4ecb76fd "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1465944070 1224 978390e9c2234eab29404bc21b268d1e "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def" 1601931164 19103 48d29b6e2a64cb717117ef65f107b404 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty" 1622581934 18399 7e40f80366dffb22c0e7b70517db5cb4 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty" 1636758526 7996 a8fb260d598dcaf305a7ae7b9c3e3229 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty" 1622581934 2671 4de6781a30211fe0ea4c672e4a2a8166 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty" 1636758526 4009 187ea2dc3194cd5a76cd99a8d7a6c4d0 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty" 1580250785 17914 4c28a13fc3d975e6e81c9bea1d697276 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def" 1645564115 49029 7c9e5115b2217efbeb7828ac0d1bf1a0 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty" 1645564115 220999 6145ea83914c186e178d1d31c50b37df "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty" 1612734870 13242 133e617c5eebffdd05e421624022b267 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def" 1645564115 14132 e8e7e61e51ade521a7238fac8362786c "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def" 1645564115 117004 ed1c2cc82bb9836e9d59549dd8c33098 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty" 1602274869 22521 d2fceb764a442a2001d257ef11db7618 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def" 1649708083 31177 b025053aedd83de82df748622c0325db "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg" 1279039959 678 4792914a8f45be57bb98413425e4c7af "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty" 1575499565 5766 13a9e8766c47f30327caf893ece86ac8 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.cfg" 1585170648 1830 e31effa752c61538383451ae21332364 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty" 1585170648 80964 64e57373f36316e4a09b517cbf1aba2e "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/listings/lstmisc.sty" 1585170648 77022 ee25ce086f4a79d8cf73bac6f94c02a5 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty" 1368488610 7016 985a983ce041cc8959cd31133cba0244 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty" 1586716065 1499 de0ad166b701b820e03588a29bb30798 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/t1ptm.fd" 1137110629 774 61d7da1e9f9e74989b196d147e623736 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty" 1586716065 856 8e0e5c8cca7b18e0400f97f5a2b90a99 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty" 1576624809 9878 9e94e8fa600d95f9c7731bb21dfb67a4 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty" 1575674187 9715 b051d5b493d9fe5f4bc251462d039e5f "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty" 1622581934 13197 df0fe9a9695763546b59e02a008447b3 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty" 1622581934 10214 00ce62e730d0cfe22b35e8f1c84949c7 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty" 1388531844 12796 8edb7d69a20b857904dd0ea757c14ec9 "" - "/usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty" 1635798903 56029 3f7889dab51d620aa43177c391b7b190 "" - "/usr/local/texlive/2022/texmf-dist/web2c/texmf.cnf" 1646502317 40171 cdab547de63d26590bebb3baff566530 "" - "/usr/local/texlive/2022/texmf-var/fonts/map/pdftex/updmap/pdftex.map" 1649776835 4410336 7d30a02e9fa9a16d7d1f8d037ba69641 "" - "/usr/local/texlive/2022/texmf-var/web2c/pdftex/pdflatex.fmt" 1649776868 2828471 c82047e40e787e142a880ebf41687b71 "" - "/usr/local/texlive/2022/texmf.cnf" 1647878952 577 209b46be99c9075fd74d4c0369380e8c "" - "bib.tex" 1674806398 111 fb8dcbd9d4481bde59a06a28ec8a83ca "" - "header.tex" 1674806398 593 16e18a5a446399b3a75cc6ca1c0bac8e "" - "jlcode.sty" 1665491002 18246 d33ccf865c532e11b9480876a6bb58b2 "" - "journal_dat.tex" 1674806398 150 e8f5f0ce758e2580b918922de6715366 "" - "juliacon.cls" 1665491002 30376 600c1d13c17d8cd54504ceeaf65a3e1c "" - "logojuliacon.pdf" 1665491002 4937 0cb75c4e65b0cf72a69c7716f140efe5 "" - "paper.aux" 1674806399 4205 9102b6298337877b4e91c6d232c2ae21 "pdflatex" - "paper.bbl" 1674806287 1836 3c44d18d795d583ce2402c86892dfcaf "bibtex paper" - "paper.out" 1674806399 976 7f0b7527deabf0c683969d37a4afbb90 "pdflatex" - "paper.tex" 1674806397 10292 64e12f49701fc039d52bc179f752186e "" - "www/posterior_predictive_mlp.png" 1674805319 233810 0ea3ab1522655067b37b8a752731b153 "" - "www/regression.png" 1674805323 35612 bc26b8c0249e8850408e84726d29c859 "" + (rewritten before read) +["pdflatex"] 1700230481 "/Users/paltmeyer/code/LaplaceRedux.jl/paper/paper.tex" "paper.pdf" "paper" 1700230482 0 + "/Users/paltmeyer/code/LaplaceRedux.jl/paper/paper.tex" 1700230479 10306 811411c6f5efe99ba159c50182bec74a "" + "/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/base/8r.enc" 1165713224 4850 80dc9bab7f31fb78a000ccfed0e27cab "" + "/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc" 1136849721 2971 def0b6c1f0b107b3b936def894055589 "" + "/usr/local/texlive/2023/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm" 1136768653 4524 6bce29db5bc272ba5f332261583fee9c "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmb8t.tfm" 1136768653 6880 f19b8995b61c334d78fc734065f6b4d4 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm" 1136768653 4408 25b74d011a4c66b7f212c0cc3c90061b "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm" 1136768653 6672 e3ab9e37e925f3045c9005e6d1473d56 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm" 1136768653 4640 532ca3305aad10cc01d769f3f91f1029 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmri8t.tfm" 1136768653 6944 94c55ad86e6ea2826f78ba2240d50df9 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ecrm0900.tfm" 1136768653 3584 d3d8ac8b25ca19c0a40b86a5db1e8ccc "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm" 1136768653 3584 adb004a0c8e7c46ee66cad73671f37b4 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ectt0800.tfm" 1136768653 1536 0b0b8ca286de6a006b681926403f35cd "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ectt0900.tfm" 1136768653 1536 ae7aab2f8a4bc9edfce2899f53ba88c3 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ectt1000.tfm" 1136768653 1536 06717a2b50de47d4087ac0e6cd759455 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm" 1246382020 1004 54797486969f23fa377b128694d548df "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm" 1246382020 988 bdf658c3bfc2d96d3c8b02cfc1c94c20 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex9.tfm" 1246382020 996 a18840b13b499c08ac2de96a99eda4bc "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm" 1246382020 1496 c79f6914c6d39ffb3759967363d1be79 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm" 1246382020 1516 a3bf6a5e7ec4401b1f52092dfaaed242 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm" 1246382020 1528 dab402b9d3774ca98baa037071cee7ae "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib9.tfm" 1246382020 1528 159d57adcba064aab4277245c826577d "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1246382020 916 f87d7c45f9c908e672703b83b72241a3 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm" 1246382020 924 9904cf1d39e9767e7a3622f2a125a565 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm" 1246382020 928 2dc8d444221b7a635bb58038579b861a "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm" 1246382020 908 2921f8a10601f252058503cc6570e581 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm" 1246382020 940 75ac932a52f80982a9f8ea75d03a34cf "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1246382020 940 228d6584342e91276bf566bcf9716b83 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm" 1136768653 1116 4e6ba9d7914baa6482fd69f67d126380 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm" 1136768653 1328 c834bbb027764024c09d3d2bf908b5f0 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm" 1136768653 1324 c910af8c371558dc20f2d7822f66fe64 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx5.tfm" 1136768653 1332 f817c21a1ba54560425663374f1b651a "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx6.tfm" 1136768653 1344 8a0be4fe4d376203000810ad4dc81558 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx8.tfm" 1136768653 1332 1fde11373e221473104d6cc5993f046e "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx9.tfm" 1136768653 1328 5442e22a7072966dbaf88ca900acf3f0 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmex10.tfm" 1136768653 992 662f679a0b3d2d53c1b94050fdaa3f50 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm" 1136768653 1524 4414a8315f39513458b80dfc63bff03a "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm" 1136768653 1512 f21f83efb36853c0b70002322c1ab3ad "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm" 1136768653 1520 eccf95517727cb11801f4f1aee3a21b4 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi9.tfm" 1136768653 1524 d89e2d087a9828407a196f428428ef4a "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm" 1136768653 1524 554068197b70979a55370e6c6495f441 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr12.tfm" 1136768653 1288 655e228510b4c2a1abe905c368440826 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr17.tfm" 1136768653 1292 296a67155bdbfc32aa9c636f21e91433 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr6.tfm" 1136768653 1300 b62933e007d01cfd073f79b963c01526 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr8.tfm" 1136768653 1292 21c1c5bfeaebccffdb478fd231a0997d "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr9.tfm" 1136768653 1292 6b21b9c2c7bebb38aa2273f7ca0fb3af "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm" 1136768653 1124 6c73e740cf17375f03eec0ee63599741 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm" 1136768653 520 82a3d37183f34b6eb363a161dfc002c2 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm" 1136768653 520 d082ac03a1087bc1ec2a06e24a9f68c0 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm" 1136768653 520 4889cce2180234b97cad636b6039c722 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm" 1136768653 520 7bb3abb160b19e0ed6ac404bb59052b7 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy9.tfm" 1136768653 520 1cc7cc05f4d7bae5c23bf7516f88fa52 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm" 1136768653 520 4bf1455197d190cb95c579bde4c2f0ba "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb" 1248133631 37166 8ab3487cbe3ab49ebce74c29ea2418db "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb" 1248133631 36094 798f80770b3b148ceedd006d487db67c "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb" 1248133631 32734 69e00a6b65cedb993666e42eedb3d48f "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb" 1248133631 33993 9b89b85fd2d9df0482bd47194d1d3bf3 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb" 1248133631 32569 5e5ddc8df908dea60932f3c484a54c0d "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfb" 1248133631 30212 b6aafa449db0097a6b9b890f66741063 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb" 1248133631 10594 310261a6407d360eda1ed257d05cd4df "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb" 1248133631 34694 ad62b13721ee8eda1dcc8993c8bd7041 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/cm-super/sftt0800.pfb" 1215737283 175641 e30a691dc1402b08fd6535cf8a31e5b7 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/cm-super/sftt0900.pfb" 1215737283 170827 2e4b634de7b58578eae1dc93e51dfe48 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/cm-super/sftt1000.pfb" 1215737283 169201 9ebf99020dde51a5086e186761a34e8f "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/urw/times/utmb8a.pfb" 1136849748 44729 811d6c62865936705a31c797a1d5dada "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/urw/times/utmr8a.pfb" 1136849748 46026 6dab18b61c907687b520c72847215a68 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/urw/times/utmri8a.pfb" 1136849748 45458 a3faba884469519614ca56ba5f6b1de1 "" + "/usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmb8t.vf" 1136768653 2340 df9c920cc5688ebbf16a93f45ce7bdd3 "" + "/usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf" 1136768653 2348 91706c542228501c410c266421fbe30c "" + "/usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmri8t.vf" 1136768653 2328 6cd7df782b09b29cfc4d93e55b6b9a59 "" + "/usr/local/texlive/2023/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1461363279 71627 94eb9990bed73c364d7f53f960cc8c5b "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/atbegshi/atbegshi.sty" 1575674566 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty" 1576625341 40635 c40361e206be584d448876bba8a64a3b "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty" 1576016050 33961 6b5c75130e435b2bfdb9f480a09a39f9 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty" 1576625273 7734 b98cbb34c81f667027c1e3ebdbfce34b "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty" 1576625223 8371 9d55b8bd010bc717624922fb3477d92e "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty" 1644112042 7237 bdd120a32c8fdb4b433cf9ca2e7cd98a "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty" 1575499628 8356 7bbb2c2373aa810be568c29e333da8ed "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty" 1576625065 31769 002a487f55041f8e805cfbf6385ffd97 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty" 1576878844 5412 d5a2436094cd7be85769db90f29250a6 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty" 1600895880 17859 4409f8f50cd365c68e684407e5350b1b "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty" 1576015897 19007 15924f7228aca6c6d184b115f4baa231 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty" 1593379760 20089 80423eac55aa175305d35b49e04fe23b "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty" 1576624663 7008 f92eaa0a3872ed622bbf538217cd2ab7 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty" 1359763108 5949 3f3fd50a8cc94c3d4cbf4fc66cd3df1c "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty" 1359763108 13829 94730e64147574077f8ecfea9bb69af4 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsa.fd" 1359763108 961 6518c6525a34feb5e8250ffa91731cff "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsb.fd" 1359763108 961 d02606146ba5601b5645f987c92e6193 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/atveryend/atveryend.sty" 1576191570 19336 ce7ae9438967282886b3b036cfad1e4d "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty" 1576625391 3935 57aa3c3e203a5c2effb4d2bd2efbc323 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty" 1667332637 3052 30236f0cc243a8651b82240dfd2e8b9d "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty" 1667332637 2462 8ce5f9a9c63002f2c1af03c262cf29af "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty" 1654720880 5119 4ce42f43368f652f9c9522d943cce8e4 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty" 1654720880 5048 84b05796b49b69e2d4257d537721c960 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty" 1654720880 2853 20079b4b35694992ccfaced080c81145 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/t1cmtt.fd" 1667332637 2443 f9c272838e65ac147422f32fe87b76a1 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty" 1654720880 2894 f2f8ee7d4fb94263f9f255fa22cab2d3 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/ulasy.fd" 1654720880 2233 d6b57110698f3bfccb4912aef8c8acb2 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1579991033 13886 d1306dcf79a944f6988e688c1785f9ce "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty" 1137110118 3028 8faeef64adee9b964b5e7f5e45921024 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1459978653 1213 620bba36b25224fa9b7e1ccb4ecb76fd "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1465944070 1224 978390e9c2234eab29404bc21b268d1e "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-def/pdftex.def" 1663965824 19448 1e988b341dda20961a6b931bcde55519 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty" 1654720880 18387 8f900a490197ebaf93c02ae9476d4b09 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty" 1654720880 8010 a8d949cbdbc5c983593827c9eec252e1 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty" 1654720880 2671 7e67d78d9b88c845599a85b2d41f2e39 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx" 1667332637 2885 9c645d672ae17285bba324998918efd8 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty" 1654720880 4023 293ea1c16429fc0c4cf605f4da1791a9 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty" 1580250785 17914 4c28a13fc3d975e6e81c9bea1d697276 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hpdftex.def" 1675889938 48272 99ede602a8ace626d8ed02f058a4bf8e "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty" 1675889938 223129 4edf043af471f3251c66e432cfa22987 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty" 1675889938 12947 1ce831528e963a8568de1f4d67cfb982 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def" 1675889938 14249 d947c5c09f3af04ae2f37fc11c7ac2f6 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def" 1675889938 117125 aa115cac3914abcf3769f370e6325117 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty" 1655478651 22555 6d8e155cfef6d82c3d5c742fea7c992e "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty" 1665067230 13815 760b0c02f691ea230f5359c4e1de23a7 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def" 1673989714 30429 213676d4c7327a21d91ddaed900e7b81 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg" 1279039959 678 4792914a8f45be57bb98413425e4c7af "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty" 1575499565 5766 13a9e8766c47f30327caf893ece86ac8 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.cfg" 1677530001 1829 d8258b7d94f5f955e70c623e525f9f45 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty" 1677530001 80947 75a96bb4c9f40ae31d54a01d924df2ff "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/listings/lstmisc.sty" 1677530001 77021 d05e9115c67855816136d82929db8892 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty" 1368488610 7016 985a983ce041cc8959cd31133cba0244 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty" 1586716065 1499 de0ad166b701b820e03588a29bb30798 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/t1ptm.fd" 1137110629 774 61d7da1e9f9e74989b196d147e623736 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty" 1586716065 856 8e0e5c8cca7b18e0400f97f5a2b90a99 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty" 1576624809 9878 9e94e8fa600d95f9c7731bb21dfb67a4 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty" 1657483315 9714 ba3194bd52c8499b3f1e3eb91d409670 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty" 1654720880 13231 b52297489a0e9d929aae403417d92a02 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty" 1654720880 10214 de3e21cfc0eccc98ca7f8dac0ef263d2 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty" 1388531844 12796 8edb7d69a20b857904dd0ea757c14ec9 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty" 1655066402 56148 51a9a8571c07b9921892ae11063ae853 "" + "/usr/local/texlive/2023/texmf-dist/web2c/texmf.cnf" 1677365944 40745 87bb86a62d462f93a1efc6b0c65c872e "" + "/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map" 1699281469 4623355 b8cad38412faebe1ce5b780a45db67bd "" + "/usr/local/texlive/2023/texmf-var/web2c/pdftex/pdflatex.fmt" 1699281399 7883454 645cd568e3b21bbbe0357d98f595a09a "" + "/usr/local/texlive/2023/texmf.cnf" 1678822455 577 1b2b1af17af2508fb20dd85783af4050 "" + "bib.tex" 1700230479 111 fb8dcbd9d4481bde59a06a28ec8a83ca "" + "header.tex" 1700230479 593 16e18a5a446399b3a75cc6ca1c0bac8e "" + "jlcode.sty" 1696660047 18246 d33ccf865c532e11b9480876a6bb58b2 "" + "journal_dat.tex" 1700230479 150 e8f5f0ce758e2580b918922de6715366 "" + "juliacon.cls" 1696660047 30376 600c1d13c17d8cd54504ceeaf65a3e1c "" + "logojuliacon.pdf" 1696660047 4937 0cb75c4e65b0cf72a69c7716f140efe5 "" + "paper.aux" 1700230481 4073 6afb1eb39e91742382db989b02c7cd6b "pdflatex" + "paper.bbl" 1700230481 1826 45407b86a86ddb025f6ef197e5007c4d "bibtex paper" + "paper.out" 1700230481 976 7f0b7527deabf0c683969d37a4afbb90 "pdflatex" + "paper.tex" 1700230479 10306 811411c6f5efe99ba159c50182bec74a "" + "www/posterior_predictive_mlp.png" 1696660047 233810 0ea3ab1522655067b37b8a752731b153 "" + "www/regression.png" 1696660047 35612 bc26b8c0249e8850408e84726d29c859 "" (generated) "paper.aux" "paper.log" "paper.out" "paper.pdf" + (rewritten before read) diff --git a/paper/paper.fls b/paper/paper.fls index 500d37c5..14bf2ded 100644 --- a/paper/paper.fls +++ b/paper/paper.fls @@ -1,8 +1,8 @@ -PWD /Users/patrickaltmeyer/code/LaplaceRedux.jl/paper -INPUT /usr/local/texlive/2022/texmf.cnf -INPUT /usr/local/texlive/2022/texmf-dist/web2c/texmf.cnf -INPUT /usr/local/texlive/2022/texmf-var/web2c/pdftex/pdflatex.fmt -INPUT /Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/paper.tex +PWD /Users/paltmeyer/code/LaplaceRedux.jl/paper +INPUT /usr/local/texlive/2023/texmf.cnf +INPUT /usr/local/texlive/2023/texmf-dist/web2c/texmf.cnf +INPUT /usr/local/texlive/2023/texmf-var/web2c/pdftex/pdflatex.fmt +INPUT /Users/paltmeyer/code/LaplaceRedux.jl/paper/paper.tex OUTPUT paper.log INPUT ./juliacon.cls INPUT ./juliacon.cls @@ -15,74 +15,74 @@ INPUT ./juliacon.cls INPUT juliacon.cls INPUT ./juliacon.cls INPUT juliacon.cls -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/fonts/map/fontname/texfonts.map -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/fonts/map/fontname/texfonts.map +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm INPUT ./journal_dat.tex INPUT ./journal_dat.tex INPUT ./journal_dat.tex @@ -90,334 +90,371 @@ INPUT journal_dat.tex INPUT ./journal_dat.tex INPUT ./journal_dat.tex INPUT journal_dat.tex -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/jknappen/ec/ecrm0900.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx9.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ecrm0900.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx9.tfm +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics-def/pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics-def/pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics-def/pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics-def/pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/atbegshi/atbegshi.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/atbegshi/atbegshi.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/atbegshi/atbegshi.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/atbegshi/atbegshi.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/atbegshi/atbegshi.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/atbegshi/atbegshi.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/atbegshi/atbegshi.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/atbegshi/atbegshi.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/atbegshi/atbegshi.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hpdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hpdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hpdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hpdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/atveryend/atveryend.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/atveryend/atveryend.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/atveryend/atveryend.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/atveryend/atveryend.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/atveryend/atveryend.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/atveryend/atveryend.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/atveryend/atveryend.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/atveryend/atveryend.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/atveryend/atveryend.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/atveryend/atveryend.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty INPUT ./jlcode.sty INPUT ./jlcode.sty INPUT jlcode.sty @@ -429,201 +466,168 @@ INPUT ./jlcode.sty INPUT jlcode.sty INPUT ./jlcode.sty INPUT jlcode.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/lstmisc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/lstmisc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/lstmisc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/lstmisc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/t1ptm.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/t1ptm.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/t1ptm.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/t1ptm.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/t1cmtt.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/t1cmtt.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/t1cmtt.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/t1cmtt.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/jknappen/ec/ectt0900.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/lstmisc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/lstmisc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/lstmisc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/lstmisc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/t1ptm.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/t1ptm.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/t1ptm.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/t1ptm.fd +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/t1cmtt.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/t1cmtt.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/t1cmtt.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/t1cmtt.fd +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ectt0900.tfm +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def INPUT ./paper.aux INPUT paper.aux INPUT paper.aux OUTPUT paper.aux -INPUT /usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -INPUT /usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -INPUT /usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -INPUT /usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +INPUT /usr/local/texlive/2023/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +INPUT /usr/local/texlive/2023/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +INPUT /usr/local/texlive/2023/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg INPUT ./paper.out INPUT paper.out INPUT ./paper.out @@ -648,105 +652,107 @@ INPUT ./logojuliacon.pdf INPUT logojuliacon.pdf INPUT ./logojuliacon.pdf INPUT ./logojuliacon.pdf -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmr17.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmr12.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmex10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmex10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/ulasy.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/ulasy.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/ulasy.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/base/ulasy.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd -INPUT /usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmr8.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmr6.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx8.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx6.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmb8t.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmr9.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmmi9.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex9.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasy9.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbx5.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib9.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/jknappen/ec/ectt1000.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmri8t.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm -INPUT /usr/local/texlive/2022/texmf-var/fonts/map/pdftex/updmap/pdftex.map -INPUT /usr/local/texlive/2022/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/vf/adobe/times/ptmb8t.vf -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/jknappen/ec/ectt0800.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr17.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr12.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmex10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmex10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/ulasy.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/ulasy.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/ulasy.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/base/ulasy.fd +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsa.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsa.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsa.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsa.fd +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsb.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsb.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsb.fd +INPUT /usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsb.fd +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr8.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr6.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx8.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx6.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmb8t.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ectt1000.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr9.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi9.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex9.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy9.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx5.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib9.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmri8t.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm +INPUT /usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map +INPUT /usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/base/8r.enc +INPUT /usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmb8t.vf +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmb8r.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ectt0800.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm INPUT ./www/posterior_predictive_mlp.png INPUT ./www/posterior_predictive_mlp.png INPUT www/posterior_predictive_mlp.png @@ -765,26 +771,24 @@ INPUT ./paper.bbl INPUT paper.bbl INPUT ./paper.bbl INPUT paper.bbl -INPUT /usr/local/texlive/2022/texmf-dist/fonts/vf/adobe/times/ptmri8t.vf -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm -INPUT /usr/local/texlive/2022/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf -INPUT /usr/local/texlive/2022/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmri8t.vf +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmri8r.tfm +INPUT /usr/local/texlive/2023/texmf-dist/fonts/vf/adobe/times/ptmr8t.vf +INPUT /usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8r.tfm INPUT paper.aux INPUT ./paper.out INPUT ./paper.out -INPUT /usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc -INPUT /usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/base/8r.enc -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/cm-super/sftt0800.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/cm-super/sftt0900.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/public/cm-super/sftt1000.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/urw/times/utmb8a.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/urw/times/utmr8a.pfb -INPUT /usr/local/texlive/2022/texmf-dist/fonts/type1/urw/times/utmri8a.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/public/cm-super/sftt0800.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/public/cm-super/sftt0900.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/public/cm-super/sftt1000.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/urw/times/utmb8a.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/urw/times/utmr8a.pfb +INPUT /usr/local/texlive/2023/texmf-dist/fonts/type1/urw/times/utmri8a.pfb diff --git a/paper/paper.log b/paper/paper.log index 070c0338..7068ce7f 100644 --- a/paper/paper.log +++ b/paper/paper.log @@ -1,43 +1,43 @@ -This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex 2022.4.12) 27 JAN 2023 08:59 +This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex 2023.11.6) 17 NOV 2023 15:14 entering extended mode restricted \write18 enabled. file:line:error style messages enabled. %&-line parsing enabled. -**/Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/paper.tex -(/Users/patrickaltmeyer/code/LaplaceRedux.jl/paper/paper.tex -LaTeX2e <2021-11-15> patch level 1 -L3 programming layer <2022-04-10> (./juliacon.cls (/usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/helvet.sty +**/Users/paltmeyer/code/LaplaceRedux.jl/paper/paper.tex +(/Users/paltmeyer/code/LaplaceRedux.jl/paper/paper.tex +LaTeX2e <2022-11-01> patch level 1 +L3 programming layer <2023-02-22> (./juliacon.cls (/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty Package: helvet 2020/03/25 PSNFSS-v9.3 (WaS) - (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty -Package: keyval 2014/10/28 v1.15 key=value parser (DPC) + (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2022/05/29 v1.15 key=value parser (DPC) \KV@toks@=\toks16 )) Document Class: juliacon -(/usr/local/texlive/2022/texmf-dist/tex/latex/base/latexsym.sty +(/usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty Package: latexsym 1998/08/17 v2.2e Standard LaTeX package (lasy symbols) \symlasy=\mathgroup4 LaTeX Font Info: Overwriting symbol font `lasy' in version `bold' (Font) U/lasy/m/n --> U/lasy/b/n on input line 52. -) (/usr/local/texlive/2022/texmf-dist/tex/latex/url/url.sty +) (/usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty \Urlmuskip=\muskip16 Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. -) (/usr/local/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty +) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty Package: inputenc 2021/02/14 v1.3d Input encoding file \inpenc@prehook=\toks17 \inpenc@posthook=\toks18 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty +) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty Package: fontenc 2021/04/29 v2.0v Standard LaTeX package ) -\trimheight=\dimen138 -\trimwidth=\dimen139 -\typeheight=\dimen140 -\typewidth=\dimen141 -\normaltextheight=\dimen142 -\blindfoliodrop=\dimen143 -\tempbox=\box50 +\trimheight=\dimen140 +\trimwidth=\dimen141 +\typeheight=\dimen142 +\typewidth=\dimen143 +\normaltextheight=\dimen144 +\blindfoliodrop=\dimen145 +\tempbox=\box51 (./journal_dat.tex) -\tempdimen=\dimen144 -\normaltextheight=\dimen145 +\tempdimen=\dimen146 +\normaltextheight=\dimen147 \c@secnumbookdepth=\count185 \c@theorem=\count186 \c@strategy=\count187 @@ -51,189 +51,196 @@ Package: fontenc 2021/04/29 v2.0v Standard LaTeX package \c@paragraph=\count195 \c@figure=\count196 \c@table=\count197 -\belowcaptionskip=\skip47 -\tbbox=\box51 -\tabledim=\dimen146 -\@narrowfig=\dimen147 -\@nfigbox=\box52 -\@nfcapbox=\box53 -\@abstract=\box54 -\@terms=\box55 -\@keywords=\box56 -\bibindent=\dimen148 +\belowcaptionskip=\skip48 +\tbbox=\box52 +\tabledim=\dimen148 +\@narrowfig=\dimen149 +\@nfigbox=\box53 +\@nfcapbox=\box54 +\@abstract=\box55 +\@terms=\box56 +\@keywords=\box57 +\bibindent=\dimen150 LaTeX Info: Redefining \cal on input line 900. - (/usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/times.sty + (/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty Package: times 2020/03/25 PSNFSS-v9.3 (SPQR) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/tools/bm.sty -Package: bm 2021/04/25 v1.2e Bold Symbol Support (DPC/FMi) +) (/usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty +Package: bm 2022/01/05 v1.2f Bold Symbol Support (DPC/FMi) \symboldoperators=\mathgroup5 \symboldletters=\mathgroup6 \symboldsymbols=\mathgroup7 Package bm Info: No bold for \OMX/cmex/m/n, using \pmb. \symboldlasy=\mathgroup8 LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 149. -LaTeX Info: Redefining \bm on input line 218. -) (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty +LaTeX Info: Redefining \bm on input line 219. +) (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR) - (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR) - (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty + (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2022/03/10 v1.4e Standard LaTeX Graphics (DPC,SPQR) + (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty Package: trig 2021/08/11 v1.11 sin cos tan (DPC) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +) (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration ) Package graphics Info: Driver file: pdftex.def on input line 107. - (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def -File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex + (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2022/09/22 v1.2b Graphics/color driver for pdftex )) -\Gin@req@height=\dimen149 -\Gin@req@width=\dimen150 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty -Package: hyperref 2022-02-21 v7.00n Hypertext links for LaTeX - (/usr/local/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +\Gin@req@height=\dimen151 +\Gin@req@width=\dimen152 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2023-02-07 v7.00v Hypertext links for LaTeX + (/usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty +) (/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty Package: iftex 2022/02/03 v1.0f TeX engine tests -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +) (/usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO) - (/usr/local/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty + (/usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) ) Package pdftexcmds Info: \pdf@primitive is available. Package pdftexcmds Info: \pdf@ifprimitive is available. Package pdftexcmds Info: \pdfdraftmode found. -) (/usr/local/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +) (/usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO) +) (/usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty +) (/usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty +) (/usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +) (/usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty +) (/usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty -Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO) +) (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2022-05-17 v2.50 Cross-referencing by name of section + (/usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) +) (/usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) + (/usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO) +)) +\c@section@level=\count198 ) -\@linkdim=\dimen151 -\Hy@linkcounter=\count198 -\Hy@pagecounter=\count199 - (/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def -File: pd1enc.def 2022-02-21 v7.00n Hyperref: PDFDocEncoding definition (HO) +\@linkdim=\dimen153 +\Hy@linkcounter=\count199 +\Hy@pagecounter=\count266 + (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2023-02-07 v7.00v Hyperref: PDFDocEncoding definition (HO) Now handling font encoding PD1 ... ... no UTF-8 mapping file for font encoding PD1 -) (/usr/local/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty +) (/usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty +) (/usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO) ) -\Hy@SavedSpaceFactor=\count266 - (/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def -File: puenc.def 2022-02-21 v7.00n Hyperref: PDF Unicode definition (HO) +\Hy@SavedSpaceFactor=\count267 + (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def +File: puenc.def 2023-02-07 v7.00v Hyperref: PDF Unicode definition (HO) Now handling font encoding PU ... ... no UTF-8 mapping file for font encoding PU ) -Package hyperref Info: Hyper figures OFF on input line 4137. -Package hyperref Info: Link nesting OFF on input line 4142. -Package hyperref Info: Hyper index ON on input line 4145. -Package hyperref Info: Plain pages OFF on input line 4152. -Package hyperref Info: Backreferencing OFF on input line 4157. +Package hyperref Info: Hyper figures OFF on input line 4177. +Package hyperref Info: Link nesting OFF on input line 4182. +Package hyperref Info: Hyper index ON on input line 4185. +Package hyperref Info: Plain pages OFF on input line 4192. +Package hyperref Info: Backreferencing OFF on input line 4197. Package hyperref Info: Implicit mode ON; LaTeX internals redefined. -Package hyperref Info: Bookmarks ON on input line 4390. -\c@Hy@tempcnt=\count267 -LaTeX Info: Redefining \url on input line 4749. -\XeTeXLinkMargin=\dimen152 - (/usr/local/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty +Package hyperref Info: Bookmarks ON on input line 4425. +\c@Hy@tempcnt=\count268 +LaTeX Info: Redefining \url on input line 4763. +\XeTeXLinkMargin=\dimen154 + (/usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) - (/usr/local/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty + (/usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO) )) -\Fld@menulength=\count268 -\Field@Width=\dimen153 -\Fld@charsize=\dimen154 -Package hyperref Info: Hyper figures OFF on input line 6027. -Package hyperref Info: Link nesting OFF on input line 6032. -Package hyperref Info: Hyper index ON on input line 6035. -Package hyperref Info: backreferencing OFF on input line 6042. -Package hyperref Info: Link coloring OFF on input line 6047. -Package hyperref Info: Link coloring with OCG OFF on input line 6052. -Package hyperref Info: PDF/A mode OFF on input line 6057. -LaTeX Info: Redefining \ref on input line 6097. -LaTeX Info: Redefining \pageref on input line 6101. - (/usr/local/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty +\Fld@menulength=\count269 +\Field@Width=\dimen155 +\Fld@charsize=\dimen156 +Package hyperref Info: Hyper figures OFF on input line 6042. +Package hyperref Info: Link nesting OFF on input line 6047. +Package hyperref Info: Hyper index ON on input line 6050. +Package hyperref Info: backreferencing OFF on input line 6057. +Package hyperref Info: Link coloring OFF on input line 6062. +Package hyperref Info: Link coloring with OCG OFF on input line 6067. +Package hyperref Info: PDF/A mode OFF on input line 6072. + (/usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi package with kernel methods ) -\Hy@abspage=\count269 -\c@Item=\count270 -\c@Hfootnote=\count271 +\Hy@abspage=\count270 +\c@Item=\count271 +\c@Hfootnote=\count272 ) Package hyperref Info: Driver (autodetected): hpdftex. - (/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def -File: hpdftex.def 2022-02-21 v7.00n Hyperref driver for pdfTeX - (/usr/local/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty + (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hpdftex.def +File: hpdftex.def 2023-02-07 v7.00v Hyperref driver for pdfTeX + (/usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend package with kernel methods ) -\Fld@listcount=\count272 -\c@bookmark@seq@number=\count273 - (/usr/local/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO) - (/usr/local/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +\Fld@listcount=\count273 +\c@bookmark@seq@number=\count274 + (/usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +Package: rerunfilecheck 2022-07-10 v1.10 Rerun checks for auxiliary files (HO) + (/usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO) ) -Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 286. +Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 285. ) -\Hy@SectionHShift=\skip48 +\Hy@SectionHShift=\skip49 ) (./jlcode.sty -- Package: `jlcode' 2.1 <2018/03/06> -- Package: jlcode 2018/03/06 2.1 -(/usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.sty -\lst@mode=\count274 -\lst@gtempboxa=\box57 +(/usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty +\lst@mode=\count275 +\lst@gtempboxa=\box58 \lst@token=\toks19 -\lst@length=\count275 -\lst@currlwidth=\dimen155 -\lst@column=\count276 -\lst@pos=\count277 -\lst@lostspace=\dimen156 -\lst@width=\dimen157 -\lst@newlines=\count278 -\lst@lineno=\count279 -\abovecaptionskip=\skip49 -\belowcaptionskip=\skip50 -\lst@maxwidth=\dimen158 - (/usr/local/texlive/2022/texmf-dist/tex/latex/listings/lstmisc.sty -File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz) -\c@lstnumber=\count280 -\lst@skipnumbers=\count281 -\lst@framebox=\box58 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/listings/listings.cfg -File: listings.cfg 2020/03/24 1.8d listings configuration +\lst@length=\count276 +\lst@currlwidth=\dimen157 +\lst@column=\count277 +\lst@pos=\count278 +\lst@lostspace=\dimen158 +\lst@width=\dimen159 +\lst@newlines=\count279 +\lst@lineno=\count280 +\abovecaptionskip=\skip50 +\belowcaptionskip=\skip51 +\lst@maxwidth=\dimen160 + (/usr/local/texlive/2023/texmf-dist/tex/latex/listings/lstmisc.sty +File: lstmisc.sty 2023/02/27 1.9 (Carsten Heinz) +\c@lstnumber=\count281 +\lst@skipnumbers=\count282 +\lst@framebox=\box59 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.cfg +File: listings.cfg 2023/02/27 1.9 listings configuration )) -Package: listings 2020/03/24 1.8d (Carsten Heinz) - (/usr/local/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty -Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK) - (/usr/local/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg +Package: listings 2023/02/27 1.9 (Carsten Heinz) + (/usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2022/06/12 v2.14 LaTeX color extensions (UK) + (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg File: color.cfg 2016/01/02 v1.6 sample color configuration ) Package xcolor Info: Driver file: pdftex.def on input line 227. -Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352. -Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356. -Package xcolor Info: Model `RGB' extended on input line 1368. -Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370. -Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371. -Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372. -Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373. -Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374. -Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375. -) (/usr/local/texlive/2022/texmf-dist/tex/latex/base/textcomp.sty + (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx) +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1353. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1357. +Package xcolor Info: Model `RGB' extended on input line 1369. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1371. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1372. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1373. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1374. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1375. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1376. +) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty Package: textcomp 2020/02/02 v2.0n Standard LaTeX package -) (/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty +) (/usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty Package: amssymb 2013/01/14 v3.01 AMS font symbols - (/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty + (/usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support \@emptytoks=\toks20 \symAMSa=\mathgroup9 @@ -241,44 +248,44 @@ Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' (Font) U/euf/m/n --> U/euf/b/n on input line 106. -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/eurosym/eurosym.sty +)) (/usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty Package: eurosym 1998/08/06 v1.1 European currency symbol ``Euro'' -\@eurobox=\box59 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty +\@eurobox=\box60 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty Package: fontenc 2021/04/29 v2.0v Standard LaTeX package LaTeX Font Info: Trying to load font information for T1+ptm on input line 112. - (/usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/t1ptm.fd + (/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/t1ptm.fd File: t1ptm.fd 2001/06/04 font definitions for T1/ptm. -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/tools/calc.sty +)) (/usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ) -\calc@Acount=\count282 -\calc@Bcount=\count283 -\calc@Adimen=\dimen159 -\calc@Bdimen=\dimen160 -\calc@Askip=\skip51 -\calc@Bskip=\skip52 +\calc@Acount=\count283 +\calc@Bcount=\count284 +\calc@Adimen=\dimen161 +\calc@Bdimen=\dimen162 +\calc@Askip=\skip52 +\calc@Bskip=\skip53 LaTeX Info: Redefining \setlength on input line 80. LaTeX Info: Redefining \addtolength on input line 81. -\calc@Ccount=\count284 -\calc@Cskip=\skip53 +\calc@Ccount=\count285 +\calc@Cskip=\skip54 ) -\bfem=\skip54 +\bfem=\skip55 LaTeX Font Info: Trying to load font information for T1+cmtt on input line 414. - (/usr/local/texlive/2022/texmf-dist/tex/latex/base/t1cmtt.fd -File: t1cmtt.fd 2019/12/16 v2.5j Standard LaTeX font definitions + (/usr/local/texlive/2023/texmf-dist/tex/latex/base/t1cmtt.fd +File: t1cmtt.fd 2022/07/10 v2.5l Standard LaTeX font definitions ) -\xmrgn=\skip55 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/preprint/authblk.sty +\xmrgn=\skip56 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty Package: authblk 2001/02/27 1.3 (PWD) -\affilsep=\skip56 -\@affilsep=\skip57 -\c@Maxaffil=\count285 -\c@authors=\count286 -\c@affil=\count287 -)) (/usr/local/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def -File: l3backend-pdftex.def 2022-04-10 L3 backend support: PDF output (pdfTeX) -\l__color_backend_stack_int=\count288 -\l__pdf_internal_box=\box60 +\affilsep=\skip57 +\@affilsep=\skip58 +\c@Maxaffil=\count286 +\c@authors=\count287 +\c@affil=\count288 +)) (/usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2023-01-16 L3 backend support: PDF output (pdfTeX) +\l__color_backend_stack_int=\count289 +\l__pdf_internal_box=\box61 ) (./paper.aux) \openout1 = `paper.aux'. @@ -300,38 +307,26 @@ LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 6. LaTeX Font Info: ... okay on input line 6. LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 6. LaTeX Font Info: ... okay on input line 6. - (/usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii + (/usr/local/texlive/2023/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] -\scratchcounter=\count289 -\scratchdimen=\dimen161 -\scratchbox=\box61 -\nofMPsegments=\count290 -\nofMParguments=\count291 +\scratchcounter=\count290 +\scratchdimen=\dimen163 +\scratchbox=\box62 +\nofMPsegments=\count291 +\nofMParguments=\count292 \everyMPshowfont=\toks21 -\MPscratchCnt=\count292 -\MPscratchDim=\dimen162 -\MPnumerator=\count293 -\makeMPintoPDFobject=\count294 +\MPscratchCnt=\count293 +\MPscratchDim=\dimen164 +\MPnumerator=\count294 +\makeMPintoPDFobject=\count295 \everyMPtoPDFconversion=\toks22 -) (/usr/local/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +) (/usr/local/texlive/2023/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/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg + (/usr/local/texlive/2023/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live )) Package hyperref Info: Link coloring OFF on input line 6. - (/usr/local/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty -Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section - (/usr/local/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty -Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) -) (/usr/local/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) -) -\c@section@level=\count295 -) -LaTeX Info: Redefining \ref on input line 6. -LaTeX Info: Redefining \pageref on input line 6. -LaTeX Info: Redefining \nameref on input line 6. (./paper.out) (./paper.out) \@outlinefile=\write3 \openout3 = `paper.out'. @@ -344,15 +339,15 @@ File: logojuliacon.pdf Graphic file (type pdf) Package pdftex.def Info: logojuliacon.pdf used on input line 10. (pdftex.def) Requested size: 72.26999pt x 24.4797pt. LaTeX Font Info: Trying to load font information for U+lasy on input line 10. - (/usr/local/texlive/2022/texmf-dist/tex/latex/base/ulasy.fd + (/usr/local/texlive/2023/texmf-dist/tex/latex/base/ulasy.fd File: ulasy.fd 1998/08/17 v2.2e LaTeX symbol font definitions ) LaTeX Font Info: Trying to load font information for U+msa on input line 10. - (/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd + (/usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsa.fd File: umsa.fd 2013/01/14 v3.01 AMS symbols A ) LaTeX Font Info: Trying to load font information for U+msb on input line 10. - (/usr/local/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd + (/usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsb.fd File: umsb.fd 2013/01/14 v3.01 AMS symbols B ) LaTeX Font Info: Font shape `U/lasy/b/n' in size <8> not available @@ -370,13 +365,13 @@ Underfull \hbox (badness 10000) has occurred while \output is active [] -[1{/usr/local/texlive/2022/texmf-var/fonts/map/pdftex/updmap/pdftex.map} +[1{/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/base/8r.enc} Non-PDF special ignored! papersize=8.5in,11in - <./logojuliacon.pdf>] - +{/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc} <./logojuliacon.pdf>] + File: www/posterior_predictive_mlp.png Graphic file (type png) Package pdftex.def Info: www/posterior_predictive_mlp.png used on input line 168. @@ -386,7 +381,7 @@ Overfull \hbox (0.89574pt too wide) in paragraph at lines 168--169 [][] [] - + File: www/regression.png Graphic file (type png) Package pdftex.def Info: www/regression.png used on input line 182. @@ -397,17 +392,17 @@ Overfull \hbox (0.90186pt too wide) in paragraph at lines 182--183 [] (./bib.tex (./paper.bbl -Underfull \hbox (badness 10000) in paragraph at lines 23--26 +Underfull \hbox (badness 10000) in paragraph at lines 19--22 []\T1/ptm/m/n/9 Ian J Good-fel-low, Jonathon Shlens, and Chris-tian [] -Underfull \hbox (badness 1132) in paragraph at lines 23--26 +Underfull \hbox (badness 1132) in paragraph at lines 19--22 \T1/ptm/m/n/9 Szegedy. Ex-plain-ing and har-ness-ing ad-ver-sar-ial ex-am-ples. [] -Underfull \hbox (badness 1831) in paragraph at lines 33--36 +Underfull \hbox (badness 1831) in paragraph at lines 29--32 []\T1/ptm/m/n/9 Balaji Lak-sh-mi-narayanan, Alexan-der Pritzel, and Charles [] @@ -424,15 +419,15 @@ Package rerunfilecheck Info: File `paper.out' has not changed. (rerunfilecheck) Checksum: 7F0B7527DEABF0C683969D37A4AFBB90;976. ) Here is how much of TeX's memory you used: - 12515 strings out of 478238 - 186446 string characters out of 5843941 - 514307 words of memory out of 5000000 - 30517 multiletter control sequences out of 15000+600000 - 510830 words of font info for 116 fonts, out of 8000000 for 9000 + 12557 strings out of 476025 + 187876 string characters out of 5790017 + 1879388 words of memory out of 5000000 + 32767 multiletter control sequences out of 15000+600000 + 553858 words of font info for 120 fonts, out of 8000000 for 9000 1141 hyphenation exceptions out of 8191 - 75i,11n,79p,640b,1822s stack positions out of 10000i,1000n,20000p,200000b,200000s -{/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}{/usr/local/texlive/2022/texmf-dist/fonts/enc/dvips/base/8r.enc} -Output written on paper.pdf (2 pages, 435151 bytes). + 90i,11n,90p,657b,1828s stack positions out of 10000i,1000n,20000p,200000b,200000s + +Output written on paper.pdf (2 pages, 435593 bytes). PDF statistics: 184 PDF objects out of 1000 (max. 8388607) 147 compressed objects within 2 object streams diff --git a/paper/paper.pdf b/paper/paper.pdf index 0727b2f0..cc6d1e7d 100644 Binary files a/paper/paper.pdf and b/paper/paper.pdf differ diff --git a/paper/paper.synctex.gz b/paper/paper.synctex.gz index 594fb717..625af100 100644 Binary files a/paper/paper.synctex.gz and b/paper/paper.synctex.gz differ diff --git a/paper/paper.tex b/paper/paper.tex index bd96564a..b3d648a8 100644 --- a/paper/paper.tex +++ b/paper/paper.tex @@ -11,7 +11,7 @@ \begin{abstract} -Treating deep neural networks probabilistically comes with numerous advantages including improved robustness and greater interpretability. These factors are key to building Artificial Intelligence (AI) that is trustworthy. A drawback commonly associated with existing Bayesian methods is that they increase computational costs. Recent work has shown that Bayesian deep learning can be effortless through Laplace approximation. We propose a small Julia package, `LaplaceRedux.jl` that implements this new approach for deep neural networks trained in `Flux.jl`. +Treating deep neural networks probabilistically comes with numerous advantages including improved robustness and greater interpretability. These factors are key to building Artificial Intelligence (AI) that is trustworthy. A drawback commonly associated with existing Bayesian methods is that they increase computational costs. Recent work has shown that Bayesian deep learning can be effortless through Laplace approximation. We propose a small Julia package, \texttt{LaplaceRedux.jl} that implements this new approach for deep neural networks trained in \texttt{Flux.jl}. \end{abstract} diff --git a/paper/src/jlcode.sty b/paper/src/jlcode.sty new file mode 100755 index 00000000..affd6a33 --- /dev/null +++ b/paper/src/jlcode.sty @@ -0,0 +1,420 @@ +%% +%% Julia definition (c) 2018 by wg030 +%% +%% +%% +% keywords, literals and built-ins from: +% https://github.com/isagalaev/highlight.js/blob/master/src/languages/julia.js +% colors from: +% https://docs.julialang.org/en/stable/assets/highlightjs/default.css +% https://docs.julialang.org/en/stable/assets/documenter.css +% special unicode characters from: +% https://docs.julialang.org/en/stable/manual/unicode-input/ + + + + + +% defining the jlcode package +\def\fileversion{2.1} +\def\filedate{2018/03/06} + +\typeout{-- Package: `jlcode' \fileversion\space <\filedate> --} +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{jlcode}[\filedate\space\fileversion] + + + + + +% loading required packages +\RequirePackage{listings} +\RequirePackage{xcolor} % for coloring +\RequirePackage{textcomp} % for upright single quotes +\RequirePackage{amssymb} % for the ϰ symbol +\RequirePackage{eurosym} % for the € symbol +\PassOptionsToPackage{T1}{fontenc} +\RequirePackage{fontenc} % for the « and » symbols +\RequirePackage{calc} % for the creation of the code box + + + + + +% julia language definition +\lstdefinelanguage{julia} +{% +% +% julia's keywords: +% +morekeywords=[1] +{% +in,isa,where,baremodule,begin,break,catch,ccall,const,continue,do,else,elseif,% +end,export,finally,for,function,global,if,import,importall,let,local,macro,% +module,quote,return,try,using,while,struct,mutable,primitive,% +% legacy, to be deprecated in the next release +type,immutable,abstract,bitstype,typealias% +},% +% +% julia's literals: +% +morekeywords=[2] +{% +true,false,ARGS,C_NULL,DevNull,ENDIAN_BOM,ENV,I,Inf,Inf16,Inf32,Inf64,% +InsertionSort,JULIA_HOME,LOAD_PATH,MergeSort,NaN,NaN16,NaN32,NaN64,% +PROGRAM_FILE,QuickSort,RoundDown,RoundFromZero,RoundNearest,% +RoundNearestTiesAway,RoundNearestTiesUp,RoundToZero,RoundUp,STDERR,STDIN,% +STDOUT,VERSION,catalan,e,eu,eulergamma,golden,im,nothing,pi,γ,π,φ% +},% +% +% julia's built-ins: +% +morekeywords=[3] +{% +ANY,AbstractArray,AbstractChannel,AbstractFloat,AbstractMatrix,AbstractRNG,% +AbstractSerializer,AbstractSet,AbstractSparseArray,AbstractSparseMatrix,% +AbstractSparseVector,AbstractString,AbstractUnitRange,AbstractVecOrMat,% +AbstractVector,Any,ArgumentError,Array,AssertionError,Associative,% +Base64DecodePipe,Base64EncodePipe,Bidiagonal,BigFloat,BigInt,BitArray,% +BitMatrix,BitVector,Bool,BoundsError,BufferStream,CachingPool,% +CapturedException,CartesianIndex,CartesianRange,Cchar,Cdouble,Cfloat,Channel,% +Char,Cint,Cintmax_t,Clong,Clonglong,ClusterManager,Cmd,CodeInfo,Colon,Complex,% +Complex128,Complex32,Complex64,CompositeException,Condition,ConjArray,% +ConjMatrix,ConjVector,Cptrdiff_t,Cshort,Csize_t,Cssize_t,Cstring,Cuchar,Cuint,% +Cuintmax_t,Culong,Culonglong,Cushort,Cwchar_t,Cwstring,DataType,Date,% +DateFormat,DateTime,DenseArray,DenseMatrix,DenseVecOrMat,DenseVector,Diagonal,% +Dict,DimensionMismatch,Dims,DirectIndexString,Display,DivideError,DomainError,% +EOFError,EachLine,Enum,Enumerate,ErrorException,Exception,ExponentialBackOff,% +Expr,Factorization,FileMonitor,Float16,Float32,Float64,Function,Future,% +GlobalRef,GotoNode,HTML,Hermitian,IO,IOBuffer,IOContext,IOStream,IPAddr,IPv4,% +IPv6,IndexCartesian,IndexLinear,IndexStyle,InexactError,InitError,Int,Int128,% +Int16,Int32,Int64,Int8,IntSet,Integer,InterruptException,InvalidStateException,% +Irrational,KeyError,LabelNode,LinSpace,LineNumberNode,LoadError,% +LowerTriangular,MIME,Matrix,MersenneTwister,Method,MethodError,MethodTable,% +Module,NTuple,NewvarNode,NullException,Nullable,Number,ObjectIdDict,% +OrdinalRange,OutOfMemoryError,OverflowError,Pair,ParseError,PartialQuickSort,% +PermutedDimsArray,Pipe,PollingFileWatcher,ProcessExitedException,Ptr,QuoteNode,% +RandomDevice,Range,RangeIndex,Rational,RawFD,ReadOnlyMemoryError,Real,% +ReentrantLock,Ref,Regex,RegexMatch,RemoteChannel,RemoteException,RevString,% +RoundingMode,RowVector,SSAValue,SegmentationFault,SerializationState,Set,% +SharedArray,SharedMatrix,SharedVector,Signed,SimpleVector,Slot,SlotNumber,% +SparseMatrixCSC,SparseVector,StackFrame,StackOverflowError,StackTrace,% +StepRange,StepRangeLen,StridedArray,StridedMatrix,StridedVecOrMat,% +StridedVector,String,SubArray,SubString,SymTridiagonal,Symbol,Symmetric,% +SystemError,TCPSocket,Task,Text,TextDisplay,Timer,Tridiagonal,Tuple,Type,% +TypeError,TypeMapEntry,TypeMapLevel,TypeName,TypeVar,TypedSlot,UDPSocket,UInt,% +UInt128,UInt16,UInt32,UInt64,UInt8,UndefRefError,UndefVarError,UnicodeError,% +UniformScaling,Union,UnionAll,UnitRange,Unsigned,UpperTriangular,Val,Vararg,% +VecElement,VecOrMat,Vector,VersionNumber,Void,WeakKeyDict,WeakRef,WorkerConfig,% +WorkerPool% +},% +% +% +sensitive=true,% +% +alsoother={$},%$ +% +morecomment=[l]{\#},% +morecomment=[n]{\#=}{=\#},% +% +morestring=[b]{"},% +morestring=[m]{'},% +morestring=[s]{"""}{"""},% +morestring=[s]{r"}{"},% +morestring=[s]{b"}{"},% +morestring=[s]{v"}{"},% +morestring=[s]{raw"}{"},% +morestring=[s]{L"}{"},% +% +}[keywords,comments,strings] + + +% defining the colors for +\definecolor{jlbase}{rgb}{.28,.28,.28} % julia's base color +\definecolor{jlkeyword}{rgb}{0.4, 0.0, 0.3} % julia's keywords +\definecolor{jlliteral}{HTML}{78A960} % julia's literals +\definecolor{jlbuiltin}{HTML}{397300} % julia's built-ins +\definecolor{jlcomment}{HTML}{888888} % julia's comments +\definecolor{jlstring}{HTML}{880000} % julia's strings +\definecolor{jlbackground}{HTML}{F5F5F5} % the background of the code block +\definecolor{jlrule}{HTML}{DDDDDD} % the rule of the code block + + +% defining the ucc and the ucclit command +% for literating special unicode characters +\newcommand{\ucc}[1]{% +\ifnum\lst@mode=\lst@Pmode\relax% +{\color{jlbase}#1}% +\else% +#1% +\fi% +} + +\newcommand{\ucclit}[1]{% +\ifnum\lst@mode=\lst@Pmode\relax% +{\color{jlliteral}#1}% +\else% +#1% +\fi% +} + + +% defining a new opliterate key +\def\lst@OpLiteratekey#1\@nil@{\let\lst@ifxopliterate\lst@if + \def\lst@opliterate{#1}} +\lst@Key{opliterate}{}{\@ifstar{\lst@true \lst@OpLiteratekey} + {\lst@false\lst@OpLiteratekey}#1\@nil@} +\lst@AddToHook{SelectCharTable} + {\ifx\lst@opliterate\@empty\else + \expandafter\lst@OpLiterate\lst@opliterate{}\relax\z@ + \fi} +\def\lst@OpLiterate#1#2#3{% + \ifx\relax#2\@empty\else + \lst@CArgX #1\relax\lst@CDef + {} + {\let\lst@next\@empty + \lst@ifxopliterate + \lst@ifmode \let\lst@next\lst@CArgEmpty \fi + \fi + \ifx\lst@next\@empty + \ifx\lst@OutputBox\@gobble\else + \lst@XPrintToken \let\lst@scanmode\lst@scan@m + \lst@token{#2}\lst@length#3\relax + \lst@XPrintToken + \fi + \let\lst@next\lst@CArgEmptyGobble + \fi + \lst@next}% + \@empty + \expandafter\lst@OpLiterate + \fi} + + +% defining the \addlitjlbase and \addlitjlstring commands, +% which help a user to fix some of the known managable issues +\def\addToLiterate#1{% +\protected@edef\lst@literate{% +\unexpanded\expandafter{\lst@literate}\unexpanded{#1}}} +\lst@Key{expandliterate}{}{\addToLiterate{#1}} +\newcommand{\addlitjlbase}[3]{% +\lstset{expandliterate={#1}{{{\color{jlbase}#2}}}{#3}}} +\newcommand{\addlitjlstring}[3]{% +\lstset{expandliterate={#1}{{{\color{jlstring}#2}}}{#3}}} + + + + + +% defining the styles for +\lstset{keywordstyle={[1]\color{jlkeyword}\bfseries}} % julia's keywords +\lstset{keywordstyle={[2]\color{jlliteral}}} % julia's literals +\lstset{keywordstyle={[3]\color{jlbuiltin}}} % julia's built-ins +\lstset{commentstyle={\color{jlcomment}}} % julia's comments +\lstset{stringstyle={\color{jlstring}}} % julia's strings +\lstset{identifierstyle={\color{jlbase}}} % julia's identifiers + + +\lstset{opliterate=* +% +% julia's operators +% +{\\}{{{\color{jlbase}\lstum@backslash}}}{1} {\{}{{{\color{jlbase}\{}}}{1} +{\}}{{{\color{jlbase}\}}}}{1} {!}{{{\color{jlbase}!}}}{1} +{\%}{{{\color{jlbase}\%}}}{1} {&}{{{\color{jlbase}\&}}}{1} +{(}{{{\color{jlbase}(}}}{1} {)}{{{\color{jlbase})}}}{1} +{*}{{{\color{jlbase}*}}}{1} {+}{{{\color{jlbase}+}}}{1} +{,}{{{\color{jlbase},}}}{1} {-}{{{\color{jlbase}-}}}{1} +{.}{{{\color{jlbase}.}}}{1} {/}{{{\color{jlbase}/}}}{1} +{:}{{{\color{jlbase}:}}}{1} {;}{{{\color{jlbase};}}}{1} +{<}{{{\color{jlbase}<}}}{1} {=}{{{\color{jlbase}=}}}{1} +{>}{{{\color{jlbase}>}}}{1} {?}{{{\color{jlbase}?}}}{1} +{[}{{{\color{jlbase}[}}}{1} {]}{{{\color{jlbase}]}}}{1} +{^}{{{\color{jlbase}\^{}}}}{1} {|}{{{\color{jlbase}|}}}{1} +{~}{{{\color{jlbase}\textasciitilde{}}}}{1} +% +% julia's numbers +% +{.0}{{{\color{jlstring}.0}}}{2} {.1}{{{\color{jlstring}.1}}}{2} +{.2}{{{\color{jlstring}.2}}}{2} {.3}{{{\color{jlstring}.3}}}{2} +{.4}{{{\color{jlstring}.4}}}{2} {.5}{{{\color{jlstring}.5}}}{2} +{.6}{{{\color{jlstring}.6}}}{2} {.7}{{{\color{jlstring}.7}}}{2} +{.8}{{{\color{jlstring}.8}}}{2} {.9}{{{\color{jlstring}.9}}}{2} +% +{e+0}{{{\color{jlstring}e+0}}}{3} {e+1}{{{\color{jlstring}e+1}}}{3} +{e+2}{{{\color{jlstring}e+2}}}{3} {e+3}{{{\color{jlstring}e+3}}}{3} +{e+4}{{{\color{jlstring}e+4}}}{3} {e+5}{{{\color{jlstring}e+5}}}{3} +{e+6}{{{\color{jlstring}e+6}}}{3} {e+7}{{{\color{jlstring}e+7}}}{3} +{e+8}{{{\color{jlstring}e+8}}}{3} {e+9}{{{\color{jlstring}e+9}}}{3} +% +{0E+}{{{\color{jlstring}0E+}}}{3} {1E+}{{{\color{jlstring}1E+}}}{3} +{2E+}{{{\color{jlstring}2E+}}}{3} {3E+}{{{\color{jlstring}3E+}}}{3} +{4E+}{{{\color{jlstring}4E+}}}{3} {5E+}{{{\color{jlstring}5E+}}}{3} +{6E+}{{{\color{jlstring}6E+}}}{3} {7E+}{{{\color{jlstring}7E+}}}{3} +{8E+}{{{\color{jlstring}8E+}}}{3} {9E+}{{{\color{jlstring}9E+}}}{3} +% +{e-0}{{{\color{jlstring}e-0}}}{3} {e-1}{{{\color{jlstring}e-1}}}{3} +{e-2}{{{\color{jlstring}e-2}}}{3} {e-3}{{{\color{jlstring}e-3}}}{3} +{e-4}{{{\color{jlstring}e-4}}}{3} {e-5}{{{\color{jlstring}e-5}}}{3} +{e-6}{{{\color{jlstring}e-6}}}{3} {e-7}{{{\color{jlstring}e-7}}}{3} +{e-8}{{{\color{jlstring}e-8}}}{3} {e-9}{{{\color{jlstring}e-9}}}{3} +% +{0E-}{{{\color{jlstring}0E-}}}{3} {1E-}{{{\color{jlstring}1E-}}}{3} +{2E-}{{{\color{jlstring}2E-}}}{3} {3E-}{{{\color{jlstring}3E-}}}{3} +{4E-}{{{\color{jlstring}4E-}}}{3} {5E-}{{{\color{jlstring}5E-}}}{3} +{6E-}{{{\color{jlstring}6E-}}}{3} {7E-}{{{\color{jlstring}7E-}}}{3} +{8E-}{{{\color{jlstring}8E-}}}{3} {9E-}{{{\color{jlstring}9E-}}}{3} +} + + +% special unicode characters +%\lstset{inputencoding=utf8} +%\DeclareUnicodeCharacter{0391}{A} +\lstset{extendedchars=true} +\lstset{literate= +% +% characters that appear in latin languages +% +{á}{{\'a}}{1} {é}{{\'e}}{1} {í}{{\'i}}{1} {ó}{{\'o}}{1} {ú}{{\'u}}{1} +{Á}{{\'A}}{1} {É}{{\'E}}{1} {Í}{{\'I}}{1} {Ó}{{\'O}}{1} {Ú}{{\'U}}{1} +{à}{{\`a}}{1} {è}{{\`e}}{1} {ì}{{\`i}}{1} {ò}{{\`o}}{1} {ù}{{\`u}}{1} +{À}{{\`A}}{1} {È}{{\'E}}{1} {Ì}{{\`I}}{1} {Ò}{{\`O}}{1} {Ù}{{\`U}}{1} +{ä}{{\"a}}{1} {ë}{{\"e}}{1} {ï}{{\"i}}{1} {ö}{{\"o}}{1} {ü}{{\"u}}{1} +{Ä}{{\"A}}{1} {Ë}{{\"E}}{1} {Ï}{{\"I}}{1} {Ö}{{\"O}}{1} {Ü}{{\"U}}{1} +{â}{{\^a}}{1} {ê}{{\^e}}{1} {î}{{\^i}}{1} {ô}{{\^o}}{1} {û}{{\^u}}{1} +{Â}{{\^A}}{1} {Ê}{{\^E}}{1} {Î}{{\^I}}{1} {Ô}{{\^O}}{1} {Û}{{\^U}}{1} +{œ}{{\oe}}{1} {Œ}{{\OE}}{1} {æ}{{\ae}}{1} {Æ}{{\AE}}{1} {ß}{{\ss}}{1} +{ű}{{\H{u}}}{1} {Ű}{{\H{U}}}{1} {ő}{{\H{o}}}{1} {Ő}{{\H{O}}}{1} +{ç}{{\c c}}{1} {Ç}{{\c C}}{1} {ø}{{\o}}{1} {å}{{\r a}}{1} {Å}{{\r A}}{1} +{€}{{\euro}}{1} {£}{{\pounds}}{1} {«}{{\guillemotleft}}{1} +{»}{{\guillemotright}}{1} {ñ}{{\~n}}{1} {Ñ}{{\~N}}1 {¿}{{?`}}{1} +% +% greek capital letters +% +{Α}{{\ucc{A}}}{1} {Β}{{\ucc{B}}}{1} {Γ}{{\ucc{$\Gamma$}}}{1} +{Δ}{{\ucc{$\Delta$}}}{1} {Ε}{{\ucc{E}}}{1} {Ζ}{{\ucc{Z}}}{1} +{Η}{{\ucc{H}}}{1} {Θ}{{\ucc{$\Theta$}}}{1} {Ι}{{\ucc{I}}}{1} +{Κ}{{\ucc{K}}}{1} {Λ}{{\ucc{$\Lambda$}}}{1} {Μ}{{\ucc{M}}}{1} +{Ν}{{\ucc{N}}}{1} {Ξ}{{\ucc{$\Xi$}}}{1} {Ο}{{\ucc{O}}}{1} +{Π}{{\ucc{$\Pi$}}}{1} {Ρ}{{\ucc{P}}}{1} {Σ}{{\ucc{$\Sigma$}}}{1} +{Τ}{{\ucc{T}}}{1} {Υ}{{\ucc{$\Upsilon$}}}{1} {Φ}{{\ucc{$\Phi$}}}{1} +{Χ}{{\ucc{X}}}{1} {Ψ}{{\ucc{$\Psi$}}}{1} {Ω}{{\ucc{$\Omega$}}}{1} +% +% mircro sign + latin small letter open e +% +{µ}{{\ucc{$\mu$}}}{1} {ɛ}{{\ucc{$\varepsilon$}}}{1} +% +% greek small letters +% +{α}{{\ucc{$\alpha$}}}{1} {β}{{\ucc{$\beta$}}}{1} {γ}{{\ucclit{$\gamma$}}}{1} +{δ}{{\ucc{$\delta$}}}{1} {ε}{{\ucc{$\varepsilon$}}}{1} +{ϵ}{{\ucc{$\epsilon$}}}{1} {ζ}{{\ucc{$\zeta$}}}{1} {η}{{\ucc{$\eta$}}}{1} +{θ}{{\ucc{$\theta$}}}{1} {ϑ}{{\ucc{$\vartheta$}}}{1} {ι}{{\ucc{$\iota$}}}{1} +{κ}{{\ucc{$\kappa$}}}{1} {ϰ}{{\ucc{$\varkappa$}}}{1} {λ}{{\ucc{$\lambda$}}}{1} +{μ}{{\ucc{$\mu$}}}{1} {ν}{{\ucc{$\nu$}}}{1} {ξ}{{\ucc{$\xi$}}}{1} +{ο}{{\ucc{o}}}{1} {π}{{\ucclit{$\pi$}}}{1} {ϖ}{{\ucc{$\varpi$}}}{1} +{ρ}{{\ucc{$\rho$}}}{1} {ϱ}{{\ucc{$\varrho$}}}{1} {σ}{{\ucc{$\sigma$}}}{1} +{ς}{{\ucc{$\varsigma$}}}{1} {τ}{{\ucc{$\tau$}}}{1} {υ}{{\ucc{$\upsilon$}}}{1} +{φ}{{\ucclit{$\phi$}}}{1} {ϕ}{{\ucc{$\varphi$}}}{1} {χ}{{\ucc{$\chi$}}}{1} +{ψ}{{\ucc{$\psi$}}}{1} {ω}{{\ucc{$\omega$}}}{1} +% +% superscripts +% +{⁽}{{\ucc{${\scriptstyle {}^{(}}$}}}{1} {⁾}{{\ucc{${\scriptstyle {}^{)}}$}}}{1} +{⁺}{{\ucc{${\scriptstyle {}^{+}}$}}}{1} {⁻}{{\ucc{${\scriptstyle {}^{-}}$}}}{1} +{⁰}{{\ucc{${\scriptstyle {}^{0}}$}}}{1} {¹}{{\ucc{${\scriptstyle {}^{1}}$}}}{1} +{²}{{\ucc{${\scriptstyle {}^{2}}$}}}{1} {³}{{\ucc{${\scriptstyle {}^{3}}$}}}{1} +{⁴}{{\ucc{${\scriptstyle {}^{4}}$}}}{1} {⁵}{{\ucc{${\scriptstyle {}^{5}}$}}}{1} +{⁶}{{\ucc{${\scriptstyle {}^{6}}$}}}{1} {⁷}{{\ucc{${\scriptstyle {}^{7}}$}}}{1} +{⁸}{{\ucc{${\scriptstyle {}^{8}}$}}}{1} {⁹}{{\ucc{${\scriptstyle {}^{9}}$}}}{1} +{⁼}{{\ucc{${\scriptstyle {}^{=}}$}}}{1} {ᴬ}{{\ucc{${\scriptstyle {}^{A}}$}}}{1} +{ᴮ}{{\ucc{${\scriptstyle {}^{B}}$}}}{1} {ᴰ}{{\ucc{${\scriptstyle {}^{D}}$}}}{1} +{ᴱ}{{\ucc{${\scriptstyle {}^{E}}$}}}{1} {ᴳ}{{\ucc{${\scriptstyle {}^{G}}$}}}{1} +{ᴴ}{{\ucc{${\scriptstyle {}^{H}}$}}}{1} {ᴵ}{{\ucc{${\scriptstyle {}^{I}}$}}}{1} +{ᴶ}{{\ucc{${\scriptstyle {}^{J}}$}}}{1} {ᴷ}{{\ucc{${\scriptstyle {}^{K}}$}}}{1} +{ᴸ}{{\ucc{${\scriptstyle {}^{L}}$}}}{1} {ᴹ}{{\ucc{${\scriptstyle {}^{M}}$}}}{1} +{ᴺ}{{\ucc{${\scriptstyle {}^{N}}$}}}{1} {ᴼ}{{\ucc{${\scriptstyle {}^{O}}$}}}{1} +{ᴾ}{{\ucc{${\scriptstyle {}^{P}}$}}}{1} {ᴿ}{{\ucc{${\scriptstyle {}^{R}}$}}}{1} +{ᵀ}{{\ucc{${\scriptstyle {}^{T}}$}}}{1} {ᵁ}{{\ucc{${\scriptstyle {}^{U}}$}}}{1} +{ⱽ}{{\ucc{${\scriptstyle {}^{V}}$}}}{1} {ᵂ}{{\ucc{${\scriptstyle {}^{W}}$}}}{1} +{ᵃ}{{\ucc{${\scriptstyle {}^{a}}$}}}{1} {ᵇ}{{\ucc{${\scriptstyle {}^{b}}$}}}{1} +{ᶜ}{{\ucc{${\scriptstyle {}^{c}}$}}}{1} {ᵈ}{{\ucc{${\scriptstyle {}^{d}}$}}}{1} +{ᵉ}{{\ucc{${\scriptstyle {}^{e}}$}}}{1} {ᶠ}{{\ucc{${\scriptstyle {}^{f}}$}}}{1} +{ᵍ}{{\ucc{${\scriptstyle {}^{g}}$}}}{1} {ʰ}{{\ucc{${\scriptstyle {}^{h}}$}}}{1} +{ⁱ}{{\ucc{${\scriptstyle {}^{i}}$}}}{1} {ʲ}{{\ucc{${\scriptstyle {}^{j}}$}}}{1} +{ᵏ}{{\ucc{${\scriptstyle {}^{k}}$}}}{1} {ˡ}{{\ucc{${\scriptstyle {}^{l}}$}}}{1} +{ᵐ}{{\ucc{${\scriptstyle {}^{m}}$}}}{1} {ⁿ}{{\ucc{${\scriptstyle {}^{n}}$}}}{1} +{ᵒ}{{\ucc{${\scriptstyle {}^{o}}$}}}{1} {ᵖ}{{\ucc{${\scriptstyle {}^{p}}$}}}{1} +{ʳ}{{\ucc{${\scriptstyle {}^{r}}$}}}{1} {ˢ}{{\ucc{${\scriptstyle {}^{s}}$}}}{1} +{ᵗ}{{\ucc{${\scriptstyle {}^{t}}$}}}{1} {ᵘ}{{\ucc{${\scriptstyle {}^{u}}$}}}{1} +{ᵛ}{{\ucc{${\scriptstyle {}^{v}}$}}}{1} {ʷ}{{\ucc{${\scriptstyle {}^{w}}$}}}{1} +{ˣ}{{\ucc{${\scriptstyle {}^{x}}$}}}{1} {ʸ}{{\ucc{${\scriptstyle {}^{y}}$}}}{1} +{ᶻ}{{\ucc{${\scriptstyle {}^{z}}$}}}{1} +{ᵅ}{{\ucc{${\scriptstyle {}^{\alpha}}$}}}{1} +{ᵝ}{{\ucc{${\scriptstyle {}^{\beta}}$}}}{1} +{ᵞ}{{\ucc{${\scriptstyle {}^{\gamma}}$}}}{1} +{ᵟ}{{\ucc{${\scriptstyle {}^{\delta}}$}}}{1} +{ᵋ}{{\ucc{${\scriptstyle {}^{\varepsilon}}$}}}{1} +{ᶿ}{{\ucc{${\scriptstyle {}^{\theta}}$}}}{1} +{ᶥ}{{\ucc{${\scriptstyle {}^{\iota}}$}}}{1} +{ᶲ}{{\ucc{${\scriptstyle {}^{\phi}}$}}}{1} +{ᵡ}{{\ucc{${\scriptstyle {}^{\chi}}$}}}{1} +{ᵠ}{{\ucc{${\scriptstyle {}^{\psi}}$}}}{1} +% +% subscripts +% +{₍}{{\ucc{${\scriptstyle {}_{(}}$}}}{1} {₎}{{\ucc{${\scriptstyle {}_{)}}$}}}{1} +{₊}{{\ucc{${\scriptstyle {}_{+}}$}}}{1} {₋}{{\ucc{${\scriptstyle {}_{-}}$}}}{1} +{₀}{{\ucc{${\scriptstyle {}_{0}}$}}}{1} {₁}{{\ucc{${\scriptstyle {}_{1}}$}}}{1} +{₂}{{\ucc{${\scriptstyle {}_{2}}$}}}{1} {₃}{{\ucc{${\scriptstyle {}_{3}}$}}}{1} +{₄}{{\ucc{${\scriptstyle {}_{4}}$}}}{1} {₅}{{\ucc{${\scriptstyle {}_{5}}$}}}{1} +{₆}{{\ucc{${\scriptstyle {}_{6}}$}}}{1} {₇}{{\ucc{${\scriptstyle {}_{7}}$}}}{1} +{₈}{{\ucc{${\scriptstyle {}_{8}}$}}}{1} {₉}{{\ucc{${\scriptstyle {}_{9}}$}}}{1} +{₌}{{\ucc{${\scriptstyle {}_{=}}$}}}{1} {ₐ}{{\ucc{${\scriptstyle {}_{a}}$}}}{1} +{ₑ}{{\ucc{${\scriptstyle {}_{e}}$}}}{1} {ₕ}{{\ucc{${\scriptstyle {}_{h}}$}}}{1} +{ᵢ}{{\ucc{${\scriptstyle {}_{i}}$}}}{1} {ⱼ}{{\ucc{${\scriptstyle {}_{j}}$}}}{1} +{ₖ}{{\ucc{${\scriptstyle {}_{k}}$}}}{1} {ₗ}{{\ucc{${\scriptstyle {}_{l}}$}}}{1} +{ₘ}{{\ucc{${\scriptstyle {}_{m}}$}}}{1} {ₙ}{{\ucc{${\scriptstyle {}_{n}}$}}}{1} +{ₒ}{{\ucc{${\scriptstyle {}_{o}}$}}}{1} {ₚ}{{\ucc{${\scriptstyle {}_{p}}$}}}{1} +{ᵣ}{{\ucc{${\scriptstyle {}_{r}}$}}}{1} {ₛ}{{\ucc{${\scriptstyle {}_{s}}$}}}{1} +{ₜ}{{\ucc{${\scriptstyle {}_{t}}$}}}{1} {ᵤ}{{\ucc{${\scriptstyle {}_{u}}$}}}{1} +{ᵥ}{{\ucc{${\scriptstyle {}_{v}}$}}}{1} {ₓ}{{\ucc{${\scriptstyle {}_{x}}$}}}{1} +{ᵦ}{{\ucc{${\scriptstyle {}_{\beta}}$}}}{1} +{ᵧ}{{\ucc{${\scriptstyle {}_{\gamma}}$}}}{1} +{ᵨ}{{\ucc{${\scriptstyle {}_{\rho}}$}}}{1} +{ᵪ}{{\ucc{${\scriptstyle {}_{\chi}}$}}}{1} +{ᵩ}{{\ucc{${\scriptstyle {}_{\psi}}$}}}{1} +% +} + + + + + +% basic font +\makeatletter +\def\lstbasicfont{% + \color{jlstring}% + \ttfamily% + \lst@ifdisplaystyle\scriptsize\fi% +} +\makeatother + +% general style of the code block +\lstset{basicstyle={\lstbasicfont}} +\lstset{showstringspaces=false} +\lstset{upquote=true} +\lstset{tabsize=4} +\lstset{aboveskip={1.5\baselineskip},belowskip={1.5\baselineskip}} + +% creating the code box +\lstset{backgroundcolor=\color{jlbackground}, rulecolor=\color{jlrule}} +\lstset{frame=single, frameround=tttt} +\lstset{columns=fixed} +\newlength{\bfem} +\settowidth{\bfem}{\lstbasicfont{m}} +\newlength{\xmrgn} +\setlength{\xmrgn}{(\textwidth - 80\bfem)*\real{0.5}} +\lstset{basewidth=\bfem} + +% activating the julia style +\lstset{language=julia} diff --git a/paper/src/journal_dat.tex b/paper/src/journal_dat.tex new file mode 100755 index 00000000..0592d527 --- /dev/null +++ b/paper/src/journal_dat.tex @@ -0,0 +1,6 @@ +% **************GENERATED FILE, DO NOT EDIT************** + +\def\@journalName{Proceedings of JuliaCon} +\def\@volume{1} +\def\@issue{1} +\def\@year{2023} diff --git a/paper/src/juliacon.bst b/paper/src/juliacon.bst new file mode 100755 index 00000000..aaf1930c --- /dev/null +++ b/paper/src/juliacon.bst @@ -0,0 +1,1189 @@ +% BibTeX standard bibliography style `plain' + % version 0.99a for BibTeX versions 0.99a or later, LaTeX version 2.09. + % Copyright (C) 1985, all rights reserved. + % Copying of this file is authorized only if either + % (1) you make absolutely no changes to your copy, including name, or + % (2) if you do make changes, you name it something other than + % btxbst.doc, plain.bst, unsrt.bst, alpha.bst, and abbrv.bst. + % This restriction helps ensure that all standard styles are identical. + % The file btxbst.doc has the documentation for this style. + +ENTRY + { address + author + booktitle + chapter + edition + editor + eprint + eprinttype + eprintclass + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + doi + } + {} + { label } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} + +STRINGS { s t } + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "" write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\em " swap$ * "}" * } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{ff~}{vv~}{ll}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { numnames #2 > + { "," * } + 'skip$ + if$ + t "others" = + { " et~al." * } + { " and " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { ", editors" * } + { ", editor" * } + if$ + } + if$ +} + +FUNCTION {format.eprint} +{ eprint empty$ + { "" } + { eprinttype empty$ + { eprintclass empty$ + { eprint } + { eprint " [" * eprintclass * "]" * } + if$ + } + { eprinttype "arxiv" = + { eprintclass empty$ + { eprinttype ":" * "\href{http://arxiv.org/abs/" * eprint * "}{" * eprint * "}" * } + { eprinttype ":" * "\href{http://arxiv.org/abs/" * eprint * "}{" * eprint * " [" * eprintclass * "]" * "}" * } + if$ + } + { eprintclass empty$ + { eprinttype ":" * eprint * } + { eprinttype ":" * eprint * " [" * eprintclass * "]" *} + if$ + } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ } + if$ +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { "volume" volume tie.or.space.connect + series empty$ + 'skip$ + { " of " * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { "number" } + { "Number" } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { " in " * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ " edition" * } + { edition "t" change.case$ " edition" * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { "pages" pages n.dashify tie.or.space.connect } + { "page" pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { "(" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { ":" * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { "chapter" } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { "In " booktitle emphasize * } + { "In " format.editors * ", " * booktitle emphasize * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { "Technical Report" } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { "In {\em " journal * "\/}" * } + if$ + } + { "In " key * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}{ll}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ " et~al." * } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { " et~al." * } + { " and " * editor #2 "{vv~}{ll}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + "In " + } + { "Volume" volume tie.or.space.connect + " of " * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "{\em " * series * "\/}" * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { "In {\em " booktitle * "\/}" * } + if$ + } + { "In " key * } + if$ + } + { "In " format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +% based on +% https://tex.stackexchange.com/a/127819/245 +FUNCTION {output.doi} +{ + doi empty$ + { skip$ } + { "\href{http://dx.doi.org/" doi * "}{doi:" * doi * "}" * output } + if$ +} + + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + format.vol.num.pages output + format.date "year" output.check + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + output.doi + new.block + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + new.block + format.title "title" output.check + howpublished address new.block.checkb + howpublished output + address output + format.date output + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address empty$ + { organization publisher new.sentence.checkb + organization output + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + organization output + publisher output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + new.block + format.btitle "title" output.check + author empty$ + { organization empty$ + { address new.block.checka + address output + } + 'skip$ + if$ + } + { organization address new.block.checkb + organization output + address output + } + if$ + format.edition output + format.date output + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + "Master's thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + title howpublished new.block.checkb + format.title output + howpublished new.block.checka + howpublished output + format.date output + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + new.block + format.btitle "title" output.check + new.block + "PhD thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output } + { format.editors output.nonnull } + if$ + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address empty$ + { editor empty$ + { publisher new.sentence.checka } + { organization publisher new.sentence.checkb + organization output + } + if$ + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + editor empty$ + 'skip$ + { organization output } + if$ + publisher output + } + if$ + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + new.block + output.doi + new.block + format.eprint output + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + new.block + format.title "title" output.check + new.block + output.doi + new.block + format.eprint output + new.block + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + +MACRO {acmcs} {"ACM Computing Surveys"} + +MACRO {acta} {"Acta Informatica"} + +MACRO {cacm} {"Communications of the ACM"} + +MACRO {ibmjrd} {"IBM Journal of Research and Development"} + +MACRO {ibmsj} {"IBM Systems Journal"} + +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} + +MACRO {ieeetc} {"IEEE Transactions on Computers"} + +MACRO {ieeetcad} + {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} + +MACRO {ipl} {"Information Processing Letters"} + +MACRO {jacm} {"Journal of the ACM"} + +MACRO {jcss} {"Journal of Computer and System Sciences"} + +MACRO {scp} {"Science of Computer Programming"} + +MACRO {sicomp} {"SIAM Journal on Computing"} + +MACRO {tocs} {"ACM Transactions on Computer Systems"} + +MACRO {tods} {"ACM Transactions on Database Systems"} + +MACRO {tog} {"ACM Transactions on Graphics"} + +MACRO {toms} {"ACM Transactions on Mathematical Software"} + +MACRO {toois} {"ACM Transactions on Office Information Systems"} + +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} + +MACRO {tcs} {"Theoretical Computer Science"} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT + +STRINGS { longest.label } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" longest.label * "}" * write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff --git a/paper/src/juliacon.cls b/paper/src/juliacon.cls new file mode 100755 index 00000000..4d206c99 --- /dev/null +++ b/paper/src/juliacon.cls @@ -0,0 +1,949 @@ +%% juliacon.cls - version 1.0 + +%% Inspired by the template from the International Journal of Computer Applications (IJCA) + +\usepackage[scaled=0.92]{helvet} +\def\fileversion{v1.0} +\def\filedate{2019 04 07} +% +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{juliacon} +\RequirePackage{latexsym} +\RequirePackage{url} + +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} + +\newif\ifmanuscript +\@twosidetrue\@mparswitchtrue +% +\newdimen\trimheight +\newdimen\trimwidth +\newdimen\typeheight +\newdimen\typewidth +\newdimen\normaltextheight +\newdimen\blindfoliodrop +\newbox\tempbox +%% + +\input{journal_dat} + +% +\frenchspacing % oh lala bravo quelle belle idée +\DeclareOption{manuscript}{\manuscripttrue} +\DeclareOption{letterpaper} + {\setlength\paperheight {11.69in}% + \setlength\paperwidth {8.27in}% + \def\special@paper{8.5in,11in} + \special{papersize=8.5in,11in}} + +\DeclareOption{openbib}{% + \AtEndOfPackage{% + \renewcommand\@openbib@code{% + \advance\leftmargin\bibindent + \itemindent -\bibindent + \listparindent \itemindent + \parsep \z@ + }% + \renewcommand\newblock{\par}}% +} +% +\ExecuteOptions{letterpaper} +\ProcessOptions +% +\newcommand\refname{References} +\newcommand{\ignoretwo}[2]{} +\newcommand{\yearTwoDigits}{\expandafter\ignoretwo\the\year} +\def\@setref#1#2#3{% + \ifx#1\relax + \number 0\relax + \protect\G@refundefinedtrue + \nfss@text{\reset@font\bfseries ??}% + \@latex@warning{Reference `#3' on page \thepage \space undefined}% + \else + \expandafter#2#1\null + \fi} +% +% +\lineskip 1pt \normallineskip 1pt +\ifmanuscript +\def\baselinestretch{2} +\else +\def\baselinestretch{1} +\fi +\def\@ixpt{9} +\renewcommand\normalsize{% + \@setfontsize\normalsize\@ixpt{10pt} + \abovedisplayskip 6pt plus2pt minus1pt\belowdisplayskip \abovedisplayskip + \abovedisplayshortskip 6pt plus0pt minus 3pt + \belowdisplayshortskip 6pt plus0pt minus3pt\let\@listi\@listI} + +\newcommand\small{% + \@setfontsize\small\@ixpt{11pt}% + \abovedisplayskip 5pt plus 2pt minus 1pt\belowdisplayskip \abovedisplayskip + \abovedisplayshortskip 5pt plus0pt minus2pt\belowdisplayshortskip 5pt plus0pt + minus 2pt + \def\@listi{\leftmargin\leftmargini \topsep 5pt plus 2pt minus 1pt\parsep 0pt + plus .7pt + \itemsep 1.6pt plus .8pt}} +\newcommand\footnotesize{% +% \@setfontsize\footnotesize\@viiipt{10pt} + \@setsize\footnotesize{10pt}\viiipt\@viiipt + \abovedisplayskip 4pt plus 1pt minus 0pt\belowdisplayskip \abovedisplayskip + \abovedisplayshortskip 4pt plus 0pt minus 1pt\belowdisplayshortskip 4pt plus + 0pt minus 1pt + \def\@listi{\leftmargin\leftmargini \topsep 4pt plus 1pt minus + 0pt\parsep 0pt plus .5pt + \itemsep 1pt plus .7pt}} + +\newcommand\scriptsize{\@setfontsize\scriptsize\@viipt\@viiipt} +\newcommand\tiny{\@setfontsize\tiny\@vpt\@vipt} +\newcommand\large{\@setfontsize\large\@xiipt{14}} +\newcommand\Large{\@setfontsize\Large\@xivpt{18}} +\newcommand\LARGE{\@setfontsize\LARGE\@xviipt{20}} +\newcommand\huge{\@setfontsize\huge\@xxpt{25}} +\newcommand\Huge{\@setfontsize\Huge\@xxvpt{30}} +% +\normalsize +% +\newdimen\tempdimen +% +\setlength\trimheight{11in} +\setlength\trimwidth{8.5in} +% +\typeheight52.5pc +\typewidth42pc +\textheight52.5pc +\textwidth42pc +\advance\textheight-3pt +\newdimen\normaltextheight +\setlength\normaltextheight{\textheight} +\oddsidemargin4.5pc +\evensidemargin4.5pc +\topmargin20pt %.25in +\headheight 6pt% +\headsep 29.2pt% +\topskip6pt% +\footskip 100pt +% +\marginparwidth 0.5in +\marginparsep .125in +\columnsep24pt +\columnseprule 0pt +% +\def\titlefont{\huge\selectfont\centering\mathversion{bold}} +\def\authorfont{\fontfamily{phv}\fontsize{10}{12}\selectfont\rightskip0pt plus1fill} %\mathversion{sfnormal} +\def\rhfont{\fontfamily{phv}\fontsize{9}{10}\selectfont\mathversion{sfnormal}} + +\def\sectionfont{\fontfamily{ptm}\fontsize{9}{12}\capsshape\selectfont\raggedright} %\mathversion{rmnormal} +\def\subsectionfont{\fontfamily{ptm}\fontsize{9}{12}\selectfont} %\mathversion{rmnormal} +\def\figcaptionfont{\fontsize{8}{10}\selectfont\mathversion{normal}}% +\def\subcaptionfont{\fontsize{8}{10}\selectfont\mathversion{normal}}% +% \def\subcaption#1{{\centering\subcaptionfont#1\par}} +% +\def\tablefont{\fontsize{8}{10}\selectfont}% +\def\tablecaptionfont{\fontsize{9}{11}\selectfont\centering}% +\def\tablenumfont{\fontsize{9}{11}\selectfont}% +\def\tabnotefont{\fontsize{7}{9}\selectfont} +% +\def\encodingdefault{OT1}% +\fontencoding{OT1}% +% +\DeclareFontShape{OMS}{cmsy}{m}{n}{<-> cmsy10 }{} +\DeclareFontShape{OMS}{cmsy}{b}{n}{<-> cmbsy10 }{} +\def\cal{\mathcal} +% +\def\boldmath{\mathversion{bold}} +\def\bm#1{\mathchoice + {\mbox{\boldmath$\displaystyle#1$}}% + {\mbox{\boldmath$#1$}}% + {\mbox{\boldmath$\scriptstyle#1$}}% + {\mbox{\boldmath$\scriptscriptstyle#1$}}} +% +\footnotesep 7pt +\skip\footins 15pt plus 4pt minus 3pt +\floatsep 12pt plus 2pt minus 2pt +\textfloatsep \floatsep +\intextsep 1pc plus 1pc +\dblfloatsep 12pt plus 2pt minus 2pt +\dbltextfloatsep 20pt plus 2pt minus 4pt +\@fptop 0pt plus 1fil \@fpsep 1pc plus 2fil \@fpbot 0pt plus 1fil +\@dblfptop 0pt plus 1fil \@dblfpsep 8pt plus 2fil \@dblfpbot 0pt plus 1fil +\marginparpush 6pt +\parskip 0pt \parindent 0pt \partopsep 0pt % plus .1pt FBU +\@lowpenalty 51 \@medpenalty 151 \@highpenalty 301 +\@beginparpenalty -\@lowpenalty \@endparpenalty -\@lowpenalty \@itempenalty +-\@lowpenalty +% +\def\part{\@ucheadtrue + \@startsection{part}{9}{\z@}{-10pt plus -4pt minus + -2pt}{4pt}{\reset@font\normalsize\rmfamily}} +\def\section{\@ucheadtrue + \@startsection{section}{1}{\z@}{-10pt plus -4pt minus + -2pt}{6pt}{\reset@font\fontsize{10}{12}\raggedright\rmfamily\bfseries}} +\def\subsection{\@ucheadfalse + \@startsection{subsection}{2}{\z@}{-8pt plus -2pt minus + -1pt}{6pt}{\reset@font\fontsize{10}{12}\raggedright\rmfamily\bfseries}} +\def\subsubsection{\@ucheadfalse + \@startsection{subsubsection}{3}{\parindent}{6pt plus +1pt}{-5pt}{\reset@font\fontsize{9}{10}\itshape}} +\def\paragraph{\@ucheadfalse + \@startsection{paragraph}{3}{\parindent}{6pt plus +1pt}{-5pt}{\reset@font\fontsize{10}{12}\itshape}} +%% +\renewcommand{\@seccntformat}[1]{\textup{\csname the#1\endcsname}} +\gdef\@period{.} +\def\@trivlist{\@topsepadd\topsep +\if@noskipsec \gdef\@period{}\leavevmode\gdef\@period{.}\fi + \ifvmode \advance\@topsepadd\partopsep \else \unskip\par\fi + \if@inlabel \@noparitemtrue \@noparlisttrue + \else \@noparlistfalse \@topsep\@topsepadd \fi + \advance\@topsep \parskip + \leftskip\z@\rightskip\@rightskip \parfillskip\@flushglue + \@setpar{\if@newlist\else{\@@par}\fi} \global\@newlisttrue +\@outerparskip\parskip} +% +\def\@startsection#1#2#3#4#5#6{% + \if@noskipsec \leavevmode \fi + \par + \@tempskipa #4\relax + \@afterindenttrue + \ifdim \@tempskipa <\z@ + \@tempskipa -\@tempskipa \@afterindentfalse + \fi + \if@nobreak + \everypar{}% + \ifnum#2=2 + \vskip-2pt + \fi + \else + \addpenalty\@secpenalty\addvspace\@tempskipa + \fi + \@ifstar + {\@ssect{#3}{#4}{#5}{#6}}% + {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}} +% +\def\@sect#1#2#3#4#5#6[#7]#8{% + \ifnum #2>\c@secnumdepth + \let\@svsec\@empty + \else + \refstepcounter{#1}% + \if@uchead% + \protected@edef\@svsec{\@seccntformat{#1}.\quad\relax}% + \else% + \protected@edef\@svsec{\@seccntformat{#1}\quad\relax}% + \fi% + \fi + \@tempskipa #5\relax + \ifdim \@tempskipa>\z@ + \begingroup + #6{% + \@hangfrom{\hskip #3\relax\@svsec}% + \interlinepenalty \@M #8 \@@par}% + \endgroup + \csname #1mark\endcsname{#7}% + \addcontentsline{toc}{#1}{% + \ifnum #2>\c@secnumdepth \else + \protect\numberline{\csname the#1\endcsname}% + \fi + #7}% + \else + \def\@svsechd{% + #6{\hskip #3\relax + \@svsec \if@uchead\Makeuppercase{#8}\else#8\fi}% + \csname #1mark\endcsname{#7}% + \addcontentsline{toc}{#1}{% + \ifnum #2>\c@secnumdepth \else + \protect\numberline{\csname the#1\endcsname}% + \fi + #7}}% + \fi + \@xsect{#5}} + +\def\@xsect#1{\@tempskipa #1\relax + \ifdim \@tempskipa>\z@ + \par \nobreak + \vskip \@tempskipa + \@afterheading + \else \global\@nobreakfalse \global\@noskipsectrue + \everypar{\if@noskipsec \global\@noskipsecfalse + \clubpenalty\@M \hskip -\parindent + \begingroup \@svsechd\@period \endgroup \unskip + \hskip -#1 + \else \clubpenalty \@clubpenalty + \everypar{}\fi}\fi\ignorespaces} +\newif\if@uchead\@ucheadfalse +% +\setcounter{secnumdepth}{3} +\newcounter{secnumbookdepth} +\setcounter{secnumbookdepth}{3} +\newfont{\apbf}{cmbx9} +\def\appendix{\par + \setcounter{section}{0} + \setcounter{subsection}{0} + \section*{APPENDIX}\vskip10pt + \def\thesection{\Alph{section}} + \def\theHsection{\Alph{section}}} +% +\labelsep 4pt +\settowidth{\leftmargini}{(9)} \addtolength\leftmargini\labelsep +\settowidth{\leftmarginii}{(b)} \addtolength\leftmarginii\labelsep +\leftmarginiii \leftmarginii +\leftmarginiv \leftmarginii +\leftmarginv \leftmarginii +\leftmarginvi \leftmarginii +\leftmargin\leftmargini +\labelwidth\leftmargini\advance\labelwidth-\labelsep +\def\@listI{\leftmargin\leftmargini \parsep 0pt plus 1pt\topsep 6pt plus 2pt +minus 2pt\itemsep 2pt plus 1pt minus .5pt} +\let\@listi\@listI +\@listi +\def\@listii{\leftmargin\leftmarginii + \labelwidth\leftmarginii\advance\labelwidth-\labelsep + \topsep 0pt plus 1pt + \parsep 0pt plus .5pt + \itemsep \parsep} +\def\@listiii{\leftmargin\leftmarginiii + \labelwidth\leftmarginiii\advance\labelwidth-\labelsep + \topsep 0pt plus 1pt + \parsep 0pt plus .5pt + \itemsep \parsep} +\def\@listiv{\leftmargin\leftmarginiv + \labelwidth\leftmarginiv\advance\labelwidth-\labelsep} +\def\@listv{\leftmargin\leftmarginv + \labelwidth\leftmarginv\advance\labelwidth-\labelsep} +\def\@listvi{\leftmargin\leftmarginvi + \labelwidth\leftmarginvi\advance\labelwidth-\labelsep} +% +\def\enumerate{\ifnum \@enumdepth >3 \@toodeep\else + \advance\@enumdepth \@ne + \edef\@enumctr{enum\romannumeral\the\@enumdepth}\list + {\csname label\@enumctr\endcsname}{\usecounter + {\@enumctr}\def\makelabel##1{##1\hss}}\fi} +\def\longenum{\ifnum \@enumdepth >3 \@toodeep\else + \advance\@enumdepth \@ne + \edef\@enumctr{enum\romannumeral\the\@enumdepth}\list + {\csname label\@enumctr\endcsname}{\usecounter + {\@enumctr}\labelwidth\z@}\fi} +\let\endlongenum\endlist +\def\labelenumi{{\rm (}\arabic{enumi}\/{\rm )}} +\def\theenumi{\arabic{enumi}} +\def\labelenumii{{\rm (}\alph{enumii}\rm{)}} +\def\theenumii{\alph{enumii}} +\def\p@enumii{\theenumi} +\def\labelenumiii{\roman{enumiii}.} +\def\theenumiii{\roman{enumiii}} +\def\p@enumiii{\theenumi{\rm (}\theenumii{\rm )}} +\def\labelenumiv{\Alph{enumiv}.} +\def\theenumiv{\Alph{enumiv}} +\renewcommand\theenumiv{\@Alph\c@enumiv} +\def\p@enumiv{\p@enumiii\theenumiii} + +\def\p@enumiv{\p@enumiii\theenumiii} + +\renewcommand\p@enumii{\theenumi} +\renewcommand\p@enumiii{\theenumi(\theenumii)} +\renewcommand\p@enumiv{\p@enumiii\theenumiii} + +\def\itemize{\list{---\hskip -\labelsep}{\settowidth + {\leftmargin}{---}\labelwidth\leftmargin + \addtolength{\labelwidth}{-\labelsep}}} +\let\enditemize\endlist +\def\longitem{\list{---}{\labelwidth\z@ + \leftmargin\z@ \itemindent\parindent \advance\itemindent\labelsep}} +\let\endlongitem\endlist +\def\verse{\let\\=\@centercr + \list{}{\leftmargin 2pc + \itemindent -1.5em\listparindent \itemindent + \rightmargin\leftmargin\advance\leftmargin 1.5em}\item[]} +\let\endverse\endlist +\def\quotation{\list{}{\leftmargin 2pc \listparindent .5em + \itemindent\listparindent + \rightmargin\leftmargin \parsep 0pt plus 1pt}\item[]} +\let\endquotation=\endlist +\def\quote{\list{}{\leftmargin 2pc \rightmargin\leftmargin}\item[]} +\let\endquote=\endlist + +% +\newenvironment{unnumlist}{% + \list{}{% + \listparindent\parindent + \itemindent-1em + \leftmargin1em + \parsep0pt + \itemsep2pt + \partopsep0pt} + \def\makelable##1{##1}% +}{\endlist}% +% +\def\description{\list{}{\listparindent\parindent\labelwidth\z@ + \leftmargin\z@ \itemindent\parindent\advance\itemindent\labelsep + \def\makelabel##1{\it ##1}}} +\let\enddescription\endlist +% +\def\describe#1{\list{}{\listparindent\parindent\settowidth{\labelwidth}{#1}\leftmargin + \labelwidth\addtolength\leftmargin\labelsep\def\makelabel##1{##1\hfil}}} +\let\enddescribe\endlist +% +\def\program{\ifx\@currsize\normalsize\small \else \rm \fi\tabbing} +\let\endprogram\endtabbing +% +\newtheorem{theorem}{Theorem} +\newtheorem{strategy}{Strategy} +\newtheorem{property}{Property} +\newtheorem{proposition}{Proposition} +\newtheorem{lemma}[theorem]{Lemma} +\newtheorem{exam}{Example} +\newenvironment{example}{% +\italicenvfalse +\begin{exam}}{\end{exam}\italicenvtrue} +% +\newtheorem{defi}[theorem]{Definition} +\newenvironment{definition}{% +\italicenvfalse +\begin{defi}}{\end{defi}\italicenvtrue} +% +\def\@begintheorem#1#2{\trivlist \item[\hskip 10pt\hskip + \labelsep{\sc{#1}\hskip 5pt\relax #2.}] \itshape} +% +\def\@opargbegintheorem#1#2#3{\trivlist + \item[\hskip 10pt \hskip +\labelsep{\sc{#1}\savebox\@tempboxa{\sc{#3}}\ifdim + \wd\@tempboxa>\z@ \hskip 5pt\relax \sc{#2} \box\@tempboxa\fi.}] +\itshape} +% +\newif\if@qeded\global\@qededfalse +\def\proof{\global\@qededfalse\@ifnextchar[{\@xproof}{\@proof}} +\def\endproof{\if@qeded\else\qed\fi\endtrivlist} +\def\qed{\unskip\kern 10pt{\unitlength1pt\linethickness{.4pt}\framebox(5,5){}} +\global\@qededtrue} +\def\@proof{\trivlist \item[\hskip 10pt\hskip + \labelsep{\sc Proof.}]\ignorespaces} +\def\@xproof[#1]{\trivlist \item[\hskip 10pt\hskip + \labelsep{\sc Proof #1.}]\ignorespaces} +% +\def\newdef#1#2{\expandafter\@ifdefinable\csname #1\endcsname +{\@definecounter{#1}\expandafter\xdef\csname +the#1\endcsname{\@thmcounter{#1}}\global + \@namedef{#1}{\@defthm{#1}{#2}}\global + \@namedef{end#1}{\@endtheorem}}} +\def\@defthm#1#2{\refstepcounter + {#1}\@ifnextchar[{\@ydefthm{#1}{#2}}{\@xdefthm{#1}{#2}}} +\def\@xdefthm#1#2{\@begindef{#2}{\csname the#1\endcsname}\ignorespaces} +\def\@ydefthm#1#2[#3]{\trivlist \item[\hskip 10pt\hskip + \labelsep{\it #2\savebox\@tempboxa{#3}\ifdim + \wd\@tempboxa>\z@ \ \box\@tempboxa\fi.}]\ignorespaces} +\def\@begindef#1#2{\trivlist \item[\hskip 10pt\hskip + \labelsep{\it #1\ \rm #2.}]} +% +\def\theequation{\arabic{equation}} +% +\def\titlepage{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn + \else \newpage \fi \thispagestyle{empty}\c@page\z@} +\def\endtitlepage{\if@restonecol\twocolumn \else \newpage \fi} +% +\arraycolsep 2.5pt \tabcolsep 6pt \arrayrulewidth .4pt \doublerulesep 2pt +\tabbingsep \labelsep +% +\skip\@mpfootins = \skip\footins +\fboxsep = 3pt \fboxrule = .4pt +% +\newcounter{part} +\newcounter{section} +\newcounter{subsection}[section] +\newcounter{subsubsection}[subsection] +\newcounter{paragraph}[subsubsection] +% +\def\thepart{\Roman{part}} +\def\thesection {\arabic{section}} +\def\thesubsection {\thesection.\arabic{subsection}} +\def\thesubsubsection {\itshape\thesubsection.\arabic{subsubsection}} +\def\theparagraph {\thesubsubsection.\arabic{paragraph}} + +\def\@pnumwidth{1.55em} +\def\@tocrmarg {2.55em} +\def\@dotsep{4.5} +\setcounter{tocdepth}{3} + +\def\tableofcontents{\section*{Contents\@mkboth{CONTENTS}{CONTENTS}} + \@starttoc{toc}} +\def\l@part#1#2{\addpenalty{\@secpenalty} + \addvspace{2.25em plus 1pt} \begingroup + \@tempdima 3em \parindent \z@ \rightskip \@pnumwidth \parfillskip +-\@pnumwidth + {\large \bf \leavevmode #1\hfil \hbox to\@pnumwidth{\hss #2}}\par + \nobreak \endgroup} +\def\l@section#1#2{\addpenalty{\@secpenalty} \addvspace{1.0em plus 1pt} +\@tempdima 1.5em \begingroup + \parindent \z@ \rightskip \@pnumwidth + \parfillskip -\@pnumwidth + \bf \leavevmode #1\hfil \hbox to\@pnumwidth{\hss #2}\par + \endgroup} +\def\l@subsection{\@dottedtocline{2}{1.5em}{2.3em}} +\def\l@subsubsection{\@dottedtocline{3}{3.8em}{3.2em}} +\def\listoffigures{\section*{List of Figures\@mkboth + {LIST OF FIGURES}{LIST OF FIGURES}}\@starttoc{lof}} +\def\l@figure{\@dottedtocline{1}{1.5em}{2.3em}} +\def\listoftables{\section*{List of Tables\@mkboth + {LIST OF TABLES}{LIST OF TABLES}}\@starttoc{lot}} +\let\l@table\l@figure +% +\newif\if@restonecol +\def\theindex{\@restonecoltrue\if@twocolumn\@restonecolfalse\fi +\columnseprule \z@ +\columnsep 35pt\twocolumn[\section*{Index}] + \@mkboth{INDEX}{INDEX}\thispagestyle{plain}\parindent\z@ + \parskip\z@ plus .3pt\relax\let\item\@idxitem} +\def\@idxitem{\par\hangindent 40pt} +\def\subitem{\par\hangindent 40pt \hspace*{20pt}} +\def\subsubitem{\par\hangindent 40pt \hspace*{30pt}} +\def\endtheindex{\if@restonecol\onecolumn\else\clearpage\fi} +\def\indexspace{\par \vskip 10pt plus 5pt minus 3pt\relax} +% +\def\footnoterule{\kern-3\p@ + \hrule \@height 0.2\p@ \@width 47\p@ + \kern 2.6\p@ +} + +\long\def\@makefntext#1{\parindent 1em\noindent + $^{\@thefnmark}$#1} +% +\setcounter{topnumber}{3} +\def\topfraction{.99} +\setcounter{bottomnumber}{1} +\def\bottomfraction{.5} +\setcounter{totalnumber}{3} +\def\textfraction{.01} +\def\floatpagefraction{.85} +\setcounter{dbltopnumber}{2} +\def\dbltopfraction{.95} +\def\dblfloatpagefraction{.96} +% +\long\def\@makecaption#1#2{\vskip 1pc \setbox\@tempboxa\hbox{#1.\hskip +1em\relax #2} + \ifdim \wd\@tempboxa >\hsize #1. #2\par \else \hbox +to\hsize{\hfil\box\@tempboxa\hfil} + \fi} + +\def\nocaption{\refstepcounter\@captype \par + \vskip 1pc \hbox to\hsize{\hfil \footnotesize Figure \thefigure + \hfil}} +% +\newcounter{figure} +\def\thefigure{\@arabic\c@figure} +\def\fps@figure{tbp} +\def\ftype@figure{1} +\def\ext@figure{lof} +\def\fnum@figure{Fig.\ \thefigure}% +\def\figure{\let\normalsize\footnotesize\normalsize\@float{figure}} +\let\endfigure\end@float +\@namedef{figure*}{\@dblfloat{figure}} +\@namedef{endfigure*}{\end@dblfloat} +% +\newcounter{table} +\def\thetable{\@arabic\c@table} +\def\fps@table{tbp} +\def\ftype@table{2} +\def\ext@table{lot} +\newlength\belowcaptionskip +\setlength\belowcaptionskip{1\p@} +% +\def\FigName{figure}% +\long\def\@caption#1[#2]#3{\par\begingroup + \@parboxrestore + \normalsize \bf \centering + \@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par + \endgroup} +% +% +\newbox\tbbox +\long\def\@makecaption#1#2{% + \ifx\FigName\@captype + \vskip 7.3pt + \setbox\@tempboxa\hbox{\figcaptionfont{#1}.\hskip7.3pt\relax #2\par}% + \ifdim \wd\@tempboxa >\hsize + \figcaptionfont{#1}.\hskip7.3pt\relax #2\par + \else + \centerline{\box\@tempboxa}% + \fi + \else% + \setbox\tbbox=\vbox{\hsize\tempdimen{\tablenumfont #1}\ {\tablecaptionfont #2\par}}% + \setbox\@tempboxa\hbox{\hsize\tempdimen{\tablenumfont #1}\ {\tablecaptionfont #2\par}\vphantom{jgq}}% + \ifdim \wd\@tempboxa >\tempdimen + \centerline{\box\tbbox}% + \else + \centerline{\box\@tempboxa}% + \fi + \vskip\belowcaptionskip + \fi} +% +\def\fnum@table{Table~\thetable.\ } +\def\table{\let\normalsize\footnotesize \normalsize\@float{table}} +\let\endtable\end@float +\@namedef{table*}{\@dblfloat{table}} +\@namedef{endtable*}{\end@dblfloat} +\def\ijcatable#1{\@narrowfig #1\relax + \let\caption\@atcap \let\nocaption\@atnocap + \def\@tmpnf{}\@ifnextchar[{\@xntab}{\@ntab}} +\def\endijcatable{\hbox to \textwidth{\hfil +\vbox{\hsize \@narrowfig +\box\@nfcapbox +{\baselineskip 4pt \hbox{\vrule height .4pt width \hsize}} +\vskip -1pt +\box\@nfigbox\vskip -1pt +{\baselineskip 4pt \hbox{\vrule height .4pt width \hsize}}}\hfil} +\end@float} +\def\@xntab[#1]{\def\@tmpnf{[#1]}\@ntab} +\def\@ntab{\expandafter\table\@tmpnf + \setbox\@nfigbox\vbox\bgroup + \hsize \@narrowfig \@parboxrestore} +\def\@atmakecap #1#2{\setbox\@tempboxa\hbox{#1.\hskip 1em\relax #2} + \ifdim \wd\@tempboxa >\hsize \sloppy #1.\hskip 1em\relax #2 \par \else \hbox +to\hsize{\hfil\box\@tempboxa\hfil} + \fi} +\def\@atcap{\par\egroup\refstepcounter\@captype + \@dblarg{\@atcapx\@captype}} +\long\def\@atcapx#1[#2]#3{\setbox\@nfcapbox\vbox {\hsize \wd\@nfigbox + \@parboxrestore + \@atmakecap{\csname fnum@#1\endcsname}{\ignorespaces #3}\par}} +\def\@atnocap{\egroup \refstepcounter\@captype + \setbox\@nfcapbox\vbox {\hsize \wd\@nfigbox + \hbox to\hsize{\hfil \footnotesize Table \thetable\hfil}}} +% +\newdimen\tabledim +% +\long\def\tbl#1#2{% + \setbox\tempbox\hbox{\tablefont #2}% + \tabledim\hsize\advance\tabledim by -\wd\tempbox + \tempdimen\wd\tempbox + \global\divide\tabledim\tw@ + \caption{#1} + \centerline{\box\tempbox} + }% +% +\newenvironment{tabnote}{% +\par%\addvspace{-1pt} +\tabnotefont +\@ifnextchar[{\@tabnote}{\@tabnote[]}}{% +\par} +\def\@tabnote[#1]{\def\@Tempa{#1}\leftskip\tabledim\rightskip\leftskip\ifx\@Tempa\@empty\else{\it #1:}\ \fi\ignorespaces} +% +\def\tabnoteentry#1#2{\parindent0pt\par\@hangfrom{#1}{#2}} +\def\Note#1#2{\parindent0pt\par\hangindent3.7pt{\it #1}\ #2} +% + +\def\Hline{% + \noalign{\ifnum0=`}\fi\hrule \@height .5pt \futurelet + \@tempa\@xhline} +% +\def\narrowfig#1{\@narrowfig #1\relax + \let\caption\@nfcap \let\nocaption\@nfnocap + \def\@tmpnf{}\@ifnextchar[{\@xnfig}{\@nfig}} +\def\endnarrowfig{\hbox to \textwidth{\if@nfeven + \box\@nfcapbox\hfil\box\@nfigbox + \else \box\@nfigbox\hfil\box\@nfcapbox\fi}\end@float} +\def\@xnfig[#1]{\def\@tmpnf{[#1]}\@nfig} +\def\@nfig{\expandafter\figure\@tmpnf + \setbox\@nfigbox\vbox\bgroup + \hsize \@narrowfig \@parboxrestore} +\def\@nfmakecap #1#2{\setbox\@tempboxa\hbox{#1.\hskip 1em\relax #2} + \ifdim \wd\@tempboxa >\hsize \sloppy #1.\hskip 1em\relax #2 \par \else \hbox +to\hsize{\if@nfeven\else\hfil\fi\box\@tempboxa\if@nfeven\hfil\fi} + \fi} +\def\@nfcap{\par\egroup\refstepcounter\@captype + \@dblarg{\@nfcapx\@captype}} +\long\def\@nfcapx#1[#2]#3{\@seteven + \setbox\@nfcapbox\vbox to \ht\@nfigbox + {\hsize \textwidth \advance\hsize -2pc \advance\hsize -\wd\@nfigbox + \@parboxrestore + \vfil + \@nfmakecap{\csname fnum@#1\endcsname}{\ignorespaces #3}\par + \vfil}} +\def\@nfnocap{\egroup \refstepcounter\@captype \@seteven + \setbox\@nfcapbox\vbox to \ht\@nfigbox + {\hsize \textwidth \advance\hsize -2pc \advance\hsize -\wd\@nfigbox + \@parboxrestore + \vfil + \hbox to\hsize{\if@nfeven\else\hfil\fi + \footnotesize Figure \thefigure + \if@nfeven\hfil\fi} + \vfil}} +\def\@seteven{\@nfeventrue + \@ifundefined{r@@nf\thefigure}{}{% + \edef\@tmpnf{\csname r@@nf\thefigure\endcsname}% + \edef\@tmpnf{\expandafter\@getpagenum\@tmpnf}% + \ifodd\@tmpnf\relax\@nfevenfalse\fi}% +\label{@nf\thefigure}\edef\@tmpnfx{\if@nfeven e\else o\fi} +\edef\@tmpnf{\write\@unused {\noexpand\ifodd \noexpand\c@page + \noexpand\if \@tmpnfx e\noexpand\@nfmsg{\thefigure} \noexpand\fi + \noexpand\else + \noexpand\if \@tmpnfx o\noexpand\@nfmsg{\thefigure}\noexpand\fi + \noexpand\fi }}\@tmpnf} +\def\@nfmsg#1{Bad narrowfig: Figure #1 on page \thepage} + +\newdimen\@narrowfig +\newbox\@nfigbox +\newbox\@nfcapbox +\newif\if@nfeven + + +\def\maketitle{% + \thispagestyle{titlepage}% + \newpage + \global\@topnum\z@ + \twocolumn[\@maketitle]% + \let\maketitle\relax + \global\let\@sponsors\@empty +} +% +\def\@maketitle{\newpage \thispagestyle{titlepage}\par + \begingroup \lineskip = \z@\null + \vspace{-1.75em} + \begin{picture}(5,5) + \includegraphics[width=1in]{logojuliacon.pdf} + \end{picture} + \vspace{1.75em} + \vskip -7pt\relax %-18.5pt + \parindent\z@ \LARGE {\centering \hyphenpenalty\@M + {\titlefont \@title} \par + \global\firstfoot %aiellom + \global\runningfoot %aiellom +} +\label{@firstpg} +{ +\begin{center}% + \vskip 0.1em% + {\large + \lineskip .75em% + \begin{tabular}[t]{c}% + \@author + \end{tabular}\par}% + \vskip 1.5em% + \end{center}\par + \@thanks +} + \vskip 23pt\relax + \endgroup + } +\newbox\@abstract +\newbox\@terms +\newbox\@keywords + + +% +\newenvironment{abstract} +{\section*{ABSTRACT}\par\fontsize{10}{12}\indent\ignorespaces} +% { +% { \ifvoid\@terms\else\box\@terms\fi +% \@keywords \@juliaconformat\empty}\vskip6pt} +% % +% \def\terms#1{\setbox\@terms=\vbox{\hsize20pc% +% \footnotesize% +% \parindent 0pt \noindent +% { \section*{General Terms}} \ignorespaces #1{\vspace{-0.75em}}}} +% \def\keywords#1{\gdef\@keywords{\hsize20pc% +% \parindent 0pt\noindent\ignorespaces% +% {{\vspace{-0.75em}} \section*{Keywords}} \ignorespaces #1{\vspace{1em}}}} +% %} + +\def\category#1#2#3{\@ifnextchar + [{\@category{#1}{#2}{#3}}{\@xcategory{#1}{#2}{#3}}} +\def\@category#1#2#3[#4]{\edef\@tempa{\ifx \@categories\@empty + \else ; \fi}{\def\protect{\noexpand\protect + \noexpand}\def\and{\noexpand\and}\xdef\@categories{\@categories\@tempa #1 +[{\bf #2}]: + #3\kern\z@---\hskip\z@{\it #4}}}} +\def\@xcategory#1#2#3{\edef\@tempa{\ifx \@categories\@empty \else ; +\fi}{\def\protect{\noexpand\protect\noexpand}\def\and{\noexpand + \and}\xdef\@categories{\@categories\@tempa #1 [{\bf #2}]: #3}}} +\def\@categories{} + +\newenvironment{ackslike}[1] + {\par \footnotesize + \@ucheadfalse + \@startsection{subsection}{2}{\z@}{-16pt plus -2pt minus -1pt}{2pt}{\sf}* + {\uppercase{#1}}\par\normalsize + } + {\par} +\newenvironment{acks}{\begin{ackslike}{ \normalsize\rm\bf Acknowledgments}}{\end{ackslike}} +% + +\newcommand\headingtable{% + \begin{tabular}[b]{l} {\@journalName}\end{tabular}} +\markright{\protect\headingtable} +\mark{{}{}} +\def\bull{{\fontsize{7}{7}\selectfont\raise1.6pt\hbox{$\bullet$}}} +\def\ps@myheadings{\let\@mkboth\@gobbletwo +\def\@oddhead{ \fontsize{9}{12} \rm {{\itshape\headingtable}\hfill \@volume(\@issue), \@year}} +\def\@oddfoot{\fontsize{9}{12}\@runningfoot} +\def\@evenhead{ \fontsize{9}{12} \rm {\itshape\headingtable}\hfill \@volume(\@issue), \@year} +\def\@evenfoot{\fontsize{9}{12}\@runningfoot} +\def\sectionmark##1{}\def\subsectionmark##1{}} +% +\def\@runningfoot{} +\def\runningfoot{\def\@runningfoot{ \fontsize{9}{12} \thepage}} +\def\@firstfoot{} +\def\firstfoot{\def\@firstfoot{\fontsize{9}{12} \thepage}} +\def\ps@titlepage{\let\@mkboth\@gobbletwo +\def\@oddhead{}\def\@oddfoot{\fontsize{9}{12}\@firstfoot}\def\@evenhead{}\def\@evenfoot{\fontsize{9}{12}\@firstfoot}} +% +\def\today{\ifcase\month\or + January\or February\or March\or April\or May\or June\or + July\or August\or September\or October\or November\or December\fi + \space\number\day, \number\year} +\def\@marrayclassiv{\@addtopreamble{$\displaystyle \@nextchar$}} +\def\@marrayclassz{\ifcase \@lastchclass \@acolampacol \or \@ampacol \or + \or \or \@addamp \or + \@acolampacol \or \@firstampfalse \@acol \fi +\edef\@preamble{\@preamble + \ifcase \@chnum + \hfil$\relax\displaystyle\@sharp$\hfil \or $\relax\displaystyle\@sharp$\hfil + \or \hfil$\relax\displaystyle\@sharp$\fi}} +\def\marray{\arraycolsep 2.5pt\let\@acol\@arrayacol \let\@classz\@marrayclassz + \let\@classiv\@marrayclassiv \let\\\@arraycr\def\@halignto{}\@tabarray} +\def\endmarray{\crcr\egroup\egroup} +% +\ps@myheadings \pagenumbering{arabic} \onecolumn +% +\setlength \labelsep {.5em} +\setlength \labelwidth{\leftmargini} +\addtolength\labelwidth{-\labelsep} +\@beginparpenalty -\@lowpenalty +\@endparpenalty -\@lowpenalty +\@itempenalty -\@lowpenalty +% +\def\newdef#1{\@ifnextchar[{\@xnewdef{#1}}{\@ynewdef{#1}}} +\def\@xnewdef#1[#2]#3{\newtheorem{italic@#1}[#2]{{\em #3}}\@newdef{#1}} +\def\@ynewdef#1#2{\@ifnextchar[{\@xynewdef{#1}{#2}}{\@yynewdef{#1}{#2}}} +\def\@xynewdef#1#2[#3]{\newtheorem{italic@#1}{{\em #2}}[#3]\@newdef{#1}} +\def\@yynewdef#1#2{\newtheorem{italic@#1}{{\em #2}}\@newdef{#1}} +\def\@newdef#1{\newenvironment{#1}{\@ifnextchar[{\@xstartdef{#1}}{\@ystartdef{#1}}}{\end{italic@#1}}} +\def\@xstartdef#1[#2]{\begin{italic@#1}[{\em #2}]\rm} +\def\@ystartdef#1{\begin{italic@#1}\rm} +% +%\def\@oddfoot{\hbox{}\hfill\@runningfoot \thepage} +%\def\@evenfoot{\@runningfoot\hfill\hbox{} \thepage } +%\def\firstfootsize{\@setsize\firstfootsize{9pt}\vipt\@vipt} +\def\ps@titlepage{\let\@mkboth\@gobbletwo +\def\@oddhead{\fontsize{9}{12} \rm {\hskip 19pt\itshape}}\def\@oddfoot{\hbox{}\hfill\fontsize{9}{12}\@firstfoot}% +\def\@evenhead{}\def\@evenfoot{\firstfootsize\@firstfoot\hfill\hbox{}}} +% +\def\@listI{\leftmargin\leftmargini + \labelwidth\leftmargini\advance\labelwidth-\labelsep + \parsep 0pt plus 1pt + \topsep 6pt plus 2pt minus 2pt + \itemsep 2pt plus 1pt minus .5pt} +\let\@listi\@listI +\@listi +% +\def\longenum{\ifnum \@enumdepth >3 \@toodeep\else + \advance\@enumdepth \@ne + \edef\@enumctr{enum\romannumeral\the\@enumdepth}\list + {\csname label\@enumctr\endcsname}{\usecounter + {\@enumctr}\labelwidth\z@\leftmargin\z@ + \itemindent\parindent \advance\itemindent\labelsep}\fi} +% +\def\ack{ \par \footnotesize +\@ucheadfalse +\@startsection{subsection}{2}{\z@}{-16pt plus -2pt minus + -1pt}{2pt}{\sf}*{ACKNOWLEDGMENT}\par\normalsize +} +\def\endack{\par} + +% provide both spellings of Acknowledgment(s) +\let\acknowledgments\acks +\let\endacknowledgments\endacks +\let\acknowledgment\ack +\let\endacknowledgment\endack +% +\newcommand{\bibemph}[1]{{\em#1}} +\newcommand{\bibemphic}[1]{{\em#1\/}} +\newcommand{\bibsc}[1]{{\sc#1}} + +\newcommand\bibyear[2]{% + \unskip{\hskip8pt}\ignorespaces#1\unskip + \if..#2{\hskip6pt}\else {\hskip8pt}#2 \fi +} +% +\let\l@table\l@figure +\newdimen\bibindent +\setlength\bibindent{1.5em} +\newenvironment{thebibliography}[1] + {\section{\refname}%% + \list{\@biblabel{\@arabic\c@enumiv}}% + {\settowidth\labelwidth{\@biblabel{#1}}% + \leftmargin\labelwidth + \advance\leftmargin\labelsep + \@openbib@code + \usecounter{enumiv}% + \let\p@enumiv\@empty + \renewcommand\theenumiv{\@arabic\c@enumiv}}% + \sloppy + \clubpenalty4000 + \@clubpenalty \clubpenalty + \widowpenalty4000% + \sfcode`\.\@m} + {\def\@noitemerr + {\@latex@warning{Empty `thebibliography' environment}}% + \endlist} +\newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em} +\let\@openbib@code\@empty + +% +\DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm} +\DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf} +\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt} +\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf} +\DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit} +\DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl} +\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc} +\DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal} +\DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal} +% +\def\@juliaconformat{} +\def\juliaconformat#1{\gdef\@juliaconformat{\noindent{\bf JuliaCon Reference Format:}\\[2pt] #1\par}} +% +\def\received#1#2{% + \par% + \tiny + \addvspace{12\p@}% + \parindent\z@% +\small\scriptsize{Received\ #1;\ accepted\ #2}% +\par% +} + +% +\sloppy +\clubpenalty10000 +\widowpenalty10000% +\@lowpenalty 51 +\@medpenalty 151 +\@highpenalty 301 +% +\@beginparpenalty -\@lowpenalty +\@endparpenalty -\@lowpenalty +\@itempenalty -\@lowpenalty + +\voffset-5pc +\hoffset-6.03pc + +\usepackage{times} +%% \usepackage[mtbold]{mathtime} +\usepackage{bm} +\usepackage{graphicx}% Include figure files +\usepackage{hyperref} +%%\usepackage{microtype} +\renewcommand{\ttdefault}{cmtt} + +\usepackage{jlcode} + +\usepackage{authblk} + +% Fixes issue related to listing captions: https://github.com/JuliaCon/JuliaConSubmission.jl/issues/31 +\usepackage{caption} +\captionsetup[lstlisting]{singlelinecheck=false, margin=0pt} +\renewcommand\lstlistingname{Code} + +\endinput + +% end of juliacon.cls \ No newline at end of file diff --git a/paper/src/logojuliacon.pdf b/paper/src/logojuliacon.pdf new file mode 100755 index 00000000..744eaee6 Binary files /dev/null and b/paper/src/logojuliacon.pdf differ diff --git a/paper/src/paper.fdb_latexmk b/paper/src/paper.fdb_latexmk new file mode 100644 index 00000000..f1464e6e --- /dev/null +++ b/paper/src/paper.fdb_latexmk @@ -0,0 +1,282 @@ +# Fdb version 4 +["biber paper"] 1700230506 "paper.bcf" "paper.bbl" "paper" 1700230515 0 + "./ref.bib" 1700223655 63826 bb023038e35b331df3631a38adb2a740 "" + "paper.bcf" 1700230515 109106 f7b24b49ba9a44ec348dad771148f25a "pdflatex" + (generated) + "paper.bbl" + "paper.blg" + (rewritten before read) +["pdflatex"] 1700230514 "paper.tex" "paper.pdf" "paper" 1700230515 0 + "/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc" 1136849721 2971 def0b6c1f0b107b3b936def894055589 "" + "/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/tex-gyre/q-ec.enc" 1529098226 2457 aaabbccba4df2a7f7371410ee4e075a3 "" + "/usr/local/texlive/2023/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/adobe/times/ptmr8t.tfm" 1136768653 6672 e3ab9e37e925f3045c9005e6d1473d56 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ecrm0900.tfm" 1136768653 3584 d3d8ac8b25ca19c0a40b86a5db1e8ccc "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm" 1136768653 3584 adb004a0c8e7c46ee66cad73671f37b4 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ectt0800.tfm" 1136768653 1536 0b0b8ca286de6a006b681926403f35cd "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ectt0900.tfm" 1136768653 1536 ae7aab2f8a4bc9edfce2899f53ba88c3 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/jknappen/ec/ectt1000.tfm" 1136768653 1536 06717a2b50de47d4087ac0e6cd759455 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm" 1246382020 1004 54797486969f23fa377b128694d548df "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm" 1246382020 988 bdf658c3bfc2d96d3c8b02cfc1c94c20 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex9.tfm" 1246382020 996 a18840b13b499c08ac2de96a99eda4bc "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm" 1246382020 1496 c79f6914c6d39ffb3759967363d1be79 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm" 1246382020 1516 a3bf6a5e7ec4401b1f52092dfaaed242 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm" 1246382020 1528 dab402b9d3774ca98baa037071cee7ae "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmmib9.tfm" 1246382020 1528 159d57adcba064aab4277245c826577d "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1246382020 916 f87d7c45f9c908e672703b83b72241a3 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam5.tfm" 1246382020 924 9904cf1d39e9767e7a3622f2a125a565 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam7.tfm" 1246382020 928 2dc8d444221b7a635bb58038579b861a "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm10.tfm" 1246382020 908 2921f8a10601f252058503cc6570e581 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm" 1246382020 940 75ac932a52f80982a9f8ea75d03a34cf "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1246382020 940 228d6584342e91276bf566bcf9716b83 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbsy10.tfm" 1136768653 1116 4e6ba9d7914baa6482fd69f67d126380 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx10.tfm" 1136768653 1328 c834bbb027764024c09d3d2bf908b5f0 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm" 1136768653 1324 c910af8c371558dc20f2d7822f66fe64 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx5.tfm" 1136768653 1332 f817c21a1ba54560425663374f1b651a "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx6.tfm" 1136768653 1344 8a0be4fe4d376203000810ad4dc81558 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx8.tfm" 1136768653 1332 1fde11373e221473104d6cc5993f046e "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmbx9.tfm" 1136768653 1328 5442e22a7072966dbaf88ca900acf3f0 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmex10.tfm" 1136768653 992 662f679a0b3d2d53c1b94050fdaa3f50 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm" 1136768653 1524 4414a8315f39513458b80dfc63bff03a "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi6.tfm" 1136768653 1512 f21f83efb36853c0b70002322c1ab3ad "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm" 1136768653 1520 eccf95517727cb11801f4f1aee3a21b4 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmi9.tfm" 1136768653 1524 d89e2d087a9828407a196f428428ef4a "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmmib10.tfm" 1136768653 1524 554068197b70979a55370e6c6495f441 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr12.tfm" 1136768653 1288 655e228510b4c2a1abe905c368440826 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr17.tfm" 1136768653 1292 296a67155bdbfc32aa9c636f21e91433 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr6.tfm" 1136768653 1300 b62933e007d01cfd073f79b963c01526 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr8.tfm" 1136768653 1292 21c1c5bfeaebccffdb478fd231a0997d "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmr9.tfm" 1136768653 1292 6b21b9c2c7bebb38aa2273f7ca0fb3af "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm" 1136768653 1124 6c73e740cf17375f03eec0ee63599741 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy10.tfm" 1136768653 520 82a3d37183f34b6eb363a161dfc002c2 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy5.tfm" 1136768653 520 d082ac03a1087bc1ec2a06e24a9f68c0 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy6.tfm" 1136768653 520 4889cce2180234b97cad636b6039c722 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy8.tfm" 1136768653 520 7bb3abb160b19e0ed6ac404bb59052b7 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasy9.tfm" 1136768653 520 1cc7cc05f4d7bae5c23bf7516f88fa52 "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/latex-fonts/lasyb10.tfm" 1136768653 520 4bf1455197d190cb95c579bde4c2f0ba "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/tex-gyre/ec-qtmb.tfm" 1254269485 11484 431d8013ae6931f9326b9a0f492d2a5e "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/tex-gyre/ec-qtmr.tfm" 1254269485 11504 0b76b46eb90907e684139293e03c466a "" + "/usr/local/texlive/2023/texmf-dist/fonts/tfm/public/tex-gyre/ec-qtmri.tfm" 1254269485 11356 da1519f442d8a49b81c86cbaf25ef79f "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb" 1248133631 37166 8ab3487cbe3ab49ebce74c29ea2418db "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb" 1248133631 36094 798f80770b3b148ceedd006d487db67c "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb" 1248133631 32734 69e00a6b65cedb993666e42eedb3d48f "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb" 1248133631 33993 9b89b85fd2d9df0482bd47194d1d3bf3 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb" 1248133631 32569 5e5ddc8df908dea60932f3c484a54c0d "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex9.pfb" 1248133631 30212 b6aafa449db0097a6b9b890f66741063 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb" 1248133631 10594 310261a6407d360eda1ed257d05cd4df "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb" 1248133631 34694 ad62b13721ee8eda1dcc8993c8bd7041 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/cm-super/sftt0800.pfb" 1215737283 175641 e30a691dc1402b08fd6535cf8a31e5b7 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/cm-super/sftt0900.pfb" 1215737283 170827 2e4b634de7b58578eae1dc93e51dfe48 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/cm-super/sftt1000.pfb" 1215737283 169201 9ebf99020dde51a5086e186761a34e8f "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/tex-gyre/qtmb.pfb" 1255129411 131776 4be3e220f990dc716f91bb7965c09237 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/tex-gyre/qtmr.pfb" 1255129411 133302 8dca243a80ecf4cfe00077d4bd995bd7 "" + "/usr/local/texlive/2023/texmf-dist/fonts/type1/public/tex-gyre/qtmri.pfb" 1255129411 129669 aaf12ebd0b807d452087fc34bde5bd7d "" + "/usr/local/texlive/2023/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1461363279 71627 94eb9990bed73c364d7f53f960cc8c5b "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/atbegshi/atbegshi.sty" 1575674566 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty" 1576625341 40635 c40361e206be584d448876bba8a64a3b "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty" 1576016050 33961 6b5c75130e435b2bfdb9f480a09a39f9 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty" 1576625273 7734 b98cbb34c81f667027c1e3ebdbfce34b "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty" 1576625223 8371 9d55b8bd010bc717624922fb3477d92e "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty" 1644112042 7237 bdd120a32c8fdb4b433cf9ca2e7cd98a "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty" 1575499628 8356 7bbb2c2373aa810be568c29e333da8ed "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty" 1576625065 31769 002a487f55041f8e805cfbf6385ffd97 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty" 1576878844 5412 d5a2436094cd7be85769db90f29250a6 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty" 1600895880 17859 4409f8f50cd365c68e684407e5350b1b "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty" 1576015897 19007 15924f7228aca6c6d184b115f4baa231 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty" 1593379760 20089 80423eac55aa175305d35b49e04fe23b "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex" 1673816307 1016 1c2b89187d12a2768764b83b4945667c "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex" 1601326656 43820 1fef971b75380574ab35a0d37fd92608 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex" 1601326656 19324 f4e4c6403dd0f1605fd20ed22fa79dea "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex" 1601326656 6038 ccb406740cc3f03bbfb58ad504fe8c27 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex" 1673816307 6911 f6d4cf5a3fef5cc879d668b810e82868 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex" 1601326656 4883 42daaf41e27c3735286e23e48d2d7af9 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex" 1601326656 2544 8c06d2a7f0f469616ac9e13db6d2f842 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex" 1601326656 44195 5e390c414de027626ca5e2df888fa68d "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex" 1601326656 17311 2ef6b2e29e2fc6a2fc8d6d652176e257 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex" 1601326656 21302 788a79944eb22192a4929e46963a3067 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex" 1673816307 9691 3d42d89522f4650c2f3dc616ca2b925e "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex" 1601326656 33335 dd1fa4814d4e51f18be97d88bf0da60c "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex" 1601326656 2965 4c2b1f4e0826925746439038172e5d6f "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex" 1601326656 5196 2cc249e0ee7e03da5f5f6589257b1e5b "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex" 1673816307 20821 7579108c1e9363e61a0b1584778804aa "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex" 1601326656 35249 abd4adf948f960299a4b3d27c5dddf46 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex" 1673816307 22012 81b34a0aa8fa1a6158cc6220b00e4f10 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex" 1601326656 8893 e851de2175338fdf7c17f3e091d94618 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysvg.path.code.tex" 1601326656 911 6574fc8fd117350d2b19ffbc21415df7 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex" 1608933718 11518 738408f795261b70ce8dd47459171309 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex" 1673816307 186782 af500404a9edec4d362912fe762ded92 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex" 1601326656 32995 ac577023e12c0e4bd8aa420b2e852d1a "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex" 1601326656 24742 2664b65ba02d7355a10bbd4e3a69b2e7 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfint.code.tex" 1557692582 3063 8c415c68a0f3394e45cfeca0b65f6ee6 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex" 1673816307 949 cea70942e7b7eddabfb3186befada2e6 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex" 1673816307 13270 2e54f2ce7622437bf37e013d399743e3 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex" 1673816307 104717 9b2393fbf004a0ce7fa688dbce423848 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex" 1601326656 10165 cec5fa73d49da442e56efc2d605ef154 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex" 1601326656 28178 41c17713108e0795aac6fef3d275fbca "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex" 1673816307 9649 85779d3d8d573bfd2cd4137ba8202e60 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex" 1601326656 3865 ac538ab80c5cf82b345016e474786549 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex" 1557692582 3177 27d85c44fbfe09ff3b2cf2879e3ea434 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex" 1621110968 11024 0179538121bc2dba172013a3ef89519f "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex" 1673816307 7890 0a86dbf4edfd88d022e0d889ec78cc03 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex" 1601326656 3379 781797a101f647bab82741a99944a229 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex" 1601326656 92405 f515f31275db273f97b9d8f52e1b0736 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex" 1673816307 37466 97b0a1ba732e306a1a2034f5a73e239f "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex" 1601326656 8471 c2883569d03f69e8e1cabfef4999cfd7 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex" 1673816307 21211 1e73ec76bd73964d84197cc3d2685b01 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/modules/pgfmoduleparser.code.tex" 1601326656 19581 c8cc0eb77d3c8a725f41ccfbc23bbb9d "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex" 1601326656 16121 346f9013d34804439f7436ff6786cef7 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex" 1673816307 44792 271e2e1934f34c759f4dedb1e14a5015 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/pgf.revision.tex" 1673816307 114 e6d443369d0673933b38834bf99e422d "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg" 1601326656 926 2963ea0dcf6cc6c0a770b69ec46a477b "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def" 1673816307 5542 32f75a31ea6c3a7e1148cd6d5e93dbb7 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def" 1673816307 12612 7774ba67bfd72e593c4436c2de6201e3 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex" 1673816307 61351 bc5f86e0355834391e736e97a61abced "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex" 1601326656 1896 b8e0ca0ac371d74c0ca05583f6313c91 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex" 1601326656 7778 53c8b5623d80238f6a20aa1df1868e63 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex" 1673816307 24033 d8893a1ec4d1bfa101b172754743d340 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex" 1673816307 39784 414c54e866ebab4b801e2ad81d9b21d8 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/utilities/pgfkeyslibraryfiltered.code.tex" 1673816307 37433 940bc6d409f1ffd298adfdcaf125dd86 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex" 1673816307 4385 510565c2f07998c8a0e14f0ec07ff23c "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex" 1673816307 29239 22e8c7516012992a49873eff0d868fed "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def" 1673816307 6950 8524a062d82b7afdc4a88a57cb377784 "" + "/usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty" 1576624663 7008 f92eaa0a3872ed622bbf538217cd2ab7 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amsfonts.sty" 1359763108 5949 3f3fd50a8cc94c3d4cbf4fc66cd3df1c "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/amssymb.sty" 1359763108 13829 94730e64147574077f8ecfea9bb69af4 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsa.fd" 1359763108 961 6518c6525a34feb5e8250ffa91731cff "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsfonts/umsb.fd" 1359763108 961 d02606146ba5601b5645f987c92e6193 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsbsy.sty" 1654720880 2222 78b930a5a6e3dc2ac69b78c2057b94d7 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsgen.sty" 1654720880 4173 c989ee3ced31418e3593916ab26c793a "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsmath.sty" 1654720880 88393 1adf6fa3f245270d06e3d4f8910f7fc5 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsopn.sty" 1654720880 4474 f04cd1cc7bd76eb033e6fb12eb6a0d77 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amstext.sty" 1654720880 2444 70065bddd85997dc1fd0bb7ae634e5fa "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/atveryend/atveryend.sty" 1576191570 19336 ce7ae9438967282886b3b036cfad1e4d "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty" 1576625391 3935 57aa3c3e203a5c2effb4d2bd2efbc323 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty" 1667332637 3052 30236f0cc243a8651b82240dfd2e8b9d "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty" 1667332637 2462 8ce5f9a9c63002f2c1af03c262cf29af "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty" 1654720880 5119 4ce42f43368f652f9c9522d943cce8e4 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/ifthen.sty" 1654720880 5319 48d7f3cfa322abd2788e3c09d624b922 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty" 1654720880 5048 84b05796b49b69e2d4257d537721c960 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/latexsym.sty" 1654720880 2853 20079b4b35694992ccfaced080c81145 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/t1cmtt.fd" 1667332637 2443 f9c272838e65ac147422f32fe87b76a1 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty" 1654720880 2894 f2f8ee7d4fb94263f9f255fa22cab2d3 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/base/ulasy.fd" 1654720880 2233 d6b57110698f3bfccb4912aef8c8acb2 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx" 1609451401 1818 9ed166ac0a9204a8ebe450ca09db5dde "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/bbx/standard.bbx" 1609451401 25680 409c3f3d570418bc545e8065bebd0688 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/biblatex.cfg" 1342308459 69 249fa6df04d948e51b6d5c67bea30c42 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/biblatex.def" 1678141846 92527 8f6b3a677f74ea525477a813f33c4e65 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/biblatex.sty" 1678141846 528517 7eed285c714f532e12ae48b360c080f8 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/blx-case-expl3.sty" 1609451401 8433 72f8188742e7214b7068f345cd0287ac "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/blx-compat.def" 1643926307 13919 5426dbe90e723f089052b4e908b56ef9 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/blx-dm.def" 1643926307 32455 8d3e554836db11aab80a8e11be62e1b1 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/cbx/numeric.cbx" 1678141846 4629 cda468e8a0b1cfa0f61872e171037a4b "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/lbx/english.lbx" 1643926307 39965 48ce9ce3350aba9457f1020b1deba5cf "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/bookmark/bkm-pdftex.def" 1604871679 8609 8ac7db65d9617618cf703bd16c1bd0b8 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/bookmark/bookmark.sty" 1604871679 18237 5cbdfe9ef383a557f780a0a1f45cdb1c "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/booktabs/booktabs.sty" 1579038678 6078 f1cb470c9199e7110a27851508ed7a5c "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/caption/caption.sty" 1678653221 55778 14d5c99aa26410e440820bb9ea5b8b3a "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/caption/caption3.sty" 1678653221 71836 1a735454ad10692452eb2f2fc37f3865 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/caption/ltcaption.sty" 1645391520 7418 021d7c4eb11bde94592761855a3d046e "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/caption/subcaption.sty" 1678653221 12462 ecf33913ce1e8012075d24e1f47f0d9b "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/environ/environ.sty" 1399239813 4378 f429f0da968c278653359293040a8f52 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1579991033 13886 d1306dcf79a944f6988e688c1785f9ce "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/etoolbox/etoolbox.sty" 1601931149 46845 3b58f70c6e861a13d927bff09d35ecbc "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/eurosym/eurosym.sty" 1137110118 3028 8faeef64adee9b964b5e7f5e45921024 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/float/float.sty" 1137110151 6749 16d2656a1984957e674b149555f1ea1d "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty" 1630355419 12108 8117b24cc954ddbb41122af60ff653cd "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1459978653 1213 620bba36b25224fa9b7e1ccb4ecb76fd "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1465944070 1224 978390e9c2234eab29404bc21b268d1e "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-def/pdftex.def" 1663965824 19448 1e988b341dda20961a6b931bcde55519 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/color.sty" 1654720880 7233 e46ce9241d2b2ca2a78155475fdd557a "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/dvipsnam.def" 1654720880 5009 d242512eef244b70f2fc3fde14419206 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty" 1654720880 18387 8f900a490197ebaf93c02ae9476d4b09 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty" 1654720880 8010 a8d949cbdbc5c983593827c9eec252e1 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty" 1654720880 2671 7e67d78d9b88c845599a85b2d41f2e39 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx" 1667332637 2885 9c645d672ae17285bba324998918efd8 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty" 1654720880 4023 293ea1c16429fc0c4cf605f4da1791a9 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty" 1580250785 17914 4c28a13fc3d975e6e81c9bea1d697276 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hpdftex.def" 1675889938 48272 99ede602a8ace626d8ed02f058a4bf8e "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty" 1675889938 223129 4edf043af471f3251c66e432cfa22987 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty" 1675889938 12947 1ce831528e963a8568de1f4d67cfb982 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def" 1675889938 14249 d947c5c09f3af04ae2f37fc11c7ac2f6 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def" 1675889938 117125 aa115cac3914abcf3769f370e6325117 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty" 1655478651 22555 6d8e155cfef6d82c3d5c742fea7c992e "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty" 1665067230 13815 760b0c02f691ea230f5359c4e1de23a7 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def" 1673989714 30429 213676d4c7327a21d91ddaed900e7b81 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/l3kernel/expl3.sty" 1677186603 6107 5cfea8a675c58918b8c04be10261e48c "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/l3packages/xparse/xparse.sty" 1675461949 6812 3c152a1c8d562d7b7291c4839b61a5c3 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg" 1279039959 678 4792914a8f45be57bb98413425e4c7af "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty" 1575499565 5766 13a9e8766c47f30327caf893ece86ac8 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.cfg" 1677530001 1829 d8258b7d94f5f955e70c623e525f9f45 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/listings/listings.sty" 1677530001 80947 75a96bb4c9f40ae31d54a01d924df2ff "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/listings/lstmisc.sty" 1677530001 77021 d05e9115c67855816136d82929db8892 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/logreq/logreq.def" 1284153563 1620 fb1c32b818f2058eca187e5c41dfae77 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/logreq/logreq.sty" 1284153563 6187 b27afc771af565d3a9ff1ca7d16d0d46 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/microtype/microtype-pdftex.def" 1678741534 48246 c3eed060aba663f58af3ff756e83f2bd "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/microtype/microtype.cfg" 1678741534 26842 05a01d67d23e805520393a049533b8c0 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/microtype/microtype.sty" 1678741534 98531 f79ec363f3014ada2cb766715926ecc9 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/microtype/mt-cmr.cfg" 1678741534 22906 7a8d9f8766e60f694cdde7648421c2ab "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/microtype/mt-msa.cfg" 1678741534 5929 0e1d31c98c10fece90f470d5746ecdd6 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/microtype/mt-msb.cfg" 1678741534 5594 45ca1ba048c2fa6267d5419cc463d804 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/microtype/mt-ptm.cfg" 1678741534 12427 02d1873769280609ae2509e963f1fa66 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/orcidlink/orcidlink.sty" 1623441257 2267 5476cea82c73c77a83ddb7e2619d3727 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/parskip/parskip.sty" 1615762720 4288 94714aa7f535440f33181fec52a31963 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/pdfcol/pdfcol.sty" 1663877585 8086 ac143843b6ea88d172677dc3ed532925 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty" 1601326656 1090 bae35ef70b3168089ef166db3e66f5b2 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty" 1673816307 373 00b204b1d7d095b892ad31a7494b0373 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty" 1601326656 21013 f4ff83d25bb56552493b030f27c075ae "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty" 1601326656 989 c49c8ae06d96f8b15869da7428047b1e "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty" 1601326656 339 c2e180022e3afdb99c7d0ea5ce469b7d "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/pgf/math/pgfmath.sty" 1601326656 306 c56a323ca5bf9242f54474ced10fca71 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty" 1601326656 443 8c872229db56122037e86bcda49e14f3 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/pgf/utilities/pgffor.sty" 1601326656 348 ee405e64380c11319f0e249fed57e6c5 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty" 1601326656 274 5ae372b7df79135d240456a1c6f2cf9a "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty" 1601326656 325 f9f16d12354225b7dd52a3321f085955 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/preprint/authblk.sty" 1368488610 7016 985a983ce041cc8959cd31133cba0244 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty" 1586716065 1499 de0ad166b701b820e03588a29bb30798 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/t1ptm.fd" 1137110629 774 61d7da1e9f9e74989b196d147e623736 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty" 1586716065 856 8e0e5c8cca7b18e0400f97f5a2b90a99 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty" 1576624809 9878 9e94e8fa600d95f9c7731bb21dfb67a4 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty" 1657483315 9714 ba3194bd52c8499b3f1e3eb91d409670 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/setspace/setspace.sty" 1670275497 22490 8cac309b79a4c53a4ffce4b1b07aead0 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex" 1676235659 34149 40a5c61723ae09a41d8b57d95fe9b8ba "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex" 1676235659 83789 caa5de75976febcdd98ca0e6fcb38267 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex" 1676235659 10040 ef1191d46a11cdd44c9f6f66fa1f5887 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty" 1676235659 99833 4e549b0c1c6e276af731e33a482c2363 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tex-gyre/t1qtm.fd" 1254269485 1638 7cc855d1dc7c12c1858f209a4ef88c4a "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tex-gyre/tgtermes.sty" 1254269485 2211 af9b7d12507105a58a3e8e926996b827 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tikzfill/tikzfill-common.sty" 1658348483 1891 0e5188eedacb014366d822360b658fbb "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tikzfill/tikzfill.image.sty" 1658348483 1083 3b345e21876c5faa8c18f15ff0c43d5e "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tikzfill/tikzlibraryfill.image.code.tex" 1658348483 11652 c1f609a3a467337aa394d0958d2ef72d "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tools/array.sty" 1667332637 12691 5b542990fe866f3d772f71346cf85b95 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tools/bm.sty" 1654720880 13231 b52297489a0e9d929aae403417d92a02 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty" 1654720880 10214 de3e21cfc0eccc98ca7f8dac0ef263d2 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tools/longtable.sty" 1654720880 12892 af5f5e872a6e322f3e5ba2c881288a56 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/tools/verbatim.sty" 1667332637 7392 f19cdc68ae9f1190dbd54eee6d29fb7c "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/trimspaces/trimspaces.sty" 1253232110 1380 971a51b00a14503ddf754cab24c3f209 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/upquote/upquote.sty" 1334873510 1048 517e01cde97c1c0baf72e69d43aa5a2e "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty" 1388531844 12796 8edb7d69a20b857904dd0ea757c14ec9 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/svgnam.def" 1655066402 4704 af34fa7e0b1716f97116d8a28100bb35 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/x11nam.def" 1655066402 9124 8aaebcf7eff7655936dd67b677fbd2b0 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty" 1655066402 56148 51a9a8571c07b9921892ae11063ae853 "" + "/usr/local/texlive/2023/texmf-dist/tex/latex/xurl/xurl.sty" 1641763214 4675 e4b8c405820368c2dfb03526e16d725a "" + "/usr/local/texlive/2023/texmf-dist/web2c/texmf.cnf" 1677365944 40745 87bb86a62d462f93a1efc6b0c65c872e "" + "/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map" 1699281469 4623355 b8cad38412faebe1ce5b780a45db67bd "" + "/usr/local/texlive/2023/texmf-var/web2c/pdftex/pdflatex.fmt" 1699281399 7883454 645cd568e3b21bbbe0357d98f595a09a "" + "/usr/local/texlive/2023/texmf.cnf" 1678822455 577 1b2b1af17af2508fb20dd85783af4050 "" + "jlcode.sty" 1700229137 18246 d33ccf865c532e11b9480876a6bb58b2 "" + "journal_dat.tex" 1700229137 150 4281908cbdc15e71918b51b1dfcd42f9 "" + "juliacon.cls" 1700229137 30622 c4c9dfa27e0f02b412fe8f4e7b09136f "" + "logojuliacon.pdf" 1700229137 4937 0cb75c4e65b0cf72a69c7716f140efe5 "" + "paper.aux" 1700230515 7357 139c7cc7e368de6a202970fb095c80c8 "pdflatex" + "paper.bbl" 1700230513 13250 fa2772edf8f94842d4a3e3084ce74b0b "biber paper" + "paper.run.xml" 1700230515 2305 790763489cdf8976f325748a55d6e69e "pdflatex" + "paper.tex" 1700230500 16485 1b42ac3347e040e7bf0785e18a9fbabf "" + "www/posterior_predictive_mlp.png" 1700224576 233810 0ea3ab1522655067b37b8a752731b153 "" + "www/regression.png" 1700224576 35612 bc26b8c0249e8850408e84726d29c859 "" + (generated) + "paper.aux" + "paper.bcf" + "paper.log" + "paper.pdf" + "paper.run.xml" + (rewritten before read) diff --git a/paper/src/paper.pdf b/paper/src/paper.pdf new file mode 100644 index 00000000..36887953 Binary files /dev/null and b/paper/src/paper.pdf differ diff --git a/paper/_paper.qmd b/paper/src/paper.qmd similarity index 78% rename from paper/_paper.qmd rename to paper/src/paper.qmd index f029eafa..0cea3d2e 100644 --- a/paper/_paper.qmd +++ b/paper/src/paper.qmd @@ -1,9 +1,27 @@ --- -format: latex +title: "Effortless Bayesian Deep Learning in Julia through Laplace" +abstract: | + Treating deep neural networks probabilistically comes with numerous advantages including improved robustness and greater interpretability. These factors are key to building Artificial Intelligence (AI) that is trustworthy. A drawback commonly associated with existing Bayesian methods is that they increase computational costs. Recent work has shown that Bayesian deep learning can be effortless through Laplace approximation. We propose a small Julia package, `LaplaceRedux.jl` that implements this new approach for deep neural networks trained in `Flux.jl`. +keywords: + - Julia + - Probabilistic Machine Learning + - Laplace Approximation + - Deep Learning + - Artificial Intelligence +authors: + - name: Patrick Altmeyer + orcid: 0000-0003-4726-8613 + affiliation: + - name: Delft University of Technology +date: 17 November 2023 +bibliography: ref.bib +format: + juliacon-proceedings-pdf: + keep-tex: true execute: eval: false echo: false -jupyter: julia-1.8 +jupyter: julia-1.9 --- ```{julia} @@ -25,14 +43,14 @@ include("paper/utils.jl") # Background {#sec-intro} -Over the past decade, Deep Learning (DL) has arguably been one of the dominating subdisciplines of Artificial Intelligence. Despite the tremendous success of deep neural networks, practitioners and researchers have also pointed to a vast number of pitfalls that have so far inhibited the use of DL in safety-critical applications. Among other things these pitfalls include a lack of adversarial robustness \cite{goodfellow2014explaining} and an inherent opaqueness of deep neural networks, often described as the black-box problem. +Over the past decade, Deep Learning (DL) has arguably been one of the dominating subdisciplines of Artificial Intelligence. Despite the tremendous success of deep neural networks, practitioners and researchers have also pointed to a vast number of pitfalls that have so far inhibited the use of DL in safety-critical applications. Among other things, these pitfalls include a lack of adversarial robustness [@goodfellow2014explaining] and an inherent opaqueness of deep neural networks, often described as the black-box problem. In deep learning, the number of parameters relative to the size of the available data is generally huge: > [...] deep neural networks are typically very underspecified by the available data, and [...] parameters [therefore] correspond to a diverse variety of compelling explanations for the data. -> \cite{wilson2020case} +> @wilson2020case -A scenario like this very much calls for treating model predictions probabilistically \cite{wilson2020case}. It is therefore not surprising that interest in Bayesian deep learning has grown in recent years as researchers have tackled the problem from a wide range of angles including MCMC (see [`Turing`](https://turing.ml/dev/tutorials/03-bayesian-neural-network/)), Mean Field Variational Inference \cite{blundell2015weight}, Monte Carlo Dropout \cite{gal2016dropout} and Deep Ensembles \cite{lakshminarayanan2016simple}. Laplace Redux (\cite{immer2020improving},\cite{daxberger2021laplace}) is one of the most recent and promising approaches to Bayesian neural networks (BNN). +A scenario like this very much calls for treating model predictions probabilistically [@wilson2020case]. It is therefore not surprising that interest in Bayesian deep learning has grown in recent years as researchers have tackled the problem from a wide range of angles including MCMC (see [`Turing`](https://turing.ml/dev/tutorials/03-bayesian-neural-network/)), Mean Field Variational Inference [@blundell2015weight], Monte Carlo Dropout [@gal2016dropout] and Deep Ensembles [@lakshminarayanan2016simple]. Laplace Redux [@immer2020improving;@daxberger2021laplace] is one of the most recent and promising approaches to Bayesian neural networks (BNN). # Laplace Approximation for Deep Learning {#sec-body} @@ -46,9 +64,9 @@ To do so we first need to compute the weight posterior $p(\theta|\mathcal{D})$. To apply Laplace in the context of deep learning, we can train our network in the standard way by minimizing the negative log-likelihood $\ell(\theta)=-\log p(y|x,\mathcal{D})$. To obtain Gaussian LA weight posterior we then only need to compute the Hessian evaluated at the obtained MAP estimate. -Laplace Approximation itself dates back to the 18th century, but despite its simplicity, it has not been widely used or studied by the deep learning community until recently. One reason for this may be that for large neural networks with many parameters, the exact Hessian computation is prohibitive. One can rely on linearized approximations of the Hessian, but those still scale quadratically in the number of parameters. Fortunately, recent work has shown that block-diagonal factorizations can be successfully applied in this context \cite{martens2015optimizing}. +Laplace Approximation itself dates back to the 18th century, but despite its simplicity, it has not been widely used or studied by the deep learning community until recently. One reason for this may be that for large neural networks with many parameters, the exact Hessian computation is prohibitive. One can rely on linearized approximations of the Hessian, but those still scale quadratically in the number of parameters. Fortunately, recent work has shown that block-diagonal factorizations can be successfully applied in this context [@martens2015optimizing]. -Another reason why LA may have been neglected in the past is that early attempts at using it for deep learning failed: simply sampling from the Laplace posterior to compute the exact BNN posterior predictive distribution in @eq-bma does not work when using approximations for the Hessian \cite{lawrence2001variational}. Instead, we can use a linear expansion of the predictive around the mode as demonstrated by Immer et al. (2020) \cite{immer2020improving}. Formally, we locally linearize our network, +Another reason why LA may have been neglected in the past is that early attempts at using it for deep learning failed: simply sampling from the Laplace posterior to compute the exact BNN posterior predictive distribution in @eq-bma does not work when using approximations for the Hessian [@lawrence2001variational]. Instead, we can use a linear expansion of the predictive around the mode as demonstrated by @immer2020improving. Formally, we locally linearize our network, $$ f^{\hat{\theta}}_{\mbox{lin}}(x;\theta)=f(x;\hat{\theta}) + \mathcal{J}_{\theta}(\theta-\hat{\theta}) @@ -60,9 +78,9 @@ $$ p(y|x,\mathcal{D}) = \mathbb{E} \left[ p(y|f^{\hat{\theta}}_{\mbox{lin}}(x;\theta_n)) \right], \ \ \ \theta_n \sim q(\theta) $$ {#eq-glm-predictive} -has a closed-form solution for regression problems. For classification problems it can be approximated using (extended) probit approximation \cite{daxberger2021laplace}. +has a closed-form solution for regression problems. For classification problems it can be approximated using (extended) probit approximation [@daxberger2021laplace]. -Immer et al. (2020) \cite{immer2020improving} provide a much more detailed exposition of the above with a focus on theoretical underpinnings and intuition. Daxberger et el. (2021) \cite{daxberger2021laplace} introduce Laplace Redux from more of an applied perspective and present a comprehensive Python implementation: [laplace](https://aleximmer.github.io/Laplace/). +@immer2020improving provide a much more detailed exposition of the above with a focus on theoretical underpinnings and intuition. @daxberger2021laplace introduce Laplace Redux from more of an applied perspective and present a comprehensive Python implementation: [laplace](https://aleximmer.github.io/Laplace/). # `LaplaceRedux.jl` --- a Julia implementation @@ -110,7 +128,7 @@ for epoch = 1:epochs end ``` -Using just a few lines of code the package enables users to compute and apply Laplace Redux to their pre-trained neural networks. A basic usage example is shown in listing \ref{lst:laplace}: the `Laplace` function simply wraps the Flux neural network `nn`. The returned instance is then fitted to data using the generic `fit!` method. Finally, the prior precision $\lambda$ is optimized through Empirical Bayes \cite{daxberger2021laplace}. Calling the generic `predict` method on the fitted instance will generate GLM predictions according to @eq-glm-predictive. +Using just a few lines of code the package enables users to compute and apply Laplace Redux to their pre-trained neural networks. A basic usage example is shown in listing \ref{lst:laplace}: the `Laplace` function simply wraps the Flux neural network `nn`. The returned instance is then fitted to data using the generic `fit!` method. Finally, the prior precision $\lambda$ is optimized through Empirical Bayes [@daxberger2021laplace]. Calling the generic `predict` method on the fitted instance will generate GLM predictions according to @eq-glm-predictive. ```{julia} la = Laplace(nn; likelihood=:classification) diff --git a/paper/_paper.tex b/paper/src/paper.tex similarity index 73% rename from paper/_paper.tex rename to paper/src/paper.tex index 553f9022..c0447606 100644 --- a/paper/_paper.tex +++ b/paper/src/paper.tex @@ -3,13 +3,11 @@ \PassOptionsToPackage{hyphens}{url} \PassOptionsToPackage{dvipsnames,svgnames,x11names}{xcolor} % -\documentclass[ - letterpaper, - DIV=11, - numbers=noendperiod]{scrartcl} + +\documentclass{juliacon} \usepackage{amsmath,amssymb} -\usepackage{lmodern} +\usepackage{setspace} \usepackage{iftex} \ifPDFTeX \usepackage[T1]{fontenc} @@ -20,6 +18,10 @@ \defaultfontfeatures{Scale=MatchLowercase} \defaultfontfeatures[\rmfamily]{Ligatures=TeX,Scale=1} \fi +\usepackage[]{tgtermes} +\ifPDFTeX\else + % xetex/luatex font selection +\fi % Use upquote if available, for straight quotes in verbatim environments \IfFileExists{upquote.sty}{\usepackage{upquote}}{} \IfFileExists{microtype.sty}{% use microtype if available @@ -38,7 +40,7 @@ \makeatother \usepackage{xcolor} \setlength{\emergencystretch}{3em} % prevent overfull lines -\setcounter{secnumdepth}{-\maxdimen} % remove section numbering +\setcounter{secnumdepth}{5} % Make \paragraph and \subparagraph free-standing \ifx\paragraph\undefined\else \let\oldparagraph\paragraph @@ -75,7 +77,42 @@ \def\fps@figure{htbp} \makeatother -\KOMAoption{captions}{tableheading} +% Keywords command +\providecommand{\JCONkeywords}[1] +{ + \small + \section*{Keywords} #1 +} + +% Two-column table +% Lifted from https://github.com/quarto-journals/elsevier/blob/main/_extensions/elsevier/partials/_two-column-longtable.tex. +\usepackage{float} +\makeatletter +\let\oldlt\longtable +\let\endoldlt\endlongtable +\def\longtable{\@ifnextchar[\longtable@i \longtable@ii} +\def\longtable@i[#1]{\begin{figure}[H] +\onecolumn +\begin{minipage}{0.5\textwidth} +\oldlt[#1] +} +\def\longtable@ii{\begin{figure}[H] +\onecolumn +\begin{minipage}{0.5\textwidth} +\oldlt +} +\def\endlongtable{\endoldlt +\end{minipage} +\twocolumn +\end{figure}} +\makeatother + +% Remove whitespace after paragraphs +\setlength{\parskip}{0pt} + +\bibliographystyle{juliacon} +\usepackage{orcidlink} +\definecolor{mypink}{RGB}{219, 48, 122} \makeatletter \makeatother \makeatletter @@ -120,20 +157,27 @@ \@ifpackageloaded{subcaption}{}{\usepackage{subcaption}} \makeatother \makeatletter -\@ifpackageloaded{tcolorbox}{}{\usepackage[many]{tcolorbox}} +\@ifpackageloaded{tcolorbox}{}{\usepackage[skins,breakable]{tcolorbox}} \makeatother \makeatletter \@ifundefined{shadecolor}{\definecolor{shadecolor}{rgb}{.97, .97, .97}} \makeatother \makeatletter \makeatother +\makeatletter +\makeatother \ifLuaTeX \usepackage{selnolig} % disable illegal ligatures \fi +\usepackage[]{biblatex} +\addbibresource{ref.bib} \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} \IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available \urlstyle{same} % disable monospaced font for URLs \hypersetup{ + pdftitle={Effortless Bayesian Deep Learning in Julia through Laplace}, + pdfkeywords={Julia, Probabilistic Machine Learning, Laplace +Approximation, Deep Learning, Artificial Intelligence}, colorlinks=true, linkcolor={blue}, filecolor={Maroon}, @@ -141,12 +185,48 @@ urlcolor={Blue}, pdfcreator={LaTeX via pandoc}} -\author{} -\date{} +\title{Effortless Bayesian Deep Learning in Julia through Laplace} + +\author[1]{Patrick Altmeyer} +\affil[1]{Delft University of Technology} +\date{2023-11-17} \begin{document} -\ifdefined\Shaded\renewenvironment{Shaded}{\begin{tcolorbox}[enhanced, boxrule=0pt, sharp corners, breakable, borderline west={3pt}{0pt}{shadecolor}, interior hidden, frame hidden]}{\end{tcolorbox}}\fi +\maketitle + +% Abstract +\begin{abstract} + +Treating deep neural networks probabilistically comes with numerous +advantages including improved robustness and greater interpretability. +These factors are key to building Artificial Intelligence (AI) that is +trustworthy. A drawback commonly associated with existing Bayesian +methods is that they increase computational costs. Recent work has shown +that Bayesian deep learning can be effortless through Laplace +approximation. We propose a small Julia package, +\texttt{LaplaceRedux.jl} that implements this new approach for deep +neural networks trained in \texttt{Flux.jl}. +\end{abstract} + +% Keywords +\JCONkeywords{Julia, Probabilistic Machine Learning, Laplace +Approximation, Deep Learning, Artificial Intelligence} + +% Hypersetup +\hypersetup{ + pdftitle = {Effortless Bayesian Deep Learning in Julia through +Laplace}, + pdfsubject = {JuliaCon \@year Proceedings}, + pdfauthor = {}, + pdfkeywords = {Julia, Probabilistic Machine Learning, Laplace +Approximation, Deep Learning, Artificial Intelligence}, +} + +\setcounter{page}{1} +\ifdefined\Shaded\renewenvironment{Shaded}{\begin{tcolorbox}[interior hidden, breakable, sharp corners, enhanced, boxrule=0pt, frame hidden, borderline west={3pt}{0pt}{shadecolor}]}{\end{tcolorbox}}\fi + +\setstretch{1} \hypertarget{sec-intro}{% \section{Background}\label{sec-intro}} @@ -155,8 +235,8 @@ \section{Background}\label{sec-intro}} tremendous success of deep neural networks, practitioners and researchers have also pointed to a vast number of pitfalls that have so far inhibited the use of DL in safety-critical applications. Among other -things these pitfalls include a lack of adversarial robustness -\cite{goodfellow2014explaining} and an inherent opaqueness of deep +things, these pitfalls include a lack of adversarial robustness +\autocite{goodfellow2014explaining} and an inherent opaqueness of deep neural networks, often described as the black-box problem. In deep learning, the number of parameters relative to the size of the @@ -166,20 +246,20 @@ \section{Background}\label{sec-intro}} {[}\ldots{]} deep neural networks are typically very underspecified by the available data, and {[}\ldots{]} parameters {[}therefore{]} correspond to a diverse variety of compelling explanations for the data. -\cite{wilson2020case} +\textcite{wilson2020case} \end{quote} A scenario like this very much calls for treating model predictions -probabilistically \cite{wilson2020case}. It is therefore not surprising -that interest in Bayesian deep learning has grown in recent years as -researchers have tackled the problem from a wide range of angles -including MCMC (see +probabilistically \autocite{wilson2020case}. It is therefore not +surprising that interest in Bayesian deep learning has grown in recent +years as researchers have tackled the problem from a wide range of +angles including MCMC (see \href{https://turing.ml/dev/tutorials/03-bayesian-neural-network/}{\texttt{Turing}}), -Mean Field Variational Inference \cite{blundell2015weight}, Monte Carlo -Dropout \cite{gal2016dropout} and Deep Ensembles -\cite{lakshminarayanan2016simple}. Laplace Redux -(\cite{immer2020improving},\cite{daxberger2021laplace}) is one of the -most recent and promising approaches to Bayesian neural networks (BNN). +Mean Field Variational Inference \autocite{blundell2015weight}, Monte +Carlo Dropout \autocite{gal2016dropout} and Deep Ensembles +\autocite{lakshminarayanan2016simple}. Laplace Redux +\autocite{immer2020improving,daxberger2021laplace} is one of the most +recent and promising approaches to Bayesian neural networks (BNN). \hypertarget{sec-body}{% \section{Laplace Approximation for Deep Learning}\label{sec-body}} @@ -218,16 +298,16 @@ \section{Laplace Approximation for Deep Learning}\label{sec-body}} the Hessian, but those still scale quadratically in the number of parameters. Fortunately, recent work has shown that block-diagonal factorizations can be successfully applied in this context -\cite{martens2015optimizing}. +\autocite{martens2015optimizing}. Another reason why LA may have been neglected in the past is that early attempts at using it for deep learning failed: simply sampling from the Laplace posterior to compute the exact BNN posterior predictive distribution in Equation~\ref{eq-bma} does not work when using -approximations for the Hessian \cite{lawrence2001variational}. Instead, -we can use a linear expansion of the predictive around the mode as -demonstrated by Immer et al.~(2020) \cite{immer2020improving}. Formally, -we locally linearize our network, +approximations for the Hessian \autocite{lawrence2001variational}. +Instead, we can use a linear expansion of the predictive around the mode +as demonstrated by \textcite{immer2020improving}. Formally, we locally +linearize our network, \begin{equation}\protect\hypertarget{eq-glm}{}{ f^{\hat{\theta}}_{\mbox{lin}}(x;\theta)=f(x;\hat{\theta}) + \mathcal{J}_{\theta}(\theta-\hat{\theta}) @@ -243,12 +323,11 @@ \section{Laplace Approximation for Deep Learning}\label{sec-body}} has a closed-form solution for regression problems. For classification problems it can be approximated using (extended) probit approximation -\cite{daxberger2021laplace}. +\autocite{daxberger2021laplace}. -Immer et al.~(2020) \cite{immer2020improving} provide a much more -detailed exposition of the above with a focus on theoretical -underpinnings and intuition. Daxberger et el. (2021) -\cite{daxberger2021laplace} introduce Laplace Redux from more of an +\textcite{immer2020improving} provide a much more detailed exposition of +the above with a focus on theoretical underpinnings and intuition. +\textcite{daxberger2021laplace} introduce Laplace Redux from more of an applied perspective and present a comprehensive Python implementation: \href{https://aleximmer.github.io/Laplace/}{laplace}. @@ -267,9 +346,9 @@ \section{\texorpdfstring{\texttt{LaplaceRedux.jl} --- a Julia function simply wraps the Flux neural network \texttt{nn}. The returned instance is then fitted to data using the generic \texttt{fit!} method. Finally, the prior precision \(\lambda\) is optimized through Empirical -Bayes \cite{daxberger2021laplace}. Calling the generic \texttt{predict} -method on the fitted instance will generate GLM predictions according to -Equation~\ref{eq-glm-predictive}. +Bayes \autocite{daxberger2021laplace}. Calling the generic +\texttt{predict} method on the fitted instance will generate GLM +predictions according to Equation~\ref{eq-glm-predictive}. \begin{lstlisting}[language=Julia, escapechar=@, numbers=left, label={lst:laplace}, caption={}] la = Laplace(nn; likelihood=:classification) @@ -332,10 +411,11 @@ \section{Discussion and Outlook}\label{sec-con}} opportunities in mind. This should hopefully make the package attractive to other Julia developers interested in the topic. -Laplace Redux is an exciting and promising recent development in Bayesian deep learning. The goal of this project is to -bring this framework to the attention of the Julia machine-learning -community. The package \texttt{LaplaceRedux.jl} offers a starting ground -for a full-fledged implementation in pure Julia. Future developments are +Laplace Redux is an exciting and promising recent development in +Bayesian deep learning. The goal of this project is to bring this +framework to the attention of the Julia machine-learning community. The +package \texttt{LaplaceRedux.jl} offers a starting ground for a +full-fledged implementation in pure Julia. Future developments are planned and contributions are very much welcome. \hypertarget{sec-ack}{% @@ -347,5 +427,7 @@ \section{Acknowledgements}\label{sec-ack}} and helpful. +\printbibliography + \end{document} diff --git a/paper/src/ref.bib b/paper/src/ref.bib new file mode 100644 index 00000000..072085c8 --- /dev/null +++ b/paper/src/ref.bib @@ -0,0 +1,1760 @@ +%% This BibTeX bibliography file was created using BibDesk. +%% https://bibdesk.sourceforge.io/ + +%% Created for Patrick Altmeyer at 2022-10-11 14:03:41 +0200 + + +%% Saved with string encoding Unicode (UTF-8) + + + +@inproceedings{martens2015optimizing, + author = {Martens, James and Grosse, Roger}, + booktitle = {International conference on machine learning}, + date-added = {2022-10-11 14:03:34 +0200}, + date-modified = {2022-10-11 14:03:34 +0200}, + organization = {PMLR}, + pages = {2408--2417}, + title = {Optimizing neural networks with kronecker-factored approximate curvature}, + year = {2015}} + +@article{abadie2002instrumental, + author = {Abadie, Alberto and Angrist, Joshua and Imbens, Guido}, + date = {2002}, + journaltitle = {Econometrica : journal of the Econometric Society}, + number = {1}, + pages = {91--117}, + shortjournal = {Econometrica}, + title = {Instrumental Variables Estimates of the Effect of Subsidized Training on the Quantiles of Trainee Earnings}, + volume = {70}} + +@article{abadie2003economic, + author = {Abadie, Alberto and Gardeazabal, Javier}, + date = {2003}, + journaltitle = {American economic review}, + number = {1}, + pages = {113--132}, + title = {The Economic Costs of Conflict: {{A}} Case Study of the {{Basque Country}}}, + volume = {93}} + +@inproceedings{ackerman2021machine, + author = {Ackerman, Samuel and Dube, Parijat and Farchi, Eitan and Raz, Orna and Zalmanovici, Marcel}, + booktitle = {2021 {{IEEE}}/{{ACM Third International Workshop}} on {{Deep Learning}} for {{Testing}} and {{Testing}} for {{Deep Learning}} ({{DeepTest}})}, + date = {2021}, + pages = {1--8}, + publisher = {{IEEE}}, + title = {Machine {{Learning Model Drift Detection Via Weak Data Slices}}}} + +@article{allen2017referencedependent, + author = {Allen, Eric J and Dechow, Patricia M and Pope, Devin G and Wu, George}, + date = {2017}, + journaltitle = {Management Science}, + number = {6}, + pages = {1657--1672}, + title = {Reference-Dependent Preferences: {{Evidence}} from Marathon Runners}, + volume = {63}} + +@article{altmeyer2018option, + author = {Altmeyer, Patrick and Grapendal, Jacob Daniel and Pravosud, Makar and Quintana, Gand Derry}, + date = {2018}, + title = {Option Pricing in the {{Heston}} Stochastic Volatility Model: An Empirical Evaluation}} + +@article{altmeyer2021deep, + author = {Altmeyer, Patrick and Agusti, Marc and Vidal-Quadras Costa, Ignacio}, + date = {2021}, + title = {Deep {{Vector Autoregression}} for {{Macroeconomic Data}}}, + url = {https://thevoice.bse.eu/wp-content/uploads/2021/07/ds21-project-agusti-et-al.pdf}, + bdsk-url-1 = {https://thevoice.bse.eu/wp-content/uploads/2021/07/ds21-project-agusti-et-al.pdf}} + +@book{altmeyer2021deepvars, + author = {Altmeyer, Patrick}, + date = {2021}, + title = {Deepvars: {{Deep Vector Autoregession}}}} + +@misc{altmeyer2022counterfactualexplanations, + author = {Altmeyer, Patrick}, + date = {2022}, + title = {{{CounterfactualExplanations}}.Jl - a {{Julia}} Package for {{Counterfactual Explanations}} and {{Algorithmic Recourse}}}, + url = {https://github.com/pat-alt/CounterfactualExplanations.jl}, + bdsk-url-1 = {https://github.com/pat-alt/CounterfactualExplanations.jl}} + +@article{angelucci2009indirect, + author = {Angelucci, Manuela and De Giorgi, Giacomo}, + date = {2009}, + journaltitle = {American economic review}, + number = {1}, + pages = {486--508}, + title = {Indirect Effects of an Aid Program: How Do Cash Transfers Affect Ineligibles' Consumption?}, + volume = {99}} + +@article{angrist1990lifetime, + author = {Angrist, Joshua D}, + date = {1990}, + journaltitle = {The American Economic Review}, + pages = {313--336}, + title = {Lifetime Earnings and the {{Vietnam}} Era Draft Lottery: Evidence from Social Security Administrative Records}} + +@unpublished{antoran2020getting, + archiveprefix = {arXiv}, + author = {Antor{\'a}n, Javier and Bhatt, Umang and Adel, Tameem and Weller, Adrian and Hern{\'a}ndez-Lobato, Jos{\'e} Miguel}, + date = {2020}, + eprint = {2006.06848}, + eprinttype = {arxiv}, + title = {Getting a Clue: {{A}} Method for Explaining Uncertainty Estimates}} + +@article{arcones1992bootstrap, + author = {Arcones, Miguel A and Gine, Evarist}, + date = {1992}, + journaltitle = {The Annals of Statistics}, + pages = {655--674}, + title = {On the Bootstrap of {{U}} and {{V}} Statistics}} + +@article{ariely2003coherent, + author = {Ariely, Dan and Loewenstein, George and Prelec, Drazen}, + date = {2003}, + journaltitle = {The Quarterly journal of economics}, + number = {1}, + pages = {73--106}, + title = {``{{Coherent}} Arbitrariness'': {{Stable}} Demand Curves without Stable Preferences}, + volume = {118}} + +@article{ariely2006tom, + author = {Ariely, Dan and Loewenstein, George and Prelec, Drazen}, + date = {2006}, + journaltitle = {Journal of Economic Behavior \& Organization}, + number = {1}, + pages = {1--10}, + title = {Tom {{Sawyer}} and the Construction of Value}, + volume = {60}} + +@article{arrieta2020explainable, + author = {Arrieta, Alejandro Barredo and Diaz-Rodriguez, Natalia and Del Ser, Javier and Bennetot, Adrien and Tabik, Siham and Barbado, Alberto and Garcia, Salvador and Gil-Lopez, Sergio and Molina, Daniel and Benjamins, Richard and others}, + date = {2020}, + journaltitle = {Information Fusion}, + pages = {82--115}, + title = {Explainable {{Artificial Intelligence}} ({{XAI}}): {{Concepts}}, Taxonomies, Opportunities and Challenges toward Responsible {{AI}}}, + volume = {58}} + +@article{auer2002finitetime, + author = {Auer, Peter and Cesa-Bianchi, Nicolo and Fischer, Paul}, + date = {2002}, + journaltitle = {Machine learning}, + number = {2}, + pages = {235--256}, + title = {Finite-Time Analysis of the Multiarmed Bandit Problem}, + volume = {47}} + +@article{barabasi2016network, + author = {Barab{\'a}si, Albert-L{\'a}szl{\'o}}, + date = {2016}, + journaltitle = {Network Science}, + title = {Network {{Science}}}} + +@unpublished{bastounis2021mathematics, + archiveprefix = {arXiv}, + author = {Bastounis, Alexander and Hansen, Anders C and Vla{\v c}i{\'c}, Verner}, + date = {2021}, + eprint = {2109.06098}, + eprinttype = {arxiv}, + title = {The Mathematics of Adversarial Attacks in {{AI}}--{{Why}} Deep Learning Is Unstable despite the Existence of Stable Neural Networks}} + +@article{bechara1997deciding, + author = {Bechara, Antoine and Damasio, Hanna and Tranel, Daniel and Damasio, Antonio R}, + date = {1997}, + journaltitle = {Science (New York, N.Y.)}, + number = {5304}, + pages = {1293--1295}, + shortjournal = {Science}, + title = {Deciding Advantageously before Knowing the Advantageous Strategy}, + volume = {275}} + +@book{berlinet2011reproducing, + author = {Berlinet, Alain and Thomas-Agnan, Christine}, + date = {2011}, + publisher = {{Springer Science \& Business Media}}, + title = {Reproducing Kernel {{Hilbert}} Spaces in Probability and Statistics}} + +@misc{bernanke1990federal, + author = {Bernanke, Ben S}, + date = {1990}, + publisher = {{National Bureau of Economic Research Cambridge, Mass., USA}}, + title = {The Federal Funds Rate and the Channels of Monetary Transnission}} + +@article{besbes2014stochastic, + author = {Besbes, Omar and Gur, Yonatan and Zeevi, Assaf}, + date = {2014}, + journaltitle = {Advances in neural information processing systems}, + pages = {199--207}, + title = {Stochastic Multi-Armed-Bandit Problem with Non-Stationary Rewards}, + volume = {27}} + +@article{bholat2020impact, + author = {Bholat, D and Gharbawi, M and Thew, O}, + date = {2020}, + journaltitle = {Bank of England Quarterly Bulletin, Q4}, + title = {The {{Impact}} of {{Covid}} on {{Machine Learning}} and {{Data Science}} in {{UK Banking}}}} + +@book{bishop2006pattern, + author = {Bishop, Christopher M}, + date = {2006}, + publisher = {{springer}}, + title = {Pattern Recognition and Machine Learning}} + +@inproceedings{blundell2015weight, + author = {Blundell, Charles and Cornebise, Julien and Kavukcuoglu, Koray and Wierstra, Daan}, + booktitle = {International Conference on Machine Learning}, + date = {2015}, + pages = {1613--1622}, + publisher = {{PMLR}}, + title = {Weight Uncertainty in Neural Network}} + +@article{borch2022machine, + author = {Borch, Christian}, + date = {2022}, + journaltitle = {Technology in Society}, + pages = {101852}, + title = {Machine Learning, Knowledge Risk, and Principal-Agent Problems in Automated Trading}} + +@unpublished{borisov2021deep, + archiveprefix = {arXiv}, + author = {Borisov, Vadim and Leemann, Tobias and Se{\ss}ler, Kathrin and Haug, Johannes and Pawelczyk, Martin and Kasneci, Gjergji}, + date = {2021}, + eprint = {2110.01889}, + eprinttype = {arxiv}, + title = {Deep Neural Networks and Tabular Data: {{A}} Survey}} + +@article{bramoulle2009identification, + author = {Bramoull{\'e}, Yann and Djebbari, Habiba and Fortin, Bernard}, + date = {2009}, + journaltitle = {Journal of econometrics}, + number = {1}, + pages = {41--55}, + title = {Identification of Peer Effects through Social Networks}, + volume = {150}} + +@article{bramoulle2020peer, + author = {Bramoull{\'e}, Yann and Djebbari, Habiba and Fortin, Bernard}, + date = {2020}, + journaltitle = {Annual Review of Economics}, + pages = {603--629}, + title = {Peer Effects in Networks: {{A}} Survey}, + volume = {12}} + +@unpublished{branco2015survey, + archiveprefix = {arXiv}, + author = {Branco, Paula and Torgo, Luis and Ribeiro, Rita}, + date = {2015}, + eprint = {1505.01658}, + eprinttype = {arxiv}, + title = {A Survey of Predictive Modelling under Imbalanced Distributions}} + +@book{brock1991nonlinear, + author = {Brock, William Allen and Brock, William A and Hsieh, David Arthur and LeBaron, Blake Dean and Brock, William E}, + date = {1991}, + publisher = {{MIT press}}, + title = {Nonlinear Dynamics, Chaos, and Instability: Statistical Theory and Economic Evidence}} + +@inproceedings{buolamwini2018gender, + author = {Buolamwini, Joy and Gebru, Timnit}, + booktitle = {Conference on Fairness, Accountability and Transparency}, + date = {2018}, + pages = {77--91}, + publisher = {{PMLR}}, + title = {Gender Shades: {{Intersectional}} Accuracy Disparities in Commercial Gender Classification}} + +@unpublished{bussmann2020neural, + archiveprefix = {arXiv}, + author = {Bussmann, Bart and Nys, Jannes and Latr{\'e}, Steven}, + date = {2020}, + eprint = {2010.09429}, + eprinttype = {arxiv}, + title = {Neural {{Additive Vector Autoregression Models}} for {{Causal Discovery}} in {{Time Series Data}}}} + +@report{card1993minimum, + author = {Card, David and Krueger, Alan B}, + date = {1993}, + institution = {{National Bureau of Economic Research}}, + title = {Minimum Wages and Employment: {{A}} Case Study of the Fast Food Industry in {{New Jersey}} and {{Pennsylvania}}}} + +@inproceedings{carlini2017evaluating, + author = {Carlini, Nicholas and Wagner, David}, + booktitle = {2017 Ieee Symposium on Security and Privacy (Sp)}, + date = {2017}, + pages = {39--57}, + publisher = {{IEEE}}, + title = {Towards Evaluating the Robustness of Neural Networks}} + +@article{carlisle2019racist, + author = {Carlisle, M.}, + date = {2019}, + title = {Racist Data Destruction? - a {{Boston}} Housing Dataset Controversy}, + url = {https://medium.com/@docintangible/racist-data-destruction-113e3eff54a8}, + bdsk-url-1 = {https://medium.com/@docintangible/racist-data-destruction-113e3eff54a8}} + +@article{carrell2009does, + author = {Carrell, Scott E and Fullerton, Richard L and West, James E}, + date = {2009}, + journaltitle = {Journal of Labor Economics}, + number = {3}, + pages = {439--464}, + title = {Does Your Cohort Matter? {{Measuring}} Peer Effects in College Achievement}, + volume = {27}} + +@article{carrell2013natural, + author = {Carrell, Scott E and Sacerdote, Bruce I and West, James E}, + date = {2013}, + journaltitle = {Econometrica : journal of the Econometric Society}, + number = {3}, + pages = {855--882}, + shortjournal = {Econometrica}, + title = {From Natural Variation to Optimal Policy? {{The}} Importance of Endogenous Peer Group Formation}, + volume = {81}} + +@article{carrizosa2021generating, + author = {Carrizosa, Emilio and Ramırez-Ayerbe, Jasone and Romero, Dolores}, + date = {2021}, + title = {Generating {{Collective Counterfactual Explanations}} in {{Score-Based Classification}} via {{Mathematical Optimization}}}} + +@article{cascarino2022explainable, + author = {Cascarino, Giuseppe and Moscatelli, Mirko and Parlapiano, Fabio}, + date = {2022}, + journaltitle = {Bank of Italy Occasional Paper}, + number = {674}, + title = {Explainable {{Artificial Intelligence}}: Interpreting Default Forecasting Models Based on {{Machine Learning}}}} + +@article{chandola2009anomaly, + author = {Chandola, Varun and Banerjee, Arindam and Kumar, Vipin}, + date = {2009}, + journaltitle = {ACM computing surveys (CSUR)}, + number = {3}, + pages = {1--58}, + title = {Anomaly Detection: {{A}} Survey}, + volume = {41}} + +@article{chapelle2011empirical, + author = {Chapelle, Olivier and Li, Lihong}, + date = {2011}, + journaltitle = {Advances in neural information processing systems}, + pages = {2249--2257}, + title = {An Empirical Evaluation of Thompson Sampling}, + volume = {24}} + +@article{chetty2011adjustment, + author = {Chetty, Raj and Friedman, John N and Olsen, Tore and Pistaferri, Luigi}, + date = {2011}, + journaltitle = {The quarterly journal of economics}, + number = {2}, + pages = {749--804}, + title = {Adjustment Costs, Firm Responses, and Micro vs. Macro Labor Supply Elasticities: {{Evidence}} from {{Danish}} Tax Records}, + volume = {126}} + +@article{cortes1995supportvector, + author = {Cortes, Corinna and Vapnik, Vladimir}, + date = {1995}, + journaltitle = {Machine learning}, + number = {3}, + pages = {273--297}, + title = {Support-Vector Networks}, + volume = {20}} + +@article{crawford2019variable, + author = {Crawford, Lorin and Flaxman, Seth R and Runcie, Daniel E and West, Mike}, + date = {2019}, + journaltitle = {The annals of applied statistics}, + number = {2}, + pages = {958}, + title = {Variable Prioritization in Nonlinear Black Box Methods: {{A}} Genetic Association Case Study}, + volume = {13}} + +@inproceedings{dai2022counterfactual, + author = {Dai, Xinyue and Keane, Mark T and Shalloo, Laurence and Ruelle, Elodie and Byrne, Ruth MJ}, + date = {2022}, + eventtitle = {Proceedings of the 2022 {{AAAI}}/{{ACM Conference}} on {{AI}}, {{Ethics}}, and {{Society}}}, + pages = {215--226}, + title = {Counterfactual Explanations for Prediction and Diagnosis in Xai}} + +@article{danielsson2021artificial, + author = {Danielsson, Jon and Macrae, Robert and Uthemann, Andreas}, + date = {2021}, + journaltitle = {Journal of Banking \& Finance}, + pages = {106290}, + title = {Artificial Intelligence and Systemic Risk}} + +@article{daxberger2021laplace, + author = {Daxberger, Erik and Kristiadi, Agustinus and Immer, Alexander and Eschenhagen, Runa and Bauer, Matthias and Hennig, Philipp}, + date = {2021}, + journaltitle = {Advances in Neural Information Processing Systems}, + title = {Laplace {{Redux-Effortless Bayesian Deep Learning}}}, + volume = {34}} + +@article{dehejia1999causal, + author = {Dehejia, Rajeev H and Wahba, Sadek}, + date = {1999}, + journaltitle = {Journal of the American statistical Association}, + number = {448}, + pages = {1053--1062}, + title = {Causal Effects in Nonexperimental Studies: {{Reevaluating}} the Evaluation of Training Programs}, + volume = {94}} + +@article{dell2010persistent, + author = {Dell, Melissa}, + date = {2010}, + journaltitle = {Econometrica : journal of the Econometric Society}, + number = {6}, + pages = {1863--1903}, + shortjournal = {Econometrica}, + title = {The Persistent Effects of {{Peru}}'s Mining Mita}, + volume = {78}} + +@article{denhengst2020reinforcement, + author = {den Hengst, Floris and Grua, Eoin Martino and el Hassouni, Ali and Hoogendoorn, Mark}, + date = {2020}, + issue = {Preprint}, + journaltitle = {Data Science}, + options = {useprefix=true}, + pages = {1--41}, + title = {Reinforcement Learning for Personalization: {{A}} Systematic Literature Review}} + +@article{deoliveira2021framework, + author = {de Oliveira, Raphael Mazzine Barbosa and Martens, David}, + date = {2021}, + journaltitle = {Applied Sciences}, + number = {16}, + options = {useprefix=true}, + pages = {7274}, + title = {A Framework and Benchmarking Study for Counterfactual Generating Methods on Tabular Data}, + volume = {11}} + +@article{dhurandhar2018explanations, + author = {Dhurandhar, Amit and Chen, Pin-Yu and Luss, Ronny and Tu, Chun-Chen and Ting, Paishun and Shanmugam, Karthikeyan and Das, Payel}, + date = {2018}, + journaltitle = {Advances in neural information processing systems}, + title = {Explanations Based on the Missing: {{Towards}} Contrastive Explanations with Pertinent Negatives}, + volume = {31}} + +@inproceedings{dombrowski2021diffeomorphic, + author = {Dombrowski, Ann-Kathrin and Gerken, Jan E and Kessel, Pan}, + booktitle = {{{ICML Workshop}} on {{Invertible Neural Networks}}, {{Normalizing Flows}}, and {{Explicit Likelihood Models}}}, + date = {2021}, + title = {Diffeomorphic Explanations with Normalizing Flows}} + +@inproceedings{dorffner1996neural, + author = {Dorffner, Georg}, + booktitle = {Neural Network World}, + date = {1996}, + publisher = {{Citeseer}}, + title = {Neural Networks for Time Series Processing}} + +@article{epstein1979stability, + author = {Epstein, Seymour}, + date = {1979}, + journaltitle = {Journal of personality and social psychology}, + number = {7}, + pages = {1097}, + title = {The Stability of Behavior: {{I}}. {{On}} Predicting Most of the People Much of the Time.}, + volume = {37}} + +@article{falk2006clean, + author = {Falk, Armin and Ichino, Andrea}, + date = {2006}, + journaltitle = {Journal of labor economics}, + number = {1}, + pages = {39--57}, + title = {Clean Evidence on Peer Effects}, + volume = {24}} + +@unpublished{fan2020interpretability, + archiveprefix = {arXiv}, + author = {Fan, Fenglei and Xiong, Jinjun and Wang, Ge}, + date = {2020}, + eprint = {2001.02522}, + eprinttype = {arxiv}, + title = {On Interpretability of Artificial Neural Networks}} + +@article{fang2011dynamic, + author = {Fang, Hanming and Gavazza, Alessandro}, + date = {2011}, + journaltitle = {American Economic Review}, + number = {7}, + pages = {3047--77}, + title = {Dynamic Inefficiencies in an Employment-Based Health Insurance System: {{Theory}} and Evidence}, + volume = {101}} + +@article{fehr2000cooperation, + author = {Fehr, Ernst and Gachter, Simon}, + date = {2000}, + journaltitle = {American Economic Review}, + number = {4}, + pages = {980--994}, + title = {Cooperation and Punishment in Public Goods Experiments}, + volume = {90}} + +@article{fix1951important, + author = {Fix, E and Hodges, J}, + date = {1951}, + journaltitle = {International Statistical Review}, + number = {57}, + pages = {233--238}, + title = {An Important Contribution to Nonparametric Discriminant Analysis and Density Estimation}, + volume = {3}} + +@book{friedman2008monetary, + author = {Friedman, Milton and Schwartz, Anna Jacobson}, + date = {2008}, + publisher = {{Princeton University Press}}, + title = {A Monetary History of the {{United States}}, 1867-1960}, + volume = {14}} + +@inproceedings{gal2016dropout, + author = {Gal, Yarin and Ghahramani, Zoubin}, + booktitle = {International Conference on Machine Learning}, + date = {2016}, + pages = {1050--1059}, + publisher = {{PMLR}}, + title = {Dropout as a Bayesian Approximation: {{Representing}} Model Uncertainty in Deep Learning}} + +@inproceedings{gal2017deep, + author = {Gal, Yarin and Islam, Riashat and Ghahramani, Zoubin}, + booktitle = {International {{Conference}} on {{Machine Learning}}}, + date = {2017}, + pages = {1183--1192}, + publisher = {{PMLR}}, + title = {Deep Bayesian Active Learning with Image Data}} + +@article{galizzi2019external, + author = {Galizzi, Matteo M and Navarro-Martinez, Daniel}, + date = {2019}, + journaltitle = {Management Science}, + number = {3}, + pages = {976--1002}, + title = {On the External Validity of Social Preference Games: A Systematic Lab-Field Study}, + volume = {65}} + +@article{gama2014survey, + author = {Gama, Jo{\~a}o and {\v Z}liobait{\.e}, Indr{\.e} and Bifet, Albert and Pechenizkiy, Mykola and Bouchachia, Abdelhamid}, + date = {2014}, + journaltitle = {ACM computing surveys (CSUR)}, + number = {4}, + pages = {1--37}, + title = {A Survey on Concept Drift Adaptation}, + volume = {46}} + +@unpublished{garivier2008upperconfidence, + archiveprefix = {arXiv}, + author = {Garivier, Aur{\'e}lien and Moulines, Eric}, + date = {2008}, + eprint = {0805.3415}, + eprinttype = {arxiv}, + title = {On Upper-Confidence Bound Policies for Non-Stationary Bandit Problems}} + +@book{gelman2013bayesian, + author = {Gelman, Andrew and Carlin, John B and Stern, Hal S and Dunson, David B and Vehtari, Aki and Rubin, Donald B}, + date = {2013}, + publisher = {{CRC press}}, + title = {Bayesian Data Analysis}} + +@article{gilbert1998immune, + author = {Gilbert, Daniel T and Pinel, Elizabeth C and Wilson, Timothy D and Blumberg, Stephen J and Wheatley, Thalia P}, + date = {1998}, + journaltitle = {Journal of personality and social psychology}, + number = {3}, + pages = {617}, + title = {Immune Neglect: A Source of Durability Bias in Affective Forecasting.}, + volume = {75}} + +@article{gneezy2006uncertainty, + author = {Gneezy, Uri and List, John A and Wu, George}, + date = {2006}, + journaltitle = {The Quarterly Journal of Economics}, + number = {4}, + pages = {1283--1309}, + title = {The Uncertainty Effect: {{When}} a Risky Prospect Is Valued Less than Its Worst Possible Outcome}, + volume = {121}} + +@incollection{goan2020bayesian, + author = {Goan, Ethan and Fookes, Clinton}, + booktitle = {Case {{Studies}} in {{Applied Bayesian Data Science}}}, + date = {2020}, + pages = {45--87}, + publisher = {{Springer}}, + title = {Bayesian {{Neural Networks}}: {{An Introduction}} and {{Survey}}}} + +@article{goldsmith-pinkham2013social, + author = {Goldsmith-Pinkham, Paul and Imbens, Guido W}, + date = {2013}, + journaltitle = {Journal of Business \& Economic Statistics}, + number = {3}, + pages = {253--264}, + title = {Social Networks and the Identification of Peer Effects}, + volume = {31}} + +@unpublished{goodfellow2014explaining, + archiveprefix = {arXiv}, + author = {Goodfellow, Ian J and Shlens, Jonathon and Szegedy, Christian}, + date = {2014}, + eprint = {1412.6572}, + eprinttype = {arxiv}, + title = {Explaining and Harnessing Adversarial Examples}} + +@book{goodfellow2016deep, + author = {Goodfellow, Ian and Bengio, Yoshua and Courville, Aaron}, + date = {2016}, + publisher = {{MIT Press}}, + title = {Deep {{Learning}}}} + +@article{goodfriend2005incredible, + author = {Goodfriend, Marvin and King, Robert G}, + date = {2005}, + journaltitle = {Journal of Monetary Economics}, + number = {5}, + pages = {981--1015}, + title = {The Incredible {{Volcker}} Disinflation}, + volume = {52}} + +@article{graham2017econometric, + author = {Graham, Bryan S}, + date = {2017}, + journaltitle = {Econometrica : journal of the Econometric Society}, + number = {4}, + pages = {1033--1063}, + shortjournal = {Econometrica}, + title = {An Econometric Model of Network Formation with Degree Heterogeneity}, + volume = {85}} + +@article{greene2012econometric, + author = {Greene, William H}, + date = {2012}, + journaltitle = {Stern School of Business, New York University}, + title = {Econometric Analysis, 71e}} + +@article{grether1979economic, + author = {Grether, David M and Plott, Charles R}, + date = {1979}, + journaltitle = {The American Economic Review}, + number = {4}, + pages = {623--638}, + title = {Economic Theory of Choice and the Preference Reversal Phenomenon}, + volume = {69}} + +@article{gretton2012kernel, + author = {Gretton, Arthur and Borgwardt, Karsten M and Rasch, Malte J and Sch{\"o}lkopf, Bernhard and Smola, Alexander}, + date = {2012}, + journaltitle = {The Journal of Machine Learning Research}, + number = {1}, + pages = {723--773}, + title = {A Kernel Two-Sample Test}, + volume = {13}} + +@unpublished{griffith2020name, + author = {Griffith, Alan}, + date = {2020}, + title = {Name {{Your Friends}}, but {{Only Five}}? {{The Importance}} of {{Censoring}} in {{Peer Effects Estimates}} Using {{Social Network Data}}}} + +@unpublished{grinsztajn2022why, + archiveprefix = {arXiv}, + author = {Grinsztajn, L{\'e}o and Oyallon, Edouard and Varoquaux, Ga{\"e}l}, + date = {2022}, + eprint = {2207.08815}, + eprinttype = {arxiv}, + title = {Why Do Tree-Based Models Still Outperform Deep Learning on Tabular Data?}} + +@misc{group2020detailed, + author = {Group, Open COVID-19 Data Working}, + date = {2020}, + title = {Detailed {{Epidemiological Data}} from the {{COVID-19 Outbreak}}}} + +@inproceedings{gupta2011thompson, + author = {Gupta, Neha and Granmo, Ole-Christoffer and Agrawala, Ashok}, + booktitle = {2011 10th {{International Conference}} on {{Machine Learning}} and {{Applications}} and {{Workshops}}}, + date = {2011}, + pages = {484--489}, + publisher = {{IEEE}}, + title = {Thompson Sampling for Dynamic Multi-Armed Bandits}, + volume = {1}} + +@book{hamilton2020time, + author = {Hamilton, James Douglas}, + date = {2020}, + publisher = {{Princeton university press}}, + title = {Time Series Analysis}} + +@article{hamon2020robustness, + author = {Hamon, Ronan and Junklewitz, Henrik and Sanchez, Ignacio}, + date = {2020}, + journaltitle = {Publications Office of the European Union}, + title = {Robustness and Explainability of Artificial Intelligence}} + +@article{hamzacebi2008improving, + author = {Hamza{\c c}ebi, Co{\c s}kun}, + date = {2008}, + journaltitle = {Information Sciences}, + number = {23}, + pages = {4550--4559}, + title = {Improving Artificial Neural Networks' Performance in Seasonal Time Series Forecasting}, + volume = {178}} + +@inproceedings{hanneke2007bound, + author = {Hanneke, Steve}, + booktitle = {Proceedings of the 24th International Conference on {{Machine}} Learning}, + date = {2007}, + pages = {353--360}, + title = {A Bound on the Label Complexity of Agnostic Active Learning}} + +@article{hansen2020virtue, + author = {Hansen, Kristian Bondo}, + date = {2020}, + journaltitle = {Big Data \& Society}, + number = {1}, + pages = {2053951720926558}, + title = {The Virtue of Simplicity: {{On}} Machine Learning Models in Algorithmic Trading}, + volume = {7}} + +@article{hartland2006multiarmed, + author = {Hartland, C{\'e}dric and Gelly, Sylvain and Baskiotis, Nicolas and Teytaud, Olivier and Sebag, Michele}, + date = {2006}, + title = {Multi-Armed Bandit, Dynamic Environments and Meta-Bandits}} + +@article{heckman1985alternative, + author = {Heckman, James J and Robb Jr, Richard}, + date = {1985}, + journaltitle = {Journal of econometrics}, + number = {1-2}, + pages = {239--267}, + title = {Alternative Methods for Evaluating the Impact of Interventions: {{An}} Overview}, + volume = {30}} + +@article{hershfield2011increasing, + author = {Hershfield, Hal E and Goldstein, Daniel G and Sharpe, William F and Fox, Jesse and Yeykelis, Leo and Carstensen, Laura L and Bailenson, Jeremy N}, + date = {2011}, + issue = {SPL}, + journaltitle = {Journal of Marketing Research}, + pages = {S23--S37}, + title = {Increasing Saving Behavior through Age-Progressed Renderings of the Future Self}, + volume = {48}} + +@inproceedings{ho1995random, + author = {Ho, Tin Kam}, + booktitle = {Proceedings of 3rd International Conference on Document Analysis and Recognition}, + date = {1995}, + pages = {278--282}, + publisher = {{IEEE}}, + title = {Random Decision Forests}, + volume = {1}} + +@article{hochreiter1997long, + author = {Hochreiter, Sepp and Schmidhuber, J{\"u}rgen}, + date = {1997}, + journaltitle = {Neural computation}, + number = {8}, + pages = {1735--1780}, + title = {Long Short-Term Memory}, + volume = {9}} + +@misc{hoffman1994german, + author = {Hoffman, Hans}, + date = {1994}, + title = {German {{Credit Data}}}, + url = {https://archive.ics.uci.edu/ml/datasets/statlog+(german+credit+data)}, + bdsk-url-1 = {https://archive.ics.uci.edu/ml/datasets/statlog+(german+credit+data)}} + +@unpublished{houlsby2011bayesian, + archiveprefix = {arXiv}, + author = {Houlsby, Neil and Husz{\'a}r, Ferenc and Ghahramani, Zoubin and Lengyel, M{\'a}t{\'e}}, + date = {2011}, + eprint = {1112.5745}, + eprinttype = {arxiv}, + title = {Bayesian Active Learning for Classification and Preference Learning}} + +@article{hsee1996evaluability, + author = {Hsee, Christopher K}, + date = {1996}, + journaltitle = {Organizational behavior and human decision processes}, + number = {3}, + pages = {247--257}, + title = {The Evaluability Hypothesis: {{An}} Explanation for Preference Reversals between Joint and Separate Evaluations of Alternatives}, + volume = {67}} + +@article{hsee2004music, + author = {Hsee, Christopher K and Rottenstreich, Yuval}, + date = {2004}, + journaltitle = {Journal of Experimental Psychology: General}, + number = {1}, + pages = {23}, + title = {Music, Pandas, and Muggers: On the Affective Psychology of Value.}, + volume = {133}} + +@article{hsieh2016social, + author = {Hsieh, Chih-Sheng and Lee, Lung Fei}, + date = {2016}, + journaltitle = {Journal of Applied Econometrics}, + number = {2}, + pages = {301--319}, + title = {A Social Interactions Model with Endogenous Friendship Formation and Selectivity}, + volume = {31}} + +@unpublished{immer2020improving, + archiveprefix = {arXiv}, + author = {Immer, Alexander and Korzepa, Maciej and Bauer, Matthias}, + date = {2020}, + eprint = {2008.08400}, + eprinttype = {arxiv}, + title = {Improving Predictions of Bayesian Neural Networks via Local Linearization}} + +@unpublished{innes2018fashionable, + archiveprefix = {arXiv}, + author = {Innes, Michael and Saba, Elliot and Fischer, Keno and Gandhi, Dhairya and Rudilosso, Marco Concetto and Joy, Neethu Mariya and Karmali, Tejan and Pal, Avik and Shah, Viral}, + date = {2018}, + eprint = {1811.01457}, + eprinttype = {arxiv}, + title = {Fashionable Modelling with Flux}} + +@article{innes2018flux, + author = {Innes, Mike}, + date = {2018}, + journaltitle = {Journal of Open Source Software}, + number = {25}, + pages = {602}, + title = {Flux: {{Elegant}} Machine Learning with {{Julia}}}, + volume = {3}} + +@unpublished{ish-horowicz2019interpreting, + archiveprefix = {arXiv}, + author = {Ish-Horowicz, Jonathan and Udwin, Dana and Flaxman, Seth and Filippi, Sarah and Crawford, Lorin}, + date = {2019}, + eprint = {1901.09839}, + eprinttype = {arxiv}, + title = {Interpreting Deep Neural Networks through Variable Importance}} + +@inproceedings{jabbari2017fairness, + author = {Jabbari, Shahin and Joseph, Matthew and Kearns, Michael and Morgenstern, Jamie and Roth, Aaron}, + booktitle = {International {{Conference}} on {{Machine Learning}}}, + date = {2017}, + pages = {1617--1626}, + publisher = {{PMLR}}, + title = {Fairness in Reinforcement Learning}} + +@article{jackson2007meeting, + author = {Jackson, Matthew O and Rogers, Brian W}, + date = {2007}, + journaltitle = {American Economic Review}, + number = {3}, + pages = {890--915}, + title = {Meeting Strangers and Friends of Friends: {{How}} Random Are Social Networks?}, + volume = {97}} + +@unpublished{jeanneret2022diffusion, + archiveprefix = {arXiv}, + author = {Jeanneret, Guillaume and Simon, Lo{\"\i}c and Jurie, Fr{\'e}d{\'e}ric}, + date = {2022}, + eprint = {2203.15636}, + eprinttype = {arxiv}, + title = {Diffusion {{Models}} for {{Counterfactual Explanations}}}} + +@article{johansson2005failure, + author = {Johansson, Petter and Hall, Lars and Sikstr{\"o}m, Sverker and Olsson, Andreas}, + date = {2005}, + journaltitle = {Science (New York, N.Y.)}, + number = {5745}, + pages = {116--119}, + shortjournal = {Science}, + title = {Failure to Detect Mismatches between Intention and Outcome in a Simple Decision Task}, + volume = {310}} + +@article{johnsson2021estimation, + author = {Johnsson, Ida and Moon, Hyungsik Roger}, + date = {2021}, + journaltitle = {Review of Economics and Statistics}, + number = {2}, + pages = {328--345}, + title = {Estimation of Peer Effects in Endogenous Social Networks: {{Control}} Function Approach}, + volume = {103}} + +@article{jolliffe2003modified, + author = {Jolliffe, Ian T and Trendafilov, Nickolay T and Uddin, Mudassir}, + date = {2003}, + journaltitle = {Journal of computational and Graphical Statistics}, + number = {3}, + pages = {531--547}, + title = {A Modified Principal Component Technique Based on the {{LASSO}}}, + volume = {12}} + +@article{joseph2021forecasting, + author = {Joseph, Andreas and Kalamara, Eleni and Kapetanios, George and Potjagailo, Galina}, + date = {2021}, + title = {Forecasting Uk Inflation Bottom Up}} + +@unpublished{joshi2019realistic, + archiveprefix = {arXiv}, + author = {Joshi, Shalmali and Koyejo, Oluwasanmi and Vijitbenjaronk, Warut and Kim, Been and Ghosh, Joydeep}, + date = {2019}, + eprint = {1907.09615}, + eprinttype = {arxiv}, + title = {Towards Realistic Individual Recourse and Actionable Explanations in Black-Box Decision Making Systems}} + +@unpublished{jospin2020handson, + archiveprefix = {arXiv}, + author = {Jospin, Laurent Valentin and Buntine, Wray and Boussaid, Farid and Laga, Hamid and Bennamoun, Mohammed}, + date = {2020}, + eprint = {2007.06823}, + eprinttype = {arxiv}, + title = {Hands-on {{Bayesian Neural Networks}}--a {{Tutorial}} for {{Deep Learning Users}}}} + +@misc{kaggle2011give, + author = {Kaggle}, + date = {2011}, + publisher = {{Kaggle}}, + title = {Give Me Some Credit, {{Improve}} on the State of the Art in Credit Scoring by Predicting the Probability That Somebody Will Experience Financial Distress in the next Two Years.}, + url = {https://www.kaggle.com/c/GiveMeSomeCredit}, + bdsk-url-1 = {https://www.kaggle.com/c/GiveMeSomeCredit}} + +@article{kahneman1979prospect, + author = {Kahneman, Daniel and Tversky, Amos}, + date = {1979}, + journaltitle = {Econometrica: Journal of the Econometric Society}, + pages = {263--291}, + title = {Prospect {{Theory}}: {{An Analysis}} of {{Decision}} under {{Risk}}}} + +@article{kahneman1990experimental, + author = {Kahneman, Daniel and Knetsch, Jack L and Thaler, Richard H}, + date = {1990}, + journaltitle = {Journal of political Economy}, + number = {6}, + pages = {1325--1348}, + title = {Experimental Tests of the Endowment Effect and the {{Coase}} Theorem}, + volume = {98}} + +@article{kahneman1992reference, + author = {Kahneman, Daniel}, + date = {1992}, + journaltitle = {Organizational behavior and human decision processes}, + number = {2}, + pages = {296--312}, + title = {Reference Points, Anchors, Norms, and Mixed Feelings}, + volume = {51}} + +@unpublished{karimi2020algorithmic, + archiveprefix = {arXiv}, + author = {Karimi, Amir-Hossein and Von K{\"u}gelgen, Julius and Sch{\"o}lkopf, Bernhard and Valera, Isabel}, + date = {2020}, + eprint = {2006.06831}, + eprinttype = {arxiv}, + title = {Algorithmic Recourse under Imperfect Causal Knowledge: A Probabilistic Approach}} + +@unpublished{karimi2020survey, + archiveprefix = {arXiv}, + author = {Karimi, Amir-Hossein and Barthe, Gilles and Sch{\"o}lkopf, Bernhard and Valera, Isabel}, + date = {2020}, + eprint = {2010.04050}, + eprinttype = {arxiv}, + title = {A Survey of Algorithmic Recourse: Definitions, Formulations, Solutions, and Prospects}} + +@inproceedings{karimi2021algorithmic, + author = {Karimi, Amir-Hossein and Sch{\"o}lkopf, Bernhard and Valera, Isabel}, + booktitle = {Proceedings of the 2021 {{ACM Conference}} on {{Fairness}}, {{Accountability}}, and {{Transparency}}}, + date = {2021}, + pages = {353--362}, + title = {Algorithmic Recourse: From Counterfactual Explanations to Interventions}} + +@inproceedings{kaur2020interpreting, + author = {Kaur, Harmanpreet and Nori, Harsha and Jenkins, Samuel and Caruana, Rich and Wallach, Hanna and Wortman Vaughan, Jennifer}, + booktitle = {Proceedings of the 2020 {{CHI}} Conference on Human Factors in Computing Systems}, + date = {2020}, + pages = {1--14}, + title = {Interpreting Interpretability: Understanding Data Scientists' Use of Interpretability Tools for Machine Learning}} + +@article{kehoe2021defence, + author = {Kehoe, Aidan and Wittek, Peter and Xue, Yanbo and Pozas-Kerstjens, Alejandro}, + date = {2021}, + journaltitle = {Machine Learning: Science and Technology}, + title = {Defence against Adversarial Attacks Using Classical and Quantum-Enhanced {{Boltzmann}} Machines}} + +@unpublished{kendall2017what, + archiveprefix = {arXiv}, + author = {Kendall, Alex and Gal, Yarin}, + date = {2017}, + eprint = {1703.04977}, + eprinttype = {arxiv}, + title = {What Uncertainties Do We Need in Bayesian Deep Learning for Computer Vision?}} + +@article{kihoro2004seasonal, + author = {Kihoro, J and Otieno, RO and Wafula, C}, + date = {2004}, + title = {Seasonal Time Series Forecasting: {{A}} Comparative Study of {{ARIMA}} and {{ANN}} Models}} + +@book{kilian2017structural, + author = {Kilian, Lutz and L{\"u}tkepohl, Helmut}, + date = {2017}, + publisher = {{Cambridge University Press}}, + title = {Structural Vector Autoregressive Analysis}} + +@unpublished{kingma2014adam, + archiveprefix = {arXiv}, + author = {Kingma, Diederik P and Ba, Jimmy}, + date = {2014}, + eprint = {1412.6980}, + eprinttype = {arxiv}, + title = {Adam: {{A}} Method for Stochastic Optimization}} + +@article{kirsch2019batchbald, + author = {Kirsch, Andreas and Van Amersfoort, Joost and Gal, Yarin}, + date = {2019}, + journaltitle = {Advances in neural information processing systems}, + pages = {7026--7037}, + title = {Batchbald: {{Efficient}} and Diverse Batch Acquisition for Deep Bayesian Active Learning}, + volume = {32}} + +@unpublished{kuiper2021exploring, + archiveprefix = {arXiv}, + author = {Kuiper, Ouren and van den Berg, Martin and van den Burgt, Joost and Leijnen, Stefan}, + date = {2021}, + eprint = {2111.02244}, + eprinttype = {arxiv}, + title = {Exploring {{Explainable AI}} in the {{Financial Sector}}: {{Perspectives}} of {{Banks}} and {{Supervisory Authorities}}}} + +@article{kydland1982time, + author = {Kydland, Finn E and Prescott, Edward C}, + date = {1982}, + journaltitle = {Econometrica: Journal of the Econometric Society}, + pages = {1345--1370}, + title = {Time to Build and Aggregate Fluctuations}} + +@unpublished{lachapelle2019gradientbased, + archiveprefix = {arXiv}, + author = {Lachapelle, S{\'e}bastien and Brouillard, Philippe and Deleu, Tristan and Lacoste-Julien, Simon}, + date = {2019}, + eprint = {1906.02226}, + eprinttype = {arxiv}, + title = {Gradient-Based Neural Dag Learning}} + +@inproceedings{lakkaraju2020how, + author = {Lakkaraju, Himabindu and Bastani, Osbert}, + booktitle = {Proceedings of the {{AAAI}}/{{ACM Conference}} on {{AI}}, {{Ethics}}, and {{Society}}}, + date = {2020}, + pages = {79--85}, + title = {" {{How}} Do {{I}} Fool You?" {{Manipulating User Trust}} via {{Misleading Black Box Explanations}}}} + +@unpublished{lakshminarayanan2016simple, + archiveprefix = {arXiv}, + author = {Lakshminarayanan, Balaji and Pritzel, Alexander and Blundell, Charles}, + date = {2016}, + eprint = {1612.01474}, + eprinttype = {arxiv}, + title = {Simple and Scalable Predictive Uncertainty Estimation Using Deep Ensembles}} + +@unpublished{laugel2017inverse, + archiveprefix = {arXiv}, + author = {Laugel, Thibault and Lesot, Marie-Jeanne and Marsala, Christophe and Renard, Xavier and Detyniecki, Marcin}, + date = {2017}, + eprint = {1712.08443}, + eprinttype = {arxiv}, + shortjournal = {arXiv preprint arXiv:1712.08443}, + title = {Inverse Classification for Comparison-Based Interpretability in Machine Learning}} + +@thesis{lawrence2001variational, + author = {Lawrence, Neil David}, + date = {2001}, + institution = {{University of Cambridge}}, + title = {Variational Inference in Probabilistic Models}, + type = {phdthesis}} + +@article{lecun1998mnist, + author = {LeCun, Yann}, + date = {1998}, + shortjournal = {http://yann. lecun. com/exdb/mnist/}, + title = {The {{MNIST}} Database of Handwritten Digits}} + +@article{lee2003best, + author = {Lee, Lung-fei}, + date = {2003}, + journaltitle = {Econometric Reviews}, + number = {4}, + pages = {307--335}, + title = {Best Spatial Two-Stage Least Squares Estimators for a Spatial Autoregressive Model with Autoregressive Disturbances}, + volume = {22}} + +@article{lerner2013financial, + author = {Lerner, Jennifer S and Li, Ye and Weber, Elke U}, + date = {2013}, + journaltitle = {Psychological science}, + number = {1}, + pages = {72--79}, + title = {The Financial Costs of Sadness}, + volume = {24}} + +@article{list2004neoclassical, + author = {List, John A}, + date = {2004}, + journaltitle = {Econometrica : journal of the Econometric Society}, + number = {2}, + pages = {615--625}, + shortjournal = {Econometrica}, + title = {Neoclassical Theory versus Prospect Theory: {{Evidence}} from the Marketplace}, + volume = {72}} + +@article{lucas1976econometric, + author = {Lucas, JR}, + date = {1976}, + title = {Econometric Policy Evaluation: A Critique `, in {{K}}. {{Brunner}} and {{A Meltzer}}, {{The Phillips}} Curve and Labor Markets, {{North Holland}}}} + +@inproceedings{lundberg2017unified, + author = {Lundberg, Scott M and Lee, Su-In}, + booktitle = {Proceedings of the 31st International Conference on Neural Information Processing Systems}, + date = {2017}, + pages = {4768--4777}, + title = {A Unified Approach to Interpreting Model Predictions}} + +@book{lutkepohl2005new, + author = {L{\"u}tkepohl, Helmut}, + date = {2005}, + publisher = {{Springer Science \& Business Media}}, + title = {New Introduction to Multiple Time Series Analysis}} + +@article{madrian2001power, + author = {Madrian, Brigitte C and Shea, Dennis F}, + date = {2001}, + journaltitle = {The Quarterly journal of economics}, + number = {4}, + pages = {1149--1187}, + title = {The Power of Suggestion: {{Inertia}} in 401 (k) Participation and Savings Behavior}, + volume = {116}} + +@book{manning2008introduction, + author = {Manning, Christopher D and Sch{\"u}tze, Hinrich and Raghavan, Prabhakar}, + date = {2008}, + publisher = {{Cambridge university press}}, + title = {Introduction to Information Retrieval}} + +@article{manski1993identification, + author = {Manski, Charles F}, + date = {1993}, + journaltitle = {The review of economic studies}, + number = {3}, + pages = {531--542}, + title = {Identification of Endogenous Social Effects: {{The}} Reflection Problem}, + volume = {60}} + +@article{markle2018goals, + author = {Markle, Alex and Wu, George and White, Rebecca and Sackett, Aaron}, + date = {2018}, + journaltitle = {Journal of Risk and Uncertainty}, + number = {1}, + pages = {19--50}, + title = {Goals as Reference Points in Marathon Running: {{A}} Novel Test of Reference Dependence}, + volume = {56}} + +@article{masini2021machine, + author = {Masini, Ricardo P and Medeiros, Marcelo C and Mendes, Eduardo F}, + date = {2021}, + journaltitle = {Journal of Economic Surveys}, + title = {Machine Learning Advances for Time Series Forecasting}} + +@article{mccracken2016fredmd, + author = {McCracken, Michael W and Ng, Serena}, + date = {2016}, + journaltitle = {Journal of Business \& Economic Statistics}, + number = {4}, + pages = {574--589}, + title = {{{FRED-MD}}: {{A}} Monthly Database for Macroeconomic Research}, + volume = {34}} + +@article{mcculloch1990logical, + author = {McCulloch, Warren S and Pitts, Walter}, + date = {1990}, + journaltitle = {Bulletin of mathematical biology}, + number = {1}, + pages = {99--115}, + title = {A Logical Calculus of the Ideas Immanent in Nervous Activity}, + volume = {52}} + +@article{migut2015visualizing, + author = {Migut, MA and Worring, Marcel and Veenman, Cor J}, + date = {2015}, + journaltitle = {Data Mining and Knowledge Discovery}, + number = {1}, + pages = {273--295}, + title = {Visualizing Multi-Dimensional Decision Boundaries in {{2D}}}, + volume = {29}} + +@article{miller2019explanation, + author = {Miller, Tim}, + date = {2019}, + journaltitle = {Artificial intelligence}, + pages = {1--38}, + title = {Explanation in Artificial Intelligence: {{Insights}} from the Social Sciences}, + volume = {267}} + +@article{mischel1988nature, + author = {Mischel, Walter and Shoda, Yuichi and Peake, Philip K}, + date = {1988}, + journaltitle = {Journal of personality and social psychology}, + number = {4}, + pages = {687}, + title = {The Nature of Adolescent Competencies Predicted by Preschool Delay of Gratification.}, + volume = {54}} + +@inproceedings{mittelstadt2019explaining, + author = {Mittelstadt, Brent and Russell, Chris and Wachter, Sandra}, + booktitle = {Proceedings of the Conference on Fairness, Accountability, and Transparency}, + date = {2019}, + pages = {279--288}, + title = {Explaining Explanations in {{AI}}}} + +@book{molnar2020interpretable, + author = {Molnar, Christoph}, + date = {2020}, + publisher = {{Lulu. com}}, + title = {Interpretable Machine Learning}} + +@book{morgan2015counterfactuals, + author = {Morgan, Stephen L and Winship, Christopher}, + date = {2015}, + publisher = {{Cambridge University Press}}, + title = {Counterfactuals and Causal Inference}} + +@article{mosteller1951experimental, + author = {Mosteller, Frederick and Nogee, Philip}, + date = {1951}, + journaltitle = {Journal of Political Economy}, + number = {5}, + pages = {371--404}, + title = {An Experimental Measurement of Utility}, + volume = {59}} + +@inproceedings{mothilal2020explaining, + author = {Mothilal, Ramaravind K and Sharma, Amit and Tan, Chenhao}, + booktitle = {Proceedings of the 2020 {{Conference}} on {{Fairness}}, {{Accountability}}, and {{Transparency}}}, + date = {2020}, + pages = {607--617}, + title = {Explaining Machine Learning Classifiers through Diverse Counterfactual Explanations}} + +@book{murphy2012machine, + author = {Murphy, Kevin P}, + date = {2012}, + publisher = {{MIT press}}, + title = {Machine Learning: A Probabilistic Perspective}} + +@book{murphy2022probabilistic, + author = {Murphy, Kevin P}, + date = {2022}, + publisher = {{MIT Press}}, + title = {Probabilistic {{Machine Learning}}: {{An}} Introduction}} + +@article{nagel1995unraveling, + author = {Nagel, Rosemarie}, + date = {1995}, + journaltitle = {The American Economic Review}, + number = {5}, + pages = {1313--1326}, + title = {Unraveling in Guessing Games: {{An}} Experimental Study}, + volume = {85}} + +@unpublished{navarro-martinez2021bridging, + author = {Navarro-Martinez, Daniel and Wang, Xinghua}, + date = {2021}, + title = {Bridging the Gap between the Lab and the Field: {{Dictator}} Games and Donations}} + +@inproceedings{nelson2015evaluating, + author = {Nelson, Kevin and Corbin, George and Anania, Mark and Kovacs, Matthew and Tobias, Jeremy and Blowers, Misty}, + booktitle = {2015 {{IEEE Symposium}} on {{Computational Intelligence}} for {{Security}} and {{Defense Applications}} ({{CISDA}})}, + date = {2015}, + pages = {1--8}, + publisher = {{IEEE}}, + title = {Evaluating Model Drift in Machine Learning Algorithms}} + +@book{nocedal2006numerical, + author = {Nocedal, Jorge and Wright, Stephen}, + date = {2006}, + publisher = {{Springer Science \& Business Media}}, + title = {Numerical Optimization}} + +@misc{oecd2021artificial, + author = {{OECD}}, + date = {2021}, + title = {Artificial {{Intelligence}}, {{Machine Learning}} and {{Big Data}} in {{Finance}}: {{Opportunities}}, {{Challenges}} and {{Implications}} for {{Policy Makers}}}, + url = {https://www.oecd.org/finance/financial-markets/Artificial-intelligence-machine-learning-big-data-in-finance.pdf}, + bdsk-url-1 = {https://www.oecd.org/finance/financial-markets/Artificial-intelligence-machine-learning-big-data-in-finance.pdf}} + +@book{oneil2016weapons, + author = {O'Neil, Cathy}, + date = {2016}, + publisher = {{Crown}}, + title = {Weapons of Math Destruction: {{How}} Big Data Increases Inequality and Threatens Democracy}} + +@article{pace1997sparse, + author = {Pace, R Kelley and Barry, Ronald}, + date = {1997}, + journaltitle = {Statistics \& Probability Letters}, + number = {3}, + pages = {291--297}, + title = {Sparse Spatial Autoregressions}, + volume = {33}} + +@unpublished{parr2018matrix, + archiveprefix = {arXiv}, + author = {Parr, Terence and Howard, Jeremy}, + date = {2018}, + eprint = {1802.01528}, + eprinttype = {arxiv}, + title = {The Matrix Calculus You Need for Deep Learning}} + +@unpublished{pawelczyk2021carla, + archiveprefix = {arXiv}, + author = {Pawelczyk, Martin and Bielawski, Sascha and van den Heuvel, Johannes and Richter, Tobias and Kasneci, Gjergji}, + date = {2021}, + eprint = {2108.00783}, + eprinttype = {arxiv}, + title = {Carla: A Python Library to Benchmark Algorithmic Recourse and Counterfactual Explanation Algorithms}} + +@book{pearl2018book, + author = {Pearl, Judea and Mackenzie, Dana}, + date = {2018}, + publisher = {{Basic books}}, + title = {The Book of Why: The New Science of Cause and Effect}} + +@article{pearl2019seven, + author = {Pearl, Judea}, + date = {2019}, + journaltitle = {Communications of the ACM}, + number = {3}, + pages = {54--60}, + title = {The Seven Tools of Causal Inference, with Reflections on Machine Learning}, + volume = {62}} + +@article{pedregosa2011scikitlearn, + author = {Pedregosa, Fabian and Varoquaux, Ga{\"e}l and Gramfort, Alexandre and Michel, Vincent and Thirion, Bertrand and Grisel, Olivier and Blondel, Mathieu and Prettenhofer, Peter and Weiss, Ron and Dubourg, Vincent and others}, + date = {2011}, + journaltitle = {the Journal of machine Learning research}, + pages = {2825--2830}, + title = {Scikit-Learn: {{Machine}} Learning in {{Python}}}, + volume = {12}} + +@book{perry2010economic, + author = {Perry, George L and Tobin, James}, + date = {2010}, + publisher = {{Brookings Institution Press}}, + title = {Economic {{Events}}, {{Ideas}}, and {{Policies}}: The 1960s and After}} + +@article{pfaff2008var, + author = {Pfaff, Bernhard and others}, + date = {2008}, + journaltitle = {Journal of Statistical Software}, + number = {4}, + pages = {1--32}, + title = {{{VAR}}, {{SVAR}} and {{SVEC}} Models: {{Implementation}} within {{R}} Package Vars}, + volume = {27}} + +@book{pindyck2014microeconomics, + author = {Pindyck, Robert S and Rubinfeld, Daniel L}, + date = {2014}, + publisher = {{Pearson Education}}, + title = {Microeconomics}} + +@article{pope2011numbers, + author = {Pope, Devin and Simonsohn, Uri}, + date = {2011}, + journaltitle = {Psychological science}, + number = {1}, + pages = {71--79}, + title = {Round Numbers as Goals: {{Evidence}} from Baseball, {{SAT}} Takers, and the Lab}, + volume = {22}} + +@inproceedings{poyiadzi2020face, + author = {Poyiadzi, Rafael and Sokol, Kacper and Santos-Rodriguez, Raul and De Bie, Tijl and Flach, Peter}, + booktitle = {Proceedings of the {{AAAI}}/{{ACM Conference}} on {{AI}}, {{Ethics}}, and {{Society}}}, + date = {2020}, + pages = {344--350}, + title = {{{FACE}}: {{Feasible}} and Actionable Counterfactual Explanations}} + +@article{qu2015estimating, + author = {Qu, Xi and Lee, Lung-fei}, + date = {2015}, + journaltitle = {Journal of Econometrics}, + number = {2}, + pages = {209--232}, + title = {Estimating a Spatial Autoregressive Model with an Endogenous Spatial Weight Matrix}, + volume = {184}} + +@article{rabanser2019failing, + author = {Rabanser, Stephan and G{\"u}nnemann, Stephan and Lipton, Zachary}, + date = {2019}, + journaltitle = {Advances in Neural Information Processing Systems}, + title = {Failing Loudly: {{An}} Empirical Study of Methods for Detecting Dataset Shift}, + volume = {32}} + +@unpublished{raghunathan2019adversarial, + archiveprefix = {arXiv}, + author = {Raghunathan, Aditi and Xie, Sang Michael and Yang, Fanny and Duchi, John C and Liang, Percy}, + date = {2019}, + eprint = {1906.06032}, + eprinttype = {arxiv}, + title = {Adversarial Training Can Hurt Generalization}} + +@unpublished{raj2017taming, + archiveprefix = {arXiv}, + author = {Raj, Vishnu and Kalyani, Sheetal}, + date = {2017}, + eprint = {1707.09727}, + eprinttype = {arxiv}, + title = {Taming Non-Stationary Bandits: {{A Bayesian}} Approach}} + +@inproceedings{rasmussen2003gaussian, + author = {Rasmussen, Carl Edward}, + booktitle = {Summer School on Machine Learning}, + date = {2003}, + pages = {63--71}, + publisher = {{Springer}}, + title = {Gaussian Processes in Machine Learning}} + +@inproceedings{ribeiro2016why, + author = {Ribeiro, Marco Tulio and Singh, Sameer and Guestrin, Carlos}, + booktitle = {Proceedings of the 22nd {{ACM SIGKDD}} International Conference on Knowledge Discovery and Data Mining}, + date = {2016}, + pages = {1135--1144}, + title = {"{{Why}} Should i Trust You?" {{Explaining}} the Predictions of Any Classifier}} + +@article{romer1989does, + author = {Romer, Christina D and Romer, David H}, + date = {1989}, + journaltitle = {NBER macroeconomics annual}, + pages = {121--170}, + title = {Does Monetary Policy Matter? {{A}} New Test in the Spirit of {{Friedman}} and {{Schwartz}}}, + volume = {4}} + +@article{rudin2019stop, + author = {Rudin, Cynthia}, + date = {2019}, + journaltitle = {Nature Machine Intelligence}, + number = {5}, + pages = {206--215}, + title = {Stop Explaining Black Box Machine Learning Models for High Stakes Decisions and Use Interpretable Models Instead}, + volume = {1}} + +@article{sacerdote2001peer, + author = {Sacerdote, Bruce}, + date = {2001}, + journaltitle = {The Quarterly journal of economics}, + number = {2}, + pages = {681--704}, + title = {Peer Effects with Random Assignment: {{Results}} for {{Dartmouth}} Roommates}, + volume = {116}} + +@article{sadinle2019least, + author = {Sadinle, Mauricio and Lei, Jing and Wasserman, Larry}, + date = {2019}, + file = {/Users/FA31DU/Zotero/storage/YXQ8N76A/Sadinle et al. - 2019 - Least ambiguous set-valued classifiers with bounde.pdf;/Users/FA31DU/Zotero/storage/ZHB56F3V/01621459.2017.html}, + journaltitle = {Journal of the American Statistical Association}, + number = {525}, + pages = {223--234}, + publisher = {{Taylor \& Francis}}, + title = {Least Ambiguous Set-Valued Classifiers with Bounded Error Levels}, + volume = {114}} + +@inproceedings{satopaa2011finding, + author = {Satopaa, Ville and Albrecht, Jeannie and Irwin, David and Raghavan, Barath}, + booktitle = {2011 31st International Conference on Distributed Computing Systems Workshops}, + date = {2011}, + pages = {166--171}, + publisher = {{IEEE}}, + title = {Finding a" Kneedle" in a Haystack: {{Detecting}} Knee Points in System Behavior}} + +@inproceedings{schut2021generating, + author = {Schut, Lisa and Key, Oscar and Mc Grath, Rory and Costabello, Luca and Sacaleanu, Bogdan and Gal, Yarin and others}, + booktitle = {International {{Conference}} on {{Artificial Intelligence}} and {{Statistics}}}, + date = {2021}, + pages = {1756--1764}, + publisher = {{PMLR}}, + title = {Generating {{Interpretable Counterfactual Explanations By Implicit Minimisation}} of {{Epistemic}} and {{Aleatoric Uncertainties}}}} + +@book{schutze2008introduction, + author = {Sch{\"u}tze, Hinrich and Manning, Christopher D and Raghavan, Prabhakar}, + date = {2008}, + publisher = {{Cambridge University Press Cambridge}}, + title = {Introduction to Information Retrieval}, + volume = {39}} + +@article{shafir1993reasonbased, + author = {Shafir, Eldar and Simonson, Itamar and Tversky, Amos}, + date = {1993}, + journaltitle = {Cognition}, + number = {1-2}, + pages = {11--36}, + title = {Reason-Based Choice}, + volume = {49}} + +@article{simonson1989choice, + author = {Simonson, Itamar}, + date = {1989}, + journaltitle = {Journal of consumer research}, + number = {2}, + pages = {158--174}, + title = {Choice Based on Reasons: {{The}} Case of Attraction and Compromise Effects}, + volume = {16}} + +@article{sims1986are, + author = {Sims, Christopher A and others}, + date = {1986}, + issue = {Win}, + journaltitle = {Quarterly Review}, + pages = {2--16}, + title = {Are Forecasting Models Usable for Policy Analysis?}, + volume = {10}} + +@inproceedings{slack2020fooling, + author = {Slack, Dylan and Hilgard, Sophie and Jia, Emily and Singh, Sameer and Lakkaraju, Himabindu}, + booktitle = {Proceedings of the {{AAAI}}/{{ACM Conference}} on {{AI}}, {{Ethics}}, and {{Society}}}, + date = {2020}, + pages = {180--186}, + title = {Fooling Lime and Shap: {{Adversarial}} Attacks on Post Hoc Explanation Methods}} + +@article{slack2021counterfactual, + author = {Slack, Dylan and Hilgard, Anna and Lakkaraju, Himabindu and Singh, Sameer}, + date = {2021}, + journaltitle = {Advances in Neural Information Processing Systems}, + title = {Counterfactual Explanations Can Be Manipulated}, + volume = {34}} + +@article{slovic1974who, + author = {Slovic, Paul and Tversky, Amos}, + date = {1974}, + journaltitle = {Behavioral science}, + number = {6}, + pages = {368--373}, + title = {Who Accepts {{Savage}}'s Axiom?}, + volume = {19}} + +@unpublished{spooner2021counterfactual, + archiveprefix = {arXiv}, + author = {Spooner, Thomas and Dervovic, Danial and Long, Jason and Shepard, Jon and Chen, Jiahao and Magazzeni, Daniele}, + date = {2021}, + eprint = {2106.15212}, + eprinttype = {arxiv}, + shortjournal = {arXiv preprint arXiv:2106.15212}, + title = {Counterfactual {{Explanations}} for {{Arbitrary Regression Models}}}} + +@article{srivastava2014dropout, + author = {Srivastava, Nitish and Hinton, Geoffrey and Krizhevsky, Alex and Sutskever, Ilya and Salakhutdinov, Ruslan}, + date = {2014}, + journaltitle = {The journal of machine learning research}, + number = {1}, + pages = {1929--1958}, + title = {Dropout: A Simple Way to Prevent Neural Networks from Overfitting}, + volume = {15}} + +@article{sturm2014simple, + author = {Sturm, Bob L}, + date = {2014}, + journaltitle = {IEEE Transactions on Multimedia}, + number = {6}, + pages = {1636--1644}, + title = {A Simple Method to Determine If a Music Information Retrieval System Is a ``Horse''}, + volume = {16}} + +@article{sunstein2003libertarian, + author = {Sunstein, Cass R and Thaler, Richard H}, + date = {2003}, + journaltitle = {The University of Chicago Law Review}, + pages = {1159--1202}, + title = {Libertarian Paternalism Is Not an Oxymoron}} + +@book{sutton2018reinforcement, + author = {Sutton, Richard S and Barto, Andrew G}, + date = {2018}, + publisher = {{MIT press}}, + title = {Reinforcement Learning: {{An}} Introduction}} + +@unpublished{szegedy2013intriguing, + archiveprefix = {arXiv}, + author = {Szegedy, Christian and Zaremba, Wojciech and Sutskever, Ilya and Bruna, Joan and Erhan, Dumitru and Goodfellow, Ian and Fergus, Rob}, + date = {2013}, + eprint = {1312.6199}, + eprinttype = {arxiv}, + title = {Intriguing Properties of Neural Networks}} + +@article{thaler1981empirical, + author = {Thaler, Richard}, + date = {1981}, + journaltitle = {Economics letters}, + number = {3}, + pages = {201--207}, + title = {Some Empirical Evidence on Dynamic Inconsistency}, + volume = {8}} + +@article{thaler2004more, + author = {Thaler, Richard H and Benartzi, Shlomo}, + date = {2004}, + journaltitle = {Journal of political Economy}, + number = {S1}, + pages = {S164--S187}, + title = {Save More Tomorrow{\texttrademark}: {{Using}} Behavioral Economics to Increase Employee Saving}, + volume = {112}} + +@article{tversky1981framing, + author = {Tversky, Amos and Kahneman, Daniel}, + date = {1981}, + journaltitle = {Science (New York, N.Y.)}, + number = {4481}, + pages = {453--458}, + shortjournal = {science}, + title = {The Framing of Decisions and the Psychology of Choice}, + volume = {211}} + +@article{ungemach2011how, + author = {Ungemach, Christoph and Stewart, Neil and Reimers, Stian}, + date = {2011}, + journaltitle = {Psychological Science}, + number = {2}, + pages = {253--260}, + title = {How Incidental Values from the Environment Affect Decisions about Money, Risk, and Delay}, + volume = {22}} + +@unpublished{upadhyay2021robust, + archiveprefix = {arXiv}, + author = {Upadhyay, Sohini and Joshi, Shalmali and Lakkaraju, Himabindu}, + date = {2021}, + eprint = {2102.13620}, + eprinttype = {arxiv}, + title = {Towards {{Robust}} and {{Reliable Algorithmic Recourse}}}} + +@inproceedings{ustun2019actionable, + author = {Ustun, Berk and Spangher, Alexander and Liu, Yang}, + booktitle = {Proceedings of the {{Conference}} on {{Fairness}}, {{Accountability}}, and {{Transparency}}}, + date = {2019}, + pages = {10--19}, + title = {Actionable Recourse in Linear Classification}} + +@article{vanboven2000egocentric, + author = {Van Boven, Leaf and Dunning, David and Loewenstein, George}, + date = {2000}, + journaltitle = {Journal of personality and social psychology}, + number = {1}, + pages = {66}, + title = {Egocentric Empathy Gaps between Owners and Buyers: Misperceptions of the Endowment Effect.}, + volume = {79}} + +@book{varshney2022trustworthy, + author = {Varshney, Kush R.}, + date = {2022}, + location = {{Chappaqua, NY, USA}}, + publisher = {{Independently Published}}, + title = {Trustworthy {{Machine Learning}}}} + +@unpublished{verma2020counterfactual, + archiveprefix = {arXiv}, + author = {Verma, Sahil and Dickerson, John and Hines, Keegan}, + date = {2020}, + eprint = {2010.10596}, + eprinttype = {arxiv}, + title = {Counterfactual Explanations for Machine Learning: {{A}} Review}} + +@article{verstyuk2020modeling, + author = {Verstyuk, Sergiy}, + date = {2020}, + journaltitle = {Available at SSRN 3589337}, + title = {Modeling Multivariate Time Series in Economics: {{From}} Auto-Regressions to Recurrent Neural Networks}} + +@article{wachter2017counterfactual, + author = {Wachter, Sandra and Mittelstadt, Brent and Russell, Chris}, + date = {2017}, + journaltitle = {Harv. JL \& Tech.}, + pages = {841}, + title = {Counterfactual Explanations without Opening the Black Box: {{Automated}} Decisions and the {{GDPR}}}, + volume = {31}} + +@article{wang2018optimal, + author = {Wang, HaiYing and Zhu, Rong and Ma, Ping}, + date = {2018}, + journaltitle = {Journal of the American Statistical Association}, + number = {522}, + pages = {829--844}, + title = {Optimal Subsampling for Large Sample Logistic Regression}, + volume = {113}} + +@book{wasserman2006all, + author = {Wasserman, Larry}, + date = {2006}, + publisher = {{Springer Science \& Business Media}}, + title = {All of Nonparametric Statistics}} + +@book{wasserman2013all, + author = {Wasserman, Larry}, + date = {2013}, + publisher = {{Springer Science \& Business Media}}, + title = {All of Statistics: A Concise Course in Statistical Inference}} + +@article{widmer1996learning, + author = {Widmer, Gerhard and Kubat, Miroslav}, + date = {1996}, + journaltitle = {Machine learning}, + number = {1}, + pages = {69--101}, + title = {Learning in the Presence of Concept Drift and Hidden Contexts}, + volume = {23}} + +@unpublished{wilson2020case, + archiveprefix = {arXiv}, + author = {Wilson, Andrew Gordon}, + date = {2020}, + eprint = {2001.10995}, + eprinttype = {arxiv}, + title = {The Case for {{Bayesian}} Deep Learning}} + +@article{witten2009penalized, + author = {Witten, Daniela M and Tibshirani, Robert and Hastie, Trevor}, + date = {2009}, + journaltitle = {Biostatistics (Oxford, England)}, + number = {3}, + pages = {515--534}, + shortjournal = {Biostatistics}, + title = {A Penalized Matrix Decomposition, with Applications to Sparse Principal Components and Canonical Correlation Analysis}, + volume = {10}} + +@article{xu2020epidemiological, + author = {Xu, Bo and Gutierrez, Bernardo and Mekaru, Sumiko and Sewalk, Kara and Goodwin, Lauren and Loskill, Alyssa and Cohn, Emily and Hswen, Yulin and Hill, Sarah C. and Cobo, Maria M and Zarebski, Alexander and Li, Sabrina and Wu, Chieh-Hsi and Hulland, Erin and Morgan, Julia and Wang, Lin and O'Brien, Katelynn and Scarpino, Samuel V. and Brownstein, John S. and Pybus, Oliver G. and Pigott, David M. and Kraemer, Moritz U. G.}, + date = {2020}, + doi = {doi.org/10.1038/s41597-020-0448-0}, + journaltitle = {Scientific Data}, + number = {106}, + title = {Epidemiological Data from the {{COVID-19}} Outbreak, Real-Time Case Information}, + volume = {7}, + bdsk-url-1 = {https://doi.org/10.1038/s41597-020-0448-0}} + +@article{yeh2009comparisons, + author = {Yeh, I-Cheng and Lien, Che-hui}, + date = {2009}, + journaltitle = {Expert systems with applications}, + number = {2}, + pages = {2473--2480}, + title = {The Comparisons of Data Mining Techniques for the Predictive Accuracy of Probability of Default of Credit Card Clients}, + volume = {36}} + +@article{zhang1998forecasting, + author = {Zhang, Guoqiang and Patuwo, B Eddy and Hu, Michael Y}, + date = {1998}, + journaltitle = {International journal of forecasting}, + number = {1}, + pages = {35--62}, + title = {Forecasting with Artificial Neural Networks:: {{The}} State of the Art}, + volume = {14}} + +@article{zhang2003time, + author = {Zhang, G Peter}, + date = {2003}, + journaltitle = {Neurocomputing}, + pages = {159--175}, + title = {Time Series Forecasting Using a Hybrid {{ARIMA}} and Neural Network Model}, + volume = {50}} + +@unpublished{zheng2018dags, + archiveprefix = {arXiv}, + author = {Zheng, Xun and Aragam, Bryon and Ravikumar, Pradeep and Xing, Eric P}, + date = {2018}, + eprint = {1803.01422}, + eprinttype = {arxiv}, + title = {Dags with No Tears: {{Continuous}} Optimization for Structure Learning}} + +@article{zhu2015optimal, + author = {Zhu, Rong and Ma, Ping and Mahoney, Michael W and Yu, Bin}, + date = {2015}, + journaltitle = {arXiv}, + pages = {arXiv--1509}, + title = {Optimal Subsampling Approaches for Large Sample Linear Regression}} diff --git a/paper/src/www/posterior_predictive_mlp.png b/paper/src/www/posterior_predictive_mlp.png new file mode 100644 index 00000000..a5744565 Binary files /dev/null and b/paper/src/www/posterior_predictive_mlp.png differ diff --git a/paper/src/www/regression.png b/paper/src/www/regression.png new file mode 100644 index 00000000..3ef196a6 Binary files /dev/null and b/paper/src/www/regression.png differ