Michael Droettboom <[EMAIL PROTECTED]> writes: > I forgot to mention when I added baseline alignment -- I really have no > idea how to get a good baseline out of the usetex machinery, or if > that's even possible.
In principle it should be possible: TeX aligns its boxes on a baseline unless you request otherwise, so you just have to make sure you position your text or formula at known coordinates, and when you examine the resulting page, you keep track of where the baseline should be. In practice there probably are some more complications. Or, resort to some TeX hackery... you can get TeX to report the dimensions (height, depth, and width) of a box with \showbox: http://uucode.com/blog/2006/02/26/showbox-in-latex/ -- Jouni K. Seppänen http://www.iki.fi/jks ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users