summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/bosisio/quotes.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/bosisio/quotes.dtx')
-rw-r--r--Master/texmf-dist/source/latex/bosisio/quotes.dtx39
1 files changed, 23 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/bosisio/quotes.dtx b/Master/texmf-dist/source/latex/bosisio/quotes.dtx
index 21b134f8cd8..da76efd32ba 100644
--- a/Master/texmf-dist/source/latex/bosisio/quotes.dtx
+++ b/Master/texmf-dist/source/latex/bosisio/quotes.dtx
@@ -1,19 +1,26 @@
%\iffalse % MetaComment
%%
%% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
-%% | Copyright(C) 1997-1999 by Francesco Bosisio |
+%% | Copyright(C) 1997-2010 by F. Bosisio |
%% | |
-%% | This program can be redistributed and/or modified under the |
-%% | terms of the LaTeX Project Public License Distributed from |
-%% | CTAN archives in directory macros/latex/base/lppl.txt; |
-%% | either version 1 of the License, or any later version. |
+%% | 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 |
-%% | Web page: http://www.bigfoot.com/~fbosisio/LaTeX |
-%% | CTAN location: macros/latex/contrib/supported/bosisio/ |
+%% | CTAN location: macros/latex/contrib/bosisio/ |
%% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
%%
-%%
%% If you make any improvment, find any bug or have
%% any suggestion, please let me know about it.
%%
@@ -25,10 +32,10 @@
%</package,driver>
%<*package>
%\fi
-\def\fileversion{2.0}
+\def\fileversion{2.2}
\def\filedate{1997/12/20}
-\def\docdate{1997/12/20}
-\def\filedescr{Commands to use double quotes (BF)}
+\def\docdate{2005/04/09}
+\def\filedescr{Commands to use double quotes (FB)}
%
%\iffalse % MetaComment
%</package>
@@ -85,13 +92,13 @@
% \changes{v1.1}{7 November 1997}{Fixed a bug in the options}
% \changes{v2.0}{20 December 1997}{Separated from package ``quotes''}
% \changes{v2.1}{5 March 1999}{Added copyright notice and changed addresses}
+% \changes{v2.2}{9 April 2005}{Usage of the double-quote character (") avoided}
%
% \MakeShortVerb{\|}
%
% \title{Package \texttt{\FileName}\thanks{This is version \fileversion,
% last revised \filedate; documentation date \docdate}}
-% \author{F. Bosisio\\\normalsize E-mail: \texttt{fbosisio@bigfoot.com}\\
-% \small Web page: \texttt{http://www.bigfoot.com/$\sim$fbosisio/LaTeX}}
+% \author{F. Bosisio\\\normalsize E-mail: \texttt{fbosisio@bigfoot.com}}
% \date{\filedate}
% \maketitle
%
@@ -121,7 +128,7 @@
% \end{macrocode}
%
% \begin{macro}{Quotes}
-% The command ``|\@VIRGOLETTE|" is defined to print an open or close
+% The command ``|\@VIRGOLETTE|'' is defined to print an open or close
% double-quotes alternatively, so that they are always right.
% Moreover, the double-quotes are always printed in upright-shape,
% since they looks better.
@@ -140,8 +147,8 @@
\fi%
}
% \end{macrocode}
-% Then the character `` |"| " is associated to the command
-% ``|\@VIRGOLETTE|" just defined, so that you just have to type
+% Then the character `` |"| '' is associated to the command
+% ``|\@VIRGOLETTE|'' just defined, so that you just have to type
% this character in order to get the right double-quotes.
% This trick has been adapted from the |doc| package, but
% perhaps it may be done in a better way.