如何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}