我想参考这我的参考书目中的链接。幸运的是,他们有一个“BibTeX”导出,如下所示:
@misc{tsai2010inline,
title={Inline microphone for earphone},
author={Tsai, D.M.},
url={https://www.google.com/patents/USD608353},
year={2010},
month=jan # "~19",
publisher={Google Patents},
note={US Patent D608,353}
}
这很奇怪,因为除了这个之外,我的其他所有“@misc”引用都正常工作。我做错了什么?非常感谢您的帮助。
其余代码:
\documentclass[11pt,a4paper,oneside]{article}
\usepackage[utf8]{inputenc}
\usepackage{fullpage}
\usepackage{typearea}
\usepackage{color}
\usepackage{listings}
\usepackage{etoolbox}
\usepackage{wrapfig}
\usepackage{tocloft}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{caption}
\usepackage{url}
\usepackage[svgnames]{xcolor}
\renewcommand{\baselinestretch}{1.35}
\usepackage{multirow}
\usepackage{lipsum}
\usepackage{pdfpages}
\usepackage{etoolbox}
\usepackage[T1]{fontenc}
\usepackage{array,longtable}
\usepackage[font=scriptsize]{caption}
\usepackage{mwe}
\usepackage[margin=1in]{geometry}% Just for this example
\usepackage{lipsum}% Just for this example
\usepackage{graphicx,caption}
\usepackage[labelfont=bf]{caption}
\begin{document}
\section{Introduction}
\lipsum
\pagebreak
\patchcmd{\thebibliography}{\section*}{\section}{}{}
\bibliographystyle{unsrt}
\bibliography{bib}
\end{document}`
答案1
稍微处理一下就解决了:
@misc{tsai2010inline,
title={Inline microphone for earphone},
author={Tsai, D.M.},
howpublished = "[Online]. Available from: \url{https://www.google.com/patents/USD608353}",
year={2010},
month=jan # "~19",
publisher={Google Patents},
note={US Patent D608,353}
}