diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-24 21:21:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-24 21:21:10 +0000 |
commit | 69e636169cd6533e5aacbe16b2edaeb9e3d8f7e5 (patch) | |
tree | 25395ed67d3425ea7ff1c1b567171a0b1b2c9bae /Master/texmf-dist/doc/latex/subtext/README | |
parent | 08389ad18f40230695bf434e4a1a5de4f83b1862 (diff) |
subtext (24may19)
git-svn-id: svn://tug.org/texlive/trunk@51214 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/subtext/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/subtext/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/subtext/README b/Master/texmf-dist/doc/latex/subtext/README new file mode 100644 index 00000000000..0fd9793214c --- /dev/null +++ b/Master/texmf-dist/doc/latex/subtext/README @@ -0,0 +1,19 @@ +The subtext package provides easy access to subscripts using the +\text{} command from the amstext package. It is done by providing an +optional argument to _ in math mode. View documentation for further +details. + +Copyright (C) 2019 Palle Jorgensen, hamselv(a)pallej.dk + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <https://www.gnu.org/licenses/>. |