texlive[59693] Master/texmf-dist: zbmath-review-template (24jun21)

commits+karl at tug.org commits+karl at tug.org
Thu Jun 24 22:09:01 CEST 2021


Revision: 59693
          http://tug.org/svn/texlive?view=revision&revision=59693
Author:   karl
Date:     2021-06-24 22:09:01 +0200 (Thu, 24 Jun 2021)
Log Message:
-----------
zbmath-review-template (24jun21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/README.md
    trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-manual.pdf
    trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-manual.tex
    trunk/Master/texmf-dist/tex/xelatex/zbmath-review-template/zb-basics.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-example.pdf
    trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-example.tex
    trunk/Master/texmf-dist/tex/xelatex/zbmath-review-template/zbMATH.cls

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-main.pdf
    trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-main.tex
    trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-metadata.tex
    trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-review.tex

Modified: trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/README.md	2021-06-23 23:49:22 UTC (rev 59692)
+++ trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/README.md	2021-06-24 20:09:01 UTC (rev 59693)
@@ -1,11 +1,38 @@
 # zbmath-review-template
 
-This package contains a template for zbMATH Open reviews. It has to be compiled using XeLaTeX. 
+This package contains the class zbMATH, which is used for reviews on [zbMATH Open](https://zbmath.org/). It has to be compiled using XeLaTeX.
 
 ## Instruction
 
-Delete all the text in **zb-review.tex** and write your own review into this file. If you want, you can change the metadata information at **zb-metadata.tex**. This is optional and just gives you a feeling how the final pdf at https://zbmath.org will look like. Finally, compile **zb-main.tex** using XeLaTeX.
+Load the class zbMATH via
 
+    \documentclass{zbMATH}
+
+Use the commands
+    
+    \title{<title of the reviewed article>}
+    \author{<authors of the reviewed article>}
+
+to set the title and author information of the article under review. 
+The title and footer of your review are generated via
+
+    \maketitle
+    \makefooter
+ 
+Afterwards, add the text of your review. 
+At the end of your review you can add your name using the macro
+
+    \reviewer{<Your Name>}
+
+Optionally, you can add MSC Classes and keywords using 
+
+    \msc{<MSC Classes>}
+    \keywords{<keywords>}
+
+where MSC classes are separated by space and keywords are separated by a semicolon ';'.
+
+Finally, compile your .tex file with XeLaTeX.
+
 ### Files
 
 The package contains the following files:
@@ -12,37 +39,46 @@
 
 * README.md
 * zb-basics.sty
-* zb-main.tex
-* zb-metadata.tex
-* zb-review.tex
-* zb-manual.tex
-* zb-main.pdf (a sample review document)
+* zbMATH.cls
+* zb-example.pdf (a sample review document)
+* zb-example.tex (tex source of zb-example.tex)
 * zb-manual.pdf (a short documentation)
-* figures/screenshot.png
+* zb-manual.tex (tex source of zb-manual.pdf)
+* figures/screenshot.png (picture used in zb-manual.tex)
 
 ### Packages
 
 The following packages are used:
 
-* scrartcl
+* amsmath, amsfonts, amssymb
 * babel
-* scrlayer-scrpage
+* enumitem
+* etoolbox
+* fontspec
+* gensymb
 * geometry
 * graphicx
-* enumitem
-* fontspec
-* amsmath, amsfonts, amssymb
+* mathrsfs
 * mathtools
+* scrartcl
+* scrlayer-scrpage
 * stmaryrd
-* mathrsfs
 * tikz-cd
 * textcomp
-* gensymb
+* xcolor
+* xparse
 
 ### License
 
-GNU General Public License, Version 3.
+[GNU General Public License, Version 3](https://www.gnu.org/licenses/gpl-3.0.en.html), except of zb-example.tex and zb-example.pdf, which are distributed under [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
 
 ### Version History
 
-19 March 2021: Version 1.0
\ No newline at end of file
+24 June 2021: Version 2.1
+
+
+### Contact
+
+Isabel Beckenbach
+
+E-Mail: isabel.beckenbach at fiz-karlsruhe.de
\ No newline at end of file

Added: trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-example.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-example.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-example.pdf	2021-06-23 23:49:22 UTC (rev 59692)
+++ trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-example.pdf	2021-06-24 20:09:01 UTC (rev 59693)

Property changes on: trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-example.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-example.tex
===================================================================
--- trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-example.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-example.tex	2021-06-24 20:09:01 UTC (rev 59693)
@@ -0,0 +1,68 @@
+% Copyright 2021 by FIZ-Karlsruhe
+%
+% This file is part of the ctan package zbmath-review-template
+% and may be distributed and/or modified under the
+% conditions of the CC-BY-SA 4.0 license:
+%
+% https://creativecommons.org/licenses/by-sa/4.0/
+%
+% This file contains an example for the usage of the class zbMATH.
+% The text was first published at https://zbmath.org/1203.15025.
+%
+
+
+\documentclass{zbMATH}
+
+\title{Random matrices: universality of ESDs and the circular law} % title of the reviewed article
+\author{Tao, Terence; Vu, Van; Krishnapur, Manjunath} % authors of the reviewed article
+
+\begin{document}
+% generate the title
+\maketitle
+
+% display copyright in footer
+\makefooter
+
+% text of the review
+This paper is concerned with the convergence of empirical spectral distributions (ESD) of random matrices, both in the sense of convergence in probability and in the almost sure sense.
+
+
+Recall that for each \(n\in {\mathbb N}\), if \(F_n\) is a random variable taking values in some Hausdorff topological space \(X\) and let \(F\in X\), then we say that
+{\parindent5mm
+\begin{itemize}
+    \item[1)] \(F_n\) converges in probability to \(F\) if \(\lim_{n\to \infty} P(F_n\in V) = 1\) for every neighborhood \(V\) of \(F\).
+    \item[2)] \(F_n\) converges almost surely to \(F\) if \(P(\lim _{n\to \infty} F_n=F) = 1\).
+\end{itemize}}
+A fundamental problem in the theory of random matrices is to determine the limiting distribution of the ESD of a random matrix ensemble (either in probability or in the almost sure sense) as the size of the random matrix tends to infinity. The universality phenomenon (a well-known intuition) asserts that the limiting distribution should not depend on the particular distribution of the entries. In the 1950s Wigner proved that the ESD of an \(n\times n\) Hermitian matrix with (upper diagonal) entries being i.i.d. Gaussian random variables converge to the semicircle law \(F\) with density 
+\[
+\rho(x)=\begin{cases} \frac 1{2\pi} \sqrt {4-x^2}, &|x|\leq 2\\ 0 &|x|>0 \end{cases}
+\]
+Wigner's result was then extended in different forms and one of them is:
+
+Theorem 1.3. Let \(A_n\) be the \(n \times n\) Hermitian random matrix whose upper diagonal entries are i.i.d. complex random variables with mean \(0\) and variance \(1\). The ESD of \(\frac 1{\sqrt n}A_n\) then converges (in both convergence modes) to the semicircle distribution.
+
+ The well-known circular law conjecture asserts that Theorem 1.3 deals with the non-Hermitian matrices: 
+
+Conjecture 1.4. (Circular law conjecture) Let \(A_n\) be the \(n \times n\) random matrix whose entries are i.i.d. complex random variables with mean \(0\) and variance \(1\). The ESD of \(\frac 1{\sqrt n}A_n\) then converges (in both convergence modes) to the uniform distribution on the unit disk.
+
+Works towards the circular law conjecture have been done by many authors including Mehta, Edelman, Girko, Bai, Götze and Tikhomirov, Pan and Zhou and the present authors (see the references) under some assumptions on the distribution. For example, Mehta (complex Gaussian distribution), Edelman (real Gaussian distribution).
+
+The authors prove the above conjecture (Theorem 1.10). They first establish some universality principles (Theorem 1.5 and Corollary 1.8). It turns out the limit distribution of the ESD of a random matrix ensemble \(A_n\) depends only on the mean and variance of its entries, under a mild size condition on the mean \({\mathbf E}A_n\) and under the assumption that the matrix \(A_n-{\mathbf E}A_n\) has i.i.d. entries. Because of Corollary 1.8, the proof is reduced to the case where the entries are Gaussian (Lindeberg trick). Thus from Mehta's result the circular law conjecture follows.
+
+As a related result, they show how laws for this ESD follow from laws for the singular value distribution of \(\frac 1{\sqrt n}A_n-zI\) for complex \(z\) (see Theorem 1.15). Other interesting results are obtained.
+
+Appendix A reviews some matrix inequalities and Appendix B is authored by M. Krishnapur.
+
+Some typos and comments on Appendix A: Lemma A.2 ``generalized eigenvalues'' should be ``eigenvalues''. In the proof, ``orthogonal \(Q\)'' should be ``unitary \(Q\)'' (indeed the proof follows directly from Schur's triangularization theorem). In the proof of Lemma A.4, \(X_j\), \(W_j\) should be \(X_j^*\), \(W_j^*\) respectively. Indeed the majorization between the vectors \((\sigma_1(A)^{-1},\dots , \sigma_{n'}(A)^{-2})\) and \((\text{dist} (X_1,W_1)^{-2}, \dots, \text{dist} (X_{n'},W_{n'})^{-2})\) holds by applying Schur's result on the positive definite matrix \((AA^*)^{-1}\).
+
+% name of the reviewer
+\reviewer{Tin Yau Tam (Auburn)}
+
+%Optional
+%If you want you can add MSC Classes and keywords.
+\msc{15B52 60F15 60B20 15A18} % msc classes separated by space
+
+\keywords{circular law; eigenvalues; random matrices; universality; empirical spectral distributions; convergence in probability; limiting distribution; semicircle law; Hermitian random matrix} % keywords separated by semicolon ';'
+
+
+\end{document}
\ No newline at end of file


Property changes on: trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-example.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Deleted: trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-main.pdf
===================================================================
(Binary files differ)

Deleted: trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-main.tex
===================================================================
--- trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-main.tex	2021-06-23 23:49:22 UTC (rev 59692)
+++ trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-main.tex	2021-06-24 20:09:01 UTC (rev 59693)
@@ -1,68 +0,0 @@
-% Do not change anything from here.
-% Use review.tex for the text of your review and metadata.tex for metadata information
-
-\documentclass[a4paper,10pt,leqno]{scrartcl}
-\usepackage{zb-basics}
-\usepackage[margin=2.5cm,tmargin=2cm,bmargin=3cm]{geometry}
-
-\input{zb-metadata}
-
-\begin{document}
-
-% display copyright in footer
-\pagestyle{scrheadings}
-\setkomafont{pageheadfoot}{
-  \rmfamily
-  \footnotesize
-  \color[rgb]{.5,.5,.5}
-}
-\lofoot{%
-  \makebox[\linewidth][s]{Edited by FIZ Karlsruhe, the European Mathematical Society and the Heidelberg Academy of Sciences and Humanities}\\
-  \copyright{} \the\year{} FIZ Karlsruhe GmbH
-}
-\cofoot{}
-\rofoot{\\Page \thepage}
-
-\setlength{\parindent}{0cm}
-\setlength{\parskip}{1ex}
-\setlength{\parfillskip}{0pt plus 1fill}
-\setlength{\footheight}{19pt}
-
-\newsavebox{\citationbox}
-\newdimen{\msclen}
-
-\frenchspacing
-
-%\includegraphics[width=.3\textwidth]{zbmath.jpg}
-
-\vspace{7ex}
-% Metadata of article under review
-\parbox{\textwidth}{\setlength{\parfillskip}{0pt plus 1fill}
-\au 
-
-\ti
-
-\reference
-}
-
-\vspace{2ex}
-
-% Text of the review
-\input{zb-review}
-
-\par\nopagebreak\hspace*{0pt plus 1filll} Reviewer: \rv 
-
-% MSC Classes
-\vspace{2ex}
-\msclen=\textwidth
-\advance\msclen by -\wd\citationbox
-\advance\msclen by -5em
-\textbf{MSC:}\par\nopagebreak
-\msc
-
-% Keywords
-\vspace{2ex}
-\textbf{Keywords:}\par\nopagebreak
-\kw
-
-\end{document}
\ No newline at end of file

Modified: trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-manual.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-manual.tex
===================================================================
--- trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-manual.tex	2021-06-23 23:49:22 UTC (rev 59692)
+++ trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-manual.tex	2021-06-24 20:09:01 UTC (rev 59693)
@@ -1,6 +1,16 @@
-\documentclass[a4paper,10pt,leqno]{scrartcl}
-\usepackage{zb-basics}
-\usepackage{scrlayer-scrpage}
+% Copyright 2021 by FIZ-Karlsruhe
+%
+% This file is part of the ctan package zbmath-review-template
+% and may be distributed and/or modified under the
+% conditions of the GNU General Public License, version 3:
+%
+% https://www.gnu.org/licenses/gpl-3.0.en.html
+%
+% It contains the manual for zbmath-review-template.
+%
+
+
+\documentclass{zbMATH}
 \usepackage{hyperref}
 
 \hypersetup{colorlinks=true,allcolors=[rgb]{0,.289,.6}}
@@ -7,42 +17,51 @@
 
 
 \begin{document}
-% display copyright in footer
-\pagestyle{scrheadings}
-\setkomafont{pageheadfoot}{
-  \rmfamily
-  \footnotesize
-  \color[rgb]{.5,.5,.5}
-}
-\lofoot{%
-  \copyright{} \the\year{} FIZ Karlsruhe GmbH
-}
-\cofoot{}
-\rofoot{Page \thepage}
 
-\setlength{\parindent}{0cm}
-\setlength{\parskip}{1ex}
-\setlength{\parfillskip}{0pt plus 1fill}
-\setlength{\footheight}{19pt}
+\makefooter
 
-\newsavebox{\citationbox}
-\newdimen{\msclen}
 
-\frenchspacing
+\blue{\LARGE{\textbf{LaTeX-Template for zbMATH Open Reviews}}}
 
-\section*{LaTeX-Template for zbMATH Open Reviews}
+\vspace{4ex}
 
-\subsection*{Purpose of this template}
+This package contains the class zbMATH, which is used for reviews on zbMATH Open.
+With the class zbMATH you can see how your review will look like at zbMATH Open and you can test whether your LaTeX-code will compile properly on our system. 
 
-This template shows how your review will look like at zbMATH Open. You can test whether your LaTeX-code will compile properly on our system. However, be aware that there might be manual changes to your review and its published version on zbMATH Open will look slightly different than on this template. 
+Be aware that we add further information to your review, for example the list of references of the reviewed article, and there might be manual changes to your review. Thus, the published version of your review on zbMATH Open will look different than on this template. 
 
-\subsection*{How to use this template}
+\section*{How to use the class zbMATH}
 
-Delete all the text in \texttt{zb-review.tex} and write your review into this file. If you want, you can change the metadata information at \texttt{zb-metadata.tex}. This is optional and just gives you a feeling how the final pdf at zbmath.org will look like. Finally, compile \texttt{zb-main.tex} using XeLaTeX.
+First, load the class zbMATH
+\begin{verbatim}
+    \documentclass{zbMATH}
+\end{verbatim}
 
-\vspace{2ex}
-\subsection*{LaTeX Format}
+Then, use
+\begin{verbatim}
+    \title{<title of the reviewed article>}
+    \author{<authors of the reviewed article>}
+\end{verbatim}
+to set the title and author information of the article under review. This can be set before or after \verb|\begin{document}|. The title and footer of your review are generated via
+\begin{verbatim}
+    \maketitle
+    \makefooter
+\end{verbatim}
+After these two commands, add the text of your review. At the end, you can add your name (and your location) using
+\begin{verbatim}
+    \reviewer{<your name (location)>}
+\end{verbatim}
+Optionally, you can add MSC Classes and keywords
+\begin{verbatim}
+    \msc{<MSC Classes>}
+    \keywords{<keywords>}
+\end{verbatim}
+where MSC classes are separated by space and keywords are separated by ';'.
 
+Finally, compile your \texttt{.tex} file using XeLaTeX. An example is given in zb-example.tex.
+
+\section*{LaTeX Format}
+
 Please prepare your review in standard LaTeX. You might use functions and macros from the following packages:
 \begin{itemize}[nosep]
     \item \href{https://www.ams.org/arc/resources/amslatex-about.html}{amsmath, amsfonts, amssymb}
@@ -53,7 +72,7 @@
     \item \href{https://ctan.org/pkg/gensymb}{gensymb}
     \item \href{https://ctan.org/pkg/textcomp}{textcomp}
 \end{itemize}
-Furthermore, you might use the macros defined in zb-basics.sty, that are:
+Furthermore, you might use the macros defined in zbMATH.cls, that are:
 \begin{itemize}[nosep]
     \item \verb|\Im| and \verb|\Re| for the imaginary and real part of a complex number, for example, \(\Re(x+iy)=x\) and \(\Im(x+iy)=y\).
     \item \verb|\Aut| for the automorphism group of a set, e.g., \(\Aut(X)\) for a set \(X\).
@@ -70,13 +89,16 @@
 \end{itemize}
 Please do not use any self-defined macros or packages not listed above. If you feel that there is a missing package that we should add, please let us know.
 
-Our PDFs are compiled using XeLaTeX, which supports unicode characters in the source files. Unicode allows the user to include accents and special characters coming from different Asian and European languages. For example you may enter accented characters directly (e.g., \verb|Lévy| instead of \verb|L\'evy|). However, please avoid including unicode characters in mathematical mode. For example, when you type Greek characters for variables please use \verb|\(\beta\)| or \verb|$\beta$| obtaining \(\beta\), instead of typing the unicode character directly.
+Our PDFs are compiled using XeLaTeX, which supports unicode characters in the source files.
+Unicode allows the user to include accents and special characters coming from different Asian and European languages. For example, you may enter accented characters directly (e.g., \verb|Lévy| instead of \verb|L\'evy|). 
+However, please avoid including unicode characters in mathematical mode. 
+In particular, when you type Greek characters for variables please use \verb|\(\beta\)| or \verb|$\beta$| obtaining \(\beta\), instead of typing the unicode character directly.
 
 Please do not include tables, large diagrams, drawings or formulas of minor importance. Use alternative fonts (bold, italics etc.) only if necessary, e.g., in formulas or for highlighting the authors of cited publications.
 
-\subsection*{Mathematical Typesetting}
+\section*{Mathematical Typesetting}
 
-When writing equations or diagrams please avoid the automatic numbering environments and replace them with their "*" analogues. For example, use 
+When writing equations or diagrams please avoid the automatic numbering environments and replace them with their * analogues. For example, use 
 
 \verb|\begin{equation*} \end{equation*}|
 
@@ -102,7 +124,7 @@
 
 For inline mathematical formula we prefer to use \verb|\(...\)| over \verb|$...$|. Similarly, we recommend to use \verb|\[...\]| instead of \verb|$$...$$|.
 
-\paragraph{Matrices}
+\subsection*{Matrices}
 
 We give a short description how to type matrices with \texttt{amsmath}. For more details we refer to the documentation of \href{https://www.ams.org/arc/resources/amslatex-about.html}{amsmath} on ctan.
 
@@ -130,13 +152,13 @@
 
 If you want to use a matrix in inline math mode, then you might use \verb|\smallmatrix|, e.g. \(\left(\begin{smallmatrix} 1&2\\ 3&4 \end{smallmatrix}\right)\) is typed via
 \begin{verbatim}
-\(\left(\begin{smallmatrix} 1&2\\ 3&4 \end{smallmatrix}\right)|\).
+\(\left(\begin{smallmatrix} 1&2\\ 3&4 \end{smallmatrix}\right)\).
 \end{verbatim}
 Observe that you have to add your own deliminator to the smallmatrix environment, here we use \verb|\left(| and \verb|\right)|.
 
-\paragraph{Commutative Diagrams}
+\subsection*{Commutative Diagrams}
 
-The package \texttt{tikz-cd} is designed to draw commutative diagrams. They are constructed inside \verb|\begin{tikzcd}...\end{tikzcd}|. Its usage is similar to the one of tables (\verb|&| for columns and \verb|\\| for rows). Arrows are drawn using the command \verb|\arrow[options]|. The direction of an arrow is specified by a string of characters \texttt{r}, \texttt{l}, \texttt{u}, \texttt{d} (right, left, up, down) and labels are added using quotes \texttt{"<label>"}. We give examples of some commutative diagrams that occur regularly.
+The package \texttt{tikz-cd} is designed to draw commutative diagrams. They are constructed inside the environment \verb|\begin{tikzcd}...\end{tikzcd}|. Its usage is similar to the one of tables (\verb|&| for columns and \verb|\\| for rows). Arrows are drawn using the command \verb|\arrow[options]|. The direction of an arrow is specified by a string of characters \texttt{r}, \texttt{l}, \texttt{u}, \texttt{d} (right, left, up, down) and labels are added using quotes \texttt{"<label>"}. We give examples of some commutative diagrams that occur regularly.
 
 A short exact sequence 
 \(
@@ -200,34 +222,49 @@
 
 For more details on the use of \href{https://ctan.org/pkg/tikz-cd}{tikz-cd} we refer to its documentation on ctan where examples of more complicated diagrams are given.
 
-\paragraph{References}
+\section*{Citations}
 
-References to related work are always appreciated. When giving references, please try to be as specific and accurate as possible so that the references can be identified unambiguously. You  may use the \href{https://zbmath.org/}{zbMATH Document Search} or the \href{https://zbmath.org/citationmatching/}{zbMATH Citation Matcher} to look up references. The Cite Button for the respective zbMATH item gives the reference in the proper format for a zbMATH Open review, see Figure~\ref{fig:cite}.
+Citations to related work are always appreciated. You only need to cite the related work inside your review and do not have to add a reference section at the end of your text.
 
-\begin{figure}
-	\centering
-	\includegraphics[width=\textwidth]{figures/screenshot.png}
-	\caption{Cite Button at zbmath.org.}
-	\label{fig:cite}
-\end{figure}
-Example 1: Book Article (\href{https://zbmath.org/?q=an\%3A0970.90052}{Zbl 0970.90052})
+Please try to be as specific and accurate as possible so that the citation can be identified unambiguously. You  may use the \href{https://zbmath.org/}{zbMATH Document Search} or the \href{https://zbmath.org/citationmatching/}{zbMATH Citation Matcher} to look up citations. The Cite Button for the respective zbMATH item gives the citation in the proper format for a zbMATH Open review, see Figure~\ref{fig:cite}.
 
+Example 1: Book article (\href{https://zbmath.org/?q=an\%3A0970.90052}{Zbl 0970.90052}).
+
 {[\textit{A. Schrijver}, Theory of linear and integer programming. Repr. Chichester: Wiley (1998; Zbl 0970.90052)]}
 
-Example 2: Journal Article (\href{https://zbmath.org/?q=an\%3A0239.05111}{Zbl 0239.05111})
+Example 2: Journal article (\href{https://zbmath.org/?q=an\%3A0239.05111}{Zbl 0239.05111}).
 
 {[\textit{L. Lovász}, Discrete Math. 2, 253--267 (1972; Zbl 0239.05111)]}
 
-\subsection*{Review Submission}
+If you want to cite an article, which does not have a zbl number, you can use the following format:
 
-We prefer to receive your review electronically via our \href{https://zbmath.org/reviewer-service/}{Web Submission Form}. Just copy the text of \texttt{zb-review.tex} into the field for the review text, please do not copy anything from \texttt{zb-main.tex} or \texttt{zb-basics.sty} into this field. There are two extra fields for keywords and MSC codes, respectively.
+Example 3: Journal article without zbl umber.
 
+{[\textit{Authors}, "Title", Journal Volume, Issue, pages (year)]}
+
+\begin{figure}[bth]
+    \centering
+    \includegraphics[width=\textwidth]{figures/screenshot.png}
+    \caption{Cite Button at zbmath.org.}
+    \label{fig:cite}
+\end{figure}
+
+If a Preprint should be cited, first check if there already exists a published version and cite the published article if it exists. Otherwise, cite the Preprint with as much information as possible, e.g. which University produced the Preprint, on which Preprint server did it appear together with a unique persistent identifier, if one exists. 
+
+Example 4: A Preprint from arXiv
+
+{[\textit{S. G. Hermosillo de la Maza} et al., “Vertex arboricity of cographs”, Preprint, \href{https://arxiv.org/abs/1907.07286}{arXiv:1907.07286}]}
+
+\section*{Review Submission}
+
+We prefer to receive your review electronically via our \href{https://zbmath.org/reviewer-service/}{Web Submission Form}. Just copy the text of your review into the field for the review text, please do not copy any of the macros \verb|\title|, \verb|\author|, \verb|\maketitle|, \verb|\makefooter|, \verb|\reviewer|, \verb|\msc|, \verb|\keywords|. There are two extra fields for keywords and MSC codes, respectively.
+
 Alternatively, you may send your review by e-mail to review-submission at zbmath.org or via mail to our \href{https://zbmath.org/contact/}{postal address}.
 
 For more information on the zbMATH Open Reviewer Service we refer to our \href{https://zbmath.org/reviewer-service/info_texts/guide_for_reviewers}{guide for reviewers}.
 
-\subsection*{License}
+\section*{License}
 
-The package zbmath-review-template is distributed under the GNU General Public License, Version 3.
+The ctan package zbmath-review-template is distributed under the \href{https://www.gnu.org/licenses/gpl-3.0.en.html}{GNU General Public License, version 3}, except of zb-example.tex and zb-example.pdf, which are distributed under \href{https://creativecommons.org/licenses/by-sa/4.0/}{CC-BY-SA 4.0}.
 
 \end{document}
\ No newline at end of file

Deleted: trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-metadata.tex
===================================================================
--- trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-metadata.tex	2021-06-23 23:49:22 UTC (rev 59692)
+++ trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-metadata.tex	2021-06-24 20:09:01 UTC (rev 59693)
@@ -1,24 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Metadata of the reviewed paper
-% Change accordingly
-\newcommand{\au}{\blue{\bfseries Surname1, Forename1; Surname2, Forename2}}
-\newcommand{\ti}{\textbf{Title.}}
-\newcommand{\reference}{\blue{Journal, Issue, pages (year).}}
-%
-% Name of the reviewer
-\newcommand{\rv}{\blue{Forename Surname}}
-% Keywords
-\newcommand{\kw}{
-	\blue{first keyword}; 
-	\blue{second keyword}; 
-	\blue{third keyword}
-}
-% MSC
-\newcommand{\msc}{
-\begin{tabular}[t]{@{}lp{\msclen}}
-	\blue{MSC Class 1} & description 1 \\
-	\blue{MSC Class 2} & description 2 \\
-	\blue{MSC Class 3} & description 3
-\end{tabular}
-}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ No newline at end of file

Deleted: trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-review.tex
===================================================================
--- trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-review.tex	2021-06-23 23:49:22 UTC (rev 59692)
+++ trunk/Master/texmf-dist/doc/xelatex/zbmath-review-template/zb-review.tex	2021-06-24 20:09:01 UTC (rev 59693)
@@ -1 +0,0 @@
-Delete all text written in \texttt{zb-review.tex} and write your review into it. If you want, you can change the metadata information at \texttt{zb-metadata.tex} (this is optional). Finally, compile \texttt{zb-main.tex} using XeLaTeX. More detailed information of this template can be found at zb-manual.pdf.

Modified: trunk/Master/texmf-dist/tex/xelatex/zbmath-review-template/zb-basics.sty
===================================================================
--- trunk/Master/texmf-dist/tex/xelatex/zbmath-review-template/zb-basics.sty	2021-06-23 23:49:22 UTC (rev 59692)
+++ trunk/Master/texmf-dist/tex/xelatex/zbmath-review-template/zb-basics.sty	2021-06-24 20:09:01 UTC (rev 59693)
@@ -1,27 +1,15 @@
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{zb-basics}[2021/2/23 zb-basics]
+% Copyright 2021 by FIZ-Karlsruhe
+%
+% This file is part of the ctan package zbmath-review-template
+% and may be distributed and/or modified under the
+% conditions of the GNU General Public License, version 3:
+%
+% https://www.gnu.org/licenses/gpl-3.0.en.html
+%
+% It defines some macros used in zbMATH.cls.
+%
 
-\RequirePackage[UKenglish]{babel}
-
-\RequirePackage{scrlayer-scrpage} 
- 
-\RequirePackage{graphicx}
-\RequirePackage{enumitem}
-
-% Font selection 
-\RequirePackage[no-math]{fontspec}
-\setmainfont{cmun}[
-  Extension      = .otf,
-  UprightFont    = *rm,
-  BoldFont       = *bx,
-  ItalicFont     = *ti,
-  BoldItalicFont = *ti,
-  SlantedFont    = *sl,
-  SmallCapsFont  = *rm,
-  SmallCapsFeatures = {Letters=SmallCaps},
-]
-
-% standard LaTeX packages supported by zbMATH
+% standard LaTeX packages
 \RequirePackage{amsmath,amsfonts,amssymb}
 \RequirePackage{mathtools}
 \RequirePackage{stmaryrd}
@@ -29,7 +17,6 @@
 \RequirePackage{tikz-cd}
 \RequirePackage{textcomp,gensymb}
 
-% Special Math Operators used by zbMATH
 % \Im, \Re (redefinition)
 \let\Im\relax\DeclareMathOperator{\Im}{Im}
 \let\Re\relax\DeclareMathOperator{\Re}{Re}
@@ -51,8 +38,4 @@
 \def\fint{\fintsymbol\nolimits}
 
 % \Sha (Tate-Shafarevich group)
-\DeclareMathOperator{\Sha}{\textup{Ш}} 
-
-% write text in zbMath Blue
-\definecolor{zbMATHBlue}{rgb}{0, 0.289, 0.6}
-\newcommand{\blue}[1]{\textcolor{zbMATHBlue}{#1}}
+\DeclareMathOperator{\Sha}{\textup{Ш}}

Added: trunk/Master/texmf-dist/tex/xelatex/zbmath-review-template/zbMATH.cls
===================================================================
--- trunk/Master/texmf-dist/tex/xelatex/zbmath-review-template/zbMATH.cls	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/xelatex/zbmath-review-template/zbMATH.cls	2021-06-24 20:09:01 UTC (rev 59693)
@@ -0,0 +1,122 @@
+% Copyright 2021 by FIZ-Karlsruhe
+%
+% This file is part of the ctan package zbmath-review-template
+% and may be distributed and/or modified under the
+% conditions of the GNU General Public License, version 3:
+%
+% https://www.gnu.org/licenses/gpl-3.0.en.html
+%
+% It defines the class zbMATH.
+%
+
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesClass{zbMATH}
+
+\DeclareOption*{\PassOptionsToClass{\CurrentOption}{scartcl}}
+\ProcessOptions\relax
+
+\LoadClass[a4paper,10pt,leqno]{scrartcl}
+
+\RequirePackage[margin=2.5cm,tmargin=2cm,bmargin=3cm]{geometry}
+
+\RequirePackage{xcolor}
+
+\RequirePackage[UKenglish]{babel}
+
+\RequirePackage{scrlayer-scrpage}
+
+\RequirePackage{graphicx}
+\RequirePackage{enumitem}
+
+\RequirePackage{xparse}
+\RequirePackage{etoolbox}
+
+\RequirePackage[hyphens]{url}
+
+% Font selection 
+\RequirePackage[no-math]{fontspec}
+\setmainfont{cmun}[
+  Extension      = .otf,
+  UprightFont    = *rm,
+  BoldFont       = *bx,
+  ItalicFont     = *ti,
+  BoldItalicFont = *ti,
+  SlantedFont    = *sl,
+  SmallCapsFont  = *rm,
+  SmallCapsFeatures = {Letters=SmallCaps},
+]
+
+\RequirePackage{zb-basics}
+
+% make footer
+\newcommand{\makefooter}{
+    \pagestyle{scrheadings}
+\setkomafont{pageheadfoot}{
+  \rmfamily
+  \footnotesize
+  \color[rgb]{.5,.5,.5}
+}
+\lofoot{%
+  \makebox[\linewidth][s]{Edited by FIZ Karlsruhe, the European Mathematical Society and the Heidelberg Academy of Sciences and Humanities}\\
+  \copyright{} \the\year{} FIZ Karlsruhe GmbH
+}
+\cofoot{}
+\rofoot{\\Page \thepage}
+
+\setlength{\parindent}{0cm}
+\setlength{\parskip}{1ex}
+\setlength{\parfillskip}{0pt plus 1fill}
+\setlength{\footheight}{19pt}
+}
+
+% write text in zbMath Blue
+\definecolor{zbMATHBlue}{rgb}{0, 0.289, 0.6}
+\newcommand{\blue}[1]{\textcolor{zbMATHBlue}{#1}}
+
+% make title
+\renewcommand{\maketitle}{
+    \vspace{7ex}
+    \noindent {\bfseries \blue{\@author}}\\
+    \textbf{\@title.}\\
+    \vspace{2ex}
+}
+
+% Helper macros
+\providetoggle{first}
+\toggletrue{first}
+\newcommand{\helper}[1]{%
+    \iftoggle{first}{\blue{#1}\togglefalse{first}}{; \blue{#1}}%
+}
+\NewDocumentCommand{\kwx}{>{\SplitList{;}}m}{
+    \ProcessList{#1}{\helper}
+}
+
+% Keywords
+\newcommand{\keywords}[1]{
+    \vspace{2ex}
+    \textbf{Keywords:}\par\nopagebreak
+    \kwx{#1}
+}
+
+% MSC
+\newsavebox{\citationbox}
+\newdimen{\msclen}
+\NewDocumentCommand{\msc}{>{\SplitList{ }}m}{
+\vspace{2ex}
+\msclen=\textwidth
+\advance\msclen by -\wd\citationbox
+\advance\msclen by -5em
+\textbf{MSC:}\par\nopagebreak
+\begin{tabular}[t]{@{}lp{\msclen}}
+    \ProcessList{#1}{\blueitem}
+\end{tabular}
+}
+\newcommand\blueitem[1]{\textcolor{zbMATHBlue}{#1}\\}
+
+% Reviewer
+\newcommand{\reviewer}[1]{
+    \par\nopagebreak\hspace*{0pt plus 1filll} Reviewer: \blue{#1}
+}
+
+\frenchspacing


Property changes on: trunk/Master/texmf-dist/tex/xelatex/zbmath-review-template/zbMATH.cls
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the tex-live-commits mailing list.