vimtex/test/issues/392/main.tex

11 lines
259 B
TeX
Raw Normal View History

2016-03-19 15:59:55 -04:00
\documentclass{article}
\usepackage{xr}
\externaldocument{input1}
\externaldocument[1-]{input2}
\begin{document}
It would be great to be able to use omnicomplete in this file in order to
reference equations, e.g.~\ref{eq_1} and \ref{1-eq_2}.
\end{document}