Search found 16 matches
- Tue Nov 01, 2011 5:18 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure Label
- Replies: 7
- Views: 5216
Re: Figure Label
Thanks a lot!
- Thu Oct 27, 2011 8:47 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure Label
- Replies: 7
- Views: 5216
Re: Figure Label
I use the following package (datacomp.sty) to run the file. I also used the \caption option you suggested. It gave me the error message:
! Package caption Error: figurename undefined.
See the caption package documentation for explanation.
Type H <return> for immediate help.
...
l.122 ...
! Package caption Error: figurename undefined.
See the caption package documentation for explanation.
Type H <return> for immediate help.
...
l.122 ...
- Thu Oct 27, 2011 5:00 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure Label
- Replies: 7
- Views: 5216
Figure Label
Is there any similar option in {all}\hypcap as
if I don't want to use caption package for getting better anchor position
Code: Select all
\usepackage[%
figurename={Fig.}
]{caption}
- Thu Oct 27, 2011 4:10 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure Label
- Replies: 7
- Views: 5216
Figure Label
Hi,
I used [all]{hypcap} package, and \caption for my figure title. My figures will be listed as Figure 1, Figure 2..etc.
How do I change the figure counter to Fig. 1, Fig. 2 ..etc.
Thanks for your help.
I used [all]{hypcap} package, and \caption for my figure title. My figures will be listed as Figure 1, Figure 2..etc.
How do I change the figure counter to Fig. 1, Fig. 2 ..etc.
Thanks for your help.
- Thu Jun 17, 2010 7:05 pm
- Forum: Math & Science
- Topic: Equation number (two lines equation)
- Replies: 2
- Views: 2463
Re: Equation number (two lines equation)
Problem is solved! I used "tbtags" option to display equation number on the first line, not on the center.
\begin{equation}
\label{5}
\begin{split}
& (a) 2H(n, p)nn
& \quad Q_{\rm m}=-2.2246
& \quad E_{\rm b}=6.2572 \\
& (b) 2H(n, nn)1H
& \quad Q_{\rm m}=-2.2246
& \quad E_{\rm b}=6.2572
\end{split ...
\begin{equation}
\label{5}
\begin{split}
& (a) 2H(n, p)nn
& \quad Q_{\rm m}=-2.2246
& \quad E_{\rm b}=6.2572 \\
& (b) 2H(n, nn)1H
& \quad Q_{\rm m}=-2.2246
& \quad E_{\rm b}=6.2572
\end{split ...
- Tue May 25, 2010 5:44 pm
- Forum: Math & Science
- Topic: Equation number (two lines equation)
- Replies: 2
- Views: 2463
Equation number (two lines equation)
I like to have (a) and (b) aligned and have the equation number 5 aligned with the the first line not in the center of two lines. How do I raise the equation number?
\begin{equation}
\label{5}
\begin{array}{llll}
(a)
& 2H(n, p)nn
& Q_{\rm m}=-2.2246
& E_{\rm b}=6.2572 \\
(b)
& 2H(n, nn)1H
& Q ...
\begin{equation}
\label{5}
\begin{array}{llll}
(a)
& 2H(n, p)nn
& Q_{\rm m}=-2.2246
& E_{\rm b}=6.2572 \\
(b)
& 2H(n, nn)1H
& Q ...
- Mon May 24, 2010 6:37 pm
- Forum: Math & Science
- Topic: display equation number
- Replies: 1
- Views: 1451
display equation number
If I use leqno,flegn for document class and
\renewcommand{\theequation}{\arabic{equation}.}
I will get equation number displayed on the left and whole equation aligned on the left, but how can I remove the parenthesis around the equation number?
Thanks for any suggestion.
\renewcommand{\theequation}{\arabic{equation}.}
I will get equation number displayed on the left and whole equation aligned on the left, but how can I remove the parenthesis around the equation number?
Thanks for any suggestion.
- Tue May 11, 2010 6:16 pm
- Forum: Graphics, Figures & Tables
- Topic: longtable/\hline problem
- Replies: 0
- Views: 1472
longtable/\hline problem
If I run the attached longtable.tex file, on page 2, Table 3.1, \hline will create a horizontal line that is actually wider than textwidth. How can I correct this problem so that I can have a hline exactly the same width of textwidth? Thanks for any comments.
- Mon Feb 23, 2009 4:27 pm
- Forum: Graphics, Figures & Tables
- Topic: Skip labeling a single table
- Replies: 8
- Views: 7839
Skip labeling a single table
Thanks for all your suggestions. I prefer keep hypcap package so that I can anchor my tables the way I want, to the top. I tried gmedina's suggestion but didn't work. The following is my style file, I guess maybe the problem is because of packages conflict. Any idea? Thanks for your help.
%% This ...
%% This ...
- Wed Feb 04, 2009 9:02 pm
- Forum: Graphics, Figures & Tables
- Topic: Skip labeling a single table
- Replies: 8
- Views: 7839
Re: labeling table
Thank you very much for your help. I will try your suggestion to see if it works.