Search found 8 matches

by aquamarijn
Tue Jul 19, 2016 12:44 pm
Forum: Graphics, Figures & Tables
Topic: PSTricks: question about listplot plotstyle=curve
Replies: 0
Views: 5238

PSTricks: question about listplot plotstyle=curve

PSTricks listplot draws a smooth curve through the points in a given list when I use the option plotstyle=curve. I have two questions.

How is the curve between two adjacent points determined mathematically? It doesn't seem to be a cubic spline (as would result from plotstyle=cspline). If it's a ...
by aquamarijn
Sat Oct 19, 2013 12:41 pm
Forum: Document Classes
Topic: Custom Font in Presentation
Replies: 1
Views: 4253

Custom Font in Presentation

The problem is solved by using a corresponding font theme.

Code: Select all

\usefonttheme{professionalfonts}
See the beamer user guide.
by aquamarijn
Fri Oct 18, 2013 7:29 pm
Forum: Document Classes
Topic: Custom Font in Presentation
Replies: 1
Views: 4253

Custom Font in Presentation

I would like to use the mathdesign font by the giving the option utopia , for math and text in a presentation, using the document class beamer . Compiling the document produces this error message.
There is no room for a new \mathgroup
But it doesn't produce the desired PDF output. Below is an ...
by aquamarijn
Thu Aug 15, 2013 3:54 pm
Forum: Fonts & Character Sets
Topic: Different Line and Page Breaks after Update
Replies: 1
Views: 3855

Re: Different Line and Page Breaks after Update

The author of the mathdesign package has been so friendly to send me an old version of the package. The problem is now solved. This topic may be marked as answered or may be removed. Thanks to all visitors who paid attention.
Jaap Koole
by aquamarijn
Thu Jul 25, 2013 7:40 pm
Forum: Fonts & Character Sets
Topic: Different Line and Page Breaks after Update
Replies: 1
Views: 3855

Different Line and Page Breaks after Update

Hello,

I'm using the Utopia font in the mathdesign package, I have made many LaTeX documents.

After an update of that package, many line and page breaks are made at different positions than before the update, when I recompile the same document. This also influences figures and tables which have ...
by aquamarijn
Fri Aug 17, 2012 12:03 am
Forum: Graphics, Figures & Tables
Topic: pst-plot | Let Axes of a Plot disappear
Replies: 7
Views: 4965

pst-plot | Let Axes of a Plot disappear

Hello Stefan, Herbert,

thank you for answering my question. Indeed using an old version of pst-plot caused my system to print the axes in spite of the option axesstyle=none . In this episode I also learned how to update my packages using WinEdt and MiKTeX. What a nice first experience in this forum ...
by aquamarijn
Thu Aug 16, 2012 11:06 am
Forum: Graphics, Figures & Tables
Topic: pst-plot | Let Axes of a Plot disappear
Replies: 7
Views: 4965

pst-plot | Let Axes of a Plot disappear

Hello Stefan,

thank you kindly for answering; your suggestion works. I am still puzzled.

Why is axesstyle=none alone not enough? In the book "PSTricks, Grafik mit PostScript für TeX und LaTeX" by Herbert Voss there is an example on page 158 with \psaxes[axesstyle=none](3,2) without linestyle=none ...
by aquamarijn
Wed Aug 15, 2012 11:50 pm
Forum: Graphics, Figures & Tables
Topic: pst-plot | Let Axes of a Plot disappear
Replies: 7
Views: 4965

pst-plot | Let Axes of a Plot disappear

Hello Community,

How can I prevent the axes to show in a graph? The option axesstyle=none doesn't seem to work in the following example; the axes do show. Setting linewidth=0mm or linecolor=white isn't a neat solution.
\documentclass[11pt]{article}
\usepackage{pst-plot,pstricks-add}

\begin ...