diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-09 18:16:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-09 18:16:16 +0000 |
commit | a0ebf9dfa10746b4168198e3bc9addbb743605c6 (patch) | |
tree | 320a9fa0a3b944bc3dfa1e08d7434a813fb49058 /Master/texmf-dist/doc/latex/breakurl/README | |
parent | da2343922c403e6b27de47fed080b7c2e9532f7d (diff) |
breakurl update (6apr08)
git-svn-id: svn://tug.org/texlive/trunk@7358 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/breakurl/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/breakurl/README | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/breakurl/README b/Master/texmf-dist/doc/latex/breakurl/README index fd858109ffd..c32ee623e1f 100644 --- a/Master/texmf-dist/doc/latex/breakurl/README +++ b/Master/texmf-dist/doc/latex/breakurl/README @@ -1,4 +1,4 @@ -README for breakurl, version 1.21 (2007/12/18) +README for breakurl, version 1.22 (2008/04/05) INTRODUCTION @@ -31,6 +31,10 @@ 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. +Some Linux systems provide an easy way to install breakurl. As far as I know, +recent Debian and Ubuntu distros provide the "texlive-latex-extra" system +package in the default repository. + If you need to do a manual installation (eventually needed under Unix-like systems), following instructions may come in handy: @@ -42,19 +46,14 @@ b) Generate the `breakurl.sty' file: c) Install the file `breakurl.sty' in your TDS tree: - mkdir .../texmf/tex/latex/breakurl - cp breakurl.sty .../texmf/tex/latex/breakurl/ + mkdir [prefix]/texmf/tex/latex/breakurl + cp breakurl.sty [prefix]/texmf/tex/latex/breakurl/ - where `...' is the prefix of your TDS tree. + where `[prefix]' 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. + mktexlsr [prefix]/texmf DOCUMENTATION |