[latex3-commits] [git/LaTeX3-latex3-latex2e] gh529: Update changes.txt and layout.dtx to add option romanian (b55271e9)
Johannes Braams
texniek at braams.xs4all.nl
Wed Mar 10 18:20:56 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : gh529
Link : https://github.com/latex3/latex2e/commit/b55271e901fab4ee9157d233afe1caa12b281de0
>---------------------------------------------------------------
commit b55271e901fab4ee9157d233afe1caa12b281de0
Author: Johannes Braams <texniek at braams.xs4all.nl>
Date: Wed Mar 10 18:20:56 2021 +0100
Update changes.txt and layout.dtx to add option romanian
>---------------------------------------------------------------
b55271e901fab4ee9157d233afe1caa12b281de0
required/tools/changes.txt | 5 +++++
required/tools/layout.dtx | 14 +++++++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/required/tools/changes.txt b/required/tools/changes.txt
index e1a1c1bf..f4eaeb46 100644
--- a/required/tools/changes.txt
+++ b/required/tools/changes.txt
@@ -5,6 +5,11 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
=======================================================================
+2021-03-10 Johannes Braams <Johannes.Braams at latex-project.org>
+
+ * layout.dtx: (subsection{Options}):
+ Option romanian added (gh/529)
+
2021-02-25 David Carlisle <David.Carlisle at latex-project.org>
* longtable.dtx
diff --git a/required/tools/layout.dtx b/required/tools/layout.dtx
index 69626742..abd04c47 100644
--- a/required/tools/layout.dtx
+++ b/required/tools/layout.dtx
@@ -30,7 +30,7 @@
%<+package>\ProvidesPackage{layout}
%<+driver>\ProvidesFile{layout.drv}
%\ProvidesFile{layout.dtx}
- [2020-07-25 v1.2d Show layout parameters]
+ [2021-03-10 v1.2e Show layout parameters]
%
% A short driver is provided that can be extracted if necessary by
% the \textsf{DocStrip} program provided with \LaTeXe.
@@ -184,6 +184,18 @@
}
% \end{macrocode}
%
+% \changes{v1.2e}{2021-03-10}{Added option for Romanian (gh529)}
+% \begin{macrocode}
+\DeclareOption{romanian}{%
+ \def\Headertext{Antet}
+ \def\Bodytext{Corp}
+ \def\Footertext{Subsol}
+ \def\MarginNotestext{Note\\ Marginale}
+ \def\oneinchtext{un inch}
+ \def\notshown{neafișat}
+ }
+% \end{macrocode}
+%
% \changes{v1.2d}{2020-07-25}{Added option for Japanese (gh353)}
% \begin{allowtofu}
% \begin{macrocode}
More information about the latex3-commits
mailing list.