16 Feb
2018
16 Feb
'18
4:46 p.m.
Procházka Lukáš Ing. mailto:LPr@pontex.cz 16. Februar 2018 um 17:13 Hello,
suppose having code:
---- \starttext \section[sec]{This is a very long and important and unshortenable section title}
See \about[sec]. \stoptext ----
It produces:
" 1 This is a very long and important and unshortenable section title See “This is a very long and important and unshortenable . . .”. "
Is there a way to replace ". . ." in the link "See ---"?
I'd rather use "\textellipsis" or text "(\textellipsis)" at the place of shortening (instead of ". . .").
Is it possible? No, you can only change the width of the text (set a big value and it won’t be shortened).
\setupreferencing[width=\makeupwidth] % default: .75\makeupwidth Wolfgang