带注释的参考书目,注释中有数学符号

带注释的参考书目,注释中有数学符号

我有一个像这样的 bibtex 文件

@article{Ancey2014a,
author = {Ancey, C. and Heyman, J.},
journal = {Journal of Fluid Mechanics},
number = {2014},
pages = {129--168},
title = {{A microstructural approach to bed load transport: mean behaviour and fluctuations of particle transport rates}},
volume = {744},
year = {2014},
}

我想要生成一个命令 \annote{},其作用如下。

\annote{Ancey2014a}

Here is a description of the \cite{Ancey2014a} paper. 
I can use math. $2+2=4$. 

这应该在编译的文档中返回

[1] C. Ancey and J. Heyman, “A microstructural approach to bed load transport: mean behaviour
and fluctuations of particle transport rates,” Journal of Fluid Mechanics, vol. 744, no. 2014,
pp. 129–168, 2014.

Here is a description of the Ancey and Heyman [2014] paper. I can use math. 2+2 = 4. 

这个想法是,annote 将成为一种就地引用。我一直使用 IEEEannote 样式文件来包含注释,但事实证明这不够灵活,因为我无法在注释中使用数学或特殊符号。任何帮助都将不胜感激!

相关内容