Hi LyXers, back on February I've used to have, within a "scrbook" document, many long URL's (using the URL inset) inside endnotes (using the "\theendnotes" in the end of the document). For example:
<https://lpdaac.usgs.gov/lpdaac/products/modis_products_table/surface_reflectance/daily_l2g_global_250m/mod09gq>. Except in a few cases, most URL's, inside endnotes, where "properly" line- broken. Specifically, they where broken also in "/" occurrences. In addition, they appeared with a monospace(d) font, colored blue (due to urlcolor=blue) as defined and expected and where clickable to lauch the preferred web-browser. Now, the last days I am struggling to get the same output without any success. They appear unbroken, black and not "clickable". What has been changed since? I've tried, without success, the following: - the option "hyphens" (in the documentclass options), as well as the entry "\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref}" in the Preamble % <http://tex.stackexchange.com/a/3034/8272> - "Break links over lines" checkin in Document > Settings > PDF Properties > Hyperlinks (although this is related to "href"s?) - \renewcommand{\UrlBreaks} {\do\/\do\a\do\b\do\c\do\d\do\e\do\f\do\g\do\h\do\i\do\j\do\k\do\l\do\m\do\n\do\o\do\p\do\q\do\r\do\s\do\t\do\u\do\v\do\w\do\x\do\y\do\z\do\A\do\B\do\C\do\D\do\E\do\F\do\G\do\H\do\I\do\J\do\K\do\L\do\M\do\N\do\O\do\P\do\Q\do\R\do\S\do\T\do\U\do\V\do\W\do\X\do\Y\do\Z} % as posted in <http://tex.stackexchange.com/a/10401/8272> - \renewcommand{\UrlBigBreaks}{\do\/\do\:\do@url@hyp}% I thought this might do the difference for very long URL's - \def\slash{/\penalty\exhyphenpenalty\hskip\z@skip} % as posted on 08. 04. 2010 16:48, by J. Spitzmüller (subject: Re: LaTeX Linebreaking Question) Anything else to check, except for manually breaking the URL's? Thank you, Nikos