summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-eucl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-24 00:28:58 +0000
committerKarl Berry <karl@freefriends.org>2011-12-24 00:28:58 +0000
commitf76445e85fd4b987549804e432f106fedcdd0e78 (patch)
treeeade6441659b1a12d0b58fb6c00bed0a15d5a729 /Master/texmf-dist/doc/generic/pst-eucl
parentffc09d26ca0edffc22985770a355885991950495 (diff)
pst-eucl (23dec11)
git-svn-id: svn://tug.org/texlive/trunk@24926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-eucl')
-rw-r--r--Master/texmf-dist/doc/generic/pst-eucl/Changes2
-rw-r--r--Master/texmf-dist/doc/generic/pst-eucl/README63
2 files changed, 2 insertions, 63 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-eucl/Changes b/Master/texmf-dist/doc/generic/pst-eucl/Changes
index 90217b6023e..fa347230f30 100644
--- a/Master/texmf-dist/doc/generic/pst-eucl/Changes
+++ b/Master/texmf-dist/doc/generic/pst-eucl/Changes
@@ -3,6 +3,8 @@ pst-eucl.pro --------
pst-eucl.tex --------
+1.42 2011/12/22 - modified code for marks (hv)
+1.41 2011/11/19 - added different marks for angles (hv)
1.40 2011/11/16 - fix for \pstMarkAngle (hv)
1.39 2011/09/22 - fixed introduced bug in \psInterCC
1.38 2011/08/05 - set nodes directly with \pnode(!..) istead of \rput
diff --git a/Master/texmf-dist/doc/generic/pst-eucl/README b/Master/texmf-dist/doc/generic/pst-eucl/README
index 0585043a7ef..553f2871b21 100644
--- a/Master/texmf-dist/doc/generic/pst-eucl/README
+++ b/Master/texmf-dist/doc/generic/pst-eucl/README
@@ -1,13 +1,5 @@
- Geometry and PsTricks
the pst-eucl package
-
-VERSION pre-1.39
-DATE sept 2011
-
-LICENCE
--------
-
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt.
@@ -31,9 +23,6 @@ Then you should consider making a donation:
INSTALLATION
------------
- for teTeX :
- -----------
-
If you want to just test it quickly, keep the files:
pst-eucl.pro, pst-eucl.tex and pst-eucl.sty
@@ -61,55 +50,3 @@ INSTALLATION
remove the original for the first line:
-% original texmf.cnf -- runtime path configuration file for kpathsea.
- ^^^^^^^^
-
- uncomment the line for declaring the local directory and
- choose where to store it:
-
-TEXMFLOCAL = /usr/local/texmf.local
-
- add this directory to the TEXMF directory list:
-
-TEXMF = {$TEXMFLOCAL,!!$TEXMFMAIN}
-
- normally it should work now!
-
- create the complete directory structure you want to use:
-
-mkdir /usr/local/texmf.local
-mkdir /usr/local/texmf.local/tex
-mkdir /usr/local/texmf.local/tex/generic
-mkdir /usr/local/texmf.local/tex/generic/pstricks
-mkdir /usr/local/texmf.local/dvips
-mkdir /usr/local/texmf.local/dvips/pstricks
-
- for Window$ : Ooops (I don't know)
- -----------
-
- If you use fpTeX, it should be similar as teTeX, look for the
- texmf.local directory at the root of the texmf directory.
-
- anyway, the simplest is to keep these three files in the
- directory where you work!
-
-DOCUMENTATION
--------------
-
- a ps and a dvi files are provided. In order to build them, just
- run LaTeX on euclide.tex (latex euclide). Depending of your TeX
- engine you may run out of memory...
-
-EXAMPLES
---------
-
- The directory Exemples contains all the exemples of the
- documentation. Each example is divided in two files:
-
- o <exemple>.tex which contains the pspicture declaration and an
- include to the second file,
- o <exemple>_in.tex which contains the exemple.
-
- In order to use them, you can merge both files and include
- them in a LaTeX file.
-