The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague.
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!
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!
Comment Responses
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