General ⇒ How do I Label a table and use ref to show Table6.1
Re: How do I Label a table and use ref to show Table6.1
You could see the line 79 of "%problem here".
Thank you.
- Attachments
-
- AkiraShadow_ask.tex
- preamble file
- (2.67 KiB) Downloaded 181 times
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: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
How do I Label a table and use ref to show Table6.1
The line
Code: Select all
\restylefloat{table}
- comment out line 29 (\restylefloat{table})
- use \captionof{table}{test table} in line 94
- \usepackage{capt-of} in line 14
- (no \usepackage{caption} necessary, let it commented out or remove the line)
Stefan
Re: How do I Label a table and use ref to show Table6.1
Sorry!I try to modify to be \titlepage, but the first front page will disappear.
So I keep the command of "\titlepge", then the title page appear.