make pdf fails on examples.t2t

46 views
Skip to first unread message

ino...@gmail.com

unread,
Feb 23, 2013, 5:28:22 PM2/23/13
to textallio...@googlegroups.com
Hi,

I just downloaded and installed Tex Live (from Ubuntu repositories) and textallion_2012-11-23_puvis_de_chavannes.zip on Ubuntu 12.04. When i run make pdf, I get the following output

slk@spyder:~/Downloads/textallion/samples$ make pdf
python2 ..//contrib/txt2tags/txt2tags -T ..//templates/latex.tex -t tex --toc --outfile examples.tex examples.t2t
txt2tags wrote /home/slk/Downloads/textallion/samples/examples.tex
pdflatex -interaction batchmode examples.tex
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
make: [pdf] Error 1 (ignored)
makeindex examples.idx
Input index file examples.idx not found.
Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
make: [pdf] Error 1 (ignored)
pdflatex -interaction batchmode examples.tex
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
make: [pdf] Error 1 (ignored)
# (the compilation of the latex document is duplicated so the TOC generated the first time will be included the second time)
pdflatex -interaction batchmode examples.tex
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
make: [pdf] Error 1 (ignored)
# and one again because of makeindex

I'm new to Latex, so not too sure what is going on here. examples.tex is created but no examples.pdf

Any pointers would be much appreciated.

La

Eric Forgeot

unread,
Feb 23, 2013, 6:54:45 PM2/23/13
to textallio...@googlegroups.com
hello,

there is probably a missing LaTeX package.

Did you try to install all LaTeX packages like this? :

apt-get install texlive-base texlive-latex-base texlive-extra-utils texlive-latex-extra texlive-lang-french latexml latex-xcolor tipa texlive-fonts-recommended texlive-xetex

Obviously, it couldn't generate the idx file (on my system it can).

As a workaround, you can remove or comment in ../includes/sample.sty those lines:
\usepackage{makeidx}
\makeindex

AND edit the makefile to remove / comment this line:
-makeindex $(DOCUMENT).idx

You can also run manually the generation of the PDF from the TEX file, like this:

pdflatex examples.tex

so you'll get more informations on the errors.

I hope it will help :)

ino...@gmail.com

unread,
Feb 23, 2013, 7:17:49 PM2/23/13
to textallio...@googlegroups.com
After some digging around, It seems that the problem was missing packages. examples.log showed a missing paralist.sty file and later after fixing that, a missing aeguill.sty. I did not do a full TexLive install, just a basic. 

Running:

sudo apt-get install texlive-latex-extra
sudo apt-get install texlive-lang-french

fixed the errors. Thanks for the useful software!

ino...@gmail.com

unread,
Feb 23, 2013, 7:20:44 PM2/23/13
to textallio...@googlegroups.com
Sorry Eric, did not notice your reply, Found the missing packages and all is well. I will install the others below if I haven't already.

regards,
Stephen

Eric Forgeot

unread,
Feb 24, 2013, 11:25:41 AM2/24/13
to textallio...@googlegroups.com
Le 24/02/2013 01:20, ino...@gmail.com a �crit :
> Sorry Eric, did not notice your reply, Found the missing packages and
> all is well. I will install the others below if I haven't already.
>
> regards,
> Stephen
>

Great, I'm glad it worked for you. Tell me if you have other problems,
questions or suggestions.


Reply all
Reply to author
Forward
0 new messages