Skip to content

Conversation

@johnyf
Copy link

@johnyf johnyf commented Oct 27, 2020

  • use the Python script list_files.py to list
    the paths of Markdown files to typeset,
    because one of the headers in the table of contents
    src/toc.md contains a /, resulting in
    an erroneous path passed to pandoc

  • pass to pandoc the option --latex-engine=xelatex
    because one of the source files contains a UTF8 character

  • use pdftk, which is faster than convert

  • fix typos in echo and printf messages

- use the Python script `list_files.py` to list
  the paths of Markdown files to typeset,
  because one of the headers in the table of contents
  `src/toc.md` contains a `/`, resulting in
  an erroneous path passed to `pandoc`

- pass to `pandoc` the option `--latex-engine=xelatex`
  because one of the source files contains a UTF8 character

- use `pdftk`, which is faster than `convert`

- fix typos in `echo` and `printf` messages
@johnyf johnyf requested a review from lordofhyphens as a code owner October 27, 2020 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant