When I compile my tex file in linux using latex filename, I get the error that changepage.sty is missing. How should I install the package?
thanks a lot.
When I compile my tex file in linux using latex filename, I get the error that changepage.sty is missing. How should I install the package?
thanks a lot.
pdftex --versionwill give us a reasonable clue, alsocommand -v pdftex– Joseph Wright Aug 17 '15 at 16:15Compiled with libpng 1.2.31; using libpng 1.2.31 Compiled with zlib 1.2.3; using zlib 1.2.7 Compiled with xpdf version 3.01
– Pegah Aug 17 '15 at 16:18