Skip to content
Snippets Groups Projects
Commit 1d2f6fd8 authored by Lorenzo Ferron's avatar Lorenzo Ferron
Browse files

Missing files

parent 7fc3283f
No related branches found
No related tags found
No related merge requests found
\NewDocumentCommand\prog{s m}{\textsf{\bfseries#2}%
\IfBooleanTF{#1}{}{\index{programma!#2@\textsf{\bfseries#2}}}}
\ No newline at end of file
\makeatletter
% {<file>}{<message>}{<preload>}{<postload>}{<success>}{<failure>}
\protected\long\def\blx@lbx@input@handler@simple#1#2#3#4#5#6{%
\blx@info@noline{Trying to load #2..}%
\IfFileExists{#1}
{\blx@info@noline{... file '#1' found}%
\csuse{blx@lbxfilehook@simple@preload@#1}%
#3%
\setbox\@tempboxa=\hbox\bgroup\@@input\@filef@und\egroup
#4%
\csuse{blx@lbxfilehook@simple@postload@#1}%
#5%
\ifcsundef{blx@file@lbx@simple@#1}
{\listxadd\blx@list@req@stat{#1}%
\@addtofilelist{#1}%
\global\cslet{blx@file@lbx@simple@#1}\@empty}
{}}
{\blx@info@noline{... file '#1' not found}%
\csuse{blx@lbxfilehook@simple@failure@#1}%
#6}}
% {<file>}{<message>}{<preload>}{<postload>}{<success>}{<failure>}
\protected\long\def\blx@lbx@input@handler@once#1#2#3#4#5#6{%
\ifcsundef{blx@file@lbx@once@#1}
{\blx@info@noline{Trying to load #2..}%
\IfFileExists{#1}
{\blx@info@noline{... file '#1' found}%
\csuse{blx@lbxfilehook@once@preload@#1}%
#3%
\setbox\@tempboxa=\hbox\bgroup\@@input\@filef@und\egroup
#4%
\csuse{blx@lbxfilehook@once@postload@#1}%
#5%
\ifcsundef{blx@file@lbx@simple@#1}
{\listxadd\blx@list@req@stat{#1}%
\@addtofilelist{#1}}
{}}
{\blx@info@noline{... file '#1' not found}%
\csuse{blx@lbxfilehook@once@failure@#1}%
#6}%
\global\cslet{blx@file@lbx@once@#1}\@empty
\global\cslet{blx@file@lbx@simple@#1}\@empty}
{#5}}
\makeatother
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment