From: Tim Pope Date: Tue, 18 Nov 2003 06:10:57 +0000 (+0000) Subject: Added \url X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=1877b83b5ede53de75ce8a0667bd9df4fd653444 Added \url --- diff --git a/mlastyle.dtx b/mlastyle.dtx index fe26836..4641205 100644 --- a/mlastyle.dtx +++ b/mlastyle.dtx @@ -826,6 +826,9 @@ Schlegl", % The definition of |\thebibliography| varies depending on the document % class. % \begin{macrocode} +\ifx\@undefined\url + \def\url#1{{\catcode`/=13\let/=\mlastyle@slash#1}} +\fi \ifx\@undefined\citet \@ifundefined{chapter} % \end{macrocode} @@ -839,7 +842,6 @@ Schlegl", \itemindent-\leftmargin \def\newblock{} \usecounter{enumiv} - %\catcode`/=13\global\let/=\mlastyle@slash \sloppy%\sfcode`\.=\@m }} % \end{macrocode} @@ -853,7 +855,6 @@ Schlegl", \itemindent-\leftmargin \def\newblock{} \usecounter{enumiv} - %\catcode`/=13\let/=\mlastyle@slash \sloppy%\sfcode`\.=\@m }} % \end{macrocode}