Skip to content

Commit

Permalink
pdf: fix build error due to t-comma in last name
Browse files Browse the repository at this point in the history
Force utf8 encoding and additional port texlive-lang-cyrillic to be
installed for t-comma.

closes https://trac.macports.org/ticket/56123
  • Loading branch information
kurthindenburg authored and neverpanic committed Jul 2, 2019
1 parent 0eb9659 commit 8acbcba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -93,6 +93,7 @@ guide-dblatex: SUFFIX = pdf
guide-dblatex:
$(MKDIR) -p $(GUIDE_RESULT_DBLATEX)
$(DBLATEX) \
-P "latex.encoding=utf8" \
--fig-path="$(GUIDE)/resources/images" \
--type="$(SUFFIX)" \
--param='toc.section.depth=2' \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ In addition to the dependencies listed above, the PDF output format also
requires the `dblatex` port.

```
$ sudo port install dblatex
$ sudo port install texlive-lang-cyrillic dblatex
```

To generate a PDF version of the guide, use `make guide-dblatex`.
Expand Down

0 comments on commit 8acbcba

Please sign in to comment.