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[T1]{fontenc}
|
||||||
\usepackage[latin9]{inputenc}
|
\usepackage[latin9]{inputenc}
|
||||||
\usepackage{refstyle}
|
\usepackage{refstyle}
|
||||||
|
\usepackage{float}
|
||||||
\usepackage{amsthm}
|
\usepackage{amsthm}
|
||||||
|
|
||||||
\makeatletter
|
\makeatletter
|
||||||
@ -135,6 +136,13 @@ Ref to \subref{Subsubsection}.
|
|||||||
|
|
||||||
\Staref{table}
|
\Staref{table}
|
||||||
|
|
||||||
|
\begin{algorithm}
|
||||||
|
\protect\caption{algorithm\label{Sta:algorithm}}
|
||||||
|
\end{algorithm}
|
||||||
|
|
||||||
|
|
||||||
|
\Staref{algorithm}
|
||||||
|
|
||||||
\footnote{foot\label{fn:foot}%
|
\footnote{foot\label{fn:foot}%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user