summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/calrsfs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-21 23:20:38 +0000
committerKarl Berry <karl@freefriends.org>2010-02-21 23:20:38 +0000
commit6d943fde913208f948eb21de2ea314ed3c210b21 (patch)
treeea0d3b5ced358b69be2169f7f1dc190327628d8f /Master/texmf-dist/doc/latex/calrsfs
parentdfff0bc96157795c983f56aced0873bdc7bca7f0 (diff)
calrsfs doc update (21feb09)
git-svn-id: svn://tug.org/texlive/trunk@17125 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/calrsfs')
-rw-r--r--Master/texmf-dist/doc/latex/calrsfs/calrsfs.pdfbin0 -> 157344 bytes
-rw-r--r--Master/texmf-dist/doc/latex/calrsfs/calrsfs.tex44
2 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/calrsfs/calrsfs.pdf b/Master/texmf-dist/doc/latex/calrsfs/calrsfs.pdf
new file mode 100644
index 00000000000..bdfe765aee2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/calrsfs/calrsfs.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/calrsfs/calrsfs.tex b/Master/texmf-dist/doc/latex/calrsfs/calrsfs.tex
new file mode 100644
index 00000000000..765c91bea39
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/calrsfs/calrsfs.tex
@@ -0,0 +1,44 @@
+\documentclass[DIV=8, fontsize=12, pagesize=auto]{scrartcl}
+
+\usepackage{fixltx2e}
+\usepackage{lmodern}
+\usepackage{mflogo}
+\usepackage[T1]{fontenc}
+\usepackage{microtype}
+
+\addtokomafont{title}{\rmfamily}
+
+\title{The \textsf{calrsfs} package}
+\author{Vadim V. Zhytnikov, \texttt{vvzhy@phy.ncu.edu.tw}}
+\date{2008/11/18}
+
+
+\begin{document}
+
+\maketitle
+
+\noindent
+\TeX/\LaTeX\ is the standard in typesetting research
+papers in physics. But many my colleges (and myself) were
+a little unhappy about the appearance of \verb+\cal+ letters
+(\verb+\mathcal+ in \LaTeXe). The shape of these characters is
+very different from typefaces normally used in physical
+journals and books.
+
+With the appearance of Ralph Smith's \textsf{rsfs} fonts and
+NFSS this problem can be easily resolved. Just put files
+`\texttt{OMSrsfs.fd}' and `\texttt{calrsfs.sty}' in \LaTeXe\ input directory.
+The command
+%
+\begin{verbatim}
+\usepackage{calrsfs}
+\end{verbatim}
+%
+in the preamble of \LaTeX\ file replaces all \verb+\mathcal+
+letters by nice letters of \textsf{rsfs}'s font and you can enjoy
+`standard' shape of Lagrangian\ldots
+
+The \MF\ sources of \textsf{rsfs} fonts are available in CTAN
+in the directory \texttt{/tex-archive/fonts/rsfs}
+
+\end{document}