Dear list, I have the following sample: \sethyphenatedurlafter{/} \define[1]\mypersonalurl{{\tt\goto{\hyphenatedurl{#1}}[url(#1)]}} \starttext \hsize\zeropoint \mypersonalurl{http://contextgarden.net} \stoptext Using latest beta from 2016.02.20 14:55, I get: http :/ / contextgarden .net Is there any way to force the two slashes to be on the same line? Many thanks for your help, Pablo -- http://www.ousia.tk
On 2/21/2016 6:26 PM, Pablo Rodriguez wrote:
Dear list,
I have the following sample:
\sethyphenatedurlafter{/} \define[1]\mypersonalurl{{\tt\goto{\hyphenatedurl{#1}}[url(#1)]}}
\starttext \hsize\zeropoint \mypersonalurl{http://contextgarden.net} \stoptext
Using latest beta from 2016.02.20 14:55, I get:
http :/ / contextgarden .net
Is there any way to force the two slashes to be on the same line?
i'll add \enabledirectives[hyphenators.urls.packslashes] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 02/22/2016 10:30 PM, Hans Hagen wrote:
On 2/21/2016 6:26 PM, Pablo Rodriguez wrote:
[...] Is there any way to force the two slashes to be on the same line?
i'll add
\enabledirectives[hyphenators.urls.packslashes]
Many thanks for the fix, Hans. Pablo -- http://www.ousia.tk
On 02/22/2016 10:30 PM, Hans Hagen wrote:
Is there any way to force the two slashes to be on the same line?
i'll add
\enabledirectives[hyphenators.urls.packslashes]
Hans, I’m afraid the following code doesn’t work with latest beta from (2016.02.23 17:25): \sethyphenatedurlafter{/} \enabledirectives[hyphenators.urls.packslashes] \define[1]\mypersonalurl{{\tt\goto{\hyphenatedurl{#1}}[url(#1)]}} \starttext \hsize\zeropoint \mypersonalurl{http://contextgarden.net} \stoptext I still get: http :/ / contextgarden .net Am I doing somehting wrong? Or do I require LuaTeX-0.89.2 (Linux 32bit has version 0.89.0 in the ConTeXt Suite [I just mention it, I’m fine with that].) Many thanks for your help, Pablo -- http://www.ousia.tk
On 2/24/2016 8:44 AM, Pablo Rodriguez wrote:
On 02/22/2016 10:30 PM, Hans Hagen wrote:
Is there any way to force the two slashes to be on the same line?
i'll add
\enabledirectives[hyphenators.urls.packslashes]
Hans,
I’m afraid the following code doesn’t work with latest beta from (2016.02.23 17:25):
\sethyphenatedurlafter{/} \enabledirectives[hyphenators.urls.packslashes] \define[1]\mypersonalurl{{\tt\goto{\hyphenatedurl{#1}}[url(#1)]}}
\starttext \hsize\zeropoint \mypersonalurl{http://contextgarden.net} \stoptext
I still get:
http :/ / contextgarden .net
Am I doing somehting wrong? Or do I require LuaTeX-0.89.2 (Linux 32bit has version 0.89.0 in the ConTeXt Suite [I just mention it, I’m fine with that].)
you should not use \sethyphenatedurlafter{/}
Many thanks for your help,
Pablo
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 02/24/2016 09:54 AM, Hans Hagen wrote:
Am I doing somehting wrong? Or do I require LuaTeX-0.89.2 (Linux 32bit has version 0.89.0 in the ConTeXt Suite [I just mention it, I’m fine with that].)
you should not use
\sethyphenatedurlafter{/}
Many thanks for your help, Hans. Pablo -- http://www.ousia.tk
On 02/24/2016 09:54 AM, Hans Hagen wrote:
On 2/24/2016 8:44 AM, Pablo Rodriguez wrote:
On 02/22/2016 10:30 PM, Hans Hagen wrote:
[...] i'll add
\enabledirectives[hyphenators.urls.packslashes] [...] Am I doing somehting wrong? Or do I require LuaTeX-0.89.2 (Linux 32bit has version 0.89.0 in the ConTeXt Suite [I just mention it, I’m fine with that].)
you should not use
\sethyphenatedurlafter{/}
On a second thought, I wonder whether it would make sense to enable \enabledirectives[hyphenators.urls.packslashes] when any of \setuphyphenated, \\sethyphenatedurlbefore or \sethyphenatedurlafter is used in the document. I would say, even is the slash is included in them or not. I think it might be useful (although I still wonder). Many thanks for your help, Pablo -- http://www.ousia.tk
On 2/25/2016 8:26 AM, Pablo Rodriguez wrote:
On 02/24/2016 09:54 AM, Hans Hagen wrote:
On 2/24/2016 8:44 AM, Pablo Rodriguez wrote:
On 02/22/2016 10:30 PM, Hans Hagen wrote:
[...] i'll add
\enabledirectives[hyphenators.urls.packslashes] [...] Am I doing somehting wrong? Or do I require LuaTeX-0.89.2 (Linux 32bit has version 0.89.0 in the ConTeXt Suite [I just mention it, I’m fine with that].)
you should not use
\sethyphenatedurlafter{/}
On a second thought, I wonder whether it would make sense to enable \enabledirectives[hyphenators.urls.packslashes] when any of \setuphyphenated, \\sethyphenatedurlbefore or \sethyphenatedurlafter is used in the document.
I would say, even is the slash is included in them or not.
I think it might be useful (although I still wonder).
i'm not going to make it more complex than it is now Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Pablo Rodriguez