New Reply

Redefine command in latex

 
Share Thread Thread Tools
Feb5-13, 05:54 PM   #1
 

Redefine command in latex


I want to redefine \mathbf to have a different font. I can't seem to make \newcommand work since it says "already defined". Help?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Feb5-13, 06:47 PM   #2
D H
 
Mentor
It's \renewcommand.

Don't use it lightly. It's usually much better to define your own macros as opposed to overriding macros whose definitions have deep meaning.

This looks like an "XY" problem. Underneath the hood you are facing problem X, something about which you haven't told us a single word. You somehow see that approach Y is a solution to your underlying problem, so you ask how to do Y. It's usually much better is to ask us about X directly.

So, what's your real problem, and what is motivating you to want to change \mathbf?
 
Feb5-13, 11:15 PM   #3
 
I've used \mathbf throughout a very long work, and I want to change the font from what it is to textsf+textbf, which looks less... aggressive. I suppose I could just change every \mathbf instead redefining them.
 
Feb5-13, 11:52 PM   #4
 
Blog Entries: 9
Recognitions:
Gold Membership Gold Member

Redefine command in latex


I'd make a custom LaTeX command to get the desired formatting and then use an editor command or sed or something to replace mathbf.
 
Feb6-13, 07:37 AM   #5

Math 2012
 
Recognitions:
Science Advisor Science Advisor
What jhae said. But if you really want to do this, it would be better to do it the same way that LaTeX sets the default, i.e. override the command
Code:
\DeclareMathAlphabet      {\mathbf}{OT1}{cmr}{bx}{n}
with your preferred font definition.
 
Feb9-13, 02:41 AM   #6
 
Alright, thanks everyone.
 
New Reply
Thread Tools


Similar Threads for: Redefine command in latex
Thread Forum Replies
[LaTeX] What are the standard margins on a latex document? Math & Science Software 2
MATLAB save command and transpose command Math & Science Software 4
Latex Command Window now available! Forum Feedback & Announcements 37
Redefine Pi... General Math 13