diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:58:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:58:22 +0000 |
commit | c6b827c6f5aab4beff40b7bef80e869c6815d826 (patch) | |
tree | 1ed61d883ba88897fbf68a71547b4a7286e57368 /Master/texmf-dist/tex/latex/ltxmisc/concrete.sty | |
parent | 7f9543ffaf295484b99beae71350a519562df613 (diff) |
ltxmisc
git-svn-id: svn://tug.org/texlive/trunk@1056 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ltxmisc/concrete.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ltxmisc/concrete.sty | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxmisc/concrete.sty b/Master/texmf-dist/tex/latex/ltxmisc/concrete.sty new file mode 100644 index 00000000000..bd51443806d --- /dev/null +++ b/Master/texmf-dist/tex/latex/ltxmisc/concrete.sty @@ -0,0 +1,24 @@ +\ProvidesPackage{concrete}[1996/10/08] +\NeedsTeXFormat{LaTeX2e} +% CONCRETE.sty +% Provides fonts for an approximation of the style in _Concrete Mathematics_. +% History..................... +% 96-10-08 Jim Hefferon jhefferon@smcvt.edu +% It is an FAQ on comp.text.tex that people look on CTAN for a style +% with this name. Seems reasonable. They are always advised to +% \usepackage the two packages below. So here is a wrapper style +% to do that. +% Remarks..................... +% 96-10-08 jh +% There are other styles for Concrete Math (concmath and something +% from AMS-LaTeX 1.1 are the ones that I know of), but this one is +% modular in that if the packages it calls are updated then of +% course, this is updated also). In particular, there are no font +% parameters, etc. +% Bugs........................ +% *Unlike the AMS-LaTeX v. 1.1 style file, this makes no attempt to +% provide any grafitti, etc. macros. Just the fonts. (One could +% argue that those are document-style, not font, macros.) +\RequirePackage{beton} % for the text fonts +\RequirePackage{euler} % for the math fonts +\endinput
\ No newline at end of file |