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 197 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- 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.