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.

The Secret Law of Page Harmony

85 pointsby bavidarover 11 years ago

6 comments

zrailover 11 years ago
The first section of the manual for the LaTeX Memoir class used to be an extended essay on book design and not at all LaTeX specific. I&#x27;m not entirely sure why the author removed it, but here&#x27;s a link[1][large PDF] to a version with the section intact. If you&#x27;re looking for more extended look at the concepts in the OP, check it out.<p>[1]: <a href="http://wwwcdf.pd.infn.it/localdoc/memman.pdf" rel="nofollow">http:&#x2F;&#x2F;wwwcdf.pd.infn.it&#x2F;localdoc&#x2F;memman.pdf</a>
SeoxySover 11 years ago
When I learnt about this in design school, I went ahead and created a quick and dirty web app that&#x27;d construct the canon for me, instead of having to draw a bunch of geometry on paper. Here are the links to [1] the app, [2] the blog post, and [3] the source code.<p>[1]: <a href="http://vandegraaf.azuretalon.com/" rel="nofollow">http:&#x2F;&#x2F;vandegraaf.azuretalon.com&#x2F;</a> [2]: <a href="http://kswizz.com/post/3024765786/van-de-graaf" rel="nofollow">http:&#x2F;&#x2F;kswizz.com&#x2F;post&#x2F;3024765786&#x2F;van-de-graaf</a> [3]: <a href="https://github.com/kballenegger/Van-De-Graaf-Generator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kballenegger&#x2F;Van-De-Graaf-Generator</a>
keypusherover 11 years ago
I like how it comes out when there is writing in the margins or the in the magazine example, but for a pure textblock it just seems to be a huge amount of wasted space at the bottom of the page and even on the sides.
评论 #6972992 未加载
drderidderover 11 years ago
Shameless plug - one of the reference articles was my blog piece on Canons of Layout. <a href="http://51elliot.blogspot.com/2009/12/canons-of-layout.html" rel="nofollow">http:&#x2F;&#x2F;51elliot.blogspot.com&#x2F;2009&#x2F;12&#x2F;canons-of-layout.html</a><p>Grid systems have really helped the layout issue since then, although none of the ones in current use seem to be based on the golden mean.
评论 #6974291 未加载
err4ntover 11 years ago
This is surreal! I&#x27;m a designer and I had a brainwave yesterday ”I wonder if I could apply classical page layout I learned for print design to web“ and my web history from yesterday included this very page!<p>I tried to implement some of this in CSS, but here are the issues I had with it:<p>- there aren&#x27;t left and right pages on web, so margins should be equal. Classical page layout means that the left margin, right margin, and the gap between the two pages is equal.<p>- there&#x27;s no comfortable way to control line length in a fluid responsive layout, unless you have really obvious breakpoints.<p>- because long documents aren&#x27;t broken into pages, the bottom part of the page runs off the bottom of the screen so there&#x27;s not even a concept of page length on web<p>I still have more thinking to do, and so far I think the site that has done this best so far is medium.com
ckluisover 11 years ago
Might have to implement in CSS to see what it could look like for a simple grid system.
评论 #6973591 未加载