Search found 73 matches

by Mini
Wed Nov 16, 2011 4:13 am
Forum: Graphics, Figures & Tables
Topic: pst-plot | Graph without Arrows not displayed
Replies: 3
Views: 2408

Re: pst-plot | Graph without Arrows not displayed

I've forcibly reinstalled all the related packages and it seems to be working now.

Thanks for your help!
by Mini
Wed Nov 16, 2011 3:17 am
Forum: Graphics, Figures & Tables
Topic: pst-plot | Graph without Arrows not displayed
Replies: 3
Views: 2408

pst-plot | Graph without Arrows not displayed

Hi,

With the following code, I get bad box errors...

\documentclass{minimal}

\usepackage{auto-pst-pdf}
\usepackage{pstricks}
\usepackage{pst-plot}

\begin{document}

\begin{pspicture}(-2,-0.5)(2,2)
\psplot[algebraic=true]{0}{0.00001}{sin(x)}
\end{pspicture}

\end{document}
I'm still scratching ...
by Mini
Tue Nov 15, 2011 9:11 am
Forum: Graphics, Figures & Tables
Topic: pst-plot | Graph without Arrows not displayed
Replies: 3
Views: 2408

pst-plot | Graph without Arrows not displayed

Hello everyone,

I'm having a rather strange issue with psplot...

When I use the following code, the graphic displays fine without any issues:

\documentclass[12pt, a4paper, fleqn, leqno]{article}

\usepackage{auto-pst-pdf}
\usepackage{pstricks}
\usepackage{pst-plot}

\begin{document}

\begin ...
by Mini
Sat Nov 12, 2011 3:56 pm
Forum: Graphics, Figures & Tables
Topic: pstricks | Improper Axes
Replies: 2
Views: 1794

Re: pstricks | Improper Axes

Okay my bad. I forgot to compile to PS before compiling to PDF, which is needed for pstricks.

*Phew* one problem solved... Thanks heaps!
by Mini
Sat Nov 12, 2011 3:31 pm
Forum: Texmaker and TeXstudio
Topic: Synchronize Source and Output with "LaTeX -> DVI -> PDF"
Replies: 1
Views: 3439

Synchronize Source and Output with "LaTeX -> DVI -> PDF"

Hi,

I'm using Texmaker on Mac OS X and I cannot synchronize between the output and source code, when compiling using LaTeX + dvipdfm ... I'd use PDFLaTeX, but I use pstricks and thus I need to use Latex.

Could someone please advise a solution?

Thanks
by Mini
Sat Nov 12, 2011 3:25 pm
Forum: Viewers for PDF, PS, and DVI
Topic: DVI Viewer on Mac OS X
Replies: 2
Views: 10938

Re: DVI Viewer on Mac OS X

Okay, thanks for your reply.

But then, how could I make Texmaker use SyncTex work for the pdf output from dvi -> pdf (which I need to do because I use pstricks)? It only seems to work from the PDFLatex option, which is really frustrating.

Alternatively, is there any method I could go from the ...
by Mini
Sat Nov 12, 2011 2:13 pm
Forum: Viewers for PDF, PS, and DVI
Topic: DVI Viewer on Mac OS X
Replies: 2
Views: 10938

DVI Viewer on Mac OS X

What DVI viewers do people use for this on Mac OS X? Currently it's opening the one from TexShop, which doesn't support SyncTeX...


Thanks
Mini
by Mini
Sat Nov 12, 2011 2:07 pm
Forum: Graphics, Figures & Tables
Topic: pstricks | Improper Axes
Replies: 2
Views: 1794

pstricks | Improper Axes

Hello all,

I've just installed Texmaker on my mac. I quite like all of its features, however I'm having a hard time getting it to do what I want.

For example I have the following source code:


\documentclass[12pt, a4paper, fleqn, leqno]{article}
\usepackage{pstricks}
\usepackage{pst-plot}
\begin ...
by Mini
Thu May 26, 2011 5:28 pm
Forum: Text Formatting
Topic: 'section' customise
Replies: 1
Views: 1706

'section' customise

Hello,

I'm using \section{BLAH} for titles.

This is okay but I'd like to make these titles be on their own pages and the font to be big.

How would I achieve this?

I tried

\newpage
\vspace*{\fill}
\section{BLAH}
\vspace*{\fill}

But this messes up the table of contents and I cannot make the ...
by Mini
Wed May 25, 2011 11:05 am
Forum: Graphics, Figures & Tables
Topic: Rectangles around Table Cells
Replies: 8
Views: 15117

Re: Rectangles around Table Cells

Yes but it doesnt arrange the K maps as I want them to do (ie. not in the correct standard cell order).

Therefore I would like to do it myself..