summaryrefslogtreecommitdiff
path: root/obsolete/fonts/aecc/src/fonts/contrib/aecc/bxittest.tex
blob: 788fcb4f7c6f842e7648c2156ac72dfe30449e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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{aecc}

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{document}
 Normal text {\itshape italic} {\bfseries\itshape bold italic} end
 \end{document}