mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
tex2lyx: test also for algorithm floats
This commit is contained in:
parent
49c887761a
commit
ede866f67a
@ -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}%
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user