I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
\documentclass{article}
|
||||
\usepackage{natbib}
|
||||
\usepackage{bibentry}
|
||||
|
||||
% This is the sample bib file
|
||||
\begin{filecontents}{\jobname.bib}
|
||||
@book{Saussure1995,
|
||||
Author = {Ferdinand de Saussure},
|
||||
Origyear = {1916},
|
||||
Publisher = {Payot},
|
||||
Title = {Cours de Linguistique G{\'e}n{\'e}rale},
|
||||
Year = {1995}
|
||||
}
|
||||
\end{filecontents}
|
||||
|
||||
\begin{document}
|
||||
|
||||
This is a complete citation in the middle of the text: \cite{Saussure1995}.
|
||||
|
||||
% \bibentry{
|
||||
|
||||
\bibliographystyle{apalike}
|
||||
\bibliography{\jobname}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user