Re: Modifica dei soli margini del frontespizio

#29373
Up
0
Down
::


Scusami, ma ho omesso del codice:

`\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\MakeUppercase{\thechapter. #1 }}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\fancyhead[RO]{\bfseries\rightmark}
\fancyhead[LE]{\bfseries\leftmark}
\fancyfoot[C]{\thepage}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{0.5pt}
\fancypagestyle{plain}{
\fancyhead{}
\renewcommand{\headrulewidth}{0pt}
}

[…]

\newenvironment{alwayssingle}{%
\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn
\else\newpage\fi}
{\if@restonecol\twocolumn\else\newpage\fi}

%define title page layout
\renewcommand{\maketitle}{%

\begin{alwayssingle}
\setlength{\topmargin}{0.00cm}
\setlength{\headheight}{0.00cm}
\setlength{\headsep}{0.00cm}
\setlength{\footskip}{1.00cm}
\setlength{\textheight}{50.00cm}
\setlength{\textwidth}{14.5cm}
\setlength{\marginparsep}{0mm}
\setlength{\marginparwidth}{0cm}
\setlength{\footskip}{0cm}

%\renewcommand{\footnotesize}{\small}
%\renewcommand{\footnoterule}{\relax}
\thispagestyle{empty}
\begin{center}
{\large {\@crest} \par}
\textsc{\Large \@univ} \\
{\textsc{\Large \p@fac\ \@fac}} \\
\rule{0.5\linewidth}{0.01mm} \medskip \\
{\emph{\large \p@cdl\ \@cdl}} \\
\vspace*{30mm}
{\emph{\p@tesi}} \bigskip \bigskip \\
{ \LARGE { {\@title}} \par }
\vspace*{40mm}
\end{center}
\parbox[t]{0.45\textwidth}{%
\begin{center}
\textbf{\p@laureando} \\
\@author
\end{center}
}%
\hfill
\parbox[t]{0.45\textwidth}{%
\begin{center}
\textbf{\p@relatore} \\
{\@relatore} \\
{\@corelatore}
\end{center}
}%
\vspace*{1.0cm}
\begin{center}
% \rule{0.5\linewidth}{0.01mm} \\
{\p@aacc\ \@aacc}
\end{center}
\clearpage

\end{alwayssingle}}`

Non ho molto tempo per vederlo adesso, ma è probabile che lo stile fancy lo influenzi…

Go to top