summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/imfellenglish/imfellEnglish.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/imfellenglish/imfellEnglish.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/imfellenglish/imfellEnglish.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/imfellenglish/imfellEnglish.tex b/Master/texmf-dist/doc/fonts/imfellenglish/imfellEnglish.tex
new file mode 100644
index 00000000000..975200cc4af
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/imfellenglish/imfellEnglish.tex
@@ -0,0 +1,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}