4 Jul
2011
4 Jul
'11
3:41 p.m.
Am 04.07.2011 um 17:02 schrieb Willi Egger:
Hi all,
experimenting with context.labeltext...
My question is how can I tweak the context.labeltext(text) command at the lua-side to make ConTeXt to typeset the labeltext starting with an uppercase letter? e.g. if "text" contains "january" to display "January"?
You can access constants and variables with “interfaces.constants” and “interfaces.variables”: \starttext \startluacode context.labeltext("%s",interfaces.variables.january) \stopluacode \stoptext Wolfgang