如何在 scrartcl 中使用图形放置“H”

如何在 scrartcl 中使用图形放置“H”

如何float在文档中使用包中的图形放置选项“H”(或其他方式)scrartcl

我总是得到

! LaTeX Error: Unknown float option `H'.

以下是 MWE:

\documentclass[version=last]{scrartcl}

\usepackage{float}

\begin{document}

\begin{figure}[!H]
\includegraphics{something} \caption{some caption}\label{fig:something}
\end{figure}

\end{document}

相关内容