I am frustated newbie trying to create my first real document with ConTeXt, I thought: "nice, this is less annoying than LaTeX, let's go for it!".
Now, I am working on a letter using the t-letter module and it turns out to be terribly frustrating !
I really do not get the logics behind this module.
- why having redundant 'sections' and 'layers' rather than having everything defined as layers ?
Edit / reformulate: In the t-letter module, 'head' is defined as a 'layer' and 'letterhead' is defined as a 'section'. Why is that? Aren't 'head' and 'letterhead' the same thing? Why is the advantage of 'sections' over 'layers'? Since layers can be positioned anywhere and stacked, why not having everything defined as 'layers'?
Edit: Coming from LaTeX, I was expecting that defining 'variables' using
\setupletter[%
fromname={sendername},
fromphone={senderphone}]
would be enough to put the phone number into the sender's block, possibly adding a switch in \setupletterlayer[head]. Yet it seems necessary to redefine 'head' using \defineletterelement. Then, why not defining the 'head' block directly with something like \framed, without using the t-letter module? Or am I missing something here?
best practicesto improve it. I am not aConTexTuser but there are members here who can help you with it if you just ask in a nice way... with compilable MWE. – hpesoj626 Dec 7 '12 at 14:15section-1,section-2etc. (these are usually not visible at the user level); then there is the user visible section heads calledchapter,sectionetc. Each section head has acouplingargument (useful when you have numbered and unnumbered elements ...) – Aditya Dec 7 '12 at 19:36