Graphics, Figures & TablesTable Caption and Footnote

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
alsanadm
Posts: 5
Joined: Thu Dec 14, 2017 5:42 am

Table Caption and Footnote

Post by alsanadm »

Hi everyone,

How to make the table caption of longtable to begin from the left? and same thing for footnote, how can I move it to the left as well?


Is there any solution?

Thanks!
Moh

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Table Caption and Footnote

Post by Stefan Kottwitz »

Hi Moh,

use the caption package:

\usepackage[singlelinecheck=off]{caption}

Stefan
LaTeX.org admin
alsanadm
Posts: 5
Joined: Thu Dec 14, 2017 5:42 am

Table Caption and Footnote

Post by alsanadm »

Thank you Stefan, and I will try that.

Moh
Post Reply