summaryrefslogtreecommitdiff
path: root/fonts/jamtimes/textsample.tex
blob: 05761059db19660b964ca7a31344c816806a2458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
\documentclass{article}
\usepackage{ifpdf}
\ifpdf\pdfmapfile{+jtm.map}\fi
%\usepackage[T1]{fontenc}
\usepackage{jamtimes}
\usepackage{lipsum,textcomp}
\begin{document}

The package provides not only Roman fonts, but also \textsf{sans serif
fonts} and \texttt{typewriter fonts.}

{\fontseries{c}\selectfont
  Times Roman Condensed (c, n).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[1]} 


Times Roman Expanded (m, n).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[2] 

{\fontshape{it}\selectfont
Times Roman Italic Expanded (m, it).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[3]}

{\fontshape{sl}\selectfont
Times Roman Oblique Expanded (m, sl).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[4]}

{\fontshape{sc}\selectfont
Times Roman Small Caps Expanded (m, sc).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[5]}

{\fontseries{b}\selectfont

Times Bold (b, n).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[6] 

{\fontshape{it}\selectfont
Times Bold Italic (b, it).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[7]}

{\fontshape{sl}\selectfont
Times Bold Oblique (b, sl).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[8]}

{\fontshape{sc}\selectfont
Times Bold Small Caps (b, sc).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[9]}
}

{\fontseries{x}\selectfont

Times Roman Wide (x, n).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[10] 

{\fontshape{it}\selectfont
Times Roman Wide Italic (x, it).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[11]}

{\fontshape{sl}\selectfont
Times Roman Wide Oblique (x, sl).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[12]}

{\fontshape{sc}\selectfont
Times Roman Wide Small Caps (x, sc).  0123456789, \$20,
\texteuro30, \pounds60. 
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[13]}
}

{\fontseries{bx}\selectfont

Times Bold Extra Expanded (bx, n).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[14] 

{\fontshape{it}\selectfont
Times Bold Extra Expanded Italic (bx, it).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[15]}

{\fontshape{sl}\selectfont
Times Bold Extra Expanded Oblique (bx, sl).  0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[16]}

{\fontshape{sc}\selectfont
Times Bold Extra Expanded Small Caps (bx, sc).  0123456789, \$20,
\texteuro30, \pounds60. 
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[17]}
}



\end{document}