Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- documentclass{article}
- usepackage{pstricks}
- usepackage{hyperref}
- newcommand{mypic}{
- psset{unit=0.055}
- begin{pspicture}(-5,-5)(5,5)
- pscircle[linewidth=1.2, linecolor=blue](0,0){4.3}
- rput{-90}(-1.4,2.5){pspolygon[linearc=0.4, fillstyle=solid, fillcolor=blue, linecolor=blue](0,0)(5,0)(5;60)}
- end{pspicture}
- }
- begin{document}
- Some text
- begin{center}
- href{https://www.youtube.com/watch?v=mxI9ba6Rexc}{mypic}
- end{center}
- More text
- end{document}
- documentclass{article}
- usepackage{fontspec}
- usepackage{fancyvrb}
- usepackage{graphicx}
- usepackage{hyperref}
- begin{document}
- begin{VerbatimOut}{HR.tex}
- documentclass[pstricks]{standalone}
- usepackage{pstricks}
- begin{document}
- psset{unit=0.055cm}
- begin{pspicture}(-5,-5)(5,5)
- pscircle[linewidth=1.2, linecolor=blue](0,0){4.3}
- rput{-90}(-1.4,2.5){pspolygon[linearc=0.4, fillstyle=solid, fillcolor=blue,
- linecolor=blue](0,0)(5,0)(5;60)}
- end{pspicture}
- end{document}
- end{VerbatimOut}
- immediatewrite18{xelatex HR}%%
- Some text
- begin{center}
- href{https://www.youtube.com/watch?v=mxI9ba6Rexc}{includegraphics{HR}}
- end{center}
- More text
- end{document}
Add Comment
Please, Sign In to add comment