diff options
Diffstat (limited to 'macros/latex/contrib/yb-book/README.md')
-rw-r--r-- | macros/latex/contrib/yb-book/README.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/macros/latex/contrib/yb-book/README.md b/macros/latex/contrib/yb-book/README.md index fcc2528d67..caa052d47d 100644 --- a/macros/latex/contrib/yb-book/README.md +++ b/macros/latex/contrib/yb-book/README.md @@ -1,12 +1,16 @@ +# LaTeX Class for My Books + [![make](https://github.com/yegor256/yb-book/actions/workflows/l3build.yml/badge.svg)](https://github.com/yegor256/yb-book/actions/workflows/l3build.yml) [![CTAN](https://img.shields.io/ctan/v/yb-book)](https://ctan.org/pkg/yb-book) [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/yb-book/blob/master/LICENSE.txt) -This LaTeX class I use to format [my books](https://www.yegor256.com/books.html), +This LaTeX class I use to format +[my books](https://www.yegor256.com/books.html), which I sell [on Amazon](https://www.amazon.com/Yegor-Bugayenko/e/B01AM1QMDK). -First, [install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages) -from [CTAN](https://ctan.org/pkg/yb-book) +First, +[install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages) +from [CTAN](https://ctan.org/pkg/yb-book) and then use in the preamble: ```tex @@ -23,7 +27,7 @@ Hello, world! \end{document} ``` -If you want to contribute yourself, make a fork, then create a branch, +If you want to contribute yourself, make a fork, then create a branch, then run `make` in the root directory. It should compile everything without errors. If not, submit an issue and wait. Otherwise, make your changes and then run `make` again. If the build is |