diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-02 21:22:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-02 21:22:42 +0000 |
commit | 4b850fc0445101387ea6093ae097cc1a8f4a8a2a (patch) | |
tree | dcaac18c48841a5e5067bf4c62659a617c3690ee /Master/texmf-dist/source/fonts/ae/bxittest.tex | |
parent | 3c0902788394ff3a54a70ae163ed04b9cbce6eb0 (diff) |
ae non-update to get things in fonts/ instead of latex/
git-svn-id: svn://tug.org/texlive/trunk@5100 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts/ae/bxittest.tex')
-rw-r--r-- | Master/texmf-dist/source/fonts/ae/bxittest.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/ae/bxittest.tex b/Master/texmf-dist/source/fonts/ae/bxittest.tex new file mode 100644 index 00000000000..640e969d5cd --- /dev/null +++ b/Master/texmf-dist/source/fonts/ae/bxittest.tex @@ -0,0 +1,17 @@ + % -*- TeX -*- -*- US -*- + %% Output of bold italic varies with point size + %% bold italic produces an invisible string with 12pt + %% an almost unslated non bold text with 11pt + + %\documentclass[10pt,a4paper]{article} + %\documentclass[11pt,a4paper]{article} + \documentclass[12pt,a4paper]{article} + + \usepackage{a4} + + \usepackage{aes} + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \begin{document} + Normal text {\itshape italic} {\bfseries\itshape bold italic} end + \end{document} |