Re: underfull \hbox in bibliografia

#54886
Up
0
Down
::


ciao,
spero siano sufficienti le seguenti informazioni. che cos’è la “gabbia”? Vi segnalo inoltre che devo usare il pacchetto.sty che vi copio alla fine del post e che, se dovesse servire, possiamo modificare.

\usepackage[latin1]{inputenc}
\usepackage[babel]{csquotes}
\usepackage[style=authortitle, citestyle=verbose-trad1]{biblatex}
\bibliography{bibliotesi}

\printbibliography

@book{ZP:FrakGeom,
author = {Zeitler, Herbert and Pagon, Du\v{s}an},
title = {Fraktale geometrie. Eine Einf\”uhrung},
publisher = {Vieweg},
year = {2000},
location = {Braunschweig},
keywords = {3}
}

ecc il pacchetto.sty:
% ********************************************************************
% aracne.sty
% ********************************************************************
\ProvidesPackage{aracne}

\RequirePackage{geometry}
%\RequirePackage{fancyhdr}
\RequirePackage{hyperref}
\RequirePackage{caption}

% ********************************************************************
% geometry
% ********************************************************************
\geometry{papersize={17cm,24cm},text={12.5cm,18.5cm},centering,dvips=false,heightrounded}

% ********************************************************************
% fancyhdr
% ********************************************************************
%\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

%\pagestyle{fancy}
%\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
%\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
%%\fancyhf{}
%\fancyhead[LE,RO]{\scshape\thepage}
%\fancyhead[LO]{\bfseries\footnotesize\nouppercase{\rightmark}}
%\fancyhead[RE]{\bfseries\footnotesize\nouppercase{\leftmark}}
%\renewcommand{\headrulewidth}{0.5pt}
%\renewcommand{\footrulewidth}{0pt}
%\addtolength{\headheight}{1.6pt}

% ********************************************************************
% hyperref
% ********************************************************************
\hypersetup{%
colorlinks=true, linktocpage=true, pdfstartpage=3, pdfstartview=FitV,%
breaklinks=true, pdfpagemode=UseNone, pageanchor=true, pdfpagemode=UseOutlines,%
plainpages=false, bookmarksnumbered, bookmarksopen=true, bookmarksopenlevel=1,%
hypertexnames=true, pdfhighlight=/O,%nesting=true,%frenchlinks,%
% urlcolor=webbrown, linkcolor=RoyalBlue, citecolor=RoyalBlue, pagecolor=RoyalBlue,%
%uncomment the following line if you want to have black links (e.g., for printing)
urlcolor=black, linkcolor=black, citecolor=black, pagecolor=black,%
% pdftitle={\myTitle},%
% pdfauthor={\textcopyright\ \myName},%
% pdfsubject={},%
% pdfkeywords={},%
%pdfcreator={pdfLaTeX},%
%pdfproducer={LaTeX with hyperref and classicthesis}%
}

\newcommand{\mail}[1]{\href{mailto:#1}{\texttt{#1}}}

% ********************************************************************
% caption
% ********************************************************************
\captionsetup{format=hang,font=small,labelfont=bf}

\newenvironment{citazione}%
{\begin{quotation}\small\ignorespaces}%
{\end{quotation}}

\graphicspath{{Immagini/}{misc/}}

Go to top