summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-vehicle/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-vehicle/README.md')
-rw-r--r--Master/texmf-dist/doc/generic/pst-vehicle/README.md36
1 files changed, 29 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-vehicle/README.md b/Master/texmf-dist/doc/generic/pst-vehicle/README.md
index b2020233db7..04bf8fe1f96 100644
--- a/Master/texmf-dist/doc/generic/pst-vehicle/README.md
+++ b/Master/texmf-dist/doc/generic/pst-vehicle/README.md
@@ -1,11 +1,33 @@
-The pst-vehicle package Author: J. Gilg, M. Luque, T. Söll
+# pst-vehicle: creating vehicles for physical animations
-Dated: 2017/09/16 Version 1.2
+This package was created to illustrate the notion of slope, the coefficient
+of the tangent line at a point of a curve. On the road, a rampant way or a
+dangerous descent due to their slope is indicated by a sign showing the
+percentage of the slope of this section of road, for example 10%.
-pst-vehicle contains the following:
+It was therefore quite obvious that the idea of representing a vehicle rolling
+without slipping on a curve came into our minds. Different types of vehicles
+are proposed, the shape of the curve is to be defined by its equation: $y=f(x)$
+in algebraic notation.
-1) pst-vehicle.sty
-2) pst-vehicle.tex
-3) ListVehicles.tex (in the same folder as pst-vehicle.tex)
+Save the files pst-vehicle.sty|data|tex in a directory, which is part of your
+local TeX tree. The pro file should go into $TEXMF/dvips/pstricks/
+Then do not forget to run texhash to update this tree.
-T. Söll
+pst-vehicle needs pstricks, which should be part of your local TeX installation,
+otherwise get it from a CTAN server, https://mirror.ctan.org
+
+PSTricks is PostScript Tricks, the documentation cannot be run
+with pdftex, use the sequence latex->dvips->ps2pdf or
+pdflatex with package auto-pst-pdf or xelatex or (best) lualatex
+
+This program can redistributed and/or modified under %%
+the terms of the LaTeX Project Public License %%
+Distributed from CTAN archives in directory %%
+macros/latex/base/lppl.txt; either version 1.3c of %%
+the License, or (at your option) any later version. %%
+
+Thomas Söll
+Bugs: hvoss@tug.org
+
+%% $Id: README.md 819 2018-09-26 06:40:48Z herbert $