The branch, master, has been updated. - Log -----------------------------------------------------------------
commit ede866f67a6b760b22656a72281c7b7ab4242caa Author: Uwe Stöhr <[email protected]> Date: Mon Feb 4 02:19:54 2013 +0100 tex2lyx: test also for algorithm floats diff --git a/src/tex2lyx/test/test-refstyle-references.tex b/src/tex2lyx/test/test-refstyle-references.tex index ee81b0f..f2bb0e6 100644 --- a/src/tex2lyx/test/test-refstyle-references.tex +++ b/src/tex2lyx/test/test-refstyle-references.tex @@ -2,6 +2,7 @@ \usepackage[T1]{fontenc} \usepackage[latin9]{inputenc} \usepackage{refstyle} +\usepackage{float} \usepackage{amsthm} \makeatletter @@ -135,6 +136,13 @@ Ref to \subref{Subsubsection}. \Staref{table} +\begin{algorithm} +\protect\caption{algorithm\label{Sta:algorithm}} +\end{algorithm} + + +\Staref{algorithm} + \footnote{foot\label{fn:foot}% } ----------------------------------------------------------------------- Summary of changes: src/tex2lyx/test/test-refstyle-references.tex | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- The LyX Source Repository
