Guest User

Untitled

a guest
Jun 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. documentclass[a4paper,12pt]{article}
  2. usepackage[sansmath]{libertinust1math}
  3.  
  4. %usepackage{scalerel}
  5. %%newcommandTimes{scaleobj{2.5}{times}}
  6.  
  7. letOldtimestimes
  8. renewcommand{times}{mathop{mathchoice
  9. {vcenter{hbox{LARGE$Oldtimes$}}}
  10. {vcenter{hbox{large$Oldtimes$}}}
  11. {vcenter{hbox{footnotesize$Oldtimes$}}}
  12. {vcenter{hbox{scriptsize$Oldtimes$}}}
  13. }displaylimits}
  14.  
  15. begin{document}
  16.  
  17. begin{equation*}
  18. vec{a}timesvec{b}=
  19. begin{pmatrix}
  20. 1 \
  21. 2 \
  22. 3
  23. end{pmatrix}
  24. times
  25. begin{pmatrix}
  26. 4 \
  27. 5 \
  28. 6
  29. end{pmatrix}
  30. end{equation*}
  31. end{document}
Add Comment
Please, Sign In to add comment