Search found 7 matches

by ofeyrpf
Sun Oct 13, 2013 4:29 pm
Forum: Graphics, Figures & Tables
Topic: pstricks not working
Replies: 3
Views: 5288

pstricks not working

The following typed into the command line creates a dvi file where I can see the pstricks line I am trying to draw. But it does not appear in the pdf.

Code: Select all

latex TestPSTricks.tex
dvips TestPSTricks.dvi
ps2pdf -dAutoRotatePages#/None TestPSTricks.ps 
Thanks,
Shane
by ofeyrpf
Sun Oct 13, 2013 4:12 pm
Forum: Graphics, Figures & Tables
Topic: pstricks not working
Replies: 3
Views: 5288

pstricks not working

Hi,

I am using MikTex (On Windows) and pdfLaTex. I tried all allowed options and they all give errors except BibTex which outputs nothing.

Error:
......
("C:\Program Files (x86)\MiKTeX 2.9\tex\generic\oberdiek\ifpdf.sty"))))
(C:\Users\sam\Desktop\TestPSTricks.aux)
("C:\Program Files (x86)\MiKTeX ...
by ofeyrpf
Sat Oct 12, 2013 6:14 pm
Forum: Graphics, Figures & Tables
Topic: pstricks not working
Replies: 3
Views: 5288

pstricks not working

Hi,
Is there any reason the following little bit of /pstricks should not work? I can't see what is wrong.
\documentclass[a4paper,12pt]{report}
\pagestyle{myheadings}
\usepackage{pstricks}
\usepackage{enumitem}
\begin{document}
\begin{enumerate}%[resume]
\item {\bf Problems:} Measure the following ...
by ofeyrpf
Wed Jul 03, 2013 6:38 pm
Forum: Graphics, Figures & Tables
Topic: Scaling for included Graphics
Replies: 1
Views: 2691

Scaling for included Graphics

Hi,

I am trying to scale a PDF in a document. But I can't make it small enough. Is there a limit to how small a PDF can be scaled down to?


\begin{table}[h]
\begin{tabular}{ccc}
a & \includegraphics[scale=0.1]{graph-positiveslope.pdf} & c\\
d & e & f
\end{tabular}
\end{table}

This PDF was ...
by ofeyrpf
Thu Feb 19, 2009 10:26 pm
Forum: MiKTeX and proTeXt
Topic: xkeyval package
Replies: 4
Views: 5142

xkeyval package

Thanks again for your help. BBcode, very interesting. Now I see how to do it! I have posted to the PsTricks mailing list. Thanks again. Shane
by ofeyrpf
Thu Feb 19, 2009 1:05 pm
Forum: MiKTeX and proTeXt
Topic: xkeyval package
Replies: 4
Views: 5142

xkeyval package

Thanks for your help. Still no luck with compiling. I added the pstricks-add package and pst-xkey to the preamble. I am getting an error after \pst@getint but this is a pstricks macro and detailed in the documentation. So I don't know why it isn't working. Anyone have any ideas?



How do you link ...
by ofeyrpf
Wed Feb 18, 2009 7:30 pm
Forum: MiKTeX and proTeXt
Topic: xkeyval package
Replies: 4
Views: 5142

xkeyval package

I am using Miktex 2.7 on WinXP. Using the 2003 PSTricks ( http://www.esnips.com/doc/441f8168-4997-47ac-99d9-6dc806ea3fe3/PSTricks;-Users-Guide---Timothy-Van-Zandt ) user's guide by Tim Van Zandt. I am trying to run the following program, (p.165 of that guide) but am not sure if the packages in the ...