Added test files for #664
This commit is contained in:
parent
96ce49de01
commit
05697bddb0
0
test/issues/664/figs1/fig1_1.png
Normal file
0
test/issues/664/figs1/fig1_1.png
Normal file
0
test/issues/664/figs1/fig1_2.png
Normal file
0
test/issues/664/figs1/fig1_2.png
Normal file
0
test/issues/664/figs2/fig2_1.png
Normal file
0
test/issues/664/figs2/fig2_1.png
Normal file
0
test/issues/664/figs2/fig2_2.png
Normal file
0
test/issues/664/figs2/fig2_2.png
Normal file
0
test/issues/664/figs2/fig2_3.png
Normal file
0
test/issues/664/figs2/fig2_3.png
Normal file
5
test/issues/664/minivimrc
Normal file
5
test/issues/664/minivimrc
Normal 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
15
test/issues/664/test.tex
Normal 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}
|
Loading…
Reference in New Issue
Block a user