I want the inline citations to appear as font size 'smaller', so that they don't break the flow of text much. The only way I can do it now is select each citation, and set the font size individually. Is it possible to make all inline citations (author year) smaller font by any single switch or command? It would be nice if it can be done from withing lyx, or
One workaround i could think of is replacing \citet{bibkey} or \citep{bibkey} with {\footnotesize \citet{bibkey}} using sed, but I am not good at reg exps, especially with so many special characters.