Re: How to set grid size to 2 pt or smaller than the listed values?
Otfried Cheong <[email protected]>
| Newsgroups | gmane.comp.graphics.ipe.general |
|---|---|
| Message-ID | <1444221031.4135801.403718025.6396176F@webmail.messagingengine.com> |
On Wed, Oct 7, 2015, at 10:57, Nasser M. Abbasi wrote: > According to manual > > http://www.math.sinica.edu.tw/www/tex/IPE_manual.pdf This file is eleven years old! Please, use some common sense. The Ipe homepage is: http://ipe.otfried.org/ There is the Ipe manual, a list of frequently asked questions, and the Wiki. For your question, see: http://ipe.otfried.org/manual/manual_27.html https://github.com/otfried/ipe-wiki/wiki/Editing%20stylesheets The list of grid sizes is taken from your document's style sheet, so you need to learn to make a new one. This is exactly the same process as adding new colours, new line thicknesses, etc. Here is a short example that adds one grid size: <ipestyle name="gridsizes"> <gridsize name="2 pts" value="2"/> </ipestyle> Cheers, Otfried