- Questo topic ha 5 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 11 anni, 9 mesi fa da .
-
Topic
-
Mi viene richiesto di caricare la tesi in formato PDF/A. Ho dato un’occhiata ad un utile articolo apparso qualche anno fa su Ars TeXnica (click).Utilizzo la bella classe scrbook e mi piacerebbe non doverla cambiare. In effetti, il file PDF viene scritto; sebbene venga segnalato un errore di conflitti nel richiamo di hyperref:
`! LaTeX Error: Option clash for package hyperref.`Questo è il mio documento. (Qualsiasi consiglio su come migliorarlo è il benvenuto! Abbiate pietà per i miei margini).
`\RequirePackage{pdf14}% also disables `\pdfobjcompresslevel`
\documentclass{scrbook}
%
%usepackage{frontespizio}
\usepackage[latin1]{inputenc}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
%\usepackage{classicthesis-ldpkg}
\usepackage[pdfspacing]{classicthesis}
%\usepackage{arsclassica}
\usepackage{typearea}
%
% math packages
%
\usepackage{mathrsfs}
\usepackage{mathtools}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{enumitem}
%
% other packages
%
\usepackage{cases}
\usepackage{microtype}
\usepackage{relsize}
%\usepackage{booktabs}
\usepackage{verbatim}
\usepackage{forest}
\usepackage[all,cmtip]{xy}
\usepackage{makeidx}
%
% pdfx
%
\usepackage[a-1b]{pdfx}
%
\hypersetup{%
pdfpagemode={UseOutlines},
bookmarksopen,
pdfstartview={FitH},
%colorlinks,
linkcolor={blue},
citecolor={green},
urlcolor={blue}
}
\usepackage[backend=biber,firstinits=true]{biblatex}
\renewbibmacro{in:}{%
\ifentrytype{article}{}{\printtext{\bibstring{in}\intitlepunct}}}
%
\addbibresource{/media/Data/Matematica/Insiemi Dendroidali/Insiemi_Dendroidali.bib}
\addbibresource{/media/Data/Matematica/Teoria delle Categorie/Teoria_delle_Categorie.bib}
\addbibresource{/media/Data/Matematica/Teoria delle Categorie/Borceux/borceux.bib}
\addbibresource{/media/Data/Matematica/Algebra Omotopica/Cisinski Denis-Charles/Cisinski.bib}
\addbibresource{/media/Data/Matematica/Algebra Omotopica/Algebra_Omotopica.bib}
\addbibresource{/media/Data/Matematica/Algebra Omotopica/infty-categories.bib}
%
\areaset[5mm]{385pt}{675pt}
\setlength{\marginparwidth}{7em}%
\setlength{\marginparsep}{2em}%
%
\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it}
%
\newcommand{\cl}[1]{\mathpzc{#1}}
\newcommand{\id}[1]{\text{id}_{#1}}
\newcommand{\cof}{\mathscr{C}}
\newcommand{\psh}[1]{\widehat{#1}}
\newcommand{\op}{\text{op}}
\newcommand{\ob}{\text{Ob}}
\newcommand{\arr}{\text{Ar}}
\newcommand{\Pos}{\cl{Pos}}
\newcommand{\Bpos}{\cl{BPos}}
\newcommand{\Cat}{\cl{Cat}}
\newcommand{\Oper}{\cl{Oper}}
\newcommand{\Sets}{\cl{Set}}
\newcommand{\pbv}{\odot_{\text{BV}}}
\newcommand{\BV}{\otimes_{\text{BV}}}
\newcommand{\BVp}{\otimes_{{\text{BV}}_\pi}}
\newcommand{\pare}{\partial^\varepsilon}
\newcommand{\An}{\mathsf{An}}
\newcommand{\otimesp}{\otimes_\pi}
%
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{scholium}[theorem]{Scholium}
%
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{point}[theorem]{}
\newtheorem{example}[theorem]{Example}
%
\makeindex
%
% opening
%
\title{A Cisinski model structure on planar dendroidal sets}
\author{Andrea Gagna}
\date{}
%
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\include{diagxy}
\mainmatter
\include{operads}
\include{dendroids}
\include{dsets}
\include{model}
%\include{equivalence}
\appendix
\include{trees}
\backmatter
\printindex
\printbibliography
\end{document}`
- Devi essere connesso per rispondere a questo topic.