Fixed compilation errors
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
\usepackage{tcolorbox}
|
||||
% LaTeX support for the Text Companion fonts
|
||||
\usepackage{textcomp}
|
||||
\usepackage{pdflscape}
|
||||
|
||||
% Select alternative section titles (Better chapter, section and subsection titles)
|
||||
\usepackage{titlesec}
|
||||
@@ -75,7 +76,7 @@
|
||||
% Include any extra LaTeX packages required
|
||||
% biblatex because it has foocite built-in
|
||||
% Sophisticated Bibliographies in LaTeX
|
||||
\usepackage[backend=biber,style=trad-abbrv,backref=true,autocite=plain,sorting=none,natbib=true]{biblatex} % Use the "Natbib" style for the references in the Bibliography
|
||||
\usepackage[backend=biber,style=trad-abbrv,backref=true,autocite=plain,sorting=none,natbib=true,accessdate=true]{biblatex} % Use the "Natbib" style for the references in the Bibliography
|
||||
|
||||
\DefineBibliographyStrings{greek}{
|
||||
backrefpage={Αναφορά στη σελίδα},
|
||||
@@ -115,7 +116,10 @@
|
||||
\iffieldundef{urlyear}
|
||||
{}
|
||||
{\setunit*{\addspace}%
|
||||
\printtext[urldate]{\printurldate}}}
|
||||
% \printtext[urldate]{\printurldate}
|
||||
{\printurldate}
|
||||
}
|
||||
}
|
||||
%%%
|
||||
|
||||
%%%%
|
||||
@@ -138,6 +142,11 @@
|
||||
|
||||
%%%%
|
||||
|
||||
\renewcommand{\listoflistingscaption}{Κατάλογος Εντολών}
|
||||
\renewcommand{\listingscaption}{Οδηγία}
|
||||
|
||||
\newminted{bash}{style=sas,breaklines,frame=lines}
|
||||
|
||||
\addbibresource{Bibliography.bib} % The references (bibliography) information are stored in the file named "Bibliography.bib"
|
||||
|
||||
% Reimplementation of and extensions to LaTeX verbatim
|
||||
@@ -151,6 +160,11 @@
|
||||
% Define enumerated description lists
|
||||
% Control layout of itemize, enumerate, description
|
||||
\usepackage{enumitem}
|
||||
% \usepackage[
|
||||
% type={CC},
|
||||
% modifier={by-nc-sa},
|
||||
% version={3.0},
|
||||
% ]{doclicense}
|
||||
\newcounter{descriptcount}
|
||||
\newcounter{descriptcount2}
|
||||
\newlist{enumdescript}{description}{2}
|
||||
|
||||
Reference in New Issue
Block a user