TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fancy Euclid's “Elements” in TeX

345 pointsby mciabout 6 years ago

10 comments

svatabout 6 years ago
To add some context, this is a version, prepared in ConTeXt and MetaPost by Sergey Slyusarev (@jemmybutton), of Oliver Byrne&#x27;s 1847 work “The first six books of the elements of Euclid, in which coloured diagrams and symbols are used instead of letters for the greater ease of learners”.<p>This linked post on habr.com is definitely worth reading; also see the sources on GitHub page here: <a href="https:&#x2F;&#x2F;github.com&#x2F;jemmybutton&#x2F;byrne-euclid" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jemmybutton&#x2F;byrne-euclid</a><p>A scan of Byrne&#x27;s 1847 original here: <a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;firstsixbooksofe00byrn&#x2F;page&#x2F;n6" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;firstsixbooksofe00byrn&#x2F;page&#x2F;n6</a><p>Another person&#x27;s (Nicholas Rougeux&#x27;s) reproduction here: <a href="https:&#x2F;&#x2F;www.c82.net&#x2F;euclid&#x2F;about&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.c82.net&#x2F;euclid&#x2F;about&#x2F;</a><p>A publisher&#x27;s attempt to “extend” Byrne&#x27;s work from 6 to all 13 books here (Kickstarter + preorder; I don&#x27;t believe it&#x27;s done yet): <a href="https:&#x2F;&#x2F;www.kroneckerwallis.com&#x2F;product&#x2F;euclids-elements-completing-oliver-byrnes-work&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.kroneckerwallis.com&#x2F;product&#x2F;euclids-elements-com...</a><p>There&#x27;s also a facsimile reproduction of Byrne&#x27;s original by the publisher Taschen, with a review here that goes into some detail on Euclid editions and on Byrne: <a href="https:&#x2F;&#x2F;www.maa.org&#x2F;publications&#x2F;maa-reviews&#x2F;the-first-six-books-of-the-elements-of-euclid" rel="nofollow">https:&#x2F;&#x2F;www.maa.org&#x2F;publications&#x2F;maa-reviews&#x2F;the-first-six-b...</a>
评论 #20026188 未加载
评论 #20025648 未加载
评论 #20025705 未加载
ddavisabout 6 years ago
Maybe not as fancy, but here&#x27;s a version with Greek and English side by side: <a href="http:&#x2F;&#x2F;farside.ph.utexas.edu&#x2F;Books&#x2F;Euclid&#x2F;Elements.pdf" rel="nofollow">http:&#x2F;&#x2F;farside.ph.utexas.edu&#x2F;Books&#x2F;Euclid&#x2F;Elements.pdf</a>
评论 #20024993 未加载
ZeroGravitasabout 6 years ago
I have a reproduction copy of this book, and always intended to find some time to recreate a few pages of it in SVG as a way of expanding my knowledge of that technology. This is far beyond anything I even dreamt of doing. Really great stuff.
gwernabout 6 years ago
The randomized initials&#x2F;dropcaps are fun. But it seems that this doesn&#x27;t replicate the original Bryne use of the Rose Caps (<a href="https:&#x2F;&#x2F;wiki.obormot.net&#x2F;Main&#x2F;BonusFontsDemo?demo_font_one=Rose+Caps" rel="nofollow">https:&#x2F;&#x2F;wiki.obormot.net&#x2F;Main&#x2F;BonusFontsDemo?demo_font_one=R...</a>), and uses a random sans serif font? It&#x27;d be cooler if it was generating randomized versions of the original initials.
enriqutoabout 6 years ago
I am in awe at the beauty of this thing
评论 #20024379 未加载
pgtanabout 6 years ago
MetaPost is so underrated. Glad, this project shows the strength of the language.
评论 #20026243 未加载
nixpulvisabout 6 years ago
Awesome LaTeX: <a href="https:&#x2F;&#x2F;github.com&#x2F;egeerardyn&#x2F;awesome-LaTeX" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;egeerardyn&#x2F;awesome-LaTeX</a>
评论 #20024159 未加载
meukabout 6 years ago
This is a bit random, but there are some formal systems for Euclid&#x27;s elements out there (see, for example <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;0810.4315" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;0810.4315</a>).<p>I think it should be possible to implement this in a dependently typed language like Idris, but haven&#x27;t really worked on this (yet). Any thoughts?
评论 #20026266 未加载
defanorabout 6 years ago
I like this style for formulae, though it can be not straightforward to translate into regular text or speech. And in this case there&#x27;s another issue caused by color-coding: it&#x27;s tricky to read with altered colors and&#x2F;or on monochrome displays. Maybe the latter can be solved by using different styles for lines and filling, in addition to colors.
Grustafabout 6 years ago
Simply gorgeous
评论 #20026623 未加载