diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-19 21:08:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-19 21:08:58 +0000 |
commit | 12ef9a6d68a544de01f5e01905e3d6a9957199b1 (patch) | |
tree | 318d7724866a01e4aa326623b43d4c4bdb43aecc /Master/texmf-dist/tex/latex/frimurer/frimurer.sty | |
parent | fd27dafe17d7b2d964a58c38eda92ed0e3ff663c (diff) |
frimurer (19oct20)
git-svn-id: svn://tug.org/texlive/trunk@56704 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/frimurer/frimurer.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/frimurer/frimurer.sty | 30 |
1 files changed, 30 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>. + +\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}} |