Search found 3 matches

by KOR
Tue Jul 01, 2014 10:56 am
Forum: BibTeX, biblatex and biber
Topic: Reference to Citation
Replies: 5
Views: 5851

Re: Reference to Citation

the \citet command was what I am looking for. Thanks for that. But since I have to use a certain bibliography style (\bibliographystyle{angewchem}) which uses numbers instead of author year. I get author is undefined in citation Bibliographygoogle.
by KOR
Mon Jun 30, 2014 7:38 pm
Forum: BibTeX, biblatex and biber
Topic: Reference to Citation
Replies: 5
Views: 5851

Reference to Citation

Sorry for that
\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 ...
by KOR
Mon Jun 30, 2014 6:48 pm
Forum: BibTeX, biblatex and biber
Topic: Reference to Citation
Replies: 5
Views: 5851

Reference to Citation

Hi,
I like to reference a citation.
normally I do c=300000km/s\cite{google} :D
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