Scott Kostyshak wrote: > My next set of questions then: > > 1. Are these used outside of Beamer?
\beamergotobutton is, as the name says, a beamer feature. \hyperlink and \hypertarget, however, are hyperref features, so they can be used in any document that uses hyperref. There is a ticket with a similar request, BTW, but it was resolved wontfix (and should be reopened IMHO): http://www.lyx.org/trac/ticket/8282 > 2. If not, would I need to hardcode these options to only be enabled > when Beamer is being used? Looking at the docs, I'd propose to make beamergotobutton a flex inset within beamer.layout. The hyperref inset should be turned into a collapsable inset (while the dialog is being kept, minus the "name" field), \hyperlink support should be added to this inset (and \hypertarget to the label inset). And finally, the url inset should be merged into the hyperref inset. Jürgen