summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/huawei/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/huawei/README.md')
-rw-r--r--macros/latex/contrib/huawei/README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/macros/latex/contrib/huawei/README.md b/macros/latex/contrib/huawei/README.md
index ddb9d7db34..a6ae6ec72c 100644
--- a/macros/latex/contrib/huawei/README.md
+++ b/macros/latex/contrib/huawei/README.md
@@ -1,14 +1,16 @@
+[![make](https://github.com/yegor256/huawei.cls/actions/workflows/make.yml/badge.svg)](https://github.com/yegor256/huawei.cls/actions/workflows/make.yml)
+
Disclaimer: This is **NOT** a product of Huawei Technologies Co., Ltd.
This package is created in order to help some people working
with Huawei or inside Huawei to render some documents in LaTeX format.
You are welcome to use it at your own risk.
-You can use this [`huawei.cls`](huawei.cls) LaTeX style just by copying it to some local
-directory and then mentioning it in the preamble of all your documents
-(on my laptop it's called `/code/huawei.cls`):
+First, [install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
+from [CTAN](https://ctan.org/pkg/huawei)
+and then use in the preamble:
```tex
-\documentclass[landscape]{/code/huawei}
+\documentclass[landscape]{huawei}
\author{Yegor Bugayenko}
\title{An Interesting Document About Something}
\begin{document}