
現在、引用にこのパッケージを使用しています。上付き文字として引用番号が必要なだけですが、括弧も付いています。これらの括弧を非表示にする方法はありますか。
\documentclass[10pt,a4paper]{article}
\usepackage{natbib}
\setcitestyle{super}
\begin{document}
$\beta$-protein\cite{hardy1992alzheimer} % citation
\bibliographystyle{unsrt}
\bibliography{reference}
\end{document}
参考文献
@article{hardy1992alzheimer,
title={Alzheimer's disease: the amyloid cascade hypothesis},
author={Hardy, John A and Higgins, Gerald A},
journal={Science},
volume={256},
number={5054},
pages={184--186},
year={1992},
publisher={American Association for the Advancement of Science}
}
答え1
使用できます
\setcitestyle{%
super,%
open=,%
close=,%
}
に注意してください。%
これらは非常に重要ですが、\setcitestyle
スペースがまったく好きではないようです。 から にprotein
相当する小さなスペースがまだ残っています\textsuperscript{1}
が、それがどこから来るのかわかりません。
ところで:おそらく、unsrtnat
完全に互換性を持たせるためには、natbib