latex-setup

My personal LaTeX setup 🦁️⚙️

Commit
416a5dcd2c0f2c882f8a1c0f70f3ee1d83df6f28
Parent
6d425befb8c6ddc0000785a7ab80c25b19ae3ec8
Author
Pablo <pablo-escobar@riseup.net>
Date

Converted the README to Markdown

Diffstat

2 files changed, 27 insertions, 31 deletions

Status File Name N° Changes Insertions Deletions
Deleted README 31 0 31
Added README.md 27 27 0
diff --git a/README b/README
@@ -1,31 +0,0 @@
-= latex-setup
-
-My personal LaTeX packages, preambles and mathematical drawings. Feel free to
-use any of this under the terms of the GPLv3 license 😛️
-
-.Contents
-capitalgreekall.sty::
-  A package that adds upper-case greek letters (the ones missing from standard
-  LaTeX).
-functional.sty::
-  A package for typesetting categorical-stuff. It includes macros for commonly
-  used categories (such as `\Set` for the category of sets), as well macros for
-  things like isomorphism arrows and quotient objects.
-xalgebra::
-  A package for typesetting algebraic stuff. It includes macros for commonly
-  used groups, rings, fields, algebras, etc, as well as some other fun stuff.
-xexercise.sty::
-  A package for typesetting solutions to exercises.
-xgeometry.sty::
-  A package for geometry-related stuff, including differential geometry, 
-  Reimannian geometry, topological groups, Lie groups, Lie algebras and their
-  representations.
-preamble.tex::
-  My preamble for articles.
-preamble-beamer.tex::
-  My preamble for Beamer presentations.
-preamble-common.tex::
-  Stuff used both in the Beamer and the article preamble.
-images/::
-  A collection of TikZ drawings and other images I use in my personal work.
-
diff --git a/README.md b/README.md
@@ -0,0 +1,27 @@
+# latex-setup
+
+My personal LaTeX packages, preambles and mathematical drawings. Feel free to
+use any of this under the terms of the GPLv3 license 😛️
+
+## Contents
+
+* **capitalgreekall.sty** A package that adds upper-case greek letters (the
+  ones missing from standard LaTeX).
+* **functional.sty** A package for typesetting categorical-stuff. It includes
+  macros for commonly used categories (such as `\Set` for the category of
+  sets), as well macros for things like isomorphism arrows and quotient
+  objects.
+* **xalgebra** A package for typesetting algebraic stuff. It includes macros
+  for commonly used groups, rings, fields, algebras, etc, as well as some other
+  fun stuff.
+* **xexercise.sty** A package for typesetting solutions to exercises.
+* **xgeometry.sty** A package for geometry-related stuff, including
+  differential geometry, Reimannian geometry, topological groups, Lie groups,
+  Lie algebras and their representations.
+* **preamble.tex** My preamble for articles.
+* **preamble-beamer.tex** My preamble for Beamer presentations.
+* **preamble-common.tex** Stuff used both in the Beamer and the article
+  preamble.
+* **images/** A collection of TikZ drawings and other images I use in my
+  personal work.
+