summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mathspic/mathspic.lib
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-10 14:51:31 +0000
committerKarl Berry <karl@freefriends.org>2010-06-10 14:51:31 +0000
commitb6d1ce2a105a839a1cf75d4b4ccb8f5827d22b4c (patch)
treec40c4afa4ac09c7e3d1f7f47fe66afd7513d1523 /Master/texmf-dist/doc/latex/mathspic/mathspic.lib
parentda353234f401986deb76831d76effffd0d0e2257 (diff)
mathspic script
git-svn-id: svn://tug.org/texlive/trunk@18868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mathspic/mathspic.lib')
-rw-r--r--Master/texmf-dist/doc/latex/mathspic/mathspic.lib11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mathspic/mathspic.lib b/Master/texmf-dist/doc/latex/mathspic/mathspic.lib
new file mode 100644
index 00000000000..0cf4368bd8c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mathspic/mathspic.lib
@@ -0,0 +1,11 @@
+%%--- mathspic.lib---
+%% February 2005
+%% example mathsPIC macros
+%def bigdots()\setplotsymbol({\large .})\setdots%
+%def normaldots()\setplotsymbol({\tiny .})\setdots%
+%def log10(a)log(a)/log(10)%
+%def loge(a)log(a)%
+%def mod(a)rem(a)%
+%def d2r() _pi_/180%
+%def r2d() 180/_pi_%
+%%---end of library---