summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/tfrupee/tfrupee.tex
blob: 0ebec7ecb53d9c7e5a718091d572a5fcdca71bb8 (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
\pdfoutput1
\documentclass[paper=a4,11pt,british,DIV=calc,parskip=half-]{scrartcl}
\usepackage[T1]{fontenc,url}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{tgpagella}
\usepackage{tfrupee}
\usepackage{listings}
\usepackage{textcomp}
\renewcommand*\sfdefault{uop}
\setcounter{secnumdepth}{1}
\mathcode`.`,

\title{The `tfrupee' package}
\author{Palle Jørgensen}
\urlstyle{rm}
\setkeys{lst}{extendedchars=true,language={[latex]tex}}
\pdfmapfile{=tfrupee.map}

\begin{document}

\maketitle

\section{Introdction}
\label{sec:introdction}

\emph{This is the contents of the `README' file.}

\input README

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

Install the package and fonts and type

\begin{lstlisting}
\usepackage{tfrupee}
\end{lstlisting}

\section{The Rupee symbol}
\label{sec:rupee-symbol}

Once the package is loaded type
\begin{lstlisting}
\rupee
\end{lstlisting}
to acces the symbol.

Look the the pages of TUG for information on installing fonst on your
system, eg.\ \url{http://www.tug.org/fonts/fontinstall.html}.

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

The license of the font and the \LaTeX\ support files is GPL. View the
file \mbox{``LICENSE''} for details.

\section{Source of tfrupee.sty}
\label{sec:source-tfrupee.sty}

\lstinputlisting{tfrupee.sty}

\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: