more ignores

This commit is contained in:
2024-01-20 00:01:47 +02:00
parent 8d33d3b291
commit fa447157ba
2 changed files with 27 additions and 13 deletions

View File

@@ -13,6 +13,8 @@
\catcode`\'=\active
\def'{}
% \usepackage[titles]{tocloft}
% Table configuration packages
% Extending the array and tabular environments, Enhanced support for graphics
\usepackage{array,graphicx}
@@ -45,13 +47,13 @@
% \newcommand{\chaptitlefont}[1]{{\bfseries\Large #1}}
% Bellow is the same as the default settings but with : between the number and the title
\titlecontents{chapter}% level to be modified
[0pt]{\addvspace{0.3cm}}%
% {\textsc{\hspace{0cm}\normalsize\bfseries \thecontentslabel: }\normalsize\bfseries\chaptitlefont}
{\textsc{\hspace{0cm}\normalsize\bfseries \thecontentslabel: }\normalsize\bfseries}
{\normalsize\bfseries}% for star chapters
{\hfill\bfseries\contentspage}
[\addvspace{.2pc}]%
% \titlecontents{chapter}% level to be modified
% [0pt]{\addvspace{0.3cm}}%
% % {\textsc{\hspace{0cm}\normalsize\bfseries \thecontentslabel: }\normalsize\bfseries\chaptitlefont}
% {\textsc{\hspace{0cm}\normalsize\bfseries \thecontentslabel: }\normalsize\bfseries}
% {\normalsize\bfseries}% for star chapters
% {\hfill\bfseries\contentspage}
% [\addvspace{.2pc}]%
\PolyglossiaSetup{greek}{indentfirst=false} % Do not indent first paragraph
@@ -80,9 +82,9 @@
\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
\DefineBibliographyStrings{greek}{
backrefpage={\textgreek{Αναφορά: σελίδα}},
backrefpages={\textgreek{Αναφορά: σελίδες}},
urlseen = {\textgreek{Ανακτήθηκε}},
backrefpage={\textgreek{Αναφορά στην σελίδα}},
backrefpages={\textgreek{Αναφορά στις σελίδες}},
urlseen = {\textgreek{Επίσκεψη στις}},
}
%%% Print url and doi in a new line when on the bibliography page
@@ -91,7 +93,8 @@
{\setunit{\bibpagerefpunct}\newblock
\usebibmacro{pageref}%
\clearlist{pageref}%
\setunit{\adddot\par\nobreak}}
\setunit{\par\nobreak}}
% \setunit{\adddot\par\nobreak}}
{}}
% \renewbibmacro*{doi+eprint+url}{%
@@ -115,11 +118,13 @@
\renewbibmacro*{url+urldate}{%
\usebibmacro{bbx:parunit}% Added
\printfield{url}
\printurldate
%\iffieldundef{urlyear}
% {}
{\setunit*{\addspace}
% {\setunit*{\addspace}
% \printtext[urldate]{\printurldate}
{\printurldate}
% {\printurldate}
}
}
@@ -138,6 +143,8 @@
% Add date seen bellow everything to not have overfull warning
% \DeclareFieldFormat{urldate}{\mkbibparens{\bibstring{urlseen}\space#1}}
\DeclareFieldFormat[inproceedings]{pages}{#1} % to not have "Στο σελίδες" in inproceedings
%%%
%%%%

View File

@@ -5,6 +5,10 @@
% Set up the document
\documentclass[a4paper, 12pt, oneside]{Thesis} % Use the "Thesis" style, based on the ECS Thesis style by Steve Gunn
% \documentclass[draft,a4paper, 12pt, oneside]{Thesis} % Use the "Thesis" style, based on the ECS Thesis style by Steve Gunn
% \overfullrule=5pt
% \renewcommand\bfdefault{b}
\input{SettingsAndPackages/formatsAndDefs} % Include settings and custom commands
%% ----------------------------------------------------------------
@@ -99,7 +103,9 @@ Dennis Ritchie (1941 - 2011)
%% ----------------------------------------------------------------
% Changed all \emph to \textgreek to get the corrext font
\lhead{\textgreek{Περιεχόμενα}} % Set the left side page header to "Contents"
% \begin{sloppybar}
\tableofcontents % Write out the Table of Contents
% \end{sloppybar}
%% ----------------------------------------------------------------
@@ -185,6 +191,7 @@ Dennis Ritchie (1941 - 2011)
% If you want to break on URL UPPER CASE letters
\setcounter{biburlucpenalty}{9000}
% \renewcommand*{\bibfont}{\small}
\textenglish{ % Majority of the bibliography is in english so we need the english hyphenation
\printbibliography[title={Βιβλιογραφία}]
}