blob: 45f2749f8301c5ea17ab122fa9f7153e9c310e87 (
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}
|