I want to know if there is a way to put the contents of a .sty file directly into a latex .tex file. I have a small number of (TeX?) macro definitions inside a file myfile.sty that I would prefer to just integrate into my latex file instead of keeping them in a separate package and loading them using \usepackage{myfile}. Is there a way to do this?