Skip to content

make dist-pdf doesn't work, had to use different method #1836

Description

@SuperCowProducts

Documentation

Hello, found out about this page here, so I'd like to point this out.

The steps I had to use to get it to work were

make venv
make latex

cd build/latex

for i in $(find -name '*.tex')
do xelatex "$i"
done

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions