Search found 3 matches

by lavanya
Mon May 07, 2012 4:53 pm
Forum: Document Classes
Topic: Problem with custom Package File
Replies: 4
Views: 3791

Problem with custom Package File

Problem Solved.

This is for others who come up with similar queries, I would like to post the solution for the above mentioned problem.

When one uses the label for the figure to cross reference it later, you can also use the \label inside the \caption environment.

For example,

\begin{figure ...
by lavanya
Fri May 04, 2012 6:33 pm
Forum: Document Classes
Topic: Problem with custom Package File
Replies: 4
Views: 3791

Problem with custom Package File

This doesn't help as the problem is somewhere in the style file. As there is no proper redirection to the aux file with respect to the label, that I've used. For example, see the following code.
\begin{figure}[ht!]
\centering
\includegraphics{Figure5.eps}
\caption{A graphical representation of a ...
by lavanya
Fri May 04, 2012 1:27 pm
Forum: Document Classes
Topic: Problem with custom Package File
Replies: 4
Views: 3791

Problem with custom Package File

I am using the style file »enghb2e« style to prepare a manuscript. However, the cross referencing for the figures are wrong. For example, Figure 1.1 when referenced using \ref gives Figure 1.1.1, which is not wanted.

How do I correct this? Please find attached the style file for immediate ...