In latex, I want to double space the entire document, including the footnote and the table caption.
I have tried
\usepackage{setspace}
\doublespacing
It works for the main text, but does not work on the table caption.
Does anyone have any idea? Thank you.