Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • $\begingroup$ @NasserM.Abbasi That's because AuthorTools` has init.m, and in fact a non-trivial one. If you look at AuthorTools/Kernel/init.m, you will see that it delcares other packages in that folder, using DeclarePackage. Normally, when you have a project with init.m, which has many packages, it is the business of init.m to properly load those packages. In particular, some of those packages may not even define the corresponding contexts, but be just source files. So, I explicitly iltered those out. If you'd like to include them, change my code, but, as I said, this may be inaccurate. $\endgroup$ Commented Nov 28, 2012 at 14:35
  • $\begingroup$ @NasserM.Abbasi No problem :) $\endgroup$ Commented Nov 28, 2012 at 15:10
  • $\begingroup$ You could add the extension ".wl" that it uses for new version for packages too. $\endgroup$ Commented Jun 1, 2015 at 7:18