- Questo topic ha 4 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 7 anni, 7 mesi fa da .
-
Topic
-
Ho scritto la tesi con Overleaf, usando toptesi presente al link.
Secondo questo template, per ogni pagina, nell’intestazione ci può essere o il titolo del capitolo o il titolo della tesi con nome del candidato.Il mio problema è che il titolo della tesi è molto lungo, quindi il risultato è nell’immagine in allegato.
Vorrei quindi capire se è possibile:
- modificare l’intestazione in modo da inserire il titolo tesi su due righe invece di una;
- eliminare il nome del candidato dall’intestazione, prima del titolo tesi;
- eventualmente come si può eliminare questo tipo di intestazione, lasciando solo quella del capitolo a pagine alterne.
Accetto inoltre soluzioni alternative al problema (…titolo breve solo per intestazione?).
Di seguito un estratto del mio documento: (Nota: per farlo funzionare deve essere compilato insieme ai file presenti al link già indicato)
`\let\oldbreve\breve
\documentclass[12pt,twoside,cucitura,oldstyle,autoretitolo,classica,greek]{toptesi}
\usepackage[or]{teubner}
\usepackage{hyperref}\hypersetup{%
pdfpagemode={UseOutlines},
bookmarksopen,
pdfstartview={FitH},
colorlinks,
linkcolor={blue},
citecolor={red},
urlcolor={blue}
}\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}\usepackage{lmodern}
%—————————————–%
\ateneo{University}
\nomeateneo{}
\FacoltaDi{}
\titolo{very very very very very very very very very very very very very very very long title }
\sottotitolo{subtitle}
\corsodilaurea{Engineering}
\candidato{Candidate Name}
\relatore{prof.\ bla bla}
\tutoreaziendale{bla bla}
\sedutadilaurea{\textsc{Academic~Year} 2222}
%\logosede{}
%——————————%
\newtheorem{osservazione}{Remark}
\usepackage{array}
\usepackage{wrapfig}
\usepackage{multirow}
\usepackage{tabu}
\usepackage[flushleft]{threeparttable}
\usepackage{import}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{makecell}
\usepackage[table,xcdraw]{xcolor}
\usepackage[toc,page]{appendix}
\usepackage{notoccite}
\let\breve\oldbreve
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{siunitx}
\usepackage{enumerate}
\usepackage{rotating}\makeatletter
\newcommand*{\rom}[1]{\expandafter\@slowromancap\romannumeral #1@}
\makeatother% Nomenclature:
\usepackage[intoc, english]{nomencl}
\renewcommand{\nomname}{Acronyms}\renewcommand{\nomgroup}[1]{%
\if#1A%
\formattitle{Abbreviation}%
\else
\if#1S%
\formattitle[0pt]{Symbols}%
\else
\if#1P%
\formattitle{Subscripts}%
\else
\if#1N
\formattitle{Notation}
\else
\GenericError{\string\nomgroup}{The argument can be only A, S, N or P}{}{}%
\fi
\fi
\fi
\fi}
\newcommand{\formattitle}[2][15pt]{\vspace{#1}\item[\sffamily #2]}%o 10pt
\makenomenclature
%——————————————————%
\begin{document}\errorcontextlines=9
\english
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\iflanguage{english}{%
\retrofrontespizio{This work is subject to the Creative Commons Licence}
\DottoratoIn{PhD Course in\space}
\CorsoDiLaureaIn{Master degree course in\space}
\NomeMonografia{Bachelor Degree Thesis}
\TesiDiLaurea{Master Degree Thesis}
\NomeDissertazione{PhD Dissertation}
\InName{in}
\CandidateName{Candidate:}
\AdvisorName{Supervisor}
\TutorName{Tutor}
\NomeTutoreAziendale{Internship Tutor:}
\CycleName{cycle}
\NomePrimoTomo{First volume}
\NomeSecondoTomo{Second Volume}
\NomeTerzoTomo{Third Volume}
\NomeQuartoTomo{Fourth Volume}
}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\expandafter\ifx\csname StileTrieste\endcsname\relax
\frontespizio
\else
\paginavuota
\begin{dedica}
…
\textdagger\ ….
\end{dedica}
\tomo
\fi
%%%%%%%%%%%%%%%%%%
\sommariosummary
%%%%%%%%%%%%%%%%%%%
\ringraziamentibla bla
%%%%%%%%%%%%%%%%%%%%%%%
\tablespagetrue\figurespagetrue
\begingroup\let\mainmatter\relax
\printnomenclature
\endgroup
\indici\expandafter\ifx\csname StileTrieste\endcsname\relax
\else
\begin{citazioni}
\textit{testo testo testo\\testo testo testo}[\textsc{bla bla}, test]
\textgreek{>all'a p'anta
oiak'izei} [Eraclito, fr.\ D-K 134]
\end{citazioni}\fi
%%%%%%%%%%%%%%%%%%%%%%%
\mainmatter
\chapter*{Introduction}
\addcontentsline{toc}{chapter}{Introduction}
…………………
The contents…
\clearpage
The contents…
\clearpage
The contents…
\clearpage
The contents…
\chapter{Test}
The contents… The contents… The contents… The contents…
The contents…
The contents…The contents… The contents…The contents… The contents…
The contents… The contents… The contents… The contents…
The contents…
The contents…The contents… The contents…
\clearpage
The contents… The contents…The contents… The contents… The contents… The contents…
The contents…
The contents…The contents… The contents…The contents… The contents…The contents… The contents…The contents… The contents… The contents… The contents…
The contents…
The contents…The contents… The contents…The contents… The contents…
\clearpage
The contents…The contents… The contents…
\clearpage
The contents…
\clearpage
The contents…\begin{thebibliography}{1}
\bibitem{gal} G.~Galilei, {\em Nuovi studii sugli astri medicei}, Manunzio,
Venetia, 1612.
\end{thebibliography}
%—————– Appendices——————-%
\begin{appendices}\chapter{Some Appendix}
The contents…\end{appendices}
\nomenclature
{a}{prova}
\nomenclature[P]{b}{prova}
\nomenclature[N]{c}{prova}
\end{document}`
Attendo eventuali notizie, grazie.
- Devi essere connesso per rispondere a questo topic.