summaryrefslogtreecommitdiff
path: root/fonts/foekfont/foekfont.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/foekfont/foekfont.sty
Initial commit
Diffstat (limited to 'fonts/foekfont/foekfont.sty')
-rw-r--r--fonts/foekfont/foekfont.sty13
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/foekfont/foekfont.sty b/fonts/foekfont/foekfont.sty
new file mode 100644
index 0000000000..2e28da56d7
--- /dev/null
+++ b/fonts/foekfont/foekfont.sty
@@ -0,0 +1,13 @@
+\ProvidesPackage{foekfont}[2006/09/28 LaTeX Package for the FoekFont.
+ Written by Palle Jorgensen]
+
+\newcommand*\foekfamily{%
+ \fontfamily{foekfont}\selectfont%
+}
+
+\DeclareTextFontCommand{\text@foek}{\foekfamily}
+\newcommand*\foek[1]{\text@foek{\MakeUppercase{#1}}}
+
+\newcommand*\madsfoek{\text@foek{MADS F\O K}}
+
+\endinput \ No newline at end of file