Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.1k views
in Technique[技术] by (71.8m points)

Looking for large latex file (~200 pages/1mb+) to test compression implementations

as the title suggests I'm looking for latex-specific files that are around 200 pages and 1mb+ in size. I've tried looking around but I can only really find templates, and the only other idea I had would be to concatenate random latex files together. Is there a link online that has a collection of such files, or does anyone have one I could use? Thanks in advance


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can create your own if you want:

documentclass{article}

usepackage{lipsum}

egin{document}

sloppy
lipsum[1-50]lipsum[1-50]lipsum[1-50]lipsum[1-50]lipsum[1-50]
lipsum[1-50]lipsum[1-50]lipsum[1-50]lipsum[1-50]lipsum[1-50]
lipsum[1-50]lipsum[1-50]lipsum[1-50]lipsum[1-50]lipsum[1-50]
lipsum[1-50]lipsum[1-50]lipsum[1-50]lipsum[1-50]lipsum[1-50]
lipsum[1-50]lipsum[1-50]lipsum[1-50]lipsum[1-50]lipsum[1-50]

end{document}

The above code produces a 230-page (~650kb) Lorem ipsum treasure trove.

Alternatively here are some documentation pages (as suggested in the comments) consisting of various text/graphic/font-rich compilations of TeX-specific elements:


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...