summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/huawei
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-26 20:03:44 +0000
committerKarl Berry <karl@freefriends.org>2021-05-26 20:03:44 +0000
commit8d1fa48748e36b37a06fc39b09607159e1586f90 (patch)
treeb7a1d66e9903af87a5c8ba30f0b0062b55473e9e /Master/texmf-dist/doc/latex/huawei
parente640388bf9987e44c8dec30ce5654e8870070773 (diff)
huawei (26may21)
git-svn-id: svn://tug.org/texlive/trunk@59357 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/huawei')
-rw-r--r--Master/texmf-dist/doc/latex/huawei/DEPENDS.txt32
-rw-r--r--Master/texmf-dist/doc/latex/huawei/huawei.pdfbin363871 -> 365108 bytes
-rw-r--r--Master/texmf-dist/doc/latex/huawei/huawei.tex25
3 files changed, 55 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/huawei/DEPENDS.txt b/Master/texmf-dist/doc/latex/huawei/DEPENDS.txt
new file mode 100644
index 00000000000..77c644d06fb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/huawei/DEPENDS.txt
@@ -0,0 +1,32 @@
+hard geometry
+hard fontenc
+hard inputenc
+hard CJKutf8
+hard tabularx
+hard multicol
+hard datetime
+hard libertine
+hard paralist
+hard makecell
+hard footmisc
+hard minted
+hard graphicx
+hard array
+hard currfile
+hard enumitem
+hard microtype
+hard wrapfig
+hard lastpage
+hard xfp
+hard setspace
+hard biblatex
+hard xcolor
+hard tikz
+hard tabularx
+hard titling
+hard svg
+hard ulem
+hard hyperref
+hard textpos
+hard tcolorbox
+hard fancyhdr
diff --git a/Master/texmf-dist/doc/latex/huawei/huawei.pdf b/Master/texmf-dist/doc/latex/huawei/huawei.pdf
index a5a50cb96c1..ab53e4be7c3 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/doc/latex/huawei/huawei.tex b/Master/texmf-dist/doc/latex/huawei/huawei.tex
index dc9904a0d4a..3422c6ce403 100644
--- a/Master/texmf-dist/doc/latex/huawei/huawei.tex
+++ b/Master/texmf-dist/doc/latex/huawei/huawei.tex
@@ -27,9 +27,9 @@
\begin{document}
\maketitle
-\ff{Version: 0.3.0}
+\ff{Version: 0.5.1}
\newline
-\ff{Date: 2021/05/24}
+\ff{Date: 2021/05/26}
\section{Overview}
@@ -248,4 +248,25 @@ we recommend you to use ``crumbs'':
A more complete example is in the \ff{samples/huawei-charter.tex}.
+\subsection{Code Blocks}
+
+When you need to show some source code, we recommend to use
+\ff{minted} environment, for example:
+
+\begin{minted}{text}
+\begin{minted}{text}
+void foo() {
+ return "Hello, world!";
+}
+\ end{minted}
+\end{minted}
+
+This is what you will see:
+
+\begin{minted}{text}
+void foo() {
+ return "Hello, world!";
+}
+\end{minted}
+
\end{document} \ No newline at end of file