From: Michael Orlitzky Date: Fri, 27 Feb 2026 01:47:10 +0000 (-0500) Subject: README.rst: mention the beamer theme that is now included X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=5b26a0d5994e76410b86273cd14d94adcee17701;p=mjotex.git README.rst: mention the beamer theme that is now included --- diff --git a/README.rst b/README.rst index 5341bef..b656fad 100644 --- a/README.rst +++ b/README.rst @@ -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