File: test2.tex

package info (click to toggle)
vim-vimtex 2.16-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,660 kB
  • sloc: makefile: 367; python: 103
file content (10 lines) | stat: -rw-r--r-- 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
\documentclass{article}
\usepackage{xr}
\externaldocument{test2/input1}
\externaldocument[1-]{test2/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}