texlive[60321] Master/texmf-dist: huawei (25aug21)
commits+karl at tug.org
commits+karl at tug.org
Wed Aug 25 22:04:44 CEST 2021
Revision: 60321
http://tug.org/svn/texlive?view=revision&revision=60321
Author: karl
Date: 2021-08-25 22:04:44 +0200 (Wed, 25 Aug 2021)
Log Message:
-----------
huawei (25aug21)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/huawei/huawei.pdf
trunk/Master/texmf-dist/doc/latex/huawei/huawei.tex
trunk/Master/texmf-dist/tex/latex/huawei/huawei.cls
Modified: trunk/Master/texmf-dist/doc/latex/huawei/huawei.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/huawei/huawei.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/huawei/huawei.tex 2021-08-25 20:04:31 UTC (rev 60320)
+++ trunk/Master/texmf-dist/doc/latex/huawei/huawei.tex 2021-08-25 20:04:44 UTC (rev 60321)
@@ -29,9 +29,9 @@
\begin{document}
\maketitle
-\ff{Version: 0.9.0}
+\ff{Version: 0.9.1}
\newline
-\ff{Date: 2021/08/06}
+\ff{Date: 2021/08/25}
\section{Overview}
@@ -59,7 +59,6 @@
story\
.latexmkrc
.gitignore
- Makefile
story.tex
\end{minted}
@@ -74,16 +73,6 @@
them to your repository, since they are temporary and will
be generated again when you compile your document.
-The recommended content of the \ff{Makefile} would be this:
-
-\begin{minted}{text}
-TEXS=$(wildcard *.tex)
-PDFS=$(TEXS:.tex=.pdf)
-all: $(PDFS)
-%.pdf: %.tex
- latexmk -pdf $<
-\end{minted}
-
In order to compile the document, just say \ff{make} on the command line.
\section{Layout Options}
@@ -139,7 +128,7 @@
\begin{minted}{text}
\documentclass{huawei}
-\renewcommand*\thetitle{Making Compression 15% Faster}
+\renewcommand*\thetitle{Making Compression 15\% Faster}
\renewcommand*\thesubtitle{Technical Report}
\renewcommand*\theauthor{Yegor Bugayenko}
\begin{document}
@@ -249,25 +238,4 @@
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
Modified: trunk/Master/texmf-dist/tex/latex/huawei/huawei.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/huawei/huawei.cls 2021-08-25 20:04:31 UTC (rev 60320)
+++ trunk/Master/texmf-dist/tex/latex/huawei/huawei.cls 2021-08-25 20:04:44 UTC (rev 60321)
@@ -21,7 +21,7 @@
% SOFTWARE.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{huawei}[2021/08/06 0.9.0 Template for Huawei Documents]
+\ProvidesClass{huawei}[2021/08/25 0.9.1 Template for Huawei Documents]
\newif\ifXL
\DeclareOption{XL}{\XLtrue}
@@ -194,8 +194,8 @@
\headers{%
\ifanonymous\else%
\theauthor%
- \ifnosecurity\else,
- \theid
+ \ifnosecurity\else%
+ \ifx\theid\empty\else,\theid\fi
\fi%
\ifnobrand\else%
\newline
More information about the tex-live-commits
mailing list.