summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/ae/bxittest.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/ae/bxittest.tex')
-rw-r--r--Master/texmf-dist/source/fonts/ae/bxittest.tex17
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}