KatherinePupo / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

PSTricks Package not used correctly #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.The following document produces the error:

\documentclass[12pt]{article}
\usepackage{pstricks,pst-plot}

\title{PSTricks Error Test}
\date{}
\begin{document}

\begin{center}
\begin{pspicture}(0,0)(17,17)
\psgrid[subgriddiv=1,griddots=0,gridlabels=10pt](0,0)(16,16)
\psplot[plotpoints=200,linewidth=2pt]{2.22}{16}{6  x 6 div 21.33 x div add 
add}
\uput[u](0,17){Cost}
\uput[u](17,0){Q}
\end{pspicture}
\end{center}

\end{document}

What is the expected output? What do you see instead?
Expected to be seen is a grid with a curve.  Instead, there is nothing, 
both during preview and after export to PDF.

What version of the product are you using? On what browser?
Chrome, whatever the latest version is.

Please provide any additional information below.
This may be a result of the Compiler not compiling in the correct manner;  
In my local MikTex installation, I have to use LaTeX --> dvips --> ps2pdf 
to correctly render this graph.

Original issue reported on code.google.com by dco...@gmail.com on 11 May 2010 at 3:01

GoogleCodeExporter commented 9 years ago
The cause is the compiler process, like you mentioned. We're looking to add an 
option to enable customization of the compiler sequence.

Original comment by bobbysoa...@gmail.com on 2 Jul 2010 at 3:21

GoogleCodeExporter commented 9 years ago
This is really important to me -- i work in a field where i am constantly using 
documents that have diagrams and the like which depend on the use of the 
pstricks package.  Please include this soon!

Original comment by byron....@gmail.com on 10 Dec 2010 at 5:41

GoogleCodeExporter commented 9 years ago
Another package that seems not to work correctly is hyperref, not allowing me 
to make hyperlinks. For example, using the header between the equal signs 
below...
===
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\hypersetup{
 colorlinks,%
 citecolor=black,%
 filecolor=black,%
 linkcolor=black,%
 urlcolor=black
}
  \urlstyle{same}
===

...this typed...
\url{m.youversion.com}{YouVersion}
produces (in final output):
m.youversion.comYouVersion
instead of the expected:
YouVersion

Original comment by phils...@gmail.com on 20 Feb 2011 at 12:27

Attachments: