Updated #331 test files for #337

This commit is contained in:
Karl Yngve Lervåg 2016-02-07 13:11:52 +01:00
parent dfbe3f0c4b
commit 249a857d0c
2 changed files with 12 additions and 2 deletions

View File

@ -5,5 +5,7 @@
\newlabel{eq:eq1}{{\M@TitleReference {1}{}}{1}}
\@writefile{lof}{\contentsline {figure}{\numberline {0.2}{\ignorespaces sdadasda}}{2}}
\newlabel{fig:fig2}{{\M@TitleReference {0.2}{sdadasda}}{2}}
\memsetcounter{lastsheet}{2}
\memsetcounter{lastpage}{2}
\@writefile{lof}{\contentsline {figure}{\numberline {0.3}{\ignorespaces Blabla \(\text {K\&K}\) }}{3}}
\newlabel{fig:fig3-for-issue-337}{{\M@TitleReference {0.3}{Blabla \(\text {K\&K}\) }}{3}}
\memsetcounter{lastsheet}{3}
\memsetcounter{lastpage}{3}

View File

@ -1,5 +1,6 @@
\documentclass{memoir}
\usepackage[demo]{graphicx}
\usepackage[fleqn]{amsmath}
\usepackage{siunitx}
\begin{document}
@ -22,6 +23,13 @@
\label{fig:fig2}
\end{figure}
\begin{figure}[tbp]
\centering
\includegraphics[height=\linewidth]{somefig}
\caption{Blabla \(\text{K\&K}\) }
\label{fig:fig3-for-issue-337}
\end{figure}
Reference here:
\end{document}