While using the following works beautifully \caption*{\figurename~\ref{fig: blah}: figure caption here} I realised that it does not allow a label to be stored. Is there any way to have both the self defined figure number as well as a label so that I could reference it with \pageref?
I tried the ...
Search found 12 matches
- Tue Oct 28, 2008 9:03 am
- Forum: General
- Topic: Setting figure counter using \ref
- Replies: 7
- Views: 10652
- Mon Oct 27, 2008 2:35 am
- Forum: General
- Topic: Setting figure counter using \ref
- Replies: 7
- Views: 10652
Re: Setting figure counter using \ref
Thank you so much!! That works and is so much better!!




- Mon Oct 27, 2008 2:11 am
- Forum: General
- Topic: Setting figure counter using \ref
- Replies: 7
- Views: 10652
Setting figure counter using \ref
Its for the caption. I'm puzzled - are you saying that I could set the figure caption within the \caption?
I currently have:
\begin{figure}[htp]
\centering
\subfloat
{\includegraphics[width=.9\linewidth]{pic1}} \\
\subfloat
{\includegraphics[width=.9\linewidth]{pic2}}
\caption[]{figure caption ...
I currently have:
\begin{figure}[htp]
\centering
\subfloat
{\includegraphics[width=.9\linewidth]{pic1}} \\
\subfloat
{\includegraphics[width=.9\linewidth]{pic2}}
\caption[]{figure caption ...
- Mon Oct 27, 2008 1:59 am
- Forum: General
- Topic: Setting figure counter using \ref
- Replies: 7
- Views: 10652
Re: Setting figure counter using \ref
Thanks for your input. I'm not quite sure how to go about using \newcounter in my case.
I actually don't need (or want) the order of the numbers to be sequential or ascending. All I want is for them to match (exactly) with previously defined figures. For example, it this special chapter, I want to ...
I actually don't need (or want) the order of the numbers to be sequential or ascending. All I want is for them to match (exactly) with previously defined figures. For example, it this special chapter, I want to ...
- Mon Oct 27, 2008 1:29 am
- Forum: General
- Topic: Setting figure counter using \ref
- Replies: 7
- Views: 10652
Setting figure counter using \ref
Is it possible to obtain the figure number from its \ref?
For example. In chapter \ref{chap2} I have a figure \ref{chap2_fig5} which ends up being "Figure 2.5" in my document.
In a different chapter, I would like to have a figure, with the figure number corresponding to \ref{chap2_fig5} i.e. I ...
For example. In chapter \ref{chap2} I have a figure \ref{chap2_fig5} which ends up being "Figure 2.5" in my document.
In a different chapter, I would like to have a figure, with the figure number corresponding to \ref{chap2_fig5} i.e. I ...
- Mon Oct 27, 2008 1:01 am
- Forum: General
- Topic: table spanning two pages in portrait format
- Replies: 3
- Views: 10208
Re: table spanning two pages in protrait format
I am actually using the longtable package, but I don't think it allows for a column-wise split across pages (I'll be really happy if it actually does as that's exactly what I need!!) As I understand, it allows a row-wise split, e.g. a table of 15 rows can have 10 rows on one page and the remaining 5 ...
- Sun Oct 26, 2008 3:19 am
- Forum: General
- Topic: Forcing graphics on left hand page (or right hand page)
- Replies: 4
- Views: 4023
Re: Forcing graphics on left hand page (or right hand page)
Adding the \clearpage command immediately after the figure solved it. Thanks!
- Sun Oct 26, 2008 2:32 am
- Forum: General
- Topic: Forcing graphics on left hand page (or right hand page)
- Replies: 4
- Views: 4023
Forcing graphics on left hand page (or right hand page)
Thanks for that. I'm experimenting with it but am wondering where the correct placement for it is. As I understand, my figure (spanning many pages) is a float and so if I place the command before the figure: \cleartoevenpage
\begin{figure}[h!]
\centering
\subfloat[][blahblah] ...
I get a blank ...
\begin{figure}[h!]
\centering
\subfloat[][blahblah] ...
I get a blank ...
- Sun Oct 26, 2008 1:55 am
- Forum: General
- Topic: Forcing graphics on left hand page (or right hand page)
- Replies: 4
- Views: 4023
Forcing graphics on left hand page (or right hand page)
I have a series of graphics, each occupying a page. (Example - 6 continuous pages of graphics.) I would like them to always start on a left hand page, as they are meant to be viewed in pairs (i.e. every 2 pages should be viewed together, ideally left+right pages to avoid a page flip). Is there any ...
- Sun Oct 26, 2008 1:34 am
- Forum: General
- Topic: Vertical spacing between section heading and text
- Replies: 3
- Views: 2602
Re: Vertical spacing between section heading and text
Thanks for that! It worked!