In this case the problem is as follows:
in my bib file there is:
Code: Select all
@misc{microsoft:opentype,
author = "Microsoft Typography",
title = "OpenType specification",
howpublished = "\url{http://www.microsoft.com/typography/otspec}"
}
Code: Select all
\href{http://www.microsoft.com/typography/otspec/otff.htm}{Microsoft Typography}
\cite{microsoft:opentype}
But how to make this automated, so there is no need to write \href... all of the time? For example: \urlcite{microsoft:opentype}{Microsoft Typography} or even just \urlcite{microsoft:opentype}, implying the author field of bib entry for the caption of \href?
Help appreciated...