lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lilypond-book: Auto-detect linewidth and exampleindent in texinfo mode (


From: dak
Subject: Lilypond-book: Auto-detect linewidth and exampleindent in texinfo mode (issue 4938044)
Date: Mon, 22 Aug 2011 11:51:37 +0000


http://codereview.appspot.com/4938044/diff/7001/python/book_texinfo.py
File python/book_texinfo.py (right):

http://codereview.appspot.com/4938044/diff/7001/python/book_texinfo.py#newcode228
python/book_texinfo.py:228: val = float (m.group (1))/72
This would be wrong.  TeX's principal unit, the pt or printer's point,
is 1in/72.27.  You are confusing this with PostScript points, 1in/72,
which TeX calls bp (big points).

http://codereview.appspot.com/4938044/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]