Search found 15 matches

by tsurreal
Sat Aug 30, 2008 11:51 pm
Forum: Document Classes
Topic: PS and non-PS images
Replies: 2
Views: 2373

Re: PS and non-PS images

Thanks Stefan, I am trying to do that. I have already converted all my pstricks images to PDFs. But I might have some questions about pdflatex. I will try it out first and then get back to you if I have questions. But if you can point me to a nice guide or quick tips then it would be perfect!
Best ...
by tsurreal
Sat Aug 30, 2008 11:42 pm
Forum: Document Classes
Topic: pstricks figure distorted in GSview
Replies: 5
Views: 3882

pstricks figure distorted in GSview

Ok, so I have a solution myself. It might not be totally optimized but it works! I modified the description of the black arch as follows:


\pscustom[fillstyle=solid, fillcolor=Black, linewidth=0]
{
\psline(2,4)(2.25,4)
\pscurve[curvature=1 1 0]%
(2.25,4)
(6.0,3.4)
(9.75,4)
\psline(9.75,4)(10,4 ...
by tsurreal
Fri Aug 29, 2008 11:25 pm
Forum: Document Classes
Topic: PS and non-PS images
Replies: 2
Views: 2373

PS and non-PS images

Hi, if a document has PS images (say made with pstricks), then what is the best way to add pictures to this document (say JPEG etc.)? Should one convert them to eps first?

Thanks in advance!

- tsurreal
by tsurreal
Fri Aug 29, 2008 8:40 pm
Forum: Document Classes
Topic: pstricks figure distorted in GSview
Replies: 5
Views: 3882

Re: pstricks figure distorted in GSview

Thank you very much gmedina. I will look forward to a solution to this problem.

- tsurreal
by tsurreal
Fri Aug 29, 2008 8:08 pm
Forum: Document Classes
Topic: pstricks figure distorted in GSview
Replies: 5
Views: 3882

Re: pstricks figure distorted in GSview

Hi, thanks for an answer. I am attaching a sample code. Try zooming in the figure with GSviewer.

- tsurreal
by tsurreal
Fri Aug 29, 2008 7:23 pm
Forum: Document Classes
Topic: pstricks figure distorted in GSview
Replies: 5
Views: 3882

pstricks figure distorted in GSview

Hi guys,

I use GSview to see the PS output file. But strangely it distorts some figures, at some zoom factors, that I have drawn with pstricks. Refer the attached captured images, they are from the same file but when zoomed with different factors. I generate the PDF from this PS file so as a result ...
by tsurreal
Wed Aug 06, 2008 1:33 pm
Forum: Document Classes
Topic: Best way to arrange pstricks figures
Replies: 4
Views: 3303

Best way to arrange pstricks figures

I face another problem that colors and gradients are not recognized. For example in the following code:


\begin{pspicture}(0,0)(3,3)
\psframe[linestyle=none, fillstyle=solid,fillcolor=Apricot](0,0)(2,2)
\pspolygon[linestyle=none,fillstyle=solid,fillcolor=Tan](0,2)(2,2)(3,3)(1,3)
\pspolygon ...
by tsurreal
Wed Aug 06, 2008 11:42 am
Forum: Document Classes
Topic: Best way to arrange pstricks figures
Replies: 4
Views: 3303

Best way to arrange pstricks figures

Hi! Yet another question. What is the best way to arrange figures in a document? I was thinking of perhaps having all figures in a separate document (like bibtex bibliography) and then calling them in the main document. Is it a good idea, or is there a better way? Can you please give an example on ...
by tsurreal
Tue Aug 05, 2008 8:31 pm
Forum: Page Layout
Topic: Wrong page title in Header
Replies: 12
Views: 15732

Re: Wrong page title in Header

Hello again Stefan. I have done some additional tidying up and your code does work now. Thank you very much for your immense help! Till next question - Cheers :D
by tsurreal
Tue Aug 05, 2008 1:37 pm
Forum: Page Layout
Topic: Wrong page title in Header
Replies: 12
Views: 15732

Re: Wrong page title in Header

Hi Stefan, Thank you very much. The problem with the chapter titles is solved but not the problem with blank pages. I have PM'd you the class file. It seems as though the \putbib and \tableofcontents overwrite some settings such that chapter titles are displayed on the blank pages.

Thank you in ...