Below is an exaggerated case I haven't been able to solve. Assuming the
frame can't be enlarged, the URL can't be manually broken, and extending
outside the frame a tiny bit is okay, how can I prevent the line break
inserted between the bullet and the url in the example below?
\starttext
\framed[height=2in,width=3in,align={right,broad},frame=on]{
\startitemize[1,serried,packed,joinedup]
\item{}foo
\item{}bar
\item\bgroup\tt{}http://areallyreallylongdomainname.org/index.html
\egroup
\item{}baz
\item{}qux
\stopitemize}
\stoptext
--
Stuart Jansen
On Sunday 26 June 2005 09:52 pm, Stuart Jansen wrote:
Below is an exaggerated case I haven't been able to solve. Assuming the frame can't be enlarged, the URL can't be manually broken, and extending outside the frame a tiny bit is okay, how can I prevent the line break inserted between the bullet and the url in the example below?
\starttext \framed[height=2in,width=3in,align={right,broad},frame=on]{ \startitemize[1,serried,packed,joinedup] \item{}foo \item{}bar \item\bgroup\tt{}http://areallyreallylongdomainname.org/index.html \egroup \item{}baz \item{}qux \stopitemize} \stoptext
This works for me: \setupoutput[pdftex] \starttext \framed[height=2in,width=3in,align={right,broad},frame=on]{ \startitemize[1,serried,packed,joinedup] \item foo \item bar \hbox{\item \tt http://areallyreallylongdomainname.org/index.html} \item baz \item qux \stopitemize} \stoptext -- John Culleton
On Sun, 26 Jun 2005, Stuart Jansen wrote:
Below is an exaggerated case I haven't been able to solve. Assuming the frame can't be enlarged, the URL can't be manually broken, and extending outside the frame a tiny bit is okay, how can I prevent the line break inserted between the bullet and the url in the example below?
\starttext \framed[height=2in,width=3in,align={right,broad},frame=on]{ \startitemize[1,serried,packed,joinedup] \item{}foo \item{}bar \item\bgroup\tt{}http://areallyreallylongdomainname.org/index.html
2 suggestions: \item\hyphenatedurl{http://areallyreallylongdomainname.org/index.html} or just \item\bgroup\tt{}http://areallyreallylong domainname.org/index.html Cheers, Peter -- http://pmrb.free.fr/contact/
participants (3)
-
John R. Culleton
-
Peter Münster
-
Stuart Jansen