Advertisement
Guest User

Adobe MinionMath Demo

a guest
Jul 7th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.26 KB | None | 0 0
  1. %
  2. % https://warosu.org/g/thread/50245509
  3. %
  4.  
  5. \documentclass[12pt]{article}
  6.  
  7. %\usepackage{fontspec}
  8. \usepackage{amsmath} %needs to be placed before unicode-math due to font reconfig behind the scenes
  9. \usepackage{unicode-math}
  10.  
  11. \setmainfont[%
  12.   Extension = .otf,
  13.   Path = ./font/en_us/,
  14.   Ligatures = {TeX, Common},
  15.  Numbers = {Proportional, Lining},
  16.  Kerning = On,
  17.  ]{MinionPro-Regular}
  18.  
  19. % Math font:
  20. \setmathfont[%
  21.   Extension = .otf,
  22.   Path = ./font/en_us/,
  23.   version = bold]{MinionMath-Bold}
  24.  
  25. \setmathfont[%
  26.   Extension = .otf,
  27.   Path = ./font/en_us/,
  28.   Scale = 1,
  29.   Script = Math,
  30.   SizeFeatures = {
  31.    {Size = -6, Font = MinionMath-Tiny, Style = MathScriptScript},
  32.    {Size = 6-8.4, Font = MinionMath-Capt, Style = MathScript},
  33.    {Size = 8.4-13, Font = MinionMath-Regular, Style = MathScript},},
  34.  ]{MinionMath-Regular}
  35.  
  36. \setmathfont[
  37.  Extension = .otf,
  38.  Path = ./font/en_us/,
  39.  range={}]{MinionMath-Regular}
  40.  
  41.  
  42. \usepackage{ntheorem}
  43. \newtheorem{theorem}{Theorem}
  44.  
  45. \begin{document}
  46.  
  47. \begin{theorem}[Residue theorem]
  48. Let $ f $ be analytic in the region $ G $ except for the isolated singularities $ a_{1}, a_{2}, \dots, a_{m} $. If $ \gamma $ is a closed rectifiable curve in $ G $ which does not pass through any of the points $ a_{k} $ and if $ \gamma \approx 0 $ in $ G $, then
  49. \[
  50.  \frac{1}{2 \pi i} \int\limits_{\gamma} f \left( x^{\mbfN \in \BbbC^{N \times 10}}\right) = \sum_{k = 1}^{m} n(\gamma ; a_{k}) \mathup{Res}(f ; a_{k}) \,.
  51. \]
  52. \end{theorem}
  53.  
  54. \begin{theorem}[Maximum modulus]
  55. Let $ G $ be a bounded open set in $ \BbbC $ and suppose that $ f $ is a continuous function on $ G^{-} $ which is analytic in $ G $. Then
  56. \[
  57.  \max \{ |f(z)| \: z \in G^{-} \} = \max \{ |f(z) : z \in \partial G \} \,.
  58. \]
  59. \end{theorem}
  60.  
  61. %
  62. First some large operators both in text: $\iiint\limits_{Q}f(x,y,z)\,\mathup{d}x\,\mathup{d}y\,\mathup{d}z$ and $\prod_{\gamma\in\Gamma_{\overbar{C}}}\partial\left(\tilde{X}_\gamma\right)$; and also on display
  63. \[
  64.  \iiiint\limits_{Q}f(w,x,y,z)\,\mathup{d}w\,\mathup{d}x\,\mathup{d}y\,\mathup{d}z\leq\oint_{\partial Q}f^\prime\left(\max\left\{\frac{\Vert w\Vert}{\vert w^2+x^2\vert};\frac{\Vert z\Vert}{\vert y^2+z^2\vert};\frac{\Vert w\oplus z\Vert}{\vert x\oplus y\vert}\right\}\right)
  65. \]
  66.  
  67. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement