Test files for #331
This commit is contained in:
parent
248bbeed2e
commit
fd1b9cccab
7
test/issue/331/minimal.aux
Normal file
7
test/issue/331/minimal.aux
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
\relax
|
||||||
|
\providecommand*{\memsetcounter}[2]{}
|
||||||
|
\@writefile{lof}{\contentsline {figure}{\numberline {0.1}{\ignorespaces sdadasda \si {\m }}}{1}}
|
||||||
|
\newlabel{fig:fig1}{{\M@TitleReference {0.1}{sdadasda \si {\m }}}{1}}
|
||||||
|
\newlabel{eq:eq1}{{\M@TitleReference {1}{}}{1}}
|
||||||
|
\memsetcounter{lastsheet}{1}
|
||||||
|
\memsetcounter{lastpage}{1}
|
20
test/issue/331/minimal.tex
Normal file
20
test/issue/331/minimal.tex
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
\documentclass{memoir}
|
||||||
|
\usepackage[demo]{graphicx}
|
||||||
|
\usepackage{siunitx}
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\begin{equation}
|
||||||
|
f(x) = 1.0
|
||||||
|
\label{eq:eq1}
|
||||||
|
\end{equation}
|
||||||
|
|
||||||
|
\begin{figure}[tbp]
|
||||||
|
\centering
|
||||||
|
\includegraphics[height=\linewidth]{somefig}
|
||||||
|
\caption{sdadasda \si{\m}}
|
||||||
|
\label{fig:fig1}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
Reference here:
|
||||||
|
|
||||||
|
\end{document}
|
8
test/issue/331/minivimrc
Normal file
8
test/issue/331/minivimrc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
set nocompatible
|
||||||
|
|
||||||
|
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
|
||||||
|
let &rtp .= ',~/.vim/bundle/vimtex/after'
|
||||||
|
|
||||||
|
filetype plugin indent on
|
||||||
|
syntax enable
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user