diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-23 01:42:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-23 01:42:42 +0000 |
commit | 16687238a7df4f9c954d47458eb04dc7c7a56c82 (patch) | |
tree | 155fb078ffec2c1a438da90bfdf0b49ad945ac73 /Master/texmf-dist/doc/latex/breakurl | |
parent | b65e843c0c17f9373e6d1b8b569aac16125f228c (diff) |
breakurl update (19dec07)
git-svn-id: svn://tug.org/texlive/trunk@5833 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/breakurl')
-rw-r--r-- | Master/texmf-dist/doc/latex/breakurl/README | 170 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/breakurl/breakurl.pdf | bin | 113441 -> 115140 bytes |
2 files changed, 85 insertions, 85 deletions
diff --git a/Master/texmf-dist/doc/latex/breakurl/README b/Master/texmf-dist/doc/latex/breakurl/README index ddf1f1adcce..fd858109ffd 100644 --- a/Master/texmf-dist/doc/latex/breakurl/README +++ b/Master/texmf-dist/doc/latex/breakurl/README @@ -1,85 +1,85 @@ -README for breakurl, version 1.20 (2006/08/26)
-
-
-INTRODUCTION
-============
-
-The breakurl is an extension to hyperref package that allows line-breakable
-\url-like links when compiling via latex + dvips + ps2pdf.
-
-
-DESCRIPTION
-===========
-
-This package provides a command much like hyperref's \url that typesets a URL
-using a typewriter-like font. However, if the dvips driver is being used, the
-original \url doesn't allow line breaks in the middle of the created link: the
-link comes in one atomic piece. This package allows such line breaks in the
-generated links.
-
-Note that this package is intended only for those using the dvips driver.
-Users of the pdflatex driver already have this feature.
-
-
-INSTALLATION
-============
-
-Eventually breakurl may be pre-configured on your system. These instructions
-are relevant only if your LaTeX system complains about missing `breakurl.sty'.
-
-If you use MiKTeX, the utility "MiKTeX Package Manager" (Start menu > Programs
-> MiKTeX > Browse Packages or MiKTeX Package Manager) is your friend. Just
-select `breakurl' and click on Task > Install.
-
-f you need to do a manual installation (eventually needed under Unix-like
-systems), following instructions may come in handy:
-
-a) Download the package files from CTAN or the TUG server.
-
-b) Generate the `breakurl.sty' file:
-
- latex breakurl.ins
-
-c) Install the file `breakurl.sty' in your TDS tree:
-
- mkdir .../texmf/tex/latex/breakurl
- cp breakurl.sty .../texmf/tex/latex/breakurl/
-
- where `...' is the prefix of your TDS tree.
-
-d) Update the databases if necessary, eg. for teTeX:
-
- mktexlsr .../texmf
-
- or for MiKTeX: Click Start menu > Programs > MiKTeX 2.5 > Settings, open the
- General tab (this is the default) and click in the `Refresh FNDB' button. If
- you're using MiKTeX 2.4, the path is Start menu > Programs > MiKTeX > MiKTeX
- Options > General > Refresh Now.
-
-
-DOCUMENTATION
-=============
-
-Please see the breakurl.pdf for a more comprehensive description of the
-package, its options, issues, etc. Or generate a dvi version using the
-following:
-
- latex breakurl.dtx
-
-
-LICENSE
-=======
-
-This file may be distributed and/or modified under the conditions of the LaTeX
-Project Public License, either version 1.2 of this license or (at your option)
-any later version. The latest version of this license is in:
-
- http://www.latex-project.org/lppl.txt
-
-and version 1.2 or later is part of all distributions of LaTeX version
-1999/12/01 or later.
-
---
-Vilar Camara Neto
-Belo Horizonte, Minas Gerais, Brazil
-neto@dcc.ufmg.br
+README for breakurl, version 1.21 (2007/12/18) + + +INTRODUCTION +============ + +The breakurl is an extension to hyperref package that allows line-breakable +\url-like links when compiling via latex + dvips + ps2pdf. + + +DESCRIPTION +=========== + +This package provides a command much like hyperref's \url that typesets a URL +using a typewriter-like font. However, if the dvips driver is being used, the +original \url doesn't allow line breaks in the middle of the created link: the +link comes in one atomic piece. This package allows such line breaks in the +generated links. + +Note that this package is intended only for those using the dvips driver. +Users of the pdflatex driver already have this feature. + + +INSTALLATION +============ + +Eventually breakurl may be pre-configured on your system. These instructions +are relevant only if your LaTeX system complains about missing `breakurl.sty'. + +If you use MiKTeX, the utility "MiKTeX Package Manager" (Start menu > Programs +> MiKTeX > Browse Packages or MiKTeX Package Manager) is your friend. Just +select `breakurl' and click on Task > Install. + +If you need to do a manual installation (eventually needed under Unix-like +systems), following instructions may come in handy: + +a) Download the package files from CTAN or the TUG server. + +b) Generate the `breakurl.sty' file: + + latex breakurl.ins + +c) Install the file `breakurl.sty' in your TDS tree: + + mkdir .../texmf/tex/latex/breakurl + cp breakurl.sty .../texmf/tex/latex/breakurl/ + + where `...' is the prefix of your TDS tree. + +d) Update the databases if necessary, eg. for teTeX: + + mktexlsr .../texmf + + or for MiKTeX: Click Start menu > Programs > MiKTeX 2.5/2.6 > Settings, open + the General tab (this is the default) and click in the `Refresh FNDB' + button. If you're using MiKTeX 2.4, the path is Start menu > Programs > + MiKTeX > MiKTeX Options, General > Refresh Now. + + +DOCUMENTATION +============= + +Please see the breakurl.pdf for a more comprehensive description of the +package, its options, issues, etc. Or generate a dvi version using the +following: + + latex breakurl.dtx + + +LICENSE +======= + +This file may be distributed and/or modified under the conditions of the LaTeX +Project Public License, either version 1.2 of this license or (at your option) +any later version. The latest version of this license is in: + + http://www.latex-project.org/lppl.txt + +and version 1.2 or later is part of all distributions of LaTeX version +1999/12/01 or later. + +-- +Vilar Camara Neto +Belo Horizonte, Minas Gerais, Brazil +neto@dcc.ufmg.br diff --git a/Master/texmf-dist/doc/latex/breakurl/breakurl.pdf b/Master/texmf-dist/doc/latex/breakurl/breakurl.pdf Binary files differindex 54b980d80c7..53075c9e28e 100644 --- a/Master/texmf-dist/doc/latex/breakurl/breakurl.pdf +++ b/Master/texmf-dist/doc/latex/breakurl/breakurl.pdf |