diff --git a/README.md b/README.md index 945d1b7..4d34273 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This is my personal config directory for asymptote, the descriptive vector graph # Contents My config directory contains packages from the following authors: -- Christophe Grospellier for `cg_inequations.asy`. +- Christophe Grospellier for `inequations_cg.asy`. - G. Marris for `gm_probabilitytree.asy`, `gm_tableaux.asy` and `gm.asy`. -- Jens Schwaiger for `js_polyhedron` and `js_tube.asy`. -- Philippe Ivaldi for all files starting with `pi`. -- Mine for `jl_lib.asy`, which only use some of the previous packages. +- Jens Schwaiger for `polyhedron_js` and `tube_js.asy`. +- Philippe Ivaldi for all files ending with `pi`. +- Mine for `lib_jl.asy`, which only use some of the previous packages. - My global config file for asymptote which produce `.svg` files. # Installation diff --git a/pi_arrows.asy b/arrows_pi.asy similarity index 100% rename from pi_arrows.asy rename to arrows_pi.asy diff --git a/pi_base.asy b/base_pi.asy similarity index 100% rename from pi_base.asy rename to base_pi.asy diff --git a/pi_edvenn.asy b/edvenn_pi.asy similarity index 100% rename from pi_edvenn.asy rename to edvenn_pi.asy diff --git a/pi_graph.asy b/graph_pi.asy similarity index 100% rename from pi_graph.asy rename to graph_pi.asy diff --git a/pi_hull.asy b/hull_pi.asy similarity index 100% rename from pi_hull.asy rename to hull_pi.asy diff --git a/cg_inequations.asy b/inequations_cg.asy similarity index 100% rename from cg_inequations.asy rename to inequations_cg.asy diff --git a/jl_lib.asy b/lib_jl.asy similarity index 100% rename from jl_lib.asy rename to lib_jl.asy diff --git a/pi_numeric.asy b/numeric_pi.asy similarity index 100% rename from pi_numeric.asy rename to numeric_pi.asy diff --git a/js_polyhedron.asy b/polyhedron_js.asy similarity index 100% rename from js_polyhedron.asy rename to polyhedron_js.asy diff --git a/js_tube.asy b/tube_js.asy similarity index 100% rename from js_tube.asy rename to tube_js.asy