diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-24 21:50:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-24 21:50:59 +0000 |
commit | d08b43adb39e2b2e45093923fd7999f9a69f8a4d (patch) | |
tree | 4d6f5fc080894e1f357b319f98e6accac708241d /Master/texmf-dist/doc/latex/lccaps/README.md | |
parent | 6e8eb123c6514c1d394bc9a3064da18abc82b9fa (diff) |
lccaps (24jan18)
git-svn-id: svn://tug.org/texlive/trunk@46432 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lccaps/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/lccaps/README.md | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lccaps/README.md b/Master/texmf-dist/doc/latex/lccaps/README.md new file mode 100644 index 00000000000..6041f64333e --- /dev/null +++ b/Master/texmf-dist/doc/latex/lccaps/README.md @@ -0,0 +1,44 @@ +# The `lccaps` package + +This tiny package serves the mere purpose of +providing a uniform method to use +lowercased small capitals (and spaced lowercased small capitals). +It relies on the `iftex`, `textcase` and `microtype` package +and comes with four new user macros: + `\textlcc`, + the main feature: lowercased small capitals, + `\spacedcaps`, + a prefix to small capitals text commands + to slightly increase their spacing, + `\textslcc` and + `\textssc`, +which are shortcuts for `\spacedcaps\textlcc` +and `\spacedcaps\textsc` (accordingly). + +This is version 1.0 of the package. + +Copyright (C) 2018 by Ruben Giannotti + +--- + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either +version 1.3c of this license or (at your option) any +later version. The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions +of LaTeX version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Ruben Giannotti. + +This work consists of the files + lccaps.dtx, + lccaps.ins +and the derived file lccaps.sty. + +To install the package + + 1. run `latex lccaps.ins` + 2. move 'lccaps.sty' to locations where LaTeX will find it |