summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/imfellenglish/imfellEnglish.tex
blob: 975200cc4af5ad8d7d031b11460fa65562a4f639 (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
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{imfellEnglish}
\newcommand{\Section}[1]{\section*{\scshape#1}}
\renewcommand{\,}{\kern0.2ex}
\usepackage{lipsum}
\usepackage{lettrine}
\begin{document}

\begin{center}\huge
\textsc{I\,M\ F\,e\,l\,l\ \  E\,n\,g\,l\,i\,s\,h}\\[0.5ex]
\end{center}

\Section{Regular}
\lipsum[1]

\Section{Italic}
\textit{\lipsum[2]}


\Section{Small Caps}
\textsc{\lipsum[5]}

\end{document}