diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/x-cals.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/x-cals.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/context/base/x-cals.lua b/Master/texmf-dist/tex/context/base/x-cals.lua index 4051dd157e1..36bc1aaba2d 100644 --- a/Master/texmf-dist/tex/context/base/x-cals.lua +++ b/Master/texmf-dist/tex/context/base/x-cals.lua @@ -30,15 +30,15 @@ cals.stretch_widths = false -- has to happen at the core-ntb level (todo) local halignments = { - left = "flushleft", - right = "flushright", - center = "middle", - centre = "middle", + left = "flushleft", + right = "flushright", + center = "middle", + centre = "middle", justify = "normal", } local valignments = { - top = "high", + top = "high", bottom = "low", middle = "lohi", } |