[Tex/LaTex] How to position (use H to place here) table and figures in elsevier cas latex template?

els-casfloatspositioningtables

I am using elsevier cas single column latex template and want to position figures and tables using H option, but I get error "Kernel/Key unknown" and "The module does not have a key called cas/tbl/H or cas/fig/H". I have used float package in the document preamble. How can I position figures and tables?

Best Answer

The answer is, use pos=h instead of h or ht directly.

Meaning: \begin{table}[pos=h] instead of \begin{table}[h]

Related Question