blob: 21f2e05f53051759a35b7b18edabf5f88fd80db5 (
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
82
83
84
|
<html>
<!--
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
| Copyright(C) 1997-2010 by F. Bosisio |
| |
| This program can be redistributed and/or modified under |
| the terms of the LaTeX Project Public License, either |
| version 1.3 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.3 or later is part of all LaTeX distributions |
| version 2005/12/01 or later. |
| |
| This work has the LPPL maintenance status `maintained'. |
| The Current Maintainer of this work is F. Bosisio. |
| |
| This work consists of files quotes.dtx and quotes.html |
| and of the derived files quotes.sty and quotes.pdf. |
| |
| E-mail: fbosisio@bigfoot.com |
| CTAN location: macros/latex/contrib/bosisio/ |
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
-->
<head>
<title>Package quotes</title>
</head>
<body>
<h1 align="center">
Package <tt>quotes</tt><br />
<small>
This is version 2.2, last revised 1997/12/20; documentation date 2005/04/09.
</small>
</h1>
<p align="center">
<strong>
Author: <i>F. Bosisio</i><br />
<small>
E-mail: <a href="mailto:fbosisio@bigfoot.com">
<tt>fbosisio@bigfoot.com</tt>
</a><br />
CTAN location: <a href="http://mirror.ctan.org/macros/latex/contrib/bosisio">
<tt>macros/latex/contrib/bosisio</tt>
</a>
</small>
</strong>
</p>
<p>
This package simplifies the usage of double-quotes.
</p>
<p>
With this package, the character ``<tt>"</tt>'' generates the correct
double-quotes, so that it can be used both for opening and closing
quoted text (provided that it is <em>always</em> used).
<br />
In other words, the input sequence
<pre>
"text"
</pre>
becomes equivalent to
<pre>
``text''
</pre>
and thus generates
<br />
``text''
</p>
<hr /><br />
<!------------------------------------------------------------------------>
<address>
<i>F. Bosisio</i><br />
E-mail: <a href="mailto:fbosisio@bigfoot.com"><tt>fbosisio@bigfoot.com</tt></a>
</address>
<!------------------------------------------------------------------------>
</body>
</html>
|