blob: 640e969d5cd7d9d680b3fc06783d1c5e6291d0b1 (
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}
|