diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-10 21:01:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-10 21:01:04 +0000 |
commit | a7d8e2d9eea346f25f88fd622a988d395b790778 (patch) | |
tree | 901721d1774290a85f63e7dcac35156c52ff9ab7 /Master/texmf-dist/doc/latex/randbild | |
parent | 9c63b54510ab253b661e8bd3adbf9aca1991abec (diff) |
new package randbild (11apr06)
git-svn-id: svn://tug.org/texlive/trunk@1800 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/randbild')
-rw-r--r-- | Master/texmf-dist/doc/latex/randbild/README | 141 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/randbild/randbild.pdf | bin | 0 -> 100417 bytes |
2 files changed, 141 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/randbild/README b/Master/texmf-dist/doc/latex/randbild/README new file mode 100644 index 00000000000..d216c2f7c46 --- /dev/null +++ b/Master/texmf-dist/doc/latex/randbild/README @@ -0,0 +1,141 @@ +[en] +LaTeX-package 'randbild' - put little plots of curves on the margin. + +Author: Paul Ebermann <Paul-Ebermann@gmx.de> +License: LPPL 1.3b or later, author-maintained + (see http://www.latex-project.org/lppl/). + +All Documentation (other than this file) is in german. + +This package uses 'pst-plot' from the pstricks-bundle. + +The typesetting of the documentation needs 'pauldoc' (from the +same author) and 'amssymb'. + +The package comes as .dtx + .ins. +Run "latex randbild.ins" to create the style file (and maybe put +it to texmf/tex/latex/paul/, if your docstrip is configured +accordingly), run (after that and maybe updating your TeX hash) +"latex randbild.dtx" to create the documentation. + + Usage +------- + +Put + + \usepackage{randbild} + +in the document preamble. Then you can use +the environments 'randbild', 'randbildbasis' +and the command \showgrid, as well as all the +pst-plot commands. + + \begin{randbild}[title]{x1,y1}{x2,y2} + ... + \end{randbild} +puts a coordinate system, from x1 to x2 +and y1 to y2 (all units are half centimeters), +with a box around it, and a title, on the +margin. + randbildbasis works the same way, but does not +show the axes. + \showgrid adds a grid (dotted) - should be called +inside of one of the environments. + +Inside the environments you may use the plot +commands from pst-plot, such as \psplot, and +\parametricplot. + +Example: + + \begin{randbild}[Parabola]{-2,-.5}{2.2,2.5} + \psplot{-1.6}{1.6}{ x x mul } + \end{randbild} + + +---------------- +[de] +LaTeX-Paket 'randbild' - Quotientenstrukturen (und ein schöneres +Aussehen dieser in LaTeX.) + +Autor: Paul Ebermann (Paul-Ebermann@gmx.de). +Lizenz: LPPL 1.3b oder später, mit Maintenance-Status + "author-maintained". Siehe http://www.latex-project.org/lppl/. + +Geschrieben für den eigenen Gebrauch +(-> http://www.math.hu-berlin.de/~ebermann/alg-script/), +aber vielleicht ist es auch für andere von Nutzen. + +Das Paket benötigt 'pst-plot' aus der 'pstricks'-Sammlung. +Zum Setzen der Dokumentation wird das Paket 'pauldoc' +(vom selben Autor) benötigt. + +Das Paket kommt als .dtx + .ins. +Mit "latex randbild.ins" wird die .sty-Datei erstellt (und +eventuell gleich nach texmf/tex/latex/paul/ installiert, +wenn docstrip entsprechend eingerichtet ist), mit +latex randbild.dtx kann (danach und eventuell nach einer +Aktualisierung der TeX-Dateidatenbank) die Dokumentation neu +erstellt werden. + +Zur Verwendung siehe randbild.pdf. +---------------- +[eo-h] +LaTeX-pakajho 'randbild' - Kvocientaj (au randbildaj) strukturoj + en LaTeX. + +Autoro: Paulo Ebermann (Paul-Ebermann@gmx.de). +Licenzo: LPPL 1.3, 'author-maintained' + (-> http://www.latex-project.org/lppl/). + +Kreitaj por propra uzo, sed eble iom de ghi ankau +uzeblas por aliaj. + +La dokumentaro (escepte tiu chi dosiero) estas nur en la germana +lingvo. + +La pakajho bezonas la pakajhon 'pst-plot' el la pstricks-kolekto. +Por krei la dokumentadon vi krome bezonas 'pauldoc' (de la sama +autoro). + +La pakajho venas en .dtx + .ins. +Voku "latex randbild.ins" por krei la .sty-dosieron (kaj +eble meti ghin al texmf/tex/latex/paul/, se via docstrip estis +konfigurita laue), voku "latex randbild.dtx" por rekrei +la dokumentaron. + + Uzado +------- + +Metu + + \usepackage{randbild} + +en la komencon de la dokumento (antau \begin{document}). + +Poste vi povas uzi la "chirkauojn" 'randbild' kaj +"randbildbasis", la komandon \showgrid kaj chiujn +komandojn el 'pst-plot'. + + \begin{randbild}[titolo]{x1,y1}{x2,y2} + ... + \end{randbild} +kreas koordinatan sistemon de x1 ghis x2 kaj +de y1 ghis y2 (chiuj unuoj estas duonaj centimetroj), +kun kadro chirkau ghi kaj titolo sub ghi, en la +rando de la pagho. + randbildbasis funkcias same, sed ne montras la +aksojn de la koordinata sistemo. + + \showgrid montras kradon (el punktoj) - estu uzata +ene de la "chirkauoj". +Tie vi ankau povas uzu la plot-komandojn el pst-plot, +kiel \psplot kaj \parametricplot. + +Ekzemplo: + + \begin{randbild}[Parabolo]{-2,-.5}{2.2,2.5} + \psplot{-1.6}{1.6}{ x x mul } + \end{randbild} + + diff --git a/Master/texmf-dist/doc/latex/randbild/randbild.pdf b/Master/texmf-dist/doc/latex/randbild/randbild.pdf Binary files differnew file mode 100644 index 00000000000..32cad94c22b --- /dev/null +++ b/Master/texmf-dist/doc/latex/randbild/randbild.pdf |