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

Issue in building the paper #173

Open
ashutoshsaboo opened this issue Jun 4, 2016 · 4 comments
Open

Issue in building the paper #173

ashutoshsaboo opened this issue Jun 4, 2016 · 4 comments

Comments

@ashutoshsaboo
Copy link
Collaborator

Hello,

When I execute make in the sympy-paper's source directory, the following error pops up-:

ashutoshsaboo@ASHUTOSH-PC:~/sympy-paper$ make
cd authors; ./list_latex.py
xelatex --halt-on-error pprint.tex
make: xelatex: Command not found
Makefile:19: recipe for target 'pprint' failed
make: *** [pprint] Error 127

Actually I was a bit busy since about a week, and hence thought must rebuild the PDF to track the changes in the paper, and review it again.

How do I resolve this error?

Thanks! 😄

@scolobb
Copy link
Collaborator

scolobb commented Jun 4, 2016

You seem to be missing xelatex.

Do you have a full TeX Live distribution? It is usually packaged under names like texlive-full in popular distros.

@ashutoshsaboo
Copy link
Collaborator Author

Yeah I did install the full package only @scolobb . But i don't know, some problem might have happened.

Now how do I install the xelatex package? Could you help on that @scolobb ?

Thanks 😄

@scolobb
Copy link
Collaborator

scolobb commented Jun 4, 2016

Hmm... Tell us what distro you are on and what TeX Live package you have installed. You might want to try uninstalling and installing TeX Live (sorta uselessly obvious advice :-) ).

What happens if you just type xelatex in a terminal?

@hargup
Copy link
Contributor

hargup commented Jun 4, 2016

@ashutoshsaboo if you are on ubuntu try sudo apt-get install texlive-full.

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

No branches or pull requests

3 participants