Updated completion test

This commit is contained in:
Karl Yngve Lervåg 2015-02-04 12:32:25 +01:00
parent f123ad2222
commit 900fbb41a3
5 changed files with 12 additions and 6 deletions

View File

@ -12,8 +12,10 @@ Insert reference here:
\label{eq:main-is-working}
\end{equation}
\include{sub}
\include{sub1}
\include{sub with spaces}
\include{"sub2\space with\space spaces"}
\input{"sub3\space with\space spaces"}
\end{document}

View File

@ -1,4 +0,0 @@
\begin{equation}
f(x) = 42
\label{eq:sub with spaces is working}
\end{equation}

View File

@ -0,0 +1,4 @@
\begin{equation}
f(x) = 42
\label{eq:included sub with spaces is working}
\end{equation}

View File

@ -0,0 +1,4 @@
\begin{equation}
f(x) = 42
\label{eq:inputted sub with spaces is working}
\end{equation}