GeneralHow do I Label a table and use ref to show Table6.1

LaTeX specific issues not fitting into one of the other forums of this category.
akira32
Posts: 45
Joined: Tue Nov 13, 2007 10:32 am

Re: How do I Label a table and use ref to show Table6.1

Post by akira32 »

I attched the tex file.
You could see the line 79 of "%problem here".
Thank you.
Attachments
AkiraShadow_ask.tex
preamble file
(2.67 KiB) Downloaded 178 times

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

How do I Label a table and use ref to show Table6.1

Post by Stefan Kottwitz »

There's a small mistake in line 52, change \titlepge into: \titlepage

The line

Code: Select all

\restylefloat{table}
causes a problem. If you remove this line or comment it out, the approach with capt-of and \captionof should work, that means:
- 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
LaTeX.org admin
akira32
Posts: 45
Joined: Tue Nov 13, 2007 10:32 am

Re: How do I Label a table and use ref to show Table6.1

Post by akira32 »

There's a small mistake in line 52, change \titlepge into: \titlepage
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.
Post Reply