beamer中参考文献乱序

发布于 2021-05-24 16:40:20

参考文献乱序
image.png

源代码

\documentclass[10pt]{beamer}
\usepackage[space,hyperref,UTF8]{ctex}
\usetheme{Warsaw}
\usepackage{mathptmx}
\usefonttheme[onlymath]{serif}
\setbeamertemplate{navigation symbol}{}
\usepackage{amsmath}

\author[Lee]{Lawrence Lee}
\date{\today}
\title[练习]{Beamer练习}

\begin{document}
\frame{\titlepage}
\section{第一节}
\subsection{第一小节}
\begin{frame}{主题1}
    contents\cite{001}
\end{frame}

\subsection{第二小节}
\begin{frame}[c]{主题2}
    contents\cite{002}
\end{frame}

\begin{frame}[c]{主题3}
    contents\cite{003}
\end{frame}

\begin{frame}[t,allowframebreak]{References}
\def\newblock{}
\bibliographystyle{plain}
\bibliography{mybib}
\end{frame}
\end{document}

bib文件中的内容

@inproceedings{001,
author = {R. Guti\'{e}rrez-Cuevas and S. A. Wadood and A. N. Vamivakas and M. A. Alonso},
booktitle = {Frontiers in Optics / Laser Science},
journal = {Frontiers in Optics / Laser Science},
keywords = {Coherent states; Cylindrical lenses; Fractional Fourier transforms; Gaussian beams; Michelson interferometers; Spatial light modulators},
pages = {FW1B.4},
publisher = {Optical Society of America},
title = {Majorana Representation and Hidden Symmetries of Structured-Gaussian Beams},
year = {2020},
url = {http://www.osapublishing.org/abstract.cfm?URI=FiO-2020-FW1B.4},
doi = {10.1364/FIO.2020.FW1B.4}
}


@inproceedings{002,
author = {M.H. Teimourpour and R. El-Ganainy and A. Eisfeld and D.N. Christodoulides},
booktitle = {CLEO: 2014},
journal = {CLEO: 2014},
keywords = {Guided waves; Coupled resonators ; Array waveguide devices; Coupled mode theory; Extinction coefficients; Nonlinear effects; Optical directional couplers; Refractive index},
pages = {FM1D.4},
publisher = {Optical Society of America},
title = {Light transport in PT photonic structures with hidden symmetries},
year = {2014},
url = {http://www.osapublishing.org/abstract.cfm?URI=CLEO_QELS-2014-FM1D.4},
doi = {10.1364/CLEO_QELS.2014.FM1D.4}
}

@inproceedings{003,
author = {Demetrios N. Christodoulides and Mohammad-Ali Miri and Hossein Hodaei and Matthias Heinrich and Mercedeh Khajavikhan},
booktitle = {Frontiers in Optics 2014},
journal = {Frontiers in Optics 2014},
keywords = {Waveguides; Metamaterials; Wave propagation ; Coherent perfect absorbers; Electric fields; Optical fibers; Optical lattices; Optical potentials; Scattering},
pages = {FTu2E.1},
publisher = {Optical Society of America},
title = {PT symmetry in optics},
year = {2014},
url = {http://www.osapublishing.org/abstract.cfm?URI=FiO-2014-FTu2E.1},
doi = {10.1364/FIO.2014.FTu2E.1}}

查看更多

关注者
0
被浏览
1.1k
拿了橘子跑啊
拿了橘子跑啊 2021-05-26
这家伙很懒,什么也没写!

顺序没错啊,plain.bst 是按作者名排序的。
001 - Guti'{e}rrez-Cuevas - G 排第二
002 - Teimourpour - T 排第三
003 - Christodoulides - C 排第一

2 个回答
disenchanted
disenchanted 2021-05-24
这家伙很懒,什么也没写!

答案:
begin{frame}[t,allowframebreak]{References}
中的allowframebreak改为allowframebreaks

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览