Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@moewew
Last active May 18, 2020 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moewew/3b71b57b60ad134fbc7d48beef7c698e to your computer and use it in GitHub Desktop.
Save moewew/3b71b57b60ad134fbc7d48beef7c698e to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\begin{filecontents}{section.tex}
\section{My section}
I need to test the citations, so see \cite{incollection-full}.
\end{filecontents}
\begin{document}
\include{section}
\bibliography{xampl}
\bibliographystyle{plain}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment