Re: Caption e classicthesis

#22239
Up
0
Down
::


C’é qualche opzione nascosta del mio preambolo che mi mette le caption raggedright invece di giustificate?

`%%%%%%%%%%%%%%%%%%%%%Generale%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[final,11pt,a4paper,twoside, openright,titlepage,fleqn,%
cleardoubleempty,abstracton,pointlessnumbers,%
headinclude,footinclude,%
tablecaptionabove]{scrreprt} %Classe Koma-script

%%%%%%%%%%%%%Codifica%%%%%%%%%%%%%%%%%
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
\PassOptionsToPackage{table,svgname,hyperref}{xcolor}

%%%%%%%%%Layout%%%%%%%%%%%%%%%%%%%%%
\usepackage{classicthesis-ldpkg}
\usepackage[eulerchapternumbers,subfig,pdfspacing, listsseparated]{classicthesis}
\usepackage[]{arsclassica}
\usepackage[automark]{scrpage2}
\usepackage[]{frontespizio}
\usepackage[british]{babel}

%%%%%%%%Bibliography%%%%%%%%%%%%%%%
\usepackage[square, sort,authoryear]{natbib} %citazione autore-anno
\setcitestyle{yysep={,~}}
\usepackage{chapterbib}

%%%%%%%%Grafici e Figure e Colori$$$$$$$$$$$

\usepackage{graphicx}
\graphicspath{{figures/}}
\usepackage[section]{placeins}
\usepackage{wrapfig}
\usepackage{colortbl}
\colorlet{thead}{gray!25} % Colore intestazione tabella
\colorlet{trows}{gray!10} % Colore righe tabella
\makeatletter
\newcommand{\clmulticolumn}[3]{%
\multicolumn{#1}{#2}{\cellcolor{thead} #3}}
\makeatother

%%%%%%%%%%Mathematics%%%%%%%%%%%%%%%%%
\usepackage{xfrac}
\usepackage{amsmath,amssymb}
\usepackage[fixamsmath]{mathtools} %risolve bugs in amsmath
\usepackage[sepfour]{siunitx} %per separare anche i numeri da 4 cifre
\sisetup{per=slash, unitsep=thin}
\usepackage{calc} %per calcolare p.e. larghezza colonne tabelle

\makeatletter
\newunit{\acc}{g}
\newunit{\atm}{atm}
\newunit{\feet}{ft}
\makeatother

%%%%%%%%%%Note e riferimenti%%%%%%%%%%%%%%%%%%%
\usepackage{hyperref}
\hypersetup{pdftitle={Seismic design of embankment dams},
pdfsubject={Diploma Thesis, March 2009},
pdfauthor={Gabriel Pojer}}
\usepackage{url}

%%%%%%%%%%Scrittura%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[babel,english=british]{csquotes} % Britische Anführungszeichen
\usepackage[newcommands,newparameters]{ragged2e} %raggedrightboxes

%%%%%%%%%%Tables e liste%%%%%%%%%%%%%%%%%
\usepackage{ctable} %permette note a pié di tabella
\usepackage{enumitem} %nuove funzioni per listings
\usepackage{array}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{rotating} %per ruotare oggetti
\usepackage{lscape}
\usepackage{longtable}
\numberwithin{figure}{chapter} %Definisce il numero di figure e tabella della serie #capitolo.figura
\numberwithin{table}{chapter}

\makeatletter
\newcolumntype{d}[1]{%
>{\DC@{.}{,}{#1}}l<{\DC@end}} \newcolumntype{v}[1]{>{\raggedright\arraybackslash\hspace{0pt}}p{#1}}
\newcolumntype{Y}{>{\raggedright\arraybackslash\hspace{0pt}}X} %definisce in Tabularx l´allineamento a sinistra
\newcolumntype{M}{>{\centering\arraybackslash\hspace{0pt}}X} %definisce in Tabularx l´allineamento centrato
\newcolumntype{w}[1]{>{\centering\arraybackslash\hspace{0pt}}p{#1}} %definisce in tabluar l´allineamento centrato
\newcommand{\adigit}{\leavevmode\hphantom{0}} % aggiunge caratteri per allineare
\newcommand\novspace{\@minipagetrue} %eliminare spazio verticale prima di listings in tabular
\makeatother

%%%%%%%%%%%%%%%%%Varie%%%%%%%%%%%%%%%%%%%%
\usepackage{lipsum} %creare testo random

%numerare anche subsubsections
\setcounter{secnumdepth}{4}
\setcounter{tocdepth}{4}

\listfiles %elenca tutti i file utilizzati e i pacchetti

%%%%%%%%%%%%%%%%INIZIO DOCUMENTO%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}`

Go to top