blob: 46434dc03dd5f26b2742c13f4f45d2f27092598d (
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{aes}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
Normal text {\itshape italic} {\bfseries\itshape bold italic} end
\end{document}
|