I like to reference a citation.
normally I do c=300000km/s\cite{google}

which returns c=300000km/s
^{\[X\]}
but now I want to write somethich like: For further information see reference X
How can I do that
thank you for your help
^{\[X\]}
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[12pt,a4paper,draft]{scrartcl}
\usepackage[super,square,comma,sort&compress]{natbib}
\begin{document}
\section{Speed of light}
The speed of light is 300000kms$^{-1}.$\cite{Bibliographygoogle}
For further details see reference \ref{Bibliographygoogle}.
\bibliography{../Bibtex/work.bib}{}
\end{document}
\citet{<bibkey>}
or \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