Hi,
in addition to my previous mails about \setupalign[height], a further question
related to page building :
I'm trying to understand how ConTeXt builds pages, and how this can be
influenced. Regarding the example below, the aim is to have pages that always
end at the same place.
Now, how will
Hi,
the wiki (https://wiki.contextgarden.net/Font_Switching) currently says:
> These quick font switches are meant for changing the font style, alternative,
> or size of a few words: they do not change the bodyfont, so they don't affect
> interline spacing or math font sizes. So, if you want t
Hi,
\setupalign[height] and \setupalign[line] seem to have no effect in a LMTX. Do
I need to change something?
Best,
Denis
```
\setuppapersize[A5][A5]
\showframe
%\setupalign[line]
\setupalign[height]
\setupdelimitedtext[blockquote]
On 4/21/2021 8:17 PM, Jano Kula wrote:
Does unicode nbsp have fixed with in ctx?
sometimes ... but you just uncovered an old bug
if attr >= 1 or attr <= 3 then -- flushright
someplace should be
if attr >= 1 and attr <= 3 then -- flushright
Hans