| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 9 months |
| seen | 15 hours ago | |
| stats | profile views | 67 |
|
May 15 |
awarded | Popular Question |
|
Apr 9 |
awarded | Good Question |
|
Apr 6 |
awarded | Notable Question |
|
Apr 2 |
awarded | Nice Question |
|
Mar 30 |
comment |
Fit only the height on a node Thanks for the tips, they are greatly appreciated! A few questions about your answer if you don't mind: 1] Why is a work-around for rotating text needed? 2] Was the 12pt padding just an aesthetic choice? 3] How does fit work in this case when you only give two coordinates... which way does it grow? |
|
Mar 30 |
accepted | Fit only the height on a node |
|
Mar 29 |
comment |
Fit only the height on a node @PeterGrill I've updated the picture to indicate what I'm trying to do, is it clear? |
|
Mar 29 |
revised |
Fit only the height on a node Added a better picture |
|
Mar 29 |
asked | Fit only the height on a node |
|
Mar 18 |
awarded | Popular Question |
|
Feb 20 |
comment |
Load fonts that are in a ./fonts directory For anybody attempting this at home, the note "the trailing '/' is required" is not optional. I spent more time than I'd like to admit trying to get the Path correct until I realized that this comment in the code was the key. |
|
Feb 18 |
accepted | Create a font table for all available characters for a particular font |
|
Feb 18 |
comment |
Create a font table for all available characters for a particular font Just so I understand, the check is in (glyphs[i].unicode > 0)? Great work, this is perfect! |
|
Feb 18 |
asked | Create a font table for all available characters for a particular font |
|
Jan 24 |
comment |
Submitting to a journal with only LaTeX, how to include transparent images and bitmaps? @Sigur This works well for the PNG's, and does not cause the quality to degrade nor the size to explode (as convert does). However, 1] it is not automated and 2] for pdf files it converts them to ps on import which garbles the fonts somewhere (embedding or not). |
|
Jan 23 |
asked | Submitting to a journal with only LaTeX, how to include transparent images and bitmaps? |
|
Jan 21 |
awarded | Popular Question |
|
Jan 4 |
comment |
Wrong kerning after \beta on printout @ArTourter it seems that evince may be the problem as it works with the adobe. This sounds like a bug with the pdf viewer and not LaTeX. Thanks for all the help! I'm going to vote to close as too localized, please help finish it off. I want to leave the post up so that someone else can come across it though. |
|
Jan 4 |
comment |
Wrong kerning after \beta on printout @MartinScharrer The problem persists on two different printers (both HP LaserJets) and printing (not creating) on two different machines. |
|
Jan 4 |
comment |
Wrong kerning after \beta on printout @Sigur latex -> dvips -> ps2pdf results in a working copy. What does this mean? |