diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/txgreeks/README |
Initial commit
Diffstat (limited to 'macros/latex/contrib/txgreeks/README')
-rw-r--r-- | macros/latex/contrib/txgreeks/README | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/macros/latex/contrib/txgreeks/README b/macros/latex/contrib/txgreeks/README new file mode 100644 index 0000000000..34a6a9d9ce --- /dev/null +++ b/macros/latex/contrib/txgreeks/README @@ -0,0 +1,43 @@ + +--------------------------------------------------+ + + txgreeks + + + `shape selection for the TX fonts Greek letters' + + + + + + jfbu (at) free.fr + + +--------------------------------------------------+ + +This is the README file for the LaTeX2e package `txgreeks', +version 1.0, 2011/03/16 + +\usepackage[option]{txgreeks} + +Options: + +TeX: lowercase Greek italic and uppercase upright (default), +sloped: synonym for TeX, +ISO: lowercase and uppercase italic, +itgreek: synonym for ISO, +upright: lowercase and uppercase upright, +French: synonym for upright, +upGreek: uppercase Greek upright (default), +itGreek: uppercase Greek italic. + +\usepackage[itGreek,upgreek]{txgreeks} will give upright lowercase +combined with italic uppercase. + +Once the shapes have been decided the \other... prefix allows +to use the alternative: for example if \alpha is in italic shape +then \otheralpha will refer to the upright glyph. + + +Copyright (C) 2011 by Jean-Francois Burnol. + + The files of this package may be distributed and/or modified + under the conditions of the LaTeX Project Public License, + either version 1.3 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 2003/12/01 or later. + |