jkuczm / MathematicaCellsToTeX

Convert Mathematica cells to TeX, retaining formatting.
Other
57 stars 10 forks source link

PacletInfo needs Context to load as installed #27

Closed b3m2a1 closed 5 years ago

b3m2a1 commented 5 years ago

If a paclet is installed via PacletInstall it needs a "Kernel" extension with a "Context" spec to load properly it seems (just tried to load the installed paclet). Try changing the Extensions to:

Extensions -> 
        {
            {"Kernel", "Context"->{"CellsToTex`"}},
            {"Documentation", Language -> "English"}
        }

and then it should work fine.