Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. documentclass{memoir}
  2. makeatletter
  3. usepackage{fouriernc}
  4. usepackage[scaled=0.82]{luximono}
  5. usepackage{marvosym,pifont,bbm}
  6. usepackage[T1]{fontenc}
  7. usepackage[utf8]{inputenc}
  8. usepackage[english,slovene]{babel}%
  9. usepackage{empheq,mathtools,xspace} %
  10. newcolumntype{C}{>{centeringarraybackslash}X}
  11. usepackage{tikz}
  12. usetikzlibrary{shapes,shapes.misc,babel}
  13.  
  14. usepackage[many]{tcolorbox}
  15. newtcolorbox{example}[1]{%
  16. enhanced,
  17. colback=teal!10, frame hidden, colframe=teal,
  18. borderline={1pt}{0pt}{teal, sharp corners},
  19. top=1mm, bottom=1mm, left=1mm, right=1mm,
  20. enlarge top by=5mm,
  21. arc=0mm,
  22. width=textwidth,
  23. fontupper=smallsffamily,
  24. overlay unbroken and first={%
  25. node[trapezium,trapezium left angle=90, trapezium right angle=60,
  26. fill=teal!60!black,inner xsep=2mm,inner ysep=2pt,yshift=-1pt,
  27. anchor=bottom left corner,
  28. text=white,font=smallbfseriessffamily]
  29. at (frame.north west)
  30. {#1};},}% end of example
  31.  
  32. newcommand{T}{ensuremath{text{sffamilyslshape T}}xspace}
  33.  
  34. newcommand{ud}{;mathrm{d}i}
  35. newcommand{udt}{;mathrm{d}t}
  36. makeatother
  37.  
  38. usepackage{microtype}
  39.  
  40.  
  41. begin{document}
  42. %---------------------------------------------------------------%
  43. I like T to be slanted and sans serif character. I use it in text as well in equations:
  44. [T = a + b quadmathrm{and}quad int_T = cdots ]
  45. How to achieve this with considering used fonts?
  46.  
  47. section*{Supplement}
  48. begin{example}{Transformacija signala $mathrm{Sa}(at)$}
  49. label{example:uvod.ft-1}
  50. %---------------------------------------------------------------%
  51. Transformacijo pravokotnega pulza preprosto izračunamo z definiciji Fourierove transformacije, v kateri upoštevamo lastnosti simetrij:
  52. begin{align}
  53. X(omega) & = int^{infty}_{infty} p_T exp(-jomega t)udt \
  54. & = int^{-T/2}_{T/2} sin(omega t)ud t
  55. = 2frac{sin(omegaT/2)}{omega}
  56. = T frac{sin(omegaT/2)}{omegaT/2}
  57. notag \
  58. & = Tmathrm{Sa}(omegaT/2)
  59. ,end{align}
  60. kjer je $p_T$ pravokotni pulz.
  61. %---------------------------------------------------------------%
  62. end{example}
  63.  
  64. name type encoding emb sub uni object ID
  65. ------------------------------------ ----------------- ---------------- --- --- --- ---------
  66. TAXDKT+CenturySchL-Roma Type 1 Custom yes yes no 7 0
  67. MRDFER+SFSI1000 Type 1 Custom yes yes no 8 0
  68. TYVRVL+Fourier-Math-Symbols Type 1 Builtin yes yes no 9 0
  69. DRJIAH+CenturySchL-Ital Type 1 Custom yes yes no 10 0
  70. HDYCOO+Fourier-Math-Extension Type 1 Builtin yes yes no 11 0
  71. ZUELID+SFSI0800 Type 1 Custom yes yes no 12 0
  72. KPCTUF+CenturySchL-Bold Type 1 Custom yes yes no 13 0
  73. LTVCOH+SFSX0900 Type 1 Custom yes yes no 14 0
  74. AOTEQD+SFSS0900 Type 1 Custom yes yes no 15 0
  75. WSBTSK+Fourier-Math-Letters-Italic Type 1 Builtin yes yes no 16 0
  76. YXUCWV+SFSI0900 Type 1 Custom yes yes no 17 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement