From f9c95103dbd12241e82cecb1e671aa9e4dd4bb57 Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Sun, 12 Nov 2017 10:15:55 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 294e3fe..c9122cd 100644 --- a/README.md +++ b/README.md @@ -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