diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/csquotes/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/csquotes/README | 74 |
1 files changed, 51 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/latex/csquotes/README b/Master/texmf-dist/doc/latex/csquotes/README index 57f155b1549..719028251d8 100644 --- a/Master/texmf-dist/doc/latex/csquotes/README +++ b/Master/texmf-dist/doc/latex/csquotes/README @@ -1,4 +1,4 @@ -$Id: README,v 4.4d 2010/02/06 18:19:34 lehman stable $ +$Id: README,v 5.0 2010/06/02 19:22:07 lehman stable $ ABOUT @@ -16,7 +16,7 @@ quotes are freely configurable. LICENSE -Copyright (c) 2003--2010 Philipp Lehman, author-maintained. +Copyright (c) 2003-2010 Philipp Lehman, author-maintained. Permission is granted to copy, distribute and/or modify this software under the terms of the LaTeX Project Public License (LPPL), version 1.3. @@ -35,44 +35,72 @@ http://www.ctan.org/tex-archive/macros/latex/contrib/etoolbox/ or any CTAN mirror. -INSTALLATION +AUTOMATIC INSTALLATION -Copy the files 'csquotes.sty', 'csquotes.def', 'csquotes.cfg' to +TeX Live: The csquotes package is included in TeX Live. + Use the TeX Live package manager to install it. + +MiKTeX: The csquotes package is included in MiKTeX. + Use the MiKTeX package manager to install it. + +SEMI-AUTOMATIC INSTALLATION + +1. Download the file + + http://www.ctan.org/tex-archive/install/macros/latex/contrib/csquotes.tds.zip + +2. Unpack the archive in the root directory of the local TeX + installation tree, for example + + /usr/local/share/texmf/ + or + /usr/share/texmf-local/ + or + C:\Local TeX Files\ + +3. Update the file hash tables (also known as the file name + database). + + On teTeX and TeX Live systems, run texhash as root ('sudo + texhash'). On MiKTeX, run 'initexmf --update-fndb' in a command + window or use the 'Refresh FNDB' button of the MiKTeX Options + window. + +MANUAL INSTALLATION + +1. Copy the files 'csquotes.sty', 'csquotes.def', 'csq-compat.def', + and 'csquotes.cfg' to <TEXMFLOCAL>/tex/latex/csquotes/ -where <TEXMFLOCAL> denotes the root of the local TeX installation -tree, for example + where <TEXMFLOCAL> denotes the root of the local TeX installation + tree, for example /usr/local/share/texmf/ -or + or /usr/share/texmf-local/ -or + or C:\Local TeX Files\ -The manual ('csquotes.pdf') and the file 'tutorial.tex' go to +2. The file 'csquotes.pdf' goes to <TEXMFLOCAL>/doc/latex/csquotes/ -or to any other place where you will find them later. - -Note that you may have to create those directories if this is the -first package you're installing locally (as opposed to via a package -manager). +3. Update the file hash tables (also known as the file name + database). -Don't forget to update the file hash tables (also known as the file -name database) after installing the files. On teTeX and TeX Live -systems, run texhash as root ('sudo texhash'). On MiKTeX, run -'initexmf --update-fndb' in a command window or use the 'Refresh -FNDB' button of the MiKTeX Options window. + On teTeX and TeX Live systems, run texhash as root ('sudo + texhash'). On MiKTeX, run 'initexmf --update-fndb' in a command + window or use the 'Refresh FNDB' button of the MiKTeX Options + window. -Please see the TeX FAQ at http://www.tex.ac.uk/faq for further -hints. +Note that you may have to create some or all of the above +directories if this is the first package you're installing locally +(as opposed to via a package manager). USAGE -Refer to csquotes.pdf for a systematic reference manual and to -tutorial.tex for a hands-on tutorial including practical examples. +Refer to csquotes.pdf for a systematic reference manual. CHANGES |