テーブルのリストのフォントサイズを小さくする方法に関して問題が発生しました。
\documentclass[12pt,a4paper]{article}
\usepackage{microtype}
\usepackage{sectsty}
\allsectionsfont{\centering}
\usepackage{indentfirst,amsmath,multicol,amssymb,booktabs}
\usepackage{setspace}
\usepackage{bm}
\usepackage{geometry}
\usepackage[sort]{natbib}
\setlength{\bibsep}{2pt}
\geometry{top=1.4in,bottom=1.in,left=1in,right=1in}
\usepackage{grffile}
\usepackage{epstopdf}
\usepackage[svgnames]{xcolor}
\usepackage[colorlinks,linkcolor=blue,citecolor=blue]{hyperref}
\onehalfspacing
\begin{document}
\tableofcontents
\newpage
\listoftables
\listoffigures
\newpage
\section{Tables}
\begin{table}[htp]
\centering
\small{\caption{Cal}}
\begin{tabular}{llll}
\toprule
Par& Desc & Va & \\
\midrule
\bottomrule
\end{tabular}
\end{table}
\end{document}
答え1
答え2
エントリを小さくしたいだけの場合は、\small
その前に を付けます (キャプションは変更されません)。
\documentclass[12pt,a4paper]{article}
\usepackage{microtype}
\usepackage{sectsty}
\allsectionsfont{\centering}
\usepackage{indentfirst,amsmath,multicol,amssymb,booktabs}
\usepackage{setspace}
\usepackage{bm}
\usepackage{geometry}
\usepackage[sort]{natbib}
\setlength{\bibsep}{2pt}
\geometry{top=1.4in,bottom=1.in,left=1in,right=1in}
\usepackage{grffile}
\usepackage{epstopdf}
\usepackage[svgnames]{xcolor}
\usepackage[colorlinks,linkcolor=blue,citecolor=blue]{hyperref}
\onehalfspacing
\begin{document}
\tableofcontents
\newpage
{\small\listoftables}
\listoffigures
\newpage
\section{Tables}
\begin{table}[htp]
\centering
\small{\caption{Cal}}
\begin{tabular}{llll}
\toprule
Par& Desc & Va & \\
\midrule
\bottomrule
\end{tabular}
\end{table}
\end{document}
より高度なフォーマットには、KOMA-script のtocloft
-package または-packageがあります。tocbasic