diff --git a/Makefile b/Makefile index b870d8aa..6f0fc373 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ pdf: init pandoc --standalone --template $(STYLES_DIR)/$(STYLE).tex \ --from markdown --to context \ --variable papersize=A4 \ + --pdf-engine=xelatex \ --output $(OUT_DIR)/$$FILE_NAME.tex $$f > /dev/null; \ mtxrun --path=$(OUT_DIR) --result=$$FILE_NAME.pdf --script context $$FILE_NAME.tex > $(OUT_DIR)/context_$$FILE_NAME.log 2>&1; \ done diff --git a/README.md b/README.md index cc220133..206e2563 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Make everything docker-compose up -d ``` +#### Custom styles +You could check the styles directory to custom your file styles

+make sure you system have the corrording font in your style file, such as me : change Helvetica ->freesans in my mint + ### Requirements If not using `docker` then you will need the following dependencies.