| View previous topic :: View next topic |
| Author |
Message |
Jul General User

Joined: 27 Jul 2004 Posts: 7
|
Posted: Mon Aug 16, 2004 4:16 am Post subject: Scaling absolute value |
|
|
How can I scale and set a spacing value for absolute value symbol? I cannot find it in the format menu.
Thanks |
|
| Back to top |
|
 |
dkeith Power User

Joined: 01 Nov 2003 Posts: 93 Location: UK
|
Posted: Mon Aug 16, 2004 6:16 am Post subject: |
|
|
I'm not sure what you're after exactly, but you can use lline and rline if you want 'unstretchy' vertical line. The tilde(~) and backtick (`) can be used if you want some extra padding in a particular place. You can change the spacing for all brackets, (including lline...rline) in the format menu:
- Format > Spacing
- select 'Brackets' from the Category drop down
This doesn't affect abs but does affect lline ... rline
Try it with these:
| Code: |
abs {a over b} newline
left lline {a over b} right rline newline
lline {a over b} rline newline
abs {~a} newline
abs {`a`} newline
abs {~~a~~}
|
|
|
| Back to top |
|
 |
Jul General User

Joined: 27 Jul 2004 Posts: 7
|
Posted: Mon Aug 16, 2004 6:42 am Post subject: |
|
|
| Thanks, it works much better using lline and rline than using directly abs.... |
|
| Back to top |
|
 |
|