kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
834 stars 399 forks source link

make command gave me the error! #68

Closed mjonyh closed 8 years ago

mjonyh commented 8 years ago

➜ phd-thesis-template-2.1 make
NOTE: You may ignore warnings about the following files:

 thesis.d

Makefile:2780: thesis.d: No such file or directory = thesis.tex --> thesis.d thesis.pdf.1st.make (0-1) = ./Classes/PhDThesisPSnPDF.cls:291: LaTeX Error: File `tocbibind.sty' not found. ./Classes/PhDThesisPSnPDF.cls:291: ==> Fatal error occurred, no output PDF file produced! Error: failed to create thesis.aux Makefile:3215: recipe for target 'thesis.d' failed make: *\ [thesis.d] Error 1

kks32 commented 8 years ago

What OS are you running? Are you using MikTex or TeXLive on Windows? You need to install tocbibind package.

mjonyh commented 8 years ago

I am in Archlinux. A way of guiding "how to install tocbibind" would be very helpful. Thanks.

kks32 commented 8 years ago

tocbibind is in texlive-lateextra: https://www.archlinux.org/packages/?name=texlive-latexextra

https://wiki.archlinux.org/index.php/TeX_Live

mjonyh commented 8 years ago

tocbibind is in texlive-lateextra: https://www.archlinux.org/packages/?name=texlive-latexextra

it solved the problem for tocbibind. But new problem with: ./Preamble/preamble.tex:88: LaTeX Error: File `siunitx.sty' not found.

How did you find that style in the texlive-latexextra package? Then I may find if anymore sty required.

Thanks a lot

kks32 commented 8 years ago

https://aur.archlinux.org/packages/?O=0&SeB=nd&K=siunitx&outdated=&SB=n&SO=a&PP=50&do_Search=Go

mjonyh commented 8 years ago

Finally got succeed. Thanks a lot.