Re: Scomparsa della lista figure e lista tabelle

#80583
Up
0
Down
::


Va bene ti metto due tabelle

`
\documentclass[11pt, a4paper, twoside,openright]{book}

\usepackage{ams math}
\usepackage{emptypage}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{varioref}
\usepackage{fancyhdr}
\usepackage{geometry}
\usepackage[english]{babel}
\usepackage{indentfirst}
\usepackage{makeidx}
\usepackage{guit}
\usepackage[binding=1cm]{layaureo}
\usepackage{ragged2e}
\usepackage{csquotes}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{array}
\usepackage{dcolumn}
\usepackage{subfigure}
\usepackage{url}
\usepackage{etoolbox}
\usepackage{keyval}
\usepackage{logreq}
\usepackage{ifthen}
\usepackage[singlelinecheck=true,font=small,labelfont=bf,textfont=sl]{caption}
\usepackage{afterpage}
\usepackage{multirow}
\usepackage{longtable}
\usepackage[pdftex]{rotating}
\usepackage{pdfpages}

\begin{document}
\pagenumbering{roman}
\tableofcontents
\listoftables
\listoffigures

\cleardoublepage
\include{Abstract}
\include{Introduction}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{#1}{}}
\fancyhf{}
\fancyhead[LE,RO]{\bfseries\thepage}
\fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0.5pt}
\addtolength{\headheight}{2pt}
\cleardoublepage
\renewcommand\bibname{References}
\justifying

\pagenumbering{arabic}

\begin{table}[htbp]
\centering
\caption{Dimension of the parking \cite{DepHels}} \label{tab:Dimension}
\begin{tabular}{m{.5\textwidth}m{.2\textwidth}}
\toprule
\textbf{Parking spaces} & 23650\,m$^2$\\
\midrule
\textbf{Access tunnel and ramp} & 3270\,m$^2$\\
\midrule
\textbf{Technical facilities and ducts} & 2630\,m$^2$\\
\midrule
\textbf{Sidewalks} & 1790\,m$^2$\\
\midrule
\textbf{Total amount} & 31340\,m$^2$\\
\midrule
\textbf{Cave mining capacity} & 120000\,m$^3$\\
\end{tabular}
\end{table}

\begin{table}
\centering
\caption{Values of the pattern rockbolts and shotcrete thickness estimate with the tunneling quality index for a preliminary design}\label{tab:BoltResult}
\begin{tabular}{m{.1\textwidth}m{.06\textwidth}m{.1\textwidth}m{.1\textwidth}m{.1\textwidth}m{.05\textwidth}m{.1\textwidth}m{.1\textwidth}}
\cmidrule{3-8}
\multicolumn{2}{c}{} & \multicolumn{4}{c}{\textbf{Pattern rockbolts}} & \multicolumn{2}{c}{\textbf{SC thickness (mm)}}\\
\toprule
\textbf{Cross-section} & \textbf{Q$_{roof}$} & \textbf{Length on the roof (m)} & \textbf{Length on the walls (m)} & \textbf{Square side (m)} & \textbf{Bolts per ring} & \textbf{Roof} & \textbf{Wall} \\
\midrule
T1a & 10,00 & 2,4 & 2,4 & 2,3 & 7 & 40 & 0 \\
T1b & 4,00 & 2,4 & 2,4 & 2,1 & 7 & 40 & 0 \\
T1c & 1,00 & 2,4 & 2,4 & 1,7 & 9 & 60 & 40 \\
T1b & 4,00 & 2,4 & 2,4 & 2,1 & 9 & 40 & 0 \\
\midrule
A1b & 4,00 & 2,4 & 2,4 & 2,1 & 7 & 40 & 0\\
A1c & 1,00 & 2,4 & 2,4 & 1,7 & 9 & 60 & 40\\
\midrule
A2b & 4,00 & 2,4 & 2,4 & 2,1 & 8 & 40 & 0\\
A2c & 1,00 & 2,4 & 2,4 & 1,7 & 10 & 60 & 40\\
\midrule
A3a & 10,00 & 4 & 2,4 & 2,3 & 15 & 50 & 0\\
A3b & 4,00 & 4 & 2,4 & 2,1 & 17 & 60 & 40\\
A3c & 1,00 & 4 & 2,4 & 1,7& 19 & 90 & 50\\
\bottomrule
\end{tabular}
\end{table}

\end{document}
`

Il programma funziona cioè mi mette le due tabelle nell’indice, ma a me servirebbe sapere dove posso cercare l’errore perchè latex non me lo dice!

Go to top