summaryrefslogtreecommitdiff
path: root/fonts/frimurer/frimurer.tex
blob: f0c6761fcaf9502fbfa778ff50a82e7d4b87189a (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
% 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/>.

\documentclass[11pt,parskip=half]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{tgpagella,classico}
\usepackage[scaled]{luximono}
\usepackage{listings}
\usepackage{boxedminipage}
\usepackage{frimurer}
\pdfmapline{=frimurer < frimurer.enc < frimurer.pfb}

\title{The \texttt{frimurer} font and \LaTeX\ package\smallskip\\\textfrimurer{frimurer}}
\subtitle{Version 1}
\author{Palle Jørgensen}
\lstset{language={[latex]tex},frame=single,breaklines}

\begin{document}
\maketitle

\section{Introduction}
\label{sec:introduction}

This font and package provides support for the ``frimurer'' (Danish
for \emph{freemason}) cipher. It's mainly sopposed to be used with the
Danish language, hence only the Danish characters are supported.

If this is not quite what You are looking for have a look at the
\texttt{pigpen} package instead. It provides support for a different
variation of the cipher.

\section{Usage}
\label{sec:usage}

\subsection{Loading the package}
\label{sec:loading-package}

Load the package by typing
\begin{lstlisting}
\usepackage{frimurer}
\end{lstlisting}
into your preamble.

\subsection{Writing with the cipher}
\label{sec:writing-with-cipher}

The primary way to use the font is the `\lstinline{frimurer}'
environment.
\begin{lstlisting}
\begin{frimurer}
  Her vises, hvordan du bruger pakken frimurer
\end{frimurer}
\end{lstlisting}
yielding the input text in the frimurer cipher:
\begin{frimurer}
  Her vises, hvordan du bruger pakken frimurer
\end{frimurer}
For short inline words the \lstinline{\textfrimurer} command is available
\begin{lstlisting}
Et enkelt ord med frimurer er \textfrimurer{her}. Det kan 
nogle gange bruges.
\end{lstlisting}
which yields\par
\begin{minipage}{1.0\linewidth}
  Et enkelt ord med frimurer er \textfrimurer{her}. Det kan nogle
  gange bruges.
\end{minipage}

\section{License}
\label{sec:license}

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/>.

\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: