0

Input absolute and norm in latex

Posted by Derek Jing on 5:56 AM in
Define commands in the document preamble:

\providecommand{\abs}[1]{\lvert#1\rvert}
\providecommand{\norm}[1]{\lVert#1\rVert}

Then, we can use \abs{a} and \norm{a}.

0 Comments

Post a Comment

Copyright © 2009 Derek's Technical Notes All rights reserved.