Thank you! dj tuchler
On Monday 07 February 2005 16:36, Crystle Numan wrote: > > There is a footnote setting that allows footnotes to remain as footnotes > > but be positioned either at the end of the document or at the bottom of > > the page. I maybe going blind but I can't find any access to this > > setting via the user interface - so here is a very simple macro to > > change this setting: > > > > Sub Main > > oDoc = thisComponent > > oFootnoteSettings = oDoc.footnoteSettings > > oFootnoteSettings.PositionEndOfDoc = true > > End Sub > > > > Thanks, Ian Laurenson > > I actually just found this also. You can go to Tools->Footnotes, and in > the footnote tab, select End of page or every page. > > My question now is: > > Why would you ever use endnotes? You pretty much can do the same thing > with footnotes, and then you more flexibility. Is there a feature of > endnotes out there? > > Crystle --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
