summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/typo-drp.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-07-09 19:19:20 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-07-09 19:19:20 +0200
commitba4875d8c328257fa3cb4d140d07ced41b8a576c (patch)
tree4bb65d6c46a72b995bc9e0641b80b1fd80fb3aac /tex/context/base/mkxl/typo-drp.lmt
parent8d02589abdbd8d4f476ac951d99d4081319fce35 (diff)
downloadcontext-ba4875d8c328257fa3cb4d140d07ced41b8a576c.tar.gz
2021-07-09 18:16:00
Diffstat (limited to 'tex/context/base/mkxl/typo-drp.lmt')
-rw-r--r--tex/context/base/mkxl/typo-drp.lmt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/typo-drp.lmt b/tex/context/base/mkxl/typo-drp.lmt
index 23bf254a8..de65dd55d 100644
--- a/tex/context/base/mkxl/typo-drp.lmt
+++ b/tex/context/base/mkxl/typo-drp.lmt
@@ -312,6 +312,15 @@ actions[v_default] = function(head,setting)
end
texset("hangafter",hangafter,true)
texset("hangindent",hangindent,true)
+-- local hsize = texget("hsize",false)
+-- local step = { hangindent, hsize - hangindent }
+-- local shape = { ["shift"] = true }
+-- for i=1,-hangafter do
+-- shape[#shape+1] = step
+-- end
+-- shape[#shape+1] = { 0, hsize }
+-- texset("parshape",shape)
+-- tex.snapshotpar(0x20000)
end
if indent then
insertafter(first,first,new_kern(-parindent))