There are perhaps 5% of the population that simply *can't* think. There are another 5% who *can*, and *do*. The remaining 90% *can* think, but *don't*.
Thanks for the question. At the moment I only have the PDF but , yes, I'll have those formats available later. I'll announce it here on my blog when I have them ready!
Fair enough! Order placed. May I recommend to try out Calibre [for conversion] which does a great job especially from HTML (or markdown) input? Or if you have a LaTeX source, there's pandoc which happily translates to several output format AFAIK.
Payment received, and my book system just sent you the book as attachment. If you don't see it in your inbox, please check your spam folder. (If still nothing, mail me!!!).
I have LaTeX source, I am gonna check out pandoc, or just prepare the document dimensions for Kindle (from their guidelines).
Some error reporting (but still, thanks for the great tutorial):
- @2.2: awk 'BEGIN { ORS="\n\n" }; 1' the ; is not necessary AFAIK.
- @3.4: same applies in awk 'NF { $0=++ a " : " $0 }; { print }'
- @3.7: ; before END
- @3.9-3.11,3.14: ; before END
- @4,17: "This is the first time we see the -F argument passed to Awk." Actually we had seen in @1.1.
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
Education Sponsors
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
I'd rather buy it if it wasn't only in PDF format... (.mobi || .prc prefered, or I can help you to make a conversion if needed)
Is there a chance?
Comment Responses
Thanks for the question. At the moment I only have the PDF but , yes, I'll have those formats available later. I'll announce it here on my blog when I have them ready!
Thanks for Your answer Peteris, then my next question is: if I order the PDF, will I get the other (Kindle (prc||mobi)) version for free?
If you buy the book right now, I'll send you the other version for free. Otherwise, it will be available for purchase on Kindle store!
But note that it will take me some time before I convert the book into those formats!
Fair enough! Order placed. May I recommend to try out Calibre [for conversion] which does a great job especially from HTML (or markdown) input? Or if you have a LaTeX source, there's pandoc which happily translates to several output format AFAIK.
Payment received, and my book system just sent you the book as attachment. If you don't see it in your inbox, please check your spam folder. (If still nothing, mail me!!!).
I have LaTeX source, I am gonna check out pandoc, or just prepare the document dimensions for Kindle (from their guidelines).
Some error reporting (but still, thanks for the great tutorial):
- @2.2:
awk 'BEGIN { ORS="\n\n" }; 1'the ; is not necessary AFAIK.- @3.4: same applies in
awk 'NF { $0=++ a " : " $0 }; { print }'- @3.7: ; before
END- @3.9-3.11,3.14: ; before
END- @4,17: "This is the first time we see the -F argument passed to Awk." Actually we had seen in @1.1.
Thanks for finding and reporting the errors!
There is nothing wrong with having ;, but yes, you're right, and they can be left out! One char shorter. :)
@4.17 - good catch!
I just bought the book. It looks very interesting. I would really like a .mobi version too.
Thanks for buying the book! I'll send you a .mobi for free when it's out!
Reply To This Comment