Search found 3 matches
- Wed Dec 11, 2013 12:33 pm
- Forum: General
- Topic: Combination of several Source Files into one Document
- Replies: 1
- Views: 1947
Combination of several Source Files into one Document
I have several .tex documents and my supervisor requires me to combine all my papers into a main .tex file. I am a noob in LaTeX, and I searched for many related topics but still don't know where going wrong. Could any one give me a simple example of combined code please (e.g. what package should I ...
- Mon Oct 21, 2013 5:18 pm
- Forum: Graphics, Figures & Tables
- Topic: Reorganize Table Numbering
- Replies: 3
- Views: 4635
Reorganize Table Numbering
Here is my code. The second table is just named as "Table 5(b)" rather than "Table 4(b)".
\begin{table}
\renewcommand{\thetable}{\arabic{table}(a)}
\small
\caption{This is table 4(a)}
\label{t:4(a)}
\begin{tabular}{r|rrrrr|rrrrr}\hline
~ & \multicolumn{5}{c|}{1}& \multicolumn{5}{|c}{2 ...
\begin{table}
\renewcommand{\thetable}{\arabic{table}(a)}
\small
\caption{This is table 4(a)}
\label{t:4(a)}
\begin{tabular}{r|rrrrr|rrrrr}\hline
~ & \multicolumn{5}{c|}{1}& \multicolumn{5}{|c}{2 ...
- Mon Oct 21, 2013 2:07 pm
- Forum: Graphics, Figures & Tables
- Topic: Reorganize Table Numbering
- Replies: 3
- Views: 4635
Reorganize Table Numbering
Hi,
I have a table numbered as "4(a)" and I want my next table to be numbered as "4(b)", but the result is "5(a)" instead. Any idea would be appreciate, many thanks!
ZG
I have a table numbered as "4(a)" and I want my next table to be numbered as "4(b)", but the result is "5(a)" instead. Any idea would be appreciate, many thanks!
ZG