FAQ: Difference between revisions
→link to octaverc
Line 653: | Line 653: | ||
== I have installed a package but still get a "foo undefined" error == | == I have installed a package but still get a "foo undefined" error == | ||
You have probably forgotten to load the package. Use {{Codeline|pkg load package-name}} to load it. Most packages are no longer loaded automatically to avoid surprises. See reasoning on related FAQ [[FAQ#How_do_I_install_all_Octave_packages.3F|how do I install all Octave packages]]. If you want a specific package to be loaded by default at startup, consider adding the {{Codeline|pkg load}} command on your {{path|.octaverc}} file. | You have probably forgotten to load the package. Use {{Codeline|pkg load package-name}} to load it. Most packages are no longer loaded automatically to avoid surprises. See reasoning on related FAQ [[FAQ#How_do_I_install_all_Octave_packages.3F|how do I install all Octave packages]]. If you want a specific package to be loaded by default at startup, consider adding the {{Codeline|pkg load}} command on your {{path|[[.octaverc]]}} file. | ||
== Missing lines when printing under Windows with OpenGL toolkit and Intel integrated GPU == | == Missing lines when printing under Windows with OpenGL toolkit and Intel integrated GPU == |