My fork of git-latexdiff. The main purpose is to include support for the LaTeX package gitinfo2.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
236 B

\documentclass{article}
\begin{document}
New text before citation. \cite{test-entry}. New after citation.
\bibliographystyle{plain}
\bibliography{test}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: