Dear Wolfgang,
Thx for your function.
I have made simple test :
(%i1) load("/home/a/Pulpit/help_package.mac")$
(%i2) help_package(draw);
"No printable documentation included."
(%o2) true
(%i3) help_package(plot);
"Package not found."
(%o3) false
(%i4) help_package(distrib);
"No printable documentation included."
(%o4) true
(%i5) help_package(f90);
"No printable documentation included."
(%o5) true
(%i6) help_package(diag);
"No printable documentation included."
(%o6) true
Function works, but now many packages conatain no printable doc.
BTW.
Can you write function to list all loaded packages ?
Best regards
Adam