Guest User

Untitled

a guest
Mar 6th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{pstricks}
  4. usepackage{hyperref}
  5.  
  6. newcommand{mypic}{
  7. psset{unit=0.055}
  8. begin{pspicture}(-5,-5)(5,5)
  9. pscircle[linewidth=1.2, linecolor=blue](0,0){4.3}
  10. rput{-90}(-1.4,2.5){pspolygon[linearc=0.4, fillstyle=solid, fillcolor=blue, linecolor=blue](0,0)(5,0)(5;60)}
  11. end{pspicture}
  12. }
  13.  
  14. begin{document}
  15. Some text
  16. begin{center}
  17. href{https://www.youtube.com/watch?v=mxI9ba6Rexc}{mypic}
  18. end{center}
  19. More text
  20. end{document}
  21.  
  22. documentclass{article}
  23. usepackage{fontspec}
  24. usepackage{fancyvrb}
  25. usepackage{graphicx}
  26. usepackage{hyperref}
  27.  
  28. begin{document}
  29. begin{VerbatimOut}{HR.tex}
  30. documentclass[pstricks]{standalone}
  31. usepackage{pstricks}
  32. begin{document}
  33. psset{unit=0.055cm}
  34. begin{pspicture}(-5,-5)(5,5)
  35. pscircle[linewidth=1.2, linecolor=blue](0,0){4.3}
  36. rput{-90}(-1.4,2.5){pspolygon[linearc=0.4, fillstyle=solid, fillcolor=blue,
  37. linecolor=blue](0,0)(5,0)(5;60)}
  38. end{pspicture}
  39. end{document}
  40. end{VerbatimOut}
  41.  
  42. immediatewrite18{xelatex HR}%%
  43.  
  44. Some text
  45. begin{center}
  46. href{https://www.youtube.com/watch?v=mxI9ba6Rexc}{includegraphics{HR}}
  47. end{center}
  48. More text
  49.  
  50. end{document}
Add Comment
Please, Sign In to add comment