This is the complete text of Flatlands, and how to generate and print it, at 60 x 42 inches. That's huge!
Take a look at the PDF.
Remove these ads by
Signing UpStep 1: Select a book text you like.
for example: Flatlands: http://www.gutenberg.org/etext/97CreatorAbbott, Edwin Abbott, 1838-1926TitleFlatland: a romance of many dimensionsLanguageEnglishDownload the txt file.












































Visit Our Store »
Go Pro Today »



http://www.inkscape.org/
;)
Example Tutorial
See ya
Edu Gomes
It figures out how to space the file out onto however many pages you want and you print them and cut the border off and paste it all up (or if you can print to the edges... do that.)
http://homokaasu.org/rasterbator/
- Downloaded http://www.kernel.org/pub/linux/kernel/v1.0/linux-1.0.tar.bz2
- Extracted it by running "tar -jxvf linux-1.0.tar.bz2"
- Deleted uneeded file by "rm -f linux-1.0.tar.bz2"
- running this bash script:
#!/bin/bash
for i in $( find ./linux ); do
echo $i: >> out.txt
cat $i >> out.txt
done
- Follow this instructable on out.txt to remove whitespaces
You could obviously use a more recent kernel release, but it would dramatically increase filesize. I chose 1.0 because that's where it started ;)