diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-12 22:53:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-12 22:53:49 +0000 |
commit | 190e844bd12799d383dfc80f7fa6a0c5afcaee26 (patch) | |
tree | 33234f26436cb8d8d3cbbbe5029b15ace34105ef /Master/texmf-dist/doc/fonts/tfrupee/tfrupee.tex | |
parent | c6935e68c1ff90f17c6cd62e2e1eb90cc1b050d1 (diff) |
new font tfrupee 1.0 (5aug10)
git-svn-id: svn://tug.org/texlive/trunk@19687 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/tfrupee/tfrupee.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/tfrupee/tfrupee.tex | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/tfrupee/tfrupee.tex b/Master/texmf-dist/doc/fonts/tfrupee/tfrupee.tex new file mode 100644 index 00000000000..0ebec7ecb53 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/tfrupee/tfrupee.tex @@ -0,0 +1,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: |