latex-setup

My personal LaTeX setup 🦁️⚙️

README.md (1275B)

 1 # latex-setup
 2 
 3 My personal LaTeX packages, preambles and mathematical drawings. Feel free to
 4 use any of this under the terms of the GPLv3 license 😛️
 5 
 6 ## Contents
 7 
 8 * **capitalgreekall.sty** A package that adds upper-case greek letters (the
 9   ones missing from standard LaTeX).
10 * **functional.sty** A package for typesetting categorical-stuff. It includes
11   macros for commonly used categories (such as `\Set` for the category of
12   sets), as well macros for things like isomorphism arrows and quotient
13   objects.
14 * **xalgebra** A package for typesetting algebraic stuff. It includes macros
15   for commonly used groups, rings, fields, algebras, etc, as well as some other
16   fun stuff.
17 * **xexercise.sty** A package for typesetting solutions to exercises.
18 * **xtopology.sty** A package for typesetting topological stuff.
19 * **xgeometry.sty** A package for geometry-related stuff, including
20   differential geometry, Reimannian geometry, topological groups, Lie groups,
21   Lie algebras and their representations.
22 * **preamble.tex** My preamble for articles.
23 * **preamble-pt.tex** A portuguese version of the preamble for articles.
24 * **preamble-beamer.tex** My preamble for Beamer presentations.
25 * **preamble-common.tex** Stuff used both in the Beamer and the article
26   preamble.