summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/thsmc/tssample.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2017-07-12 11:48:10 +0900
committerNorbert Preining <norbert@preining.info>2017-07-12 11:48:10 +0900
commit56db7bb4658bb5ad906b8e7f3ac321c553f16018 (patch)
tree273dd40222946ae0c06e898c2942d9915f5957dc /texmf-dist/doc/latex/thsmc/tssample.tex
parent84d239a6af2d32c94a5120a4a88442f035a32320 (diff)
add thsmc
Diffstat (limited to 'texmf-dist/doc/latex/thsmc/tssample.tex')
-rw-r--r--texmf-dist/doc/latex/thsmc/tssample.tex102
1 files changed, 102 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/thsmc/tssample.tex b/texmf-dist/doc/latex/thsmc/tssample.tex
new file mode 100644
index 00000000..49b5cb28
--- /dev/null
+++ b/texmf-dist/doc/latex/thsmc/tssample.tex
@@ -0,0 +1,102 @@
+%
+% Sample file for new baskerville.sty
+% This file is in public domain
+%
+\documentclass{minimal}
+\usepackage{lipsum}
+\usepackage{thsmc}
+\usepackage{ifpdf}
+\ifpdf
+ \pdfmapfile{+fts.map}
+ \usepackage{microtype}\fi
+\begin{document}
+
+\ttfamily\raggedright
+
+{\fontseries{lc}\selectfont
+
+The Sans Mono Condensed Light: 0123456789, \$20, \texteuro30, \pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[10]
+
+{\fontshape{sl}\selectfont
+The Sans Mono Condensed Light Slanted: 0123456789, \$20, \texteuro30,
+\pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[20]}
+
+{\fontshape{sc}\selectfont
+The Sans Mono Condensed Light Small Caps: 0123456789, \$20,
+\texteuro30, \pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[30]}
+
+Blending with \textsc{small caps}}
+
+
+The Sans Mono Condensed Plain: 0123456789, \$20, \texteuro30, \pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[11]
+
+{\fontshape{sl}\selectfont
+The Sans Mono Condensed Plain Slanted: 0123456789, \$20, \texteuro30,
+\pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[21]}
+
+{\fontshape{it}\selectfont
+The Sans Mono Condensed Italic: 0123456789, \$20, \texteuro30, \pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[41]}
+
+
+{\fontshape{sc}\selectfont
+The Sans Mono Condensed Plain Small Caps: 0123456789, \$20,
+\texteuro30, \pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[31]}
+
+Blending with \textsc{small caps}
+
+{\fontseries{b}\selectfont
+
+The Sans Mono Condensed Bold: 0123456789, \$20, \texteuro30, \pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[12]
+
+{\fontshape{sl}\selectfont
+The Sans Mono Condensed Bold Slanted: 0123456789, \$20, \texteuro30,
+\pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[22]}
+
+{\fontshape{sc}\selectfont
+The Sans Mono Condensed Bold Small Caps: 0123456789, \$20,
+\texteuro30, \pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[32]}
+
+Blending with \textsc{small caps}}
+
+{\fontseries{eb}\selectfont
+
+The Sans Mono Condensed Heavy: 0123456789, \$20, \texteuro30, \pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[13]
+
+{\fontshape{sl}\selectfont
+The Sans Mono Condensed Heavy Slanted: 0123456789, \$20, \texteuro30,
+\pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[23]}
+
+{\fontshape{sc}\selectfont
+The Sans Mono Condensed Heavy Small Caps: 0123456789, \$20,
+\texteuro30, \pounds60.
+Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
+\lipsum[33]}
+
+Blending with \textsc{small caps}}
+
+
+\end{document}