]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
README.rst: mention the beamer theme that is now included
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 27 Feb 2026 01:47:10 +0000 (20:47 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 27 Feb 2026 01:47:10 +0000 (20:47 -0500)
README.rst

index 5341bef26acd82654a14fb9b99f8a7bd2ea49578..b656fad55428de94dc91a64852c9e717e4778843 100644 (file)
@@ -1,12 +1,12 @@
-My personal library of LaTeX macros and operators
+Personal LaTeX macros and Beamer theme
 
 
 Usage
 =====
 
-There is an example project in the ``examples/article`` directory that
-shows you how to use the macros; the rest of this section is focused
-on getting them usable.
+There are example projects in the ``examples`` directory that show you
+how to use the macros and beamer theme. The rest of this section is
+focused on getting them usable.
 
 Vanilla
 -------
@@ -65,8 +65,8 @@ These variables are as follows:
   converted to python files and doctested with ``make check-sage``.
   Default unset.
 ``MJOTEX``
-  The names of any ``mjo-*.tex`` files you use from this repository.
-  Default unset.
+  The names of any ``*.tex`` or ``*.sty`` files you use from this
+  repository. Default unset.
 
 The absolute paths to the ``BIBS`` and ``MJOTEX`` entries are
 determined at build time using ``kpsewhich`` from the `kpathsea suite