sympy-paper icon indicating copy to clipboard operation
sympy-paper copied to clipboard

Issue in building the paper

Open ashutoshsaboo opened this issue 9 years ago • 4 comments

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! :smile:

ashutoshsaboo avatar Jun 04 '16 19:06 ashutoshsaboo

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.

scolobb avatar Jun 04 '16 19:06 scolobb

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 :smile:

ashutoshsaboo avatar Jun 04 '16 19:06 ashutoshsaboo

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?

scolobb avatar Jun 04 '16 19:06 scolobb

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

hargup avatar Jun 04 '16 22:06 hargup