summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pointRuler/README
blob: 6439708a6d74b54d2294710c45af56e8fbfcd2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This project was developed because I wanted a 12 inch ruler that had the 
point scale included.  Since I could not find what I wanted, I decided to 
make my own.  Using the fact that there are 72.27 points/inch, I 
constructed this ruler.  Included you will find the ruler (ruler.eps) and 
the source code (with Makefile) needed to generate this ruler from 
scratch.

To generate ruler.eps, simply type "make" (without the " ").

Note: Since the generation of this ruler requires PiCTeX, you must have 
the PiCTeX macros installed to build it.  Also, I've noticed that TeX's 
memory size is exceeded on my system.  To fix, this simply edit the file 
texmf.cnf (located in /usr/share/texmf/web2c/ on my system) and change

main_memory = ******

to

main_memory = (something large like 1000000)

After you make this change, you'll need to run "fmtutil --all" to recreate 
all format files.

If you have any questions about this ruler, feel free to contact me.

Troy Henderson
http://www.math.tamu.edu/~thenders
thenders@math.tamu.edu