I attched the tex file.
You could see the line 79 of "%problem here".
Thank you.
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
- Attachments
-
- AkiraShadow_ask.tex
- preamble file
- (2.67 KiB) Downloaded 178 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
- 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
There's a small mistake in line 52, change \titlepge into: \titlepage
The line
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
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
LaTeX.org admin
Re: How do I Label a table and use ref to show Table6.1
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.
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.