pierre-philipp braun wrote: > I have to use \footcite command instead of \cite, and the insert > citation button in LyX only does \cite, as far as I know.
Depends on the citation backend. If you use natbib, you have a selection of \citet, \citep etc. > How to tweak LyX to always produce \footcite instead of \cite? \let\cite\footcite in preamble. Regards, Jürgen
