- Questo topic ha 5 risposte, 5 partecipanti ed è stato aggiornato l'ultima volta 5 anni, 6 mesi fa da .
-
Topic
-
Salve a tutti, questo è il mio primo topic su GuIT.
Sto scrivendo una relazione in LaTeX utilizzando Texstudio, e ho voluto inserire tre immagini nell’intestazione in luogo delle consuete indicazioni di capitoli e paragrafi.Tuttavia, ho riscontrato una sovrapposizione del testo all’intestazione di pagina solo nella pagina che è mostrata nello screenshot in allegato.
Non riesco a capire cosa possa causare questo problema e come risolverlo, per cui mi rivolgo a qualcuno del forum per fare luce su ciò, considerando l’header e il resto del documento sotto riportati.`
\documentclass[a4paper,12pt,openright,titlepage]{report}
\usepackage[T1]{fontenc} % font coding
\usepackage[utf8]{inputenc} % accented letters
\usepackage[english]{babel} % language of the document
\usepackage{url} % to write URLs
%\usepackage{geometry} % to define margins
%\geometry{a4paper,top=4cm,bottom=4cm,left=3.5cm,right=2.5cm,%
%heightrounded}
\usepackage[a4paper,top=4cm,bottom=4cm,left=3.5cm,right=2.5cm]{geometry}%\pagestyle{plain} % Page numbers at the bottom right
\pagenumbering{arabic}\usepackage{svg} % For images in .svg format
\usepackage{setspace} % To modify the line-spacing
\singlespacing\usepackage{graphicx}
\graphicspath{{C:/Users/utente/Desktop/BackupTesi/MasterDegreeThesisLocal/StesuraTesi/LaTeX/RoboticsI/Images/}}
\usepackage{float}\usepackage{hyperref}
\hypersetup{hidelinks}\usepackage{glossaries}
% BIBLIOGRAFIA
\usepackage[autostyle]{csquotes}
\usepackage[bibstyle=numeric,citestyle=numeric-comp,backend=biber]{biblatex}
\addbibresource{biblio.bib}\usepackage[font=small,hang, labelfont=bf]{caption}
\usepackage{textcomp}
\usepackage{enumitem}
\setenumerate{align=left}% SI unit measurements
\usepackage[italian,squaren]{SIunits}\usepackage{booktabs,array}
\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}
\usepackage{caption}
\usepackage{subcaption}
\captionsetup{tableposition=top, figureposition=bottom,font=small}
\usepackage{amsmath}
\usepackage{amssymb}
\DeclareMathOperator{\sgn}{sgn}
%\newcommand{\bigzero}{\makebox (0,0){\text{\huge 0}}}
%\DeclareMathOperator{\det}{det}
\usepackage{mathrsfs}
\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it} % load “Zapf Chancery” as a math alphabet
\usepackage{dutchcal}
\usepackage{empheq}
\usepackage{tabularx}
\usepackage{underscore}\renewcommand{\vec}{\boldsymbol} % For arrays
\usepackage{chngcntr} % Note a piè di pagina
\counterwithout{footnote}{chapter}
%\usepackage{footmisc}
%\footnotemargin 7mm\usepackage{units} % For nice fractions
\usepackage{matlab-prettifier} % For including Matlab codes
\lstset{language=Matlab,%
firstnumber=auto,
basicstyle=\scriptsize\ttfamily,
numbers=left,
numberstyle=\tiny,
stepnumber=2,
frame=lines,
numbersep= 20 pt
}\usepackage{listings}
\makeatletter
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else
\hbox{}
\vspace*{\fill}
\vspace{\fill}
\thispagestyle{empty}
\newpage
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother% For appendix and header
\usepackage{fancyhdr,lipsum}
\pagestyle{fancy}
%\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
%\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
%\cfoot[CE,CO]{\bf \thepage}
%\fancyhead[LE,RO]{\scshape\thepage}
%\fancyhead[LO]{\scshape\footnotesize\nouppercase{\rightmark}}
%\fancyhead[RE]{\scshape\footnotesize\nouppercase{\leftmark}}
\fancyhead[LE,LO]{\includegraphics[height=1.5cm,width=4.5cm]{DEI Logo.png}}
\fancyhead[RE,RO]{\includegraphics[height=1.5cm,width=2.7cm]{C3lab.png}}
\fancyhead[CE,CO]{\includegraphics[height=1.5cm,width=1.5cm]{PoliBa Logo.png}}
%\fancyfoot[CE,CO]{\leftmark}
\fancyfoot[CE,CO]{\thepage}
\renewcommand{\headrulewidth}{2pt}
\renewcommand{\footrulewidth}{1pt}\usepackage{verbatim} % For multiple-lines comments
\usepackage{fontspec}
\usepackage{amsfonts}
\usepackage{calligra}
\newcommand{\CLGl}{\text{\calligra l}\,}\begin{document}
\pagestyle{plain} \tableofcontents
\listoffigures
\listoftables
% INTRODUCTION
\chapter{Introduction}\pagestyle{fancy}
\chapter{Overview} \label{chpt:Overview}
\section{Human biomechanics}
\subsection{Articular planes}
\newpage
\begin{figure}[H]
\centering
\includegraphics[scale=0.3]%
{Anatomical planes.pdf}
\caption{Anatomical planes}
\captionsetup{format=hang,labelsep=endash,justification=centering}
\label{fig:ArticPlanes}
\end{figure}\end{document}`
- Devi essere connesso per rispondere a questo topic.