Update README.md

This commit is contained in:
Michael Bredel
2017-11-12 10:15:55 +01:00
committed by GitHub
parent ec8e284d5f
commit f9c95103db

View File

@@ -158,7 +158,11 @@ to remove all temporary files, which are produced during the compilation process
$ make bz2
```
generates a bz2-package file, which contains all the source files of your LaTeX code.
generates a bz2-package file, which contains all the source files of your LaTeX code. In case you need to create a PDF-version with embedded fonts you may use
```
$ make publish
```
## Known issues