summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/babel-contrib/portuges/portuges.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/babel-contrib/portuges/portuges.dtx')
-rw-r--r--macros/latex/contrib/babel-contrib/portuges/portuges.dtx38
1 files changed, 19 insertions, 19 deletions
diff --git a/macros/latex/contrib/babel-contrib/portuges/portuges.dtx b/macros/latex/contrib/babel-contrib/portuges/portuges.dtx
index bec2a3f332..50afabd1ed 100644
--- a/macros/latex/contrib/babel-contrib/portuges/portuges.dtx
+++ b/macros/latex/contrib/babel-contrib/portuges/portuges.dtx
@@ -1,12 +1,12 @@
% \iffalse meta-comment
%
-% Copyright 1989-2020 Johannes L. Braams, Javier Bezos, and any
+% Copyright 1989-2021 Johannes L. Braams, Javier Bezos, and any
% individual authors listed elsewhere in this file. All rights
% reserved.
-%
+%
% This file is part of the Babel system.
% --------------------------------------
-%
+%
% It may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -14,15 +14,15 @@
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2003/12/01 or later.
-%
+%
% This work has the LPPL maintenance status "maintained".
-%
+%
% The Current Maintainer of this work is Javier Bezos.
-%
+%
% The list of all files belonging to the Babel system is
% given in the file `manifest.bbl. See also `legal.bbl' for additional
% information.
-%
+%
% The list of derived (unpacked) files belonging to the distribution
% and covered by LPPL is defined by the unpacking scripts (with
% extension .ins) which are part of the distribution.
@@ -36,15 +36,15 @@
%<code>\ProvidesLanguage{portuges}
%\fi
%\ProvidesFile{portuges.dtx}
- [2021/02/04 v1.2s Portuguese support from the babel system]
+ [2021/07/09 v1.2t Portuguese support from the babel system]
%\iffalse
%% File `portuges.dtx'
%% Babel package for LaTeX version 2e
-%% Copyright (C) 1989 - 2020
+%% Copyright (C) 1989 - 2021
%% by Johannes Braams, Javier Bezos
%
%% Portuguese Language Definition File
-%% Copyright (C) 1989 - 2020
+%% Copyright (C) 1989 - 2021
%% by Johannes Braams, Javier Bezos
%
% This file is part of the babel system, it provides the source
@@ -79,7 +79,7 @@
% \changes{portuges-1.2g}{1995/06/04}{Enhanced support for brasilian}
% \changes{portuges-1.2j}{1996/07/11}{Replaced \cs{undefined} with
% \cs{@undefined} and \cs{empty} with \cs{@empty} for consistency
-% with \LaTeX}
+% with \LaTeX}
% \changes{portuges-1.2j}{1996/10/10}{Moved the definition of
% \cs{atcatcode} right to the beginning.}
%
@@ -121,7 +121,7 @@
% loaded more than once, checking the category code of the
% \texttt{@} sign, etc.
% \changes{portuges-1.2j}{1996/11/03}{Now use \cs{LdfInit} to perform
-% initial checks}
+% initial checks}
% \begin{macrocode}
%<*code>
\LdfInit\CurrentOption{captions\CurrentOption}
@@ -173,7 +173,7 @@
% loaded for Portuguese or Brasilian use. This can be done by
% checking the contents of |\CurrentOption|. When it doesn't
% contain either `portuges' or `portuguese' we make |\bbl@tempb|
-% empty.
+% empty.
% \begin{macrocode}
\def\bbl@tempa{portuguese}
\ifx\CurrentOption\bbl@tempa
@@ -259,7 +259,7 @@
% \changes{portuges-1.2k}{1997/10/01}{Use \cs{edef} to define
% \cs{today} to save memory}
% \changes{portuges-1.2k}{1998/03/28}{use \cs{def} instead of
-% \cs{edef}}
+% \cs{edef}}
% \changes{portuges-1.2n}{2001/01/27}{Removed spurious space after
% Dezembro}
% \begin{macrocode}
@@ -274,7 +274,7 @@
% \end{macro}
%
% For the Brasilian version of these definitions we just add a
-% ``dialect''.
+% ``dialect''.
% \begin{macrocode}
\expandafter
\adddialect\csname l@\CurrentOption\endcsname\l@portuges
@@ -325,7 +325,7 @@
% \changes{portuges-1.2k}{1997/10/01}{Use \cs{edef} to define
% \cs{today} to save memory}
% \changes{portuges-1.2k}{1998/03/28}{use \cs{def} instead of
-% \cs{edef}}
+% \cs{edef}}
% \changes{portuges-1.2n}{2001/01/27}{Removed spurious space after
% dezembro}
% \begin{macrocode}
@@ -434,8 +434,8 @@
% We also provide an easy way to typeset ordinals, both in the male
% (|\ord| or |\ro|) and the female (|orda| or |\ra|) form.
% \begin{macrocode}
-\def\ord{$^{\rm o}$}
-\def\orda{$^{\rm a}$}
+\def\ord{$^{\mathrm o}$}
+\def\orda{$^{\mathrm a}$}
\let\ro\ord\let\ra\orda
% \end{macrocode}
% \end{macro}
@@ -448,7 +448,7 @@
% at |\begin{document}| and resetting the category code of
% \texttt{@} to its original value.
% \changes{portuges-1.2j}{1996/11/03}{ow use \cs{ldf@finish} to wrap
-% up}
+% up}
% \begin{macrocode}
\ldf@finish\CurrentOption
%</code>