Hi Hraban,
Thanks for your suggestion! I indeed hadn't included the \mainlangauge[nl]
command, I only had the \language[nl] command incorporated.
So I missed that; but now it works!
Gerard
___
If your question is of in
Hi ConTeXt users,
Wondering whether there is a possibility to modify the word 'see' into the
Dutch word 'zie' in the use of the \seeindex command?
Regards,
Gerard
___
If your question is of interest to others as wel
Hi,
I'm trying to get MySQL data access working but can't solve the issues I'm
encountering. Part of my code looks like:
\startluacode
productsheet = productsheet or {}
function productsheet.sqldatabase(database,user,password)
productsheet:sql(database,user,password)
end
function productsheet