参考文献乱序
源代码
\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}}
代码用标签操作下,不然反斜线会被吞掉。