<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Nov 1, 2009, at 3:02 PM, Ross Moore wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: 'Lucida Grande'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">So what packages *are* you loading?<br>Is it just  url.sty  ?<br>Or something else as well, or instead.<br>Please show your complete LaTeX preamble, otherwise noone<br>can reproduce the problems you are describing.<br></span></blockquote></div><br><div>I'm sorry, Ross. I should have sent a complete test script.</div><div>OK, here it is, both ways: with</div><div>\urldef\pricedistURL\url{http://vic.norton.name/finance-math/notionportf/pricedistrib.csv}</div><div>and without. Same problem either way.</div><div>(But \url{\pricedistURL} does not work for me.)</div><div><br></div><div>Again the two-line 5.0in-outputs point to</div><div>   <a href="http://vic.norton.name/finance-math/notionportf/">http://vic.norton.name/finance-math/notionportf/</a></div><div>when the cursor is over the text of the fist line, but point to</div><div>  <a href="http://vic.norton.name/finance-math/notionportf/pricedistrib.csv">http://vic.norton.name/finance-math/notionportf/pricedistrib.csv</a></div><div>when the cursor is just past the text of the first line</div><div>or over the text of the second line.</div><div><br></div><div>Here is a complete LaTeX test script.</div><div><br></div><div><div>%%!TEX encoding = UTF-8 Unicode</div><div><br></div><div>\documentclass[12pt, letterpaper]{article}</div><div><br></div><div>% we have to change the font encoding for Lucida.</div><div>\usepackage[T1]{fontenc}</div><div>\usepackage[utf8]{inputenc}</div><div>\usepackage{textcomp} % to get the right copyright, etc.</div><div>\usepackage{amsmath,amssymb}  % Better math support & more symbols</div><div>\usepackage{amsthm}</div><div>\usepackage{bm}      % for boldfaced Greek</div><div>\usepackage{dsfont}  % Mathematical doublestroke, e.g. $\mathds{R}$</div><div><br></div><div>% use Lucida fonts for both text and math.</div><div>\usepackage[altbullet]{lucidabr}     % get larger bullet</div><div>\DeclareEncodingSubset{TS1}{hlh}{1}  % including \oldstylenums</div><div><br></div><div>\usepackage{textcomp}  % for special text symbols</div><div>\usepackage{verbatim}  % for comment environment</div><div><br></div><div>\theoremstyle{remark}</div><div>\newtheorem*{rmk}{Remark}</div><div>\theoremstyle{plain}</div><div>\newtheorem{thm}{Theorem}</div><div>\newtheorem{propn}{Proposition}</div><div><br></div><div>\usepackage[pdftex]{graphicx}</div><div><br></div><div>\usepackage{geometry}</div><div>\geometry{letterpaper, nohead,</div><div>   hmargin={1.25in, 1.25in}, vmargin={1.15in, 1.15in},</div><div>   footskip=0.75in</div><div>}</div><div>\usepackage{float}</div><div><br></div><div>\usepackage{url}</div><div>\urldef\pricedistURL\url{http://vic.norton.name/finance-math/notionportf/pricedistrib.csv}</div><div><br></div><div>\usepackage{natbib}</div><div>   \bibliographystyle{myplainnat}</div><div>   \bibpunct{[}{]}{,}{a}{}{,}</div><div><br></div><div>\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line</div><div>\setlength{\parskip}{2.0ex plus0.5ex minus0.2ex}</div><div><br></div><div>\usepackage{color}</div><div>\definecolor{link}{rgb}{0.25,0.0,0.75}</div><div>\definecolor{paleyellow}{rgb}{1.0,1.0,0.6}</div><div>\usepackage{colortbl}</div><div><br></div><div>\usepackage{listings}</div><div>\usepackage{layout}</div><div><br></div><div>\usepackage[%</div><div>   colorlinks=true,citecolor=blue,urlcolor=blue,linkcolor=link%</div><div>   ]{hyperref}</div><div><br></div><div>\newcommand{\heading}[1]{%</div><div>   {\fontsize{18}{22}\selectfont\textbf{#1}}}</div><div>\renewcommand{\thefootnote}{\fnsymbol{footnote}}</div><div><br></div><div>\newcommand{\tick}[1]%</div><div>   {\textbf{\texttt{#1}}}</div><div><br></div><div><br></div><div>\begin{document}</div><div><br></div><div>\begin{minipage}{6.0in}</div><div>\pricedistURL</div><div>\end{minipage}</div><div><br></div><div>\begin{minipage}{5.0in}</div><div>\pricedistURL</div><div>\end{minipage}</div><div><br></div><div>\begin{minipage}{6.0in}</div><div>\url{http://vic.norton.name/finance-math/notionportf/pricedistrib.csv}</div><div>\end{minipage}</div><div><br></div><div>\begin{minipage}{5.0in}</div><div>\url{http://vic.norton.name/finance-math/notionportf/pricedistrib.csv}</div><div>\end{minipage}</div><div><br></div><div>\end{document}</div><div><br></div></div></body></html>