In the memoir manual speaks about
measuring the length of the lowercase alphabet
in order to decide the numbers of characters per line. Can this be done with LaTeX?
|
If with the length it means the width of all lowercase letters than you can use
(I took the liberty to use the same format as Yiannis answer to allow for better comparison. His answer is fine too, but I wanted to show the official LaTeX way.) |
|||
|
|
|
You can place the letters in a box and measure its length. Here is a minimal to do this.
|
|||||||||||||
|
|
Just for the record, page 15 of
Which is basically @Martin's way. |
|||
|
|
\ht,\wdand\dprespectively. – Martin Scharrer♦ May 4 '11 at 20:07