I have an environment defined in a file env.sty as well as the file task.tex which is based on that environment. How can I get TeXworks to read set the environment defined in a file, so that it is visible to task.tex?
TeXworks fails when rendering task.tex into PDF with pdfTeX with error ! LaTeX Error: Environment task undefined. which means that it can't find user-defined environment in file task.tex.
\usepackage{env}? – Caramdir Apr 4 '11 at 16:03