Guest User

Untitled

a guest
Feb 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. newcommand{pic}[3]{begin{figure}[H]
  2. centering
  3. ifinstring{#1}{=}def arg{#1}elsedefarg{scale=#1}fi
  4. includegraphics[arg]{#2}
  5. caption{#3}
  6. end{figure}}
  7.  
  8. pic{1}{lpm_block.png}{Block diagram for the LPM multiplier}
Add Comment
Please, Sign In to add comment