0

Every time I want to emphasize a definition word in a paragraph I need to explicitly state the formatting with \mathbf{<word(s)>}. But I'd like to use a semantic command like \def{<word(s)>}. Is there a built-in command for this or do I have to define a macro. And if how would I do that?

  • 2
    Add \newcommand{\defn}{\textbf} to your preamble and then use \defn{<word(s)>}. Definitely not \mathbf and absolutely not \def. – Werner Nov 26 '14 at 07:34
  • OK, thanks. Can I use \definition or would it clash with something? – implicit_knowledge Nov 26 '14 at 07:40
  • 6
    Related: http://tex.stackexchange.com/questions/29840/consistent-typography – egreg Nov 26 '14 at 07:56
  • 2
    @implicit_knowledge: I am not sure, but \definition might clash with a macro from another package you use in addition. I suggest \newcommand{\SemDef}{\textbf} or something similar, in order to prevent clashes –  Nov 26 '14 at 08:03

0 Answers0