Makefile, pdf/a-3u

This commit is contained in:
elvis
2025-11-20 13:51:39 +01:00
parent c0e68adfd7
commit 3aa60e6aef
3 changed files with 46 additions and 2 deletions

View File

@ -1,4 +1,4 @@
\documentclass[11pt, twoside, openright]{book}
\documentclass[11pt, twoside, openright, hidelinks]{book}
%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %%
%% Load Packages %%
@ -21,6 +21,8 @@
\usepackage[italian,main=english]{babel} %% language
\usepackage[a-3u,mathxmp]{pdfx}
\pagestyle{headings}
\usepackage{scrlayer-scrpage}
@ -79,7 +81,7 @@
\usepackage{makeidx}
%% load last
\usepackage[hidelinks]{hyperref} %% links for table of contents, load last
\usepackage{hyperref} %% links for table of contents, load last
\usepackage{bookmark} %% for better table of contents
%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %%