I have been trying to use the \put command in TeXstudio 4.1.1. [ \put(x,y){\input{xxx}} ], but it says that the command is unrecognized. My preamble does include \usepackage{graphicx}. Same thing with \usepackage{graphics}. Is there a new version of \put, do I need a different package, or something else?
Thanks
\putis unrecognized? If it is your editor, note that the editors probably don't support all possible latex commands.\putusually lives inside thepictureenvronment and is defined in the kernel, thus no package should be needed. – daleif Dec 01 '21 at 12:31\putis not from graphicx. It doesn't mean anything if texstudio doesn't recognize it. Try this here as example: https://tex.stackexchange.com/a/114847/2388 – Ulrike Fischer Dec 01 '21 at 12:31