Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with footnotes

Status
Not open for further replies.

MarcusStringer

IS-IT--Management
Joined
Sep 11, 2003
Messages
1,407
Location
AU
Does anyone know how to change the footnote number to something else?
eg. this is the paragraph text1 where 1 is the footnote number
this is the paragraph text[[FR 1]]where [[FR 1]] is the new footnote number
 
Huh? Could you try rephrasing that? Footnote number to something else? Uh, like what? New footnote number? As in, make footnote 1 into footnote 352? Or something else, like a table?

Don't understand what you are asking.

Gerry
 
Yeah, sorry about that, let me try again..

I have a word file which has 200 odd footnotes.
I have to change the footnote numbers to<FootnoteNumber>
[[FR <FootnoteNumber>]]

So it reads 1 [[FR 1]], 2 [[FR 2]] etc all the way to 200.
I can get most of it through doing a find for ^f and replacing with ^&[[FR ^&]],
but the second ^& becomes footnote 2 instead of one.

So I was thinking about just doing a find for ^f and replacing it with ^& [[FR 1]], and somehow have that 1 count on so when it hits the next footnote it will be 2, and so on (like an autonumber).

But I can't work out how to make that second number the same as the footnote number.


Marcus
 
Hmmm. This is more tricky than expected. Hmmm.

Gerry
 
Hi Marcus,

You really can't do this. It is possible to make footnote reference text appear as almost anything you like and, with code, you could address your problem but I don't see why you want the number twice. Replacing, simply, with [[FR ^&]] should work but this is a textual change and must be done to both the reference in the document body and the reference in the footnotes separately

However, footnotes just don't have any real facility for text like this and it is only the numeric element which actually constitutes the reference.

Enjoy,
Tony

--------------------------------------------------------------------------------------------
We want to help you; help us to do it by reading this: Before you ask a question.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top