! LaTeX Error: Unknown float option `H' -


I have had a problem trying to compile the latex file:

  \ Documentclass {article} \ usepackage {float} ... \ start {document} ... \ begin {table} [H] \ caption {mycaption} \ end {table} ... \ end {document}  

When I try to compile it, this error message is displayed:

 ! Latex error: Take an overview of the latex manual or latex companion for the unknown float option 'H' details. Type H & lt; Return & gt; For immediate help  

Any ideas?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -