Message 1 of 10
Spaces after Stack fractions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am looking for script that will remove spaces after a stacked fraction in mtext. Autocad only allows certain symbol to invoke a stacked fraction. Where this becomes an issue is when calling out steel shapes. Per the AISC they don't use " marks to so to invoke stacked fraction you have to insert an extra space after the fraction. What I would like to do is remove those extra space after the fact through a script. I figured since we are using a reduced size stacked fraction one could search for the end } for the format and remove the space after that. Although I am not lisp expert so maybe there is a better way to achieve this?