Hello Community,
I have a serious problem. I use pstricks (pst-circ) to define my circuits directly in latex. Therefore I had to change to go the way via latex->dvips->ps2pdf
Now I have a few multipage ps/pdf-Files which I need to hang on the end of my work. I know I can do that with pdftk but I would like to do that in Latex because I need the entrys in the TOC.
But pdfpages does only work with pdflatex, but pstricks doesn't.
What can I do to get this working?
Thanks,
Martin
General ⇒ Problems using pdfpages and pstricks
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10347
- Joined: Mon Mar 10, 2008 9:44 pm
Problems using pdfpages and pstricks
Hi Martin,
welcome to the board!
You could try pdftricks, that package helps to use pstricks together with pdfLaTeX.
Stefan
welcome to the board!
You could try pdftricks, that package helps to use pstricks together with pdfLaTeX.
Stefan
LaTeX.org admin
Re: Problems using pdfpages and pstricks
Ok,
that did not work with that "hack". So I decided to make for every pstricks a texfile and to make that with a Makefile. But how does latex make ONLY the pspicture in one file and the size as great as the pspicture? Without any white borders around?
Thanks,
Martin
that did not work with that "hack". So I decided to make for every pstricks a texfile and to make that with a Makefile. But how does latex make ONLY the pspicture in one file and the size as great as the pspicture? Without any white borders around?
Thanks,
Martin
- Stefan Kottwitz
- Site Admin
- Posts: 10347
- Joined: Mon Mar 10, 2008 9:44 pm
Problems using pdfpages and pstricks
Hi Martin,
to trim the size of the resulting pdf files to fit exactly the picture size you could use pdfcrop, this tool would remove the white margins.
Stefan
to trim the size of the resulting pdf files to fit exactly the picture size you could use pdfcrop, this tool would remove the white margins.
Stefan
LaTeX.org admin