summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bosisio/quotes.html
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/bosisio/quotes.html
Initial commit
Diffstat (limited to 'macros/latex/contrib/bosisio/quotes.html')
-rw-r--r--macros/latex/contrib/bosisio/quotes.html84
1 files changed, 84 insertions, 0 deletions
diff --git a/macros/latex/contrib/bosisio/quotes.html b/macros/latex/contrib/bosisio/quotes.html
new file mode 100644
index 0000000000..21f2e05f53
--- /dev/null
+++ b/macros/latex/contrib/bosisio/quotes.html
@@ -0,0 +1,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 />
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ ``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>