summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/mfirstuc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-10 21:46:36 +0000
committerKarl Berry <karl@freefriends.org>2017-11-10 21:46:36 +0000
commitb494855d5861e14a4f4cb072d4d73d6df5dce577 (patch)
tree0df26bd47ef5df6cc59a17168dd566df7bb06821 /Master/texmf-dist/source/latex/mfirstuc
parentd58d65024444daa1a2b82d01b4acdacbb5cade59 (diff)
mfirstuc (10nov17)
git-svn-id: svn://tug.org/texlive/trunk@45743 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/mfirstuc')
-rw-r--r--Master/texmf-dist/source/latex/mfirstuc/mfirstuc.dtx38
-rw-r--r--Master/texmf-dist/source/latex/mfirstuc/mfirstuc.ins6
2 files changed, 27 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/mfirstuc/mfirstuc.dtx b/Master/texmf-dist/source/latex/mfirstuc/mfirstuc.dtx
index 2c7299fba08..561b9070cb5 100644
--- a/Master/texmf-dist/source/latex/mfirstuc/mfirstuc.dtx
+++ b/Master/texmf-dist/source/latex/mfirstuc/mfirstuc.dtx
@@ -1,21 +1,21 @@
%\iffalse
-% mfirstuc.dtx generated using makedtx version 1.1 (c) Nicola Talbot
+% mfirstuc.dtx generated using makedtx version 1.2 (c) Nicola Talbot
% Command line args:
% -doc "mfirstuc-codedoc.tex"
-% -macrocode ".*\.perl"
-% -macrocode ".*\.tex"
-% -codetitle "Main Package Code"
-% -comment ".*\.perl"
-% -comment ".*\.tex"
% -setambles ".*\.perl=>\nopreamble\nopostamble"
% -setambles ".*\.tex=>\nopreamble\nopostamble"
% -author "Nicola Talbot"
+% -comment ".*\.perl"
+% -comment ".*\.tex"
+% -macrocode ".*\.perl"
+% -macrocode ".*\.tex"
+% -codetitle "Main Package Code"
% -src "mfirstuc.sty\Z=>mfirstuc.sty"
% -src "mfirstuc-english.sty\Z=>mfirstuc-english.sty"
% -src "(sample.*\.tex)\Z=>\1"
% -src "(.*\.perl)\Z=>\1"
% mfirstuc
-% Created on 2016/7/31 20:20
+% Created on 2017/11/10 13:34
%\fi
%\iffalse
%<*package>
@@ -38,7 +38,7 @@
%\fi
% \iffalse
% Doc-Source file to use with LaTeX2e
-% Copyright (C) 2016 Nicola Talbot, all rights reserved.
+% Copyright (C) 2017 Nicola Talbot, all rights reserved.
% \fi
% \iffalse
%<*driver>
@@ -74,12 +74,12 @@ mfirstuc.dtx
%\MakeShortVerb{"}
%\DeleteShortVerb{\|}
%
-% \title{Documented Code For mfirstuc v2.04}
+% \title{Documented Code For mfirstuc v2.05}
% \author{Nicola L.C. Talbot\\[10pt]
%Dickimaw Books\\
%\url{http://www.dickimaw-books.com/}}
%
-% \date{2016-07-31}
+% \date{2017-11-10}
% \maketitle
%
%\tableofcontents
@@ -111,7 +111,7 @@ mfirstuc.dtx
%\changes{2.0}{2015/09/09}{package split from glossaries}
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{mfirstuc}[2016/07/31 v2.04 (NLCT)]
+\ProvidesPackage{mfirstuc}[2017/11/10 v2.05 (NLCT)]
% \end{macrocode}
% Requires \sty{etoolbox}:\changes{1.06}{2012/05/21}{now requires
% etoolbox}
@@ -282,12 +282,22 @@ mfirstuc.dtx
\expandafter#3\expandafter{\dtl@first}\dtl@rest
}%
{%
- #3#1#2%
+% \end{macrocode}
+%First argument needs to be grouped in case it consists of more than
+%one token.
+%\changes{2.05}{2017-11-10}{grouped first argument}
+% \begin{macrocode}
+ #3{#1}#2%
}%
}%
}%
{%
- \def\@mfu@applytofirst#1#2\@mfu@end@applytofirst#3{#3#1#2}
+% \end{macrocode}
+%First argument needs to be grouped in case it consists of more than
+%one token.
+%\changes{2.05}{2017-11-10}{grouped first argument}
+% \begin{macrocode}
+ \def\@mfu@applytofirst#1#2\@mfu@end@applytofirst#3{#3{#1}#2}
}
% \end{macrocode}
%\end{macro}
@@ -916,7 +926,7 @@ mfirstuc.dtx
%\label{sec:code:mfirstuc-english}
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{mfirstuc-english}[2016/07/31 v2.04 (NLCT)]
+\ProvidesPackage{mfirstuc-english}[2017/11/10 v2.05 (NLCT)]
% \end{macrocode}
% Load \sty{mfirstuc} if not already loaded:
% \begin{macrocode}
diff --git a/Master/texmf-dist/source/latex/mfirstuc/mfirstuc.ins b/Master/texmf-dist/source/latex/mfirstuc/mfirstuc.ins
index d7f2a4d372a..cb67404d04a 100644
--- a/Master/texmf-dist/source/latex/mfirstuc/mfirstuc.ins
+++ b/Master/texmf-dist/source/latex/mfirstuc/mfirstuc.ins
@@ -1,14 +1,14 @@
-% mfirstuc.ins generated using makedtx version 1.1 2016/7/31 20:20
+% mfirstuc.ins generated using makedtx version 1.2 2017/11/10 13:34
\input docstrip
\preamble
mfirstuc.dtx
- Copyright 2016 Nicola Talbot
+ Copyright 2017 Nicola Talbot
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
- of this license of (at your option) any later version.
+ 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 distributions of LaTeX