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

Categories

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
2.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

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:


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...