Advertisement
syvshc

biber

Mar 11th, 2022
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.54 KB | None | 0 0
  1. \documentclass{ctexart}
  2. \usepackage[style=gb7714-2015]{biblatex}
  3. \usepackage{filecontents}
  4. \begin{filecontents}{\jobname.bib}
  5. @book{feynman2011feynman,
  6.  title={The Feynman lectures on physics, Vol. I: The new millennium edition: mainly mechanics, radiation, and heat},
  7.  author={Feynman, Richard P and Leighton, Robert B and Sands, Matthew},
  8.  volume={1},
  9.  year={2011},
  10.  publisher={Basic books}
  11. }
  12. \end{filecontents}
  13. \addbibresource{\jobname.bib}
  14. \begin{document}
  15.    text\cite{feynman2011feynman}
  16.    \printbibliography
  17. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement