Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tl2e4.lvt
blobcbd493dcbc8df2200e2d9808802e88f13b738ff7
2 \documentclass{article}
4 \input{test2e}
6 \FORMAT{LaTeX2e}
7 \CLASS{article}
8 \PACKAGE{tracefnt}
9 \PACKAGE{newlfont}
10 \PACKAGE{euscript}
12 \usepackage{tracefnt}
13 \usepackage{newlfont}
14 \usepackage{euscript}
16 \START
18 % ** (38) JTr 92/02/12: $\script{A} \boldsymbol{\script {A}}$ resulted
19 %         in both ``script alphabet'' characters becoming bold.
20 %         Fixed 92/5/12 RmS.
23 \DeclareMathAlphabet{\script}{U}{eus}{m}{n}
24 \SetMathAlphabet{\script}{bold}{OT1}{cmr}{b}{n} % Changed from {eus}{b}{n} to make
25                                         % the problem more dramatic.
27 \begin{document}
28 \tracingfonts=0
29 \scrollmode
30 $\script{A}$ {\mathversion{bold}$\script{A}$}
32 \tracingfonts=4
33 \scrollmode
34 $\script{A} \mbox{\mathversion{bold}$\script{A}$}$
36 {\showoutput\newpage}
38 % ** (37) FMi 92/05/11: \subst@fontshape for cmr/bx/u added to make a
39 %         \pounds come out right in situations like {\bf\pounds}
40 %         Hopefully dc/ec font layout will come soon.  Problem
41 %         reported by AJe.  
43 \scrollmode
44 {\bf\pounds}       % this should show a substitution
45 {\bf\it\pounds}    % this should work
49 \end{document}