>How do you all go about supplying LUA documentation to the users >of your various applications? Do you modify the Postscript/HTML >or just reference the standard docs and provide separate documents >for your extensions? If you simply add new functions to Lua, the simplest way is to write a separate manual for just your part and leave the rest untouched. For real life examples (which do not follow this practice :-), see Yindo - http://www.yindo.com/docs/ uCore - http://thallium.nexen.net/thlua/thlua.html See also FAQ 1.6 "What do I call software derived from Lua?": http://www.tecgraf.puc-rio.br/lua/faq.html#1.6 --lhf