I have downloaded the ACM tex package from its website. When I want to build a sample tex file in this folder, it complains that the acmart.cls file is not present. When I wan to run make command (think that the class file is going to be built), I get a make error which says LaTeX Error: Fileenviron.sty' not found`.
How can I use that package?
dtxfile and/or aninsfile? Those would probably generate the class. – TeXnician May 09 '17 at 15:21tex acmart.ins? That should generate the wanted file. – TeXnician May 09 '17 at 15:29File acmart.dtx ended by \endinputand the cls file is generated. Is that all? Thanks – mahmood May 09 '17 at 15:31acmart.clsis in packageacmartand can be installed using the package manager of MiKTeX or TeX Live. – Schweinebacke May 09 '17 at 16:40