summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/csquotes/README
blob: 86a7aba3cfd74532f4a1434e611d5b4294eb4379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
$Id: README,v 4.4a 2009/07/04 14:49:23 lehman stable $

ABOUT

This package provides advanced facilities for inline and display
quotations. It is designed for a wide range of tasks ranging from
the most simple applications to the more complex demands of formal
quotations. The facilities include commands, environments, and
user-definable 'smart quotes' which dynamically adjust to their
context. Quotation marks are switched automatically if quotations
are nested and they can be adjusted to the current language. There
are additional facilities designed to cope with the more specific
demands of academic writing, especially in the humanities and the
social sciences. All quote styles as well as the optional active
quotes are freely configurable.

LICENSE

Copyright (c) 2003--2009 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.

This software is provided 'as is', without warranty of any kind,
either expressed or implied, including, but not limited to, the
implied warranties of merchantability and fitness for a particular
purpose.

REQUIREMENTS

This package requires e-TeX and the 'etoolbox' package. etoolbox is
available from:

http://www.ctan.org/tex-archive/macros/latex/contrib/etoolbox/

or any CTAN mirror.

INSTALLATION

Copy the files 'csquotes.sty', 'csquotes.def', 'csquotes.cfg' to

	<TEXMFLOCAL>/tex/latex/csquotes/

where <TEXMFLOCAL> denotes the root of the local TeX installation
tree, for example

	/usr/local/share/texmf/
or
	/usr/share/texmf-local/
or
	C:\Local TeX Files\

The manual ('csquotes.pdf') and the file 'tutorial.tex' go 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).

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.

Please see the TeX FAQ at http://www.tex.ac.uk/faq for further
hints.

USAGE

Refer to csquotes.pdf for a systematic reference manual and to
tutorial.tex for a hands-on tutorial including practical examples.

CHANGES

A list of changes relevant to users of this package is included at
the end of csquotes.pdf. Skimming the respective section of the
manual is highly recommended.