diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-13 16:15:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-13 16:15:05 +0000 |
commit | 90bc556dd49baf83dc41781e00119ca70f0007fb (patch) | |
tree | 511e5da7bdb4982acd70ab92f5f58535888724f4 /Master/texmf-dist/doc/latex/jamtimes/textsample.tex | |
parent | 4354e2062c923de50efdc82483f13f59dc20d7a4 (diff) |
jamtimes 1.8 (29jul10)
git-svn-id: svn://tug.org/texlive/trunk@19697 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/jamtimes/textsample.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/jamtimes/textsample.tex | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/jamtimes/textsample.tex b/Master/texmf-dist/doc/latex/jamtimes/textsample.tex new file mode 100644 index 00000000000..05761059db1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/jamtimes/textsample.tex @@ -0,0 +1,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} |