Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAI: update script make-pdf #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

MAI: update script make-pdf #70

wants to merge 1 commit into from

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
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.

None yet

1 participant