summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bezos/babeltools.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/bezos/babeltools.tex')
-rw-r--r--Master/texmf-dist/doc/latex/bezos/babeltools.tex43
1 files changed, 36 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/bezos/babeltools.tex b/Master/texmf-dist/doc/latex/bezos/babeltools.tex
index f54db645662..ddeb899ca25 100644
--- a/Master/texmf-dist/doc/latex/bezos/babeltools.tex
+++ b/Master/texmf-dist/doc/latex/bezos/babeltools.tex
@@ -1,4 +1,9 @@
-%$PDFLaTeX (encoding:utf-8)
+%
+% Copyright (C) 2010-2019 Javier Bezos http://www.texnia.com
+%
+% This file may be distributed and/or modified under the conditions of
+% the MIT License. A version can be found at the end of this file.
+%
\documentclass{article}
@@ -10,7 +15,9 @@
\maketitle
-(Beta.)
+\begin{center}
+\fbox{\textbf{This package is deprecated. Use babel 3.9 and later instead.}}
+\end{center}
The \textsf{babel} package introduces some changes in the \LaTeX{}
kernel which are not strictly necessary (perhaps just convenient), but
@@ -28,7 +35,7 @@ tools for specific purposes. This package must be loaded
\begin{description}
\item[shorthands=off] The shorthands mechanism is turned off.
-As some languages use this mechanism for tools not availible
+As some languages use this mechanism for tools not available
otherwise, a macro \verb|\babelshorthand| is defined, which allows
using them; see below.
@@ -60,7 +67,7 @@ corresponding normal char. Things like \verb|$a \mathrel{x'} b$|
work as expected.
\item When the language is switched, shorthands chars are made normal or
-active, as appropiate. Thus, \texttt{:} or \texttt{?} are active only in
+active, as appropriate. Thus, \texttt{:} or \texttt{?} are active only in
\texttt{french}.
\end{enumerate}
@@ -85,11 +92,11 @@ document is not spoilt by an unexpected \texttt{.cfg} file.
Babel tweaks several packages for shorthands to be accepted. At the
time of this writing they are \textsf{cite}, \textsf{natbib},
\textsf{varioref} and \textsf{hhline} (the latter for the colon). If
-you don't use shorthands, these redefinitions are unnecesary and
+you don't use shorthands, these redefinitions are unnecessary and
inconvenient. If you give a list of shorthands and it doesn't include
\verb|:|, then \verb|hhline| is left untouched. The other packages
are handled by \texttt{nocrossrefs} and \texttt{nocitations}, as
-appropiate.
+appropriate.
\section{Macros}
@@ -108,4 +115,26 @@ any language, you can use it. Languages given in
\verb|\documentclass| work as expected (provided the class doesn't
load it, of course).
-\end{document} \ No newline at end of file
+\end{document}
+
+MIT License
+-----------
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file