Well I just commented out the image that was braking the process so that it does compile the book this is why you see it as fixed.
So no the problem is not fixed , just disabled. If you go to the previous commit you will see the problem. I did not add the path of the chapters in the template , so I went back and did that but that did not solve my problem. Still complains about being unable to find the image file. As I said in the previous email, the weirdness of the problem is that the chapter compiles fine, generates all files including the hmtl and pdf output and it displays the image in both of them with no problem other that it appears as if inside the code box for the copy paste of monticello which is the messed up layout I was talking about early on. The layout problem appears only on the pdf and not the hmtl output of the chapter. The problem is in the generation of the book, its as if Pillar had no issues generating the chapter and finding the image file but as soon as it tries to generate the whole book it has a problem with the image file. So either this is a Pillar bug , a Latex bug or I am missing something. Maybe there is something about the name it does not like, I tried other names and they failed too. Its not a big problem, I just wanted to add at least an image of smalltalkhub. So I will leave this to you to fix it when you find the time and if you want to. On Wed, Jun 18, 2014 at 5:05 PM, Damien Cassou <[email protected]> wrote: > On Sat, Jun 14, 2014 at 9:49 PM, kilon alios <[email protected]> > wrote: > > a) Even though I can generate the pdf for the First Application chapter. > the > > pdf for the entire book does not generate , instead it errors complaining > > that it cannot find a png that I added which is where it should be and > with > > the correct and appropriate filename. I dont see why it has a problem > with > > this. > > the book compiles just fine now so I guess someone fixed the problem. > I guess the problem was that you forgot to update the figures path. > Read this paragraph > https://github.com/pillar-markup/book-skeleton#adding-a-chapter > > > > b) The layout is really messed up , it puts the image inside a code I > have > > included and it looks very messy in the pdf. > > > Is this problem fixed already? If not, where can I see the problem? As > far as I can see, this looks nice: > > https://ci.inria.fr/pharo-contribution/job/UpdatedPharoByExample/lastSuccessfulBuild/artifact/FirstApplication/FirstApplication.pier.pdf > > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > "Success is the ability to go from one failure to another without > losing enthusiasm." > Winston Churchill > >
