From 12ef9a6d68a544de01f5e01905e3d6a9957199b1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 19 Oct 2020 21:08:58 +0000 Subject: frimurer (19oct20) git-svn-id: svn://tug.org/texlive/trunk@56704 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/frimurer/frimurer.sty | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/frimurer/frimurer.sty (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/frimurer/frimurer.sty b/Master/texmf-dist/tex/latex/frimurer/frimurer.sty new file mode 100644 index 00000000000..b4753340016 --- /dev/null +++ b/Master/texmf-dist/tex/latex/frimurer/frimurer.sty @@ -0,0 +1,30 @@ +% This file is part of frimurer. + +% frimurer is free software: you can redistribute it and/or modify it +% under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. + +% frimurer is distributed in the hope that it will be useful, but +% WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +% General Public License for more details. + +% You should have received a copy of the GNU General Public License +% along with frimurer. If not, see . + +\ProvidesPackage{frimurer}[2020/10/18 LaTeX package for support for +the 'frimurer' font. Copyright Palle Jorgensen. Version 1.] + +\DeclareFontFamily{T1}{frimurer}{\hyphenchar\font-1} +\DeclareFontShape{T1}{frimurer}{m}{n}{<-> frimurer}{} + +\newcommand*\font@frimurer{\usefont{T1}{frimurer}{m}{n}} +\newenvironment{frimurer}{% + \par + \raggedright% + \font@frimurer% + \@noligs + \language\l@nohyphenation + \parindent\z@}{\par} +\newcommand*{\textfrimurer}[1]{\mbox{\font@frimurer #1}} -- cgit v1.2.3