summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-14 21:28:02 +0000
committerKarl Berry <karl@freefriends.org>2024-02-14 21:28:02 +0000
commit91494cd6db11b2eab523a4d7115b704a96f1a1df (patch)
tree0a85b486fa1192a653d33ee2c66c1882b076b3b9
parent7262d83578fbae6e6de01e6e945e73f2c2286daa (diff)
huawei (14feb24)
git-svn-id: svn://tug.org/texlive/trunk@69858 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/huawei/LICENSE.txt2
-rw-r--r--Master/texmf-dist/doc/latex/huawei/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/huawei/huawei.pdfbin808894 -> 809033 bytes
-rw-r--r--Master/texmf-dist/source/latex/huawei/huawei.dtx8
-rw-r--r--Master/texmf-dist/source/latex/huawei/huawei.ins4
-rw-r--r--Master/texmf-dist/tex/latex/huawei/huawei.cls8
6 files changed, 13 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/huawei/LICENSE.txt b/Master/texmf-dist/doc/latex/huawei/LICENSE.txt
index 5744f745f0a..1f211e02878 100644
--- a/Master/texmf-dist/doc/latex/huawei/LICENSE.txt
+++ b/Master/texmf-dist/doc/latex/huawei/LICENSE.txt
@@ -1,6 +1,6 @@
(The MIT License)
-Copyright (c) 2021-2023 Yegor Bugayenko
+Copyright (c) 2021-2024 Yegor Bugayenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
diff --git a/Master/texmf-dist/doc/latex/huawei/README.md b/Master/texmf-dist/doc/latex/huawei/README.md
index b7a0640cf2a..e2f585d214a 100644
--- a/Master/texmf-dist/doc/latex/huawei/README.md
+++ b/Master/texmf-dist/doc/latex/huawei/README.md
@@ -21,6 +21,8 @@ Hello, world!
\end{document}
```
+Otherwise, you can download [`huawei.cls`](https://yegor256.github.io/huawei.cls/huawei.sty) and add to your project.
+
Read the detailed documentation [in PDF](http://mirrors.ctan.org/macros/latex/contrib/huawei/huawei.pdf).
If you need more formatting options,
diff --git a/Master/texmf-dist/doc/latex/huawei/huawei.pdf b/Master/texmf-dist/doc/latex/huawei/huawei.pdf
index 827b703b74e..c0c742fa02b 100644
--- a/Master/texmf-dist/doc/latex/huawei/huawei.pdf
+++ b/Master/texmf-dist/doc/latex/huawei/huawei.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/huawei/huawei.dtx b/Master/texmf-dist/source/latex/huawei/huawei.dtx
index 88af3159842..11409585022 100644
--- a/Master/texmf-dist/source/latex/huawei/huawei.dtx
+++ b/Master/texmf-dist/source/latex/huawei/huawei.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
% (The MIT License)
%
-% Copyright (c) 2021-2023 Yegor Bugayenko
+% Copyright (c) 2021-2024 Yegor Bugayenko
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the 'Software'), to deal
@@ -50,7 +50,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}
%<class>\ProvidesClass{huawei}
%<*class>
-[2023-09-21 0.18.2 Template for Huawei Documents]
+[2024-02-14 0.18.3 Template for Huawei Documents]
%</class>
%<*driver>
\documentclass{ltxdoc}
@@ -782,7 +782,7 @@ xscale=#1, inner sep=0pt, outer sep=0pt]
% \begin{macrocode}
\makeatletter\renewcommand\maketitle{%
\vspace*{18pt}%
- {\bfseries{\Huge\raggedright\thetitle\par}}%
+ {\bfseries{\begin{spacing}{.9}\Huge\raggedright\thetitle\par\end{spacing}}}%
\ifx\thesubtitle\empty\else%
{\color{gray!50!black}\large\raggedright\thesubtitle\par}%
\fi%
@@ -997,7 +997,7 @@ xscale=#1, inner sep=0pt, outer sep=0pt]
\setlength\parindent{0pt}%
\setlength\parskip{6pt}%
\setlength\columnsep{32pt}%
-\def\arraystretch{1.5}%
+\renewcommand{\arraystretch}{1}%
}
% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/huawei/huawei.ins b/Master/texmf-dist/source/latex/huawei/huawei.ins
index daa75a374e0..784d5249420 100644
--- a/Master/texmf-dist/source/latex/huawei/huawei.ins
+++ b/Master/texmf-dist/source/latex/huawei/huawei.ins
@@ -1,6 +1,6 @@
%% (The MIT License)
%%
-%% Copyright (c) 2021-2023 Yegor Bugayenko
+%% Copyright (c) 2021-2024 Yegor Bugayenko
%%
%% Permission is hereby granted, free of charge, to any person obtaining a copy
%% of this software and associated documentation files (the 'Software'), to deal
@@ -26,7 +26,7 @@
\preamble
(The MIT License)
-Copyright (c) 2021-2023 Yegor Bugayenko
+Copyright (c) 2021-2024 Yegor Bugayenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
diff --git a/Master/texmf-dist/tex/latex/huawei/huawei.cls b/Master/texmf-dist/tex/latex/huawei/huawei.cls
index cb5cc65f389..2f3df4b5a05 100644
--- a/Master/texmf-dist/tex/latex/huawei/huawei.cls
+++ b/Master/texmf-dist/tex/latex/huawei/huawei.cls
@@ -7,7 +7,7 @@
%% huawei.dtx (with options: `class')
%% (The MIT License)
%%
-%% Copyright (c) 2021-2023 Yegor Bugayenko
+%% Copyright (c) 2021-2024 Yegor Bugayenko
%%
%% Permission is hereby granted, free of charge, to any person obtaining a copy
%% of this software and associated documentation files (the 'Software'), to deal
@@ -32,7 +32,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{huawei}
-[2023-09-21 0.18.2 Template for Huawei Documents]
+[2024-02-14 0.18.3 Template for Huawei Documents]
@@ -422,7 +422,7 @@ xscale=#1, inner sep=0pt, outer sep=0pt]
\makeatletter\renewcommand\maketitle{%
\vspace*{18pt}%
- {\bfseries{\Huge\raggedright\thetitle\par}}%
+ {\bfseries{\begin{spacing}{.9}\Huge\raggedright\thetitle\par\end{spacing}}}%
\ifx\thesubtitle\empty\else%
{\color{gray!50!black}\large\raggedright\thesubtitle\par}%
\fi%
@@ -599,7 +599,7 @@ xscale=#1, inner sep=0pt, outer sep=0pt]
\setlength\parindent{0pt}%
\setlength\parskip{6pt}%
\setlength\columnsep{32pt}%
-\def\arraystretch{1.5}%
+\renewcommand{\arraystretch}{1}%
}
\renewcommand\title[1]{\renewcommand\thetitle{#1}}