Code: Select all
{\footnotesize \citep{bibkey}}
If not, can someone help me with regexps for sed to change
Code: Select all
\citep{bibkey}
Code: Select all
{\footnotesize \citep{bibkey}}
Thank you.
Code: Select all
{\footnotesize \citep{bibkey}}
Code: Select all
\citep{bibkey}
Code: Select all
{\footnotesize \citep{bibkey}}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\documentclass{article}
\usepackage[numbers]{natbib}
\begin{document}
This is the old: \citep{Test} (vs Testing, 2014).
\let\realcitep\citep
\renewcommand*{\citep}[1]{{\footnotesize\realcitep{#1}}}
This is the new: \citep{Test} (vs Testing, 2014).
\begin{thebibliography}{1}
\bibitem{Test}
I. M. A. Test, J. Testing (2001) 1--1029.
\end{thebibliography}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p