summaryrefslogtreecommitdiff
path: root/fonts/junicode/doc/junicode-samples.tex
blob: d65b4d19a52ffb377a0e54c717a06b4e9c126efb (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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
\documentclass{article}
\usepackage[LGR,T1]{fontenc}
\usepackage{lipsum}

\usepackage{junicode}

\begin{document}

\begin{center}
\huge{\jExp Junicode}
\end{center}

\section*{Regular}

\lipsum[1]

\section*{Ligatures}

\ 

Officially broken off. Often offline, find me flowerless.

\textbf{Officially broken off. Often offline, find me flowerless.}

\textit{Officially broken off. Often offline, find me flowerless.}

\textbf{\textit{Officially broken off. Often offline, find me flowerless.}}

\section*{Italic}
\textit{\lipsum[2]}

\section*{Small Caps Regular}
\textsc{\lipsum[5]}

\section*{Small Caps Italic}
\textsc{\textit{\lipsum[6]}}

\section*{Bold}
\textbf{\lipsum[3]}

\section*{Bold Italic}
\textbf{\emph{\lipsum[4]}}


\section*{Small Caps Bold}
\textbf{\textsc{\lipsum[5]}}

\section*{Small Caps Bold Italic}
\textbf{\textsc{\textit{\lipsum[6]}}}

\section*{Default Numbers}

1234567890

\section*{Oldstyle Numbers}

\oldstylenums{1234567890}

\section*{Lining Numbers}

\liningnums{1234567890}

\section*{Tabular Numbers}

\tabularnums{1234567890}

\section*{Proportional Numbers}

\proportionalnums{1234567890}


\section*{Superior Numbers}

X\textsu{1234567890}

\section*{Inferior Numbers}

X\textinf{1234567890}

\section*{LGR}

{\junicodelgr\noindent
 a b g d e z h j i k l m n x o p r s t u f q y w\\
 A B G D E Z H J I K L M N X O P R S T U F Q Y W\\
}

\section*{Light}

{\jLight\lipsum[1] }

\section*{Medium}

{\jMedium
\lipsum[2] }

\section*{Semibold}

{\jSmBold\lipsum[3] }

\section*{Condensed}

{\jCond\lipsum[7] }

\section*{Condensed Italic}

{\jCondItalic\lipsum[8]}

\section*{Semicondensed}

{\jSmCond\lipsum[9] }

\section*{Semicondensed Italic}

{\jSmCondItalic\lipsum[9]}

\section*{Expanded}

{\jExp\lipsum[10] }

\section*{Expanded Italic}

{\jExpItalic\lipsum[11]}

\section*{Semiexpanded}

{\jSmExp\lipsum[12] }

\section*{Semiexpanded Italic}

{\jSmExpItalic\lipsum[12]}

\end{document}