diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-15 20:04:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-15 20:04:50 +0000 |
commit | cdf968374fabccbead3376f70ac764d12ad3d8cf (patch) | |
tree | eee362be0abe3f4d42fb79cd84fe4308da1c4d92 /Master/texmf-dist/tex/latex/huawei | |
parent | 67092da441ee0c71ce6caac339f6fd2249049f5a (diff) |
http://freefriends.org/lib/ (15jun21)
git-svn-id: svn://tug.org/texlive/trunk@59597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/huawei')
-rw-r--r-- | Master/texmf-dist/tex/latex/huawei/huawei.cls | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/huawei/huawei.cls b/Master/texmf-dist/tex/latex/huawei/huawei.cls index c2b5ce7b48d..61a99c65bea 100644 --- a/Master/texmf-dist/tex/latex/huawei/huawei.cls +++ b/Master/texmf-dist/tex/latex/huawei/huawei.cls @@ -21,7 +21,7 @@ % SOFTWARE. \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{huawei}[2021/06/14 0.6.0 Template for Huawei documents] +\ProvidesClass{huawei}[2021/06/15 0.6.1 Template for Huawei Documents] \newif\ifnosecurity \DeclareOption{nosecurity}{\nosecuritytrue} @@ -120,7 +120,7 @@ \end{textblock}% } -\newcommand\HuaweiLogo{ +\newcommand\PrintHuaweiLogo{ \begin{tikzpicture}[y=0.80pt, x=0.80pt, yscale=-1, inner sep=0pt, outer sep=0pt] \begin{scope}[even odd rule,line width=0.800pt] \begin{scope}[shift={(0,-0.00024)}] @@ -153,7 +153,7 @@ \ifnum\value{page}=1\else% \ifnobrand\else% \begin{textblock}{8}[0,0](1.2,0.2)% - \HuaweiLogo{}% + \PrintHuaweiLogo{}% \end{textblock}% \fi% \fi% @@ -264,7 +264,7 @@ \maketitle \iflandscape\ifnocover\else \begin{textblock}{14}[1,1](14,14) - \raggedleft\includegraphics[height=3.6in]{images/huawei-cover.pdf} + \raggedleft\includegraphics[height=3.6in]{cover-picture.pdf} \end{textblock} \fi\fi } |