- Questo topic ha 10 risposte, 6 partecipanti ed è stato aggiornato l'ultima volta 16 anni, 6 mesi fa da .
-
Topic
-
Buongiorno!
Ho un problema con l’header di una sezione, relativa agli acronimi, inserita nel backmatter. Compare il numero del capitolo precedente, nella testatina. Per quale motivo? Segue un testcase.`
% Definizione di classe
\documentclass[a4paper,12pt,oneside]{book}% Pacchetti aggiuntivi
\usepackage[english,italian]{babel}\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{mathptmx}
\usepackage{amsmath, amsfonts, amssymb}
\usepackage{microtype}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{}
\chead{}
\rhead{\nouppercase{\bfseries \leftmark}}
\lfoot{}
\cfoot{\thepage}
\rfoot{}
\renewcommand{\chaptermark}[1]{\markboth{\bfseries \thechapter.\ #1}{}}
\setlength{\headheight}{14pt}\usepackage{acronym}
% Corpo del documento
\begin{document}
\frontmatter
\chapter*{Ringraziamenti}
\tableofcontents
\chapter{Introduzione}
\mainmatter
\chapter{capitolo1}
\chapter{capitolo2}
\backmatter
\chapter{Acronimi}
\begin{acronym}[DARPANET]
\small\acro{ACL}{Access Control List}
\acro{API}{Application Programming Interface}
\acro{APOP}{Authenticated Post Office Protocol}
\acro{ARP}{Address Resolution Protocol}
\acro{ARPANET}{Advanced Research Projects Agency NETwork}
\acro{AS}{Autonomous System}
\acro{ASCII}{American Standard Code for Information Interchange}
\acro{BGP}{Border Gateway Protocol}
\acro{CC}{Common Criteria}
\acro{CERT}{Computer Emergency Response Team}
\acro{CLI}{Command Line Interface}
\acro{DARPA}{Defense Advanced Research Projects Agency}
\acro{DARPANET}{Defense Advanced Research Projects Agency NETwork}
\acro{DDoS}{Distributed Denial-of-Service}
\acro{DF}{Don’t Fragment}
\acro{DMZ}{DeMilitarized Zone}
\acro{DNS}{Domain Name System}
\acro{DoS}{Denial-of-Service}
\acro{EGP}{Exterior Gateway Protocol}
\acro{SMTP}{Simple Mail Transfer Protocol}
\acro{SoF}{Strength of Functionality}
\acro{SOHO}{Small Office Home Office}
\acro{ST}{Security Target}
\acro{TCP}{Trasmission Control Protocol}
\acro{TCP/IP}{Trasmission Control Protocol/Internet Protocol}
\acro{TCP/UDP}{Trasmission Control Protocol/Used Datagram Protocol}
\acro{TCSEC}{Trusted Computer System Evaluation Criteria}
\acro{TELNET}{TELecommunication NETwork}
\acro{TLD}{Top Level Domain}
\end{acronym}
\end{document}
`
- Devi essere connesso per rispondere a questo topic.