tl2017 luatex discretionaries
[latex2e.git] / latex2e-20150101 / base / testfiles / tnfss4.lvt
blob073f4f941b7c7b09c2bcbfb947e8885aa0d8b78a
2 \documentstyle[euscript,tracefnt,newlfont]{article}
4 \input{test2e}
5 \START
7 \FORMAT{LaTeX2e<1993/12/24>}
8 \FONTSELECTION{newlfont}
9 \STYLE{article}
10 \STYLEOPTIONS{tracefnt}
11 \STYLEOPTIONS{newlfont}
12 \STYLEOPTIONS{euscript}
15 % ** (38) JTr 92/02/12: $\script{A} \boldsymbol{\script {A}}$ resulted
16 %         in both ``script alphabet'' characters becoming bold.
17 %         Fixed 92/5/12 RmS.
20 \DeclareMathAlphabet{\script}{U}{eus}{m}{n}
21 \SetMathAlphabet{\script}{bold}{OT1}{cmr}{b}{n} % Changed from {eus}{b}{n} to make
22                                         % the problem more dramatic.
24 \OMIT
26 \begin{document}
28 \TIMO
30 \tracingfonts=0
31 \scrollmode
32 $\script{A}$ {\mathversion{bold}$\script{A}$}
34 \tracingfonts=4
35 \scrollmode
36 $\script{A} \mbox{\mathversion{bold}$\script{A}$}$
38 {\showoutput\newpage}
40 % ** (37) FMi 92/05/11: \subst@fontshape for cmr/bx/u added to make a
41 %         \pounds come out right in situations like {\bf\pounds}
42 %         Hopefully dc/ec font layout will come soon.  Problem
43 %         reported by AJe.  
45 \scrollmode
46 {\bf\pounds}       % this should show a substitution
47 {\bf\it\pounds}    % this should work
51 \end{document}