]> AND Private Git Repository - LiCO.git/blob - url.sty
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Some updates
[LiCO.git] / url.sty
1 % url.sty  ver 3.3    12-Apr-2006   Donald Arseneau   asnd@triumf.ca
2 % Copyright 1996-2006 Donald Arseneau,  Vancouver, Canada.
3 % This program can be used, distributed, and modified under the terms
4 % of the LaTeX Project Public License.
5 %
6 % A form of \verb that allows linebreaks at certain characters or
7 % combinations of characters, accepts reconfiguration, and can usually
8 % be used in the argument to another command.  It is intended for email
9 % addresses, hypertext links, directories/paths, etc., which normally
10 % have no spaces.  The font may be selected using the \urlstyle command,
11 % and new url-like commands can be defined using \urldef.
12 %
13 % Usage:    Conditions:
14 % \url{ }   If the argument contains any "%" or "^^", or ends with
15 %           "\", it can't be used in the argument to another command.
16 %           The argument must not contain unbalanced braces.
17 % \url|  |  ...where "|" is any character not used in the argument and not
18 %           "{" or a space.  The same restrictions as above except that the
19 %           argument may contain unbalanced braces.
20 % \urldef\xyz\url{ }
21 % \xyz      a defined-url: "\xyz" can be used anywhere, no matter what
22 %           characters it contains.
23 % \DeclareUrlCommand\abc{settings}: makes \abc{ } like \url{ }
24 %
25 % See further instructions after "\endinput"
26 %
27
28 % default style assignments
29 \def\UrlBreaks{\do\.\do\@\do\\\do\/\do\!\do\_\do\|\do\;\do\>\do\]%
30  \do\)\do\,\do\?\do\'\do+\do\=\do\#}%
31 \def\UrlBigBreaks{\do\:\do@url@hyp}%
32 \def\UrlNoBreaks{\do\(\do\[\do\{\do\<}%
33 % any ordinary characters that aren't usually:
34 \def\UrlOrds{\do\*\do\-\do\~\do\'\do\"\do\-}%
35 \def\UrlSpecials{\do\ {\Url@space}\do\%{\Url@percent}\do\^^M{\Url@space}%
36    \Url@force@Tilde}% package option may force faked text-ascii-tilde
37
38 \@namedef{Url@OT1encSpecials}{%
39   %  *Some* latin-1 or windows characters that ot1 has elsewhere:  OE  oe  ss
40   \do\^^8c{\mathchar30 }\do\^^9c{\mathchar27 }\do\^^df{\mathchar25 }%
41   \do\~{\lower.45ex\hbox{\m@th$\mathchar126$}}% For tt style
42   % lots more to add, but I should later link into inputenc
43   \do\^^b5{\mu}%
44   \Url@OTnonTT % more for any but typewriter
45   }
46
47 \def\Url@OTnonTT{\do\<{\langle}\do\>{\mathbin{\rangle}}\do
48   \_{\_\penalty\@m}\do\|{\mid}\do\{{\lbrace}\do\}{\mathbin{\rbrace}}\do
49   \\{\mathbin{\backslash}}\UrlTildeSpecial}
50
51 % *Some* latin-1 or windows characters. Most will pass through safely to T1 enc
52 % mu  inverted-?  OE  oe
53 % lots more to add, but I should later link into inputenc
54 \@namedef{Url@T1encSpecials}{\do\^^b5{\mu}\do\^^bf{\mathchar190 }%
55   \do\^^8c{\mathchar215 }\do\^^9c{\mathchar247 }\do\^^df{\mathchar255 }%
56   \do\^^ff{\mathchar184 }}
57
58 \@namedef{Url@LY1encSpecials}{\do\~{\mathchar158 }}
59
60 \def\UrlTildeSpecial{\do\~{\raise.45ex\hbox{\m@th$\scriptstyle\sim$}}}
61 \let\Url@force@Tilde\relax
62
63 \def\url@ttstyle{%
64  \@ifundefined{selectfont}{\def\UrlFont{\tt}}{\def\UrlFont{\ttfamily}}}
65
66 \def\url@rmstyle{%
67  \@ifundefined{selectfont}{\def\UrlFont{\rm}}{\def\UrlFont{\rmfamily}}}
68
69 \def\url@sfstyle{%
70  \@ifundefined{selectfont}{\def\UrlFont{\sf}}{\def\UrlFont{\sffamily}}}
71
72 \def\url@samestyle{\def\UrlFont{}}
73
74 \@ifundefined{strip@prefix}{\def\strip@prefix#1>{}}{}
75 \@ifundefined{verbatim@nolig@list}{\def\verbatim@nolig@list{\do\`}}{}
76
77 % \Url sets up the reading the argument verbatim if possible
78 \def\Url{%
79  \Url@movingtest
80  \ifmmode\@nomatherr$\fi %$
81  \let\do\@makeother \dospecials % verbatim catcodes
82  \catcode`{\@ne \catcode`}\tw@ % with exceptions
83  \catcode`\ =10 % allow "\url {x}"
84  \catcode`\#=6  % always # -> ##, so I can later convert ## -> #
85  \@ifnextchar\bgroup{\obeyspaces\obeylines\Url@z}\Url@y}
86
87 % \Url@y read arguments delimited like |...|, passing to \Url@z
88 \def\Url@y#1{\catcode`{11 \catcode`}11\obeyspaces\obeylines
89   \def\@tempa##1#1{\Url@z{##1}}\@tempa}
90
91 % \Url@z read arguments delimited like {...}, verbatimizes with \meaning,
92 % performs character translations, then invokes the formatter.
93 \def\Url@z#1{\toks@{#1}\edef\Url@String{\the\toks@}%
94   \edef\Url@String{\expandafter\strip@prefix\meaning\Url@String}%
95 %\if\urldebug \message{------------------------------------------------------}%
96 %\message{ \Url@String}\fi
97 % \meaning introduces spurious spaces in the text, so it would be nice
98 % to preserve the real spaces before \meaning, but that doesn't work --
99 % we can only do replacement on streams of non-syntactic characters.
100   \Url@ObeySp % may be no-op; otherwise put ordinary (12) space characters
101 %\if\urldebug \message{ \Url@String}\fi
102 % we left the catcode of # with its normal value (6) so \meaning
103 % doubles it to ##.  Now we convert back to single #.  This allows
104 % \url{#} to appear in the arguments of other commands, where we can't
105 % make # be an ordinary character.  We make the single # active rather
106 % than `other' to support hyperref.sty.
107   \Url@acthash
108 %\if\urldebug \message{ \Url@String}\fi
109 % Also make % active to support hyperref.
110   \Url@actpercent
111 % now do any hyper referencing due to hyperref (or perform a url-def)
112   \Url@HyperHook
113 % Now do the formatting in a group (can also have \Url@HyperHook take
114 % this as an argument.
115   {\Url@FormatString}%
116   \endgroup}
117
118 \let\Url@ObeySp\@empty
119 \let\UrlRight\@empty
120 \let\UrlLeft\@empty
121 \let\Url@HyperHook\@empty
122
123 % This is the normal way to format the strings, using math mode.
124 \def\Url@FormatString{%
125  \UrlFont \Url@MathSetup 
126  $\fam\z@ \textfont\z@\font
127  \expandafter\UrlLeft\Url@String\UrlRight
128  \m@th$%
129 % \if\urldebug \showlists \fi 
130 }%
131
132 \def\Url@MathSetup{%
133  \medmuskip\Urlmuskip \thickmuskip\medmuskip \thinmuskip0mu%
134  \relpenalty\UrlBigBreakPenalty \binoppenalty\UrlBreakPenalty
135  \expandafter\let\expandafter\UrlEncSpecials\csname Url@\f@encoding encSpecials\endcsname
136  % Insert test for unknown encodings here \ifx\UrlEncSpecials\relax
137  \ifdim\fontdimen\thr@@\font=\z@ \let\Url@OTnonTT\relax \fi
138  \@tempcnta\z@ %  \fam\multiply\@tempcnta\@cclvi
139  \let\do\set@mathcode \UrlOrds % ordinary characters that were special
140  \advance\@tempcnta 8192 \UrlBreaks % bin
141  \advance\@tempcnta 4096 \UrlBigBreaks % rel
142  \advance\@tempcnta 4096 \UrlNoBreaks % open
143  \let\do\set@mathact \UrlSpecials \UrlEncSpecials % active
144  \let\do\set@mathnolig \verbatim@nolig@list % prevent ligatures
145 }
146
147 \def\set@mathcode#1{\count@`#1\advance\count@\@tempcnta
148 %\message{Set mathcode of \string #1 (\number`#1) = \number`#1 + \number\@tempcnta. }%
149 \mathcode`#1\count@}
150 \def\set@mathact#1#2{\mathcode`#1=32768 \begingroup 
151     \lccode`\~`#1\lowercase{\endgroup\def~}{#2}}
152 \def\set@mathnolig#1{\ifnum\mathcode`#1<32768
153    \begingroup\lccode`\~`#1\lowercase{\endgroup
154      \edef~}{\mathchar\number\mathcode`#1_{\/}}%
155    \mathcode`#1=32768 \fi}
156
157 \def\Url@movingtest{\begingroup
158  \ifx\let\HyPsd@LetCommand % we are already in a pdf string!
159   \expandafter\Url@unmove \fi % give the argument and hope for the best
160  \let\Url@moving\relax\relax\relax
161  \ifx\Url@moving\relax\else \expandafter\Url@unmove \fi
162  \endgroup}
163 \long\def\Url@unmove#1\Url@y{\endgroup \ifx\protect\relax\else\protect\Url\fi}
164 \edef\Url@moving{\csname Url Error\endcsname}
165 \expandafter\edef\Url@moving
166  {\csname url used in a moving argument.\endcsname}
167 \expandafter\expandafter\expandafter \let \Url@moving\@undefined
168
169 \def\urldef#1#2{\begingroup \setbox\z@\hbox\bgroup
170   \def\Url@HyperHook##1\endgroup{\Url@def{#1}{#2}}%
171   % Because hyperref breaks \urldef and does not define its own (Grrrr!)...
172   \def\url@##1{\egroup\endgroup\DeclareRobustCommand#1{#2{##1}}}%
173  #2}
174 \def\Url@def#1#2{%
175    \toks0\expandafter{\Url@String}%
176    \protected@edef\Url@String{\Url@String}%
177    \toks1\expandafter{\Url@String}%
178    \edef\Url@String{\endgroup\egroup\endgroup\def
179      \expandafter\noexpand\csname\expandafter\@gobble\string#1 \endcsname
180      {\noexpand\Url@eitherdef{\the\toks1}{\noexpand#2{\the\toks0}}}}%
181    \Url@String
182    \edef#1{\noexpand\protect
183       \expandafter\noexpand\csname\expandafter\@gobble\string#1 \endcsname}%
184   }
185 \def\Url@eitherdef{\ifx\let\HyPsd@LetCommand % we are already in a pdf string!
186   \expandafter\@firstoftwo \else \expandafter\@secondoftwo \fi}
187
188 \def\urlstyle#1{\expandafter\protect\csname url@#1style\endcsname}
189
190 \def\DeclareUrlCommand#1#2{\def#1{\leavevmode\begingroup #2\Url}}
191
192 % Sample (and default) configuration:
193 %
194 \DeclareUrlCommand\url{}
195 \urlstyle{tt}
196 %
197 \newmuskip\Urlmuskip \Urlmuskip=0mu
198 \mathchardef\UrlBreakPenalty=\binoppenalty
199 \mathchardef\UrlBigBreakPenalty=\relpenalty
200 %
201 % picTeX defines \path, so declare it optionally:
202 \@ifundefined{path}{\DeclareUrlCommand\path{\urlstyle{tt}}}{}
203 %
204 % too many styles define \email like \address, so I will not define it.
205 % \DeclareUrlCommand\email{\urlstyle{rm}}
206
207 % Process LaTeX \package options
208 %
209 \let\Url@sppen\@M
210 \def\Url@space{\penalty\Url@sppen}
211 \def\do@url@hyp{}% by default, no breaks after hyphens
212
213 \@ifundefined{ProvidesPackage}{
214 }{\ProvidesPackage
215  {url}[2006/04/12 \space ver 3.3 \space Verb mode for urls, etc.]
216 \DeclareOption{hyphens}{\def\do@url@hyp{\do\-}}% allow breaks after hyphens
217 \DeclareOption{obeyspaces}{\let\Url@ObeySp\relax}% a flag for later
218 \DeclareOption{spaces}{\def\Url@sppen{\UrlBreakPenalty}}
219 \DeclareOption{LY1}{}
220 \DeclareOption{T1}{}
221 \DeclareOption{allowmove}{\let\Url@moving\@empty}
222 \DeclareOption{lowtilde}{%
223   \def\UrlTildeSpecial{\do\~{\raise.2ex\hbox{\m@th$\scriptstyle\sim$}}}
224   \let\Url@force@Tilde\UrlTildeSpecial
225 }
226 \ProcessOptions\relax
227 \ifx\Url@ObeySp\relax % [obeyspaces] was declared
228   \begingroup \lccode`+=32 \lowercase
229    {\endgroup \def\Url@ObeySp{\Url@Edit\Url@String{ }{+}}}
230    \def\Url@space{\penalty\Url@sppen\ }
231 \fi
232 }
233 \ifx\f@encoding\undefined \def\f@encoding{OT1}\fi
234
235 \begingroup
236 % \Url@acthash:    convert `other' (doubled) ## to active #
237 % \Url@actpercent: convert `other' % to active %
238  \lccode`+=`\# \lccode`\~=`\#
239   \lowercase {\long\gdef\Url@acthash{\Url@Edit\Url@String{++}{~}%
240      \ifnum\mathcode`\#<32768 \def~{\#}\fi}}%
241  \lccode`+=`\% \lccode`\~=`\%
242   \lowercase {\long\gdef\Url@actpercent{\Url@Edit\Url@String{+}{~}%
243     \ifnum\mathcode`\%<32768 \def~{\%}\fi}}%
244  \catcode13=12 %
245  \gdef\Url@percent{\@ifnextchar^^M{\@gobble}{\mathbin{\mathchar`\%}}}%
246 \endgroup%
247
248 %   Edit macro #1 changing all appearances of pattern #2 to replacement #3.
249 %   The replacement is recursive, so don't put the search pattern into the
250 %   replacement text!
251
252 { \catcode`Q=3
253
254 \gdef\Url@Edit#1#2#3{%
255  \begingroup % \tracingall
256  \def\DOE@a{\endgroup\def#1}% Just so I can \expandafter it safely.
257  \def\DOE@b##1#2##2Q##3{\@ifblank{##2}% if finished,
258    {\DOE@c ##1Q}% then remove \@empty's and redefine macro
259    {\DOE@b##1##3##2Q{##3}}% else, re-iterate
260  }%  the leading \@empty preserves braces, as does the trailing pattern:
261  \expandafter\DOE@b\expandafter\@empty #1\@empty#2Q{#3}}
262 \gdef\DOE@c#1\@empty Q{\expandafter\DOE@a\expandafter{#1}}
263 %
264 %  \@ifblank (LaTeX syntax) --- checks if parameter is blank (Spaces
265 %     count as blank) use \@ifblank{#1}{true case}{false case} etc
266 \long\gdef\@ifblank#1{\@Ifbl@nk#1QQ\@secondoftwo\@firstoftwo!}%
267 \long\gdef\@Ifbl@nk#1#2Q#3#4#5!{#4}
268
269 } % restore Q catcode
270
271
272 %\ifx\urldebug\@undefined \def\urldebug{01}\fi
273
274 \endinput
275 %
276 % url.sty  ver 3.3    12-Apr-2006   Donald Arseneau   asnd@triumf.ca
277 %
278 % This package defines "\url", a form of "\verb" that allows linebreaks,
279 % and can often be used in the argument to another command.  It can be
280 % configured to print in different formats, and is particularly useful for
281 % hypertext links, email addresses, directories/paths, etc.  The font may
282 % be selected using the "\urlstyle" command and pre-defined text can be
283 % stored with the "\urldef" command. New url-like commands can be defined,
284 % and a "\path" command is provided this way.
285 %
286 % Usage:    Conditions:
287 % \url{ }   If the argument contains any "%", "#", or "^^", or ends with
288 %           "\", it can't be used in the argument to another command.
289 %           The argument must not contain unbalanced braces.
290 % \url|  |  ...where "|" is any character not used in the argument and not
291 %           "{" or a space.  The same restrictions as above except that the
292 %           argument may contain unbalanced braces.
293 % \xyz      for "\xyz" a defined-url;  this can be used anywhere, no matter
294 %           what characters it contains.
295 %
296 % The "\url" command is fragile, and its argument is likely to be very
297 % fragile, but a defined-url is robust.
298 %
299 % Package Option:  obeyspaces
300 % Ordinarily, all spaces are ignored in the url-text.  The "[obeyspaces]"
301 % option allows spaces, but may introduce spurious spaces when a url
302 % containing "\" characters is given in the argument to another command.
303 % So if you need to obey spaces you can say "\usepackage[obeyspaces]{url}",
304 % and if you need both spaces and backslashes, use a `defined-url' for
305 % anything with "\".
306 %
307 % Package Option:  hyphens
308 % Ordinarily, breaks are not allowed after "-" characters because this
309 % leads to confusion. (Is the "-" part of the address or just a hyphen?)
310 % The package option "[hyphens]" allows breaks after explicit hyphen
311 % characters.  The "\url" command will *never ever* hyphenate words.
312 %
313 % Package Option:  spaces
314 % Likewise, breaks are not usually allowed after spaces under the
315 % "[obeyspaces]" option, but giving the options "[obeyspaces,spaces]"
316 % will allow breaks at those spaces. (Note that it seems logical to
317 % allow the sole option "[spaces]" to let input spaces indicate break
318 % points, but not to display them in the output. This would be easy to
319 % implement, but is left out to avoid(?) confusion.)
320 %
321 % Package Option:  lowtilde
322 % Normal treatment of the ~ character is to use the font's "\textasciitilde"
323 % character, if it has one (or claims to).  Otherwise, the character is
324 % faked using a mathematic "\sim".  The "[lowtilde]" option causes a
325 % faked character to be used always (and a bit lower than usual).
326 %
327 % Defining a defined-url:
328 % Take for example the email address "myself%node@gateway.net" which could
329 % not be given (using "\url" or "\verb") in a caption or parbox due to the
330 % percent sign.  This address can be predefined with
331 %    \urldef{\myself}\url{myself%node@gateway.net}   or
332 %    \urldef{\myself}\url|myself%node@gateway.net|
333 % and then you may use "\myself" instead of "\url{myself%node@gateway.net}"
334 % in an argument, and even in a moving argument like a caption because a
335 % defined-url is robust.
336 %
337 % Style:
338 % You can switch the style of printing using "\urlstyle{tt}", where "tt"
339 % can be any defined style.  The pre-defined styles are "tt", "rm", "sf",
340 % and "same" which all allow the same linebreaks but different fonts --
341 % the first three select a specific font and the "same" style uses the
342 % current text font.  You can define your own styles with different fonts
343 % and/or line-breaking by following the explanations below.  The "\url"
344 % command follows whatever the currently-set style dictates.
345 %
346 % Alternate commands:
347 % It may be desireable to have different things treated differently, each
348 % in a predefined style; e.g., if you want directory paths to always be
349 % in typewriter and email addresses to be roman, then you would define new
350 % url-like commands as follows:
351 %
352 %    \DeclareUrlCommand\email{\urlstyle{rm}}
353 %    \DeclareUrlCommand\directory{\urlstyle{tt}}
354 %
355 % In fact, the "\directory" example is exactly the "\path" definition which
356 % is pre-defined in the package.  If you look above, you will see that "\url"
357 % is defined with
358 %    \DeclareUrlCommand\url{}
359 % I.e., using whatever "\urlstyle" and other settings are already in effect.
360 %
361 % You can make a defined-url for these other styles, using the usual
362 % "\urldef" command as in this example:
363 %
364 %    \urldef{\myself}{\email}{myself%node.domain@gateway.net}
365 %
366 % which makes "\myself" act like "\email{myself%node.domain@gateway.net}",
367 % if the "\email" command is defined as above.  The "\myself" command
368 % would then be robust.
369 %
370 % Defining styles:
371 % Before describing how to customize the printing style, it is best to
372 % mention something about the unusual implementation of "\url".  Although
373 % the material is textual in nature, and the font specification required
374 % is a text-font command, the text is actually typeset in *math* mode.
375 % This allows the context-sensitive linebreaking, but also accounts for
376 % the default behavior of ignoring spaces.  Now on to defining styles.
377 %
378 % To change the font or the list of characters that allow linebreaks, you
379 % could redefine the commands "\UrlFont", "\UrlBreaks", "\UrlSpecials" etc.
380 % directly in the document, but it is better to define a new `url-style'
381 % (following the example of "\url@ttstyle" and "\url@rmstyle") which defines
382 % all of "\UrlBigbreaks", "\UrlNoBreaks", "\UrlBreaks", "\UrlSpecials", and
383 % "\UrlFont".
384 %
385 % Changing font:
386 % The "\UrlFont" command selects the font.  The definition of "\UrlFont"
387 % done by the pre-defined styles varies to cope with a variety of LaTeX
388 % font selection schemes, but it could be as simple as "\def\UrlFont{\tt}".
389 % Depending on the font selected, some characters may need to be defined
390 % in the "\UrlSpecials" list because many fonts don't contain all the
391 % standard input characters.
392 %
393 % Changing linebreaks:
394 % The list of characters that allow line-breaks is given by "\UrlBreaks"
395 % and "\UrlBigBreaks", which have the format "\do\c" for character "c".
396 % The differences are that `BigBreaks' usually have a lower penalty and have
397 % different breakpoints when in sequence (as in "http://"): `BigBreaks'
398 % are treated as mathrels while `Breaks' are mathbins (see The TeXbook,
399 % p.170). In particular, a series of `BigBreak' characters will break at
400 % the end and only at the end; a series of `Break' characters will break
401 % after the first and after every following *pair*; there will be no
402 % break after a `Break' character if a `BigBreak' follows.  In the case
403 % of "http://" it doesn't matter whether ":" is a `Break' or `BigBreak' --
404 % the breaks are the same in either case; but for DECnet nodes with "::"
405 % it is important to prevent breaks *between* the colons, and that is why
406 % colons are `BigBreaks'.
407 %
408 % It is possible for characters to prevent breaks after the next following
409 % character (I use this for parentheses).  Specify these in "\UrlNoBreaks".
410 %
411 % You can do arbitrarily complex things with characters by making them
412 % active in math mode (mathcode hex-8000) and specifying the definition(s)
413 % in "\UrlSpecials".  This is used in the rm and sf styles for OT1 font
414 % encoding to handle several characters that are not present in those
415 % computer-modern style fonts.  See the definition of "\Url@do", which
416 % is used by both "\url@rmstyle" and "\url@sfstyle"; it handles missing
417 % characters via "\UrlSpecials".  The nominal format for setting each
418 % special character "c" is: "\do\c{<definition>}", but you can include
419 % other definitions too.
420 %
421 % If all this sounds confusing ... well, it is!  But I hope you won't need
422 % to redefine breakpoints -- the default assignments seem to work well for
423 % a wide variety of applications.  If you do need to make changes, you can
424 % test for breakpoints using regular math mode and the characters "+=(a".
425 %
426 % You can allow some spacing around the breakable characters by assigning
427 %    \Urlmuskip = 0mu plus 1mu
428 % You can change the penalties used for BigBreaks and Breaks by assigning
429 %    \mathchardef\UrlBreakPenalty=100 \mathchardef\UrlBigBreakPenalty=100
430 % The default penalties are "\binoppenalty" and "\relpenalty".  These have
431 % such odd non-LaTeX syntax because I don't expect people to need to
432 % change them often.
433 %
434 % Yet more flexibility:
435 % You can also customize the verbatim text by defining "\UrlRight" and/or
436 % "\UrlLeft", e.g., for ISO formatting of urls surrounded by "<  >", define
437 %
438 %    \DeclareUrlCommand\url{\def\UrlLeft{<url:\ }\def\UrlRight{>}%
439 %        \urlstyle{tt}}
440 %
441 % The meanings of "\UrlLeft" and "\UrlRight" are *not* reproduced verbatim.
442 % This lets you use formatting commands there, but you must be careful not
443 % to use TeX's special characters ("\^_%~#$&{}" etc.) improperly.
444 % You can also define "\UrlLeft" to reprocess the verbatim text, but the
445 % format of the definition is special:
446 %
447 %    \def\UrlLeft#1\UrlRight{ ... do things with #1 ... }
448 %
449 % Yes, that is "#1" followed by "\UrlRight" then the definition.  For
450 % example, to put a hyperTeX hypertext link in the DVI file:
451 %
452 %    \def\UrlLeft#1\UrlRight{\special{html:<a href="#1">}#1\special{html:</a>}}
453 %
454 % Using this technique, url.sty can provide a convenient interface for
455 % performing various operations on verbatim text.  You don't even need
456 % to print out the argument!  For greatest efficiency in such obscure
457 % applications, you can define a null url-style where all the lists like
458 % "\UrlBreaks" are empty.
459 %
460 % Revision History:
461 % ver 1.1 6-Feb-1996:
462 % Fix hyphens that wouldn't break and ligatures that weren't suppressed.
463 % ver 1.2 19-Oct-1996:
464 % Package option for T1 encoding; Hooks: "\UrlLeft" and "\UrlRight".
465 % ver 1.3 21-Jul-1997:
466 % Prohibit spaces as delimiter characters; change ascii tilde in OT1.
467 % ver 1.4 02-Mar-1999:
468 % LaTeX license; moving-argument-error
469 % ver 1.5 28-Mar-1999:
470 % possibility of spacing around break characters; re-settable penalties
471 % ver 1.6 20-Jun-2002:
472 % un-double #, fix obeyed-spaces, ignore trailing %, hook for hyperref
473 % (\Url@HyperHook), no macros in pre-processed url string (in \Url@String),
474 % limit catcode change of ~.
475 % ver 3.0 June 2003/Nov 2003:
476 % \DeclareUrlCommand; make font encoding automatic (only a few inputenc characters
477 % are supported yet - needs refactoring); reverse penalties. 
478 % ver 3.1 Mar 2004:
479 % Remove spurious spaces in \url@XXstyle commands.
480 % ver 3.2 June 2005:
481 % Fix cmsy-symbols in tt bug (from 3.0); LY1 encoding bug; Enable plain
482 % with miniltx (again); Define the \urldef for hyperref; Lower "sim" tilde
483 % a little; fix \lowercase error in \UrlSpecials handling.
484 % ver 3.3 April 2006:
485 % Fix some encoding bugs and remove 8-bit characters.  lowtilde option
486 % The End
487
488 Test file integrity:  ASCII 32-57, 58-126:  !"#$%&'()*+,-./0123456789
489 :;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
490