[pstricks] pdfpages and pstricks

Poul Riis Poul.Riis at skolekom.dk
Sat Jan 31 14:02:47 CET 2015


OK, thank you, but next I want to put my pdf picture on top of a pstricks
picture. How can I do that?
The suggestion below does not show the pdf picture.

Poul Riis



\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{pdfpages}
\usepackage{pstricks-add}
\usepackage[crop=off]{auto-pst-pdf}
\usepackage[left=3cm,right=1.5cm,top=1.5cm,bottom=1.5cm]{geometry}

\begin{document}
	
\psset{unit=2cm}
\begin{pspicture}(-4.05,-0.25)(4.05,5)
\psaxes[ticksize=0 -3pt,arrows=->](0,0)(-4.05,0)(4.05,5)
\rput(-3,1){\includepdf[pages={1},width=0.5\textwidth]{somepdffile.pdf}}
\end{pspicture}

\end{document}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20150131/c669b9d5/attachment.html>


More information about the PSTricks mailing list