Added test files for #664

This commit is contained in:
Karl Yngve Lervåg 2017-01-19 22:09:48 +01:00
parent 96ce49de01
commit 05697bddb0
7 changed files with 20 additions and 0 deletions

View File

View File

View File

View File

View File

View File

@ -0,0 +1,5 @@
set nocompatible
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
let &rtp .= ',~/.vim/bundle/vimtex/after'
filetype plugin indent on
syntax enable

15
test/issues/664/test.tex Normal file
View File

@ -0,0 +1,15 @@
\documentclass{beamer}
\graphicspath{{figs1/}{figs2/}}
\begin{textblock*}{100mm}(\textwidth, 0.1cm)
\includegraphics[height=0.9cm]{fig1_1.png}
\end{textblock*}}
\begin{document}
\begin{frame}
\titlepage
\includegraphics[width=0.9\linewidth]{}
\end{frame}
\end{document}