Hi,
I have used the following code to get the footnote. But footnote text is not showing except the marker.
\documentclass[11pt,a4paper]{article}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{caption}
\begin{document}
\section{Section title}
\begin{table}[!ht]
\centering
\subtable ...
Search found 20 matches
- Tue Jan 01, 2008 7:48 pm
- Forum: General
- Topic: \footnote is not working within a tabular environment
- Replies: 1
- Views: 2508
- Fri Dec 28, 2007 12:48 pm
- Forum: General
- Topic: Repeat a previous figure?
- Replies: 3
- Views: 9800
Re: Repeat a previous figure?
If u have used figure once in a chapter, suppose Chater 2, and set the level say
\label{chap2:fig:2} then whenever u refer this figure using \ref{chap2:fig:2} it will display the figure number corresponding to the figure number in chapter 2.
\label{chap2:fig:2} then whenever u refer this figure using \ref{chap2:fig:2} it will display the figure number corresponding to the figure number in chapter 2.
- Fri Dec 28, 2007 12:32 pm
- Forum: General
- Topic: How to set header line in each of the page of my thesis..
- Replies: 0
- Views: 3201
How to set header line in each of the page of my thesis..
How to set the header line in my thesis for each of the page so that it wil give a line after showing the header and footer contents..
Now I am using the following style..
% *************** Page layout ***************
\settypeblocksize{*}{32pc}{1.618}
\setlrmargins{*}{1.47in}{*}
\setulmargins ...
Now I am using the following style..
% *************** Page layout ***************
\settypeblocksize{*}{32pc}{1.618}
\setlrmargins{*}{1.47in}{*}
\setulmargins ...
- Thu Dec 20, 2007 7:35 pm
- Forum: General
- Topic: Help on \subtable
- Replies: 6
- Views: 64176
Re: Help on \subtable
If the tables are large table (i.e not fit within the page width) then also tables are put side by side. So how the tables can be put one after another automatically in this case. If the Tables are small then again it sholud be fitted within one row.
- Thu Dec 20, 2007 6:28 pm
- Forum: General
- Topic: Help on \subtable
- Replies: 6
- Views: 64176
Re: Help on \subtable
It is working fine.. but will it also work for subfigures?
- Wed Dec 19, 2007 8:49 pm
- Forum: General
- Topic: Error \newcounter{lofdepth} and \newcouter{lotdepth}
- Replies: 4
- Views: 15132
Re: Error \newcounter{lofdepth} and \newcouter{lotdepth}
I haven't deifned any counter for lofdepth or lotdepth. That's why not able to find any error
- Wed Dec 19, 2007 8:44 pm
- Forum: General
- Topic: Help on \subtable
- Replies: 6
- Views: 64176
Re: Help on \subtable
\documentclass[a4paper]{article}
\usepackage{subfigure}
\begin{document}
\section{Section title}
\begin{table}[h!]
\centering
\subtable[]{
\tiny
\centering
\begin{tabular}{|c|c|c|}\hline
a&b&c\\
d&e&f\\\hline
\end{tabular}
\label{tab:chapter4:1a}
}
\subtable[]{
\tiny
\centering
\begin{tabular}{|c ...
\usepackage{subfigure}
\begin{document}
\section{Section title}
\begin{table}[h!]
\centering
\subtable[]{
\tiny
\centering
\begin{tabular}{|c|c|c|}\hline
a&b&c\\
d&e&f\\\hline
\end{tabular}
\label{tab:chapter4:1a}
}
\subtable[]{
\tiny
\centering
\begin{tabular}{|c ...
- Wed Dec 19, 2007 6:13 pm
- Forum: General
- Topic: Error \newcounter{lofdepth} and \newcouter{lotdepth}
- Replies: 4
- Views: 15132
Error \newcounter{lofdepth} and \newcouter{lotdepth}
When compiling following errors are giving
l.99 \newcounter{lofdepth}
?
l.112 \newcounter{lotdepth}
?
****************************************
Where is the problem?
l.99 \newcounter{lofdepth}
?
l.112 \newcounter{lotdepth}
?
****************************************
Where is the problem?
- Wed Dec 19, 2007 6:08 pm
- Forum: General
- Topic: Help on \subtable
- Replies: 6
- Views: 64176
Help on \subtable
Hi.. I am using \subtable in document..and set the label appropriately. But When I am refering that subtable using \ref{label of subtable } and after compilation the table number is showing one less than the actual table number.. Can u be plz help regarding that?
- Tue Dec 18, 2007 2:22 pm
- Forum: General
- Topic: How to set \subsubsubsection in my document
- Replies: 9
- Views: 139590
How to set \subsubsubsection in my document
I am preparing one document as follows:
\documentclass{article}
\newcounter{subsubsubsection}[subsubsection]
\def\subsubsubsectionmark#1{}
\def\thesubsubsubsection {\thesubsubsection
.\arabic{subsubsubsection}}
\def\subsubsubsection{\@startsection
{subsubsubsection}{4}{\z@} {-3.25ex plus -1
ex ...
\documentclass{article}
\newcounter{subsubsubsection}[subsubsection]
\def\subsubsubsectionmark#1{}
\def\thesubsubsubsection {\thesubsubsection
.\arabic{subsubsubsection}}
\def\subsubsubsection{\@startsection
{subsubsubsection}{4}{\z@} {-3.25ex plus -1
ex ...