summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/babel-italian/italian.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-03-27 23:50:11 +0000
committerKarl Berry <karl@freefriends.org>2015-03-27 23:50:11 +0000
commitae241153dd75aefa416b75ff1bd9ad7f75f85166 (patch)
tree9e9a5de0425623cfa4e3682bbc4cc2448d70b285 /Master/texmf-dist/source/generic/babel-italian/italian.dtx
parentde9fe826674d80eda2b7a367a0c777f103b40ed0 (diff)
babel-italian (27mar15)
git-svn-id: svn://tug.org/texlive/trunk@36645 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/babel-italian/italian.dtx')
-rw-r--r--Master/texmf-dist/source/generic/babel-italian/italian.dtx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/generic/babel-italian/italian.dtx b/Master/texmf-dist/source/generic/babel-italian/italian.dtx
index ba6ca8ea308..8298182d7ca 100644
--- a/Master/texmf-dist/source/generic/babel-italian/italian.dtx
+++ b/Master/texmf-dist/source/generic/babel-italian/italian.dtx
@@ -33,7 +33,7 @@
%</filedriver>
%<code>\ProvidesLanguage{italian}
%<*code>
- [2015/03/12 v1.3m Italian support from the babel system]
+ [2015/03/26 v1.3n Italian support from the babel system]
%</code>
%%
%% Please report errors to: claudio dot beccari at gmail dot com
@@ -263,7 +263,7 @@
% There are other packages that provide a similar functionality, for
% example |icomma| and |ncccomma|; |icomma|, apparently is not in conflict
% with |dcolomn|, but requires a space after the comma all the times it
-% plays the r\^ole of a punctuation mark; |nccomma|, checks if the next
+% plays the r\^ole of a punctuation mark; |ncccomma|, checks if the next
% token is a digit, but it repeated ten tests every time it meets a comma,
% irrespective from what it is followed by. I believe that my solution
% is better than that provided by both those packages; but I assume that
@@ -879,7 +879,7 @@
% \end{macrocode}
%
% \begin{macro}{\IntelligentComma}
-% \begin{macro}{\NoINtellgentComma}
+% \begin{macro}{\NoIntellgentComma}
% This feature is optional, in the sense that it is necessary to issue
% a specific command to activate it; actually this functionality is activated
% or, respectively, deactivated with the self explanatory commands
@@ -893,7 +893,7 @@
% are defined when the final user typesets a document, but they will be
% possibly defined only at the end of the preamble when it will be known
% if the |dcolumn| package has been loaded. We do the same if packages
-% |icomma| or |nccomma| have been loaded, since that assumes that the user
+% |icomma| or |ncccomma| have been loaded, since that assumes that the user
% wants to use their functionality, not the functionality of this package.
%
% We need a command to set the comma as an active charter only in math mode;
@@ -910,7 +910,7 @@
\newcommand*\NoIntelligentComma{\mathcode`\,=\string"613B}% Punctuation comma
\@ifpackageloaded{icomma}{\let\IntelligentComma\relax
\let\NoIntelligentComma\relax}{%
- \@ifpackageloaded{nccomma}{\let\IntelligentComma\relax
+ \@ifpackageloaded{ncccomma}{\let\IntelligentComma\relax
\let\NoIntelligentComma\relax}{%
\@ifpackageloaded{dcolumn}{\let\IntelligentComma\relax
\let\NoIntelligentComma\relax}{%