fix: standardize month formatting in bibliography and update PDF/A compliance settings
All checks were successful
Build LaTeX Document / build_latex (push) Successful in 2m47s
All checks were successful
Build LaTeX Document / build_latex (push) Successful in 2m47s
This commit is contained in:
12
Tesi.tex
12
Tesi.tex
@@ -1,6 +1,5 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\documentclass[12pt,a4paper]{book} % o article, book, ...
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% packages...
|
||||
\usepackage[utf8]{inputenc}
|
||||
@@ -9,10 +8,11 @@
|
||||
%\usepackage{showframe}
|
||||
|
||||
% Per generare il file PDF aderente alle specifiche PDF/A-1b. Verificarne poi la validità.
|
||||
\usepackage[a-1b,mathxmp]{pdfx}
|
||||
\usepackage{colorprofiles}
|
||||
\usepackage[a-2b,mathxmp]{pdfx}
|
||||
|
||||
\usepackage{biblatex}
|
||||
\addbibresource{Biblio.bib}
|
||||
\bibliography{Biblio.bib}
|
||||
|
||||
\usepackage{hyperref}
|
||||
\hypersetup{
|
||||
@@ -56,11 +56,11 @@
|
||||
\fancyhead[LEO]{\slshape \leftmark} %section
|
||||
\fancyhead[REO]{\thepage}
|
||||
\setlength{\headheight}{14.5pt}
|
||||
\setlength{\marginparwidth}{2cm}
|
||||
|
||||
%\usepackage{etoolbox}
|
||||
|
||||
\usepackage[textsize=tiny]{todonotes}
|
||||
\usepackage[italian, textsize=tiny]{todonotes}
|
||||
\setlength{\marginparwidth}{2cm}
|
||||
|
||||
\usepackage{refcheck}
|
||||
|
||||
@@ -144,6 +144,8 @@
|
||||
\renewcommand{\figurename}{\oldFigureName} %reset caption figure name
|
||||
}
|
||||
|
||||
\raggedbottom
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\begin{document}
|
||||
\newgeometry{centering}
|
||||
|
Reference in New Issue
Block a user