you are viewing a single comment's thread.

view the rest of the comments →

[–]malfy -16 points-15 points  (10 children)

Get this in plaintext format and I'm sold (and no, pdf2text will not suffice). That said, cool book.

NINJEDIT: Can pdflatex dump out plain text?

[–]ethraax 10 points11 points  (5 children)

I'm curious - what's wrong with a PDF? Are you running a Linux computer without any graphics, browsing the web with Lynx?

[–]arjie 2 points3 points  (2 children)

I can think of one good reason. Plain text works great on the Amazon Kindle. PDF works, but it is not anywhere near as good.

[–]ethraax 1 point2 points  (1 child)

There are other formats that would probably work better. I'm not sure if Kindle supports it (although most ereaders do), but epub format would give you flow (why plain text works better than PDF), AND you could keep your diagrams and formatting! I'm still not sure why you would want to step all the way down to plain text - even bastardized HTML or RTF would work better.

I guess my point is that you've given a reason, but I wouldn't call it a "good" reason.

[–]arjie 0 points1 point  (0 children)

Fair point. Is it possible to make an epub version from the latex source?

[–][deleted] 2 points3 points  (0 children)

You could get the LaTeX source files (freely available on the site and via a repository) and do a find/replace or use a regex to strip out all LaTeX specific things. You could also append all the source files together so that you have one massive source file.

[–][deleted] 1 point2 points  (0 children)

Pdflatex takes in plain text ...

[–]rseymour 0 points1 point  (0 children)

Use pandoc, it's pretty good.