diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/greenpoint | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/greenpoint')
-rw-r--r-- | Master/texmf-dist/doc/latex/greenpoint/ChangeLog | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/greenpoint/README | 34 |
2 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/greenpoint/ChangeLog b/Master/texmf-dist/doc/latex/greenpoint/ChangeLog new file mode 100644 index 00000000000..4fda668665c --- /dev/null +++ b/Master/texmf-dist/doc/latex/greenpoint/ChangeLog @@ -0,0 +1,8 @@ +Version 0.9.1 (August 31st, 2001) + + *) initial public release + +Version 1.0 (September 30th, 2003) + + *) refined symbol shape + *) more elaborate documentation diff --git a/Master/texmf-dist/doc/latex/greenpoint/README b/Master/texmf-dist/doc/latex/greenpoint/README new file mode 100644 index 00000000000..24134d0dd9b --- /dev/null +++ b/Master/texmf-dist/doc/latex/greenpoint/README @@ -0,0 +1,34 @@ +greenpoint.mf --- The Green Point in METAFONT. + +This is the logo of "Der Gruene Punkt" ("The Green Point"). It can be perceived +on nearly every bottle in Austria and probably in other parts of the world. It +should not be confused with the "Recycle"-logo, implemented in METAFONT by +Ian Green. + +You can use it in your documents like this: + + \font\gp=greenpoint + This is The Green Point: {\gp G}. + +To scale the symbol, use + + \font\gp=greenpoint at 20pt + +(or any other size you want - default is 10pt). + + + +The latest version of The Green Point will be available from + +http://triskam.virtualave.net/greenpoint/greenpoint.html + +and from http://www.ctan.org. + +For any comments, send e-mail to: triska@gmx.at + + +I want to thank Beate Edl for her sharp eye and her suggestions. + +Good luck, +Markus Triska. +September 30th, 2003. |