texlive[69858] Master/texmf-dist: huawei (14feb24)
commits+karl at tug.org
commits+karl at tug.org
Wed Feb 14 22:28:02 CET 2024
Revision: 69858
https://tug.org/svn/texlive?view=revision&revision=69858
Author: karl
Date: 2024-02-14 22:28:02 +0100 (Wed, 14 Feb 2024)
Log Message:
-----------
huawei (14feb24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/huawei/LICENSE.txt
trunk/Master/texmf-dist/doc/latex/huawei/README.md
trunk/Master/texmf-dist/doc/latex/huawei/huawei.pdf
trunk/Master/texmf-dist/source/latex/huawei/huawei.dtx
trunk/Master/texmf-dist/source/latex/huawei/huawei.ins
trunk/Master/texmf-dist/tex/latex/huawei/huawei.cls
Modified: trunk/Master/texmf-dist/doc/latex/huawei/LICENSE.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/huawei/LICENSE.txt 2024-02-14 21:27:53 UTC (rev 69857)
+++ trunk/Master/texmf-dist/doc/latex/huawei/LICENSE.txt 2024-02-14 21:28:02 UTC (rev 69858)
@@ -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
Modified: trunk/Master/texmf-dist/doc/latex/huawei/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/huawei/README.md 2024-02-14 21:27:53 UTC (rev 69857)
+++ trunk/Master/texmf-dist/doc/latex/huawei/README.md 2024-02-14 21:28:02 UTC (rev 69858)
@@ -21,6 +21,8 @@
\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,
Modified: trunk/Master/texmf-dist/doc/latex/huawei/huawei.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/huawei/huawei.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/huawei/huawei.dtx 2024-02-14 21:27:53 UTC (rev 69857)
+++ trunk/Master/texmf-dist/source/latex/huawei/huawei.dtx 2024-02-14 21:28:02 UTC (rev 69858)
@@ -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 @@
% \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 @@
\setlength\parindent{0pt}%
\setlength\parskip{6pt}%
\setlength\columnsep{32pt}%
-\def\arraystretch{1.5}%
+\renewcommand{\arraystretch}{1}%
}
% \end{macrocode}
Modified: trunk/Master/texmf-dist/source/latex/huawei/huawei.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/huawei/huawei.ins 2024-02-14 21:27:53 UTC (rev 69857)
+++ trunk/Master/texmf-dist/source/latex/huawei/huawei.ins 2024-02-14 21:28:02 UTC (rev 69858)
@@ -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
Modified: trunk/Master/texmf-dist/tex/latex/huawei/huawei.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/huawei/huawei.cls 2024-02-14 21:27:53 UTC (rev 69857)
+++ trunk/Master/texmf-dist/tex/latex/huawei/huawei.cls 2024-02-14 21:28:02 UTC (rev 69858)
@@ -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 @@
\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 @@
\setlength\parindent{0pt}%
\setlength\parskip{6pt}%
\setlength\columnsep{32pt}%
-\def\arraystretch{1.5}%
+\renewcommand{\arraystretch}{1}%
}
\renewcommand\title[1]{\renewcommand\thetitle{#1}}
More information about the tex-live-commits
mailing list.