Janus Sandsgaard wrote: > If "\foot[full]cite[p|t|alt|alp]" is implemented will I then be able to > make a referece in a footnote looking something like this > > Bijker 1995, page 7. > or Bijker (1995), page 7. > > all automagic? That is: Will it be possible to make the referenec in a > foodnote without having to create a foodnote first and then put the > reference in the foodnote?
\footcite just wraps the citation into a footnote and adds a final dot. IMO this is not really needed. But there's also a jurabib option which wraps all citations into footnotes automatically. > And will LyX stil be able to keep track of the > other (normal) foodnotes? LyX doesn't have to keep track. LaTeX keeps track. \fullcite outputs the whole reference (as in the bibliography). \citefield{<field>}{<key>} outputs the contents of a certain field (e.g. title, publisher, note). All these will have to come later, if at all. Jürgen.