fix(biblatex): disable URL, DOI, and ISBN in bib
This commit is contained in:
@@ -51,6 +51,9 @@
|
|||||||
dateuncertain=true,%
|
dateuncertain=true,%
|
||||||
datecirca=true,%
|
datecirca=true,%
|
||||||
sorting=none,%
|
sorting=none,%
|
||||||
|
url=false,%
|
||||||
|
doi=false,%
|
||||||
|
isbn=false,%
|
||||||
backend=biber]{biblatex}
|
backend=biber]{biblatex}
|
||||||
\RequirePackage{hyperref}
|
\RequirePackage{hyperref}
|
||||||
\RequirePackage[acronym, nogroupskip, toc]{glossaries}
|
\RequirePackage[acronym, nogroupskip, toc]{glossaries}
|
||||||
@@ -448,7 +451,7 @@
|
|||||||
\newcommand{\faculty}[1]{\gdef\@faculty{#1}}
|
\newcommand{\faculty}[1]{\gdef\@faculty{#1}}
|
||||||
\newcommand{\program}[1]{\gdef\@program{#1}}
|
\newcommand{\program}[1]{\gdef\@program{#1}}
|
||||||
\newcommand{\university}[1]{\gdef\@university{#1}}
|
\newcommand{\university}[1]{\gdef\@university{#1}}
|
||||||
% \newcommand{\yearofsubmission}[1]{\gdef\@yearofsubmission{#1}}
|
\newcommand{\yearofsubmission}[1]{\gdef\@yearofsubmission{#1}}
|
||||||
|
|
||||||
% Now expose robust “the‑” getters to access the values
|
% Now expose robust “the‑” getters to access the values
|
||||||
\newcommand{\theauthorid}{\@authorid}
|
\newcommand{\theauthorid}{\@authorid}
|
||||||
@@ -459,6 +462,7 @@
|
|||||||
\newcommand{\thefaculty}{\@faculty}
|
\newcommand{\thefaculty}{\@faculty}
|
||||||
\newcommand{\theprogram}{\@program}
|
\newcommand{\theprogram}{\@program}
|
||||||
\newcommand{\theuniversity}{\@university}
|
\newcommand{\theuniversity}{\@university}
|
||||||
|
\newcommand{\theyearofsubmission}{\@yearofsubmission}
|
||||||
|
|
||||||
% Ensure title/author/date get expanded correctly in hypersetup
|
% Ensure title/author/date get expanded correctly in hypersetup
|
||||||
% \hypersetup{
|
% \hypersetup{
|
||||||
|
|||||||
Reference in New Issue
Block a user