- 14,922
- 28
[tex]
Hrm,~line~breaks \\<br />
don't~seem~to~work.[/tex]
Originally posted by Hurkyl
All right, here's a new problem. How do I do this, but right?
Hmmm well, I thought I knew how, but now I'm not so sure. I'll have to look around. Maybe Ambitwistor knows a trick to put a command that has been \renew'd back to its default behavior.Originally posted by Hurkyl
How do I get the arrows, then, if I want them?
Both are good ideas. Generally, boldfacing is the "proper" way to represent vectors. Unfortunately, TeX treats lowercase greek letters and uppercase greek letters differently, making it fairly complicated to just boldface any old character. I put the macro into the system so people wouldn't have to jump through hoops if they just wanted to make a boldface [tex]\inline{\vec \lambda}[/tex].Originally posted by Ambitwistor
I don't know how to get a command back to its original behavior. You could try defining a new command to act like the original \vec before you redefine it. (Or else you could leave the original alone and define a new command to act like the bold version.)
Originally posted by Hurkyl
How do I get the arrows, then, if I want them?
Yeah, I was strongly considering this from the beginning. Next time Greg let's me on the site, I'll do that.Originally posted by Hurkyl
What about making a new tag, say, [ itex ] for inline tex? It gets annoying having to type [ tex ]\inline{x}[ /tex ] 10 times in a post!