summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/calrsfs
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/calrsfs
Initial commit
Diffstat (limited to 'macros/latex/contrib/calrsfs')
-rw-r--r--macros/latex/contrib/calrsfs/OMSrsfs.fd17
-rw-r--r--macros/latex/contrib/calrsfs/README27
-rw-r--r--macros/latex/contrib/calrsfs/calrsfs.pdfbin0 -> 157344 bytes
-rw-r--r--macros/latex/contrib/calrsfs/calrsfs.sty13
-rw-r--r--macros/latex/contrib/calrsfs/calrsfs.tex44
5 files changed, 101 insertions, 0 deletions
diff --git a/macros/latex/contrib/calrsfs/OMSrsfs.fd b/macros/latex/contrib/calrsfs/OMSrsfs.fd
new file mode 100644
index 0000000000..4e91acbea0
--- /dev/null
+++ b/macros/latex/contrib/calrsfs/OMSrsfs.fd
@@ -0,0 +1,17 @@
+%% This file is public domain.
+%% Originally written 1994, Vadim V. Zhytnikov.
+%% This notice added by Clea F. Rees on 2008/11/18 following communication with Vadim V. Zhytnikov.
+%%
+%% Formal script Math symbols by Ralph A. Smith
+%% 1994/06/06 Vadim V. Zhytnikov
+%%
+\DeclareFontFamily{OMS}{rsfs}{\skewchar\font'177}
+\DeclareFontShape{OMS}{rsfs}{m}{n}{%
+ <5> rsfs5
+ <6> <7> rsfs7
+ <8> <9> <10> rsfs10
+ <10.95> <12> <14.4> <17.28> <20.74> <24.88> rsfs10
+ }{}
+\endinput
+%%
+%% End of file `OMSrsfs.fd'.
diff --git a/macros/latex/contrib/calrsfs/README b/macros/latex/contrib/calrsfs/README
new file mode 100644
index 0000000000..3546835eb5
--- /dev/null
+++ b/macros/latex/contrib/calrsfs/README
@@ -0,0 +1,27 @@
+This file is public domain.
+Originally written 1994, Vadim V. Zhytnikov.
+This notice added by Clea F. Rees on 2008/11/18 following communication with Vadim V. Zhytnikov.
+
+ 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 \cal letters
+(\mathcal in LaTeX 2e). The shape of these characters is
+very different from typefaces normally used in physical
+journals and books.
+
+ With the appearance of Ralph Smith's rsfs fonts and
+NFSS this problem can be easily resolved. Just put files
+`OMSrsfs.fd' and `calrsfs.sty' in LaTeX 2e input directory.
+The command
+
+\usepackage{calrsfs}
+
+in the preamble of LaTeX file replaces all \mathcal
+letters by nice letters of rsfs's font and you can enjoy
+`standard' shape of Lagrangian ...
+
+The METAFONT sources of rsfs fonts are available in CTAN
+in the directory /tex-archive/fonts/rsfs
+
+Vadim V. Zhytnikov (vvzhy@phy.ncu.edu.tw)
+
diff --git a/macros/latex/contrib/calrsfs/calrsfs.pdf b/macros/latex/contrib/calrsfs/calrsfs.pdf
new file mode 100644
index 0000000000..bdfe765aee
--- /dev/null
+++ b/macros/latex/contrib/calrsfs/calrsfs.pdf
Binary files differ
diff --git a/macros/latex/contrib/calrsfs/calrsfs.sty b/macros/latex/contrib/calrsfs/calrsfs.sty
new file mode 100644
index 0000000000..b558f06d00
--- /dev/null
+++ b/macros/latex/contrib/calrsfs/calrsfs.sty
@@ -0,0 +1,13 @@
+%% This file is public domain.
+%% Originally written 1994, Vadim V. Zhytnikov.
+%% This notice added by Clea F. Rees on 2008/11/18 following communication with Vadim V. Zhytnikov.
+%%
+%% This style replaces \mathcal by Ralph Smith's formal script
+%%
+%% 1994/06/06 Vadim V. Zhytnikov
+%%
+\DeclareSymbolFont{rsfscript}{OMS}{rsfs}{m}{n}
+\DeclareSymbolFontAlphabet{\mathrsfs}{rsfscript}
+\renewcommand{\mathcal}{\mathrsfs}
+%%
+%% End of file `calrsfs.sty'
diff --git a/macros/latex/contrib/calrsfs/calrsfs.tex b/macros/latex/contrib/calrsfs/calrsfs.tex
new file mode 100644
index 0000000000..765c91bea3
--- /dev/null
+++ b/macros/latex/contrib/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}