summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/arev
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-17 21:45:56 +0000
committerKarl Berry <karl@freefriends.org>2006-07-17 21:45:56 +0000
commit05e947423566a6406944b8890c746e5783a99e32 (patch)
tree980d8adca286b6275b1276c714c1ba5040e92210 /Master/texmf-dist/doc/fonts/arev
parent46eb901cbbe455e620ba4889d631424de2c23d84 (diff)
arev fonts update
git-svn-id: svn://tug.org/texlive/trunk@1868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/arev')
-rw-r--r--Master/texmf-dist/doc/fonts/arev/ChangeLog22
-rw-r--r--Master/texmf-dist/doc/fonts/arev/Makefile40
-rw-r--r--Master/texmf-dist/doc/fonts/arev/README5
-rw-r--r--Master/texmf-dist/doc/fonts/arev/arevdoc.lyx2195
-rw-r--r--Master/texmf-dist/doc/fonts/arev/arevdoc.pdfbin468763 -> 528466 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/arev/arevdoc.tex454
-rw-r--r--Master/texmf-dist/doc/fonts/arev/fontsample.tex12
-rw-r--r--Master/texmf-dist/doc/fonts/arev/mathtesty.pdfbin181981 -> 183076 bytes
8 files changed, 2085 insertions, 643 deletions
diff --git a/Master/texmf-dist/doc/fonts/arev/ChangeLog b/Master/texmf-dist/doc/fonts/arev/ChangeLog
index 2b03afd9ed4..6b8afe252de 100644
--- a/Master/texmf-dist/doc/fonts/arev/ChangeLog
+++ b/Master/texmf-dist/doc/fonts/arev/ChangeLog
@@ -1,15 +1,25 @@
Change Log for package arev
-2005-08-02:
- initial public release
+2006-05-31:
+ Updated Arev fonts to version 0.21a, which includes new infinity, propto, partialdiff, and several miscellaneous symbols; old florin (which was used for italic f) removed. New mechanism and script enctofontpos to simplify adding new symbols.
+ Fixed a bug in the Makefile for arevdoc.pdf that made the arev sample be shown for all of the beamer samples.
+ Rescaled weierstrass p to be larger.
+
+2006-02-19:
+ Updated Arev fonts to version 0.18, which includes new variant f, Gamma, Xi, and Sigma. Version 0.18 also includes the new Greek characters backepsilon, varbeta, varkappa, digamma, mho, qoppa, koppa, and sampi; as well as the symbols natural, yinyang, smileface, invsmileface, sadface, westcross, and eastcross. Several glyphs are removed from the full 0.18 Arev fonts so that TeX's memory is not exhausted in the fontinst scripts.
+ New hbar and hslash (thanks to L. Dwynn Lafleur for suggesting these).
+ Accent kerns are now taken from the Top and TopCap anchor positions in the Arev Sans sfd files. This is implemented by the scripts createkerndata, fonttokernsfd.ff, and sfdtokernaccent.
+ Removed erroneous references to mdbch* in arev.map (thanks to Rafael Villaroel for reporting this problem). This prevented newer versions of dvips from embedding the mdbch* fonts into postscript files.
+ Added RequirePackage{textcomp} to arevtext.sty.
+ Rescaled partialdiff to be larger (the partialdiff in Arev doesn't really match, but neither does the one in MathDesign).
2005-08-08:
- updated README
- put symbolic links to README, ChangeLog, and arevdoc.pdf into root directory
+ Updated README.
+ Put symbolic links to README, ChangeLog, and arevdoc.pdf into root directory.
Changed some file locations for ease of inclusion into TeX Live:
moved arev.map to fonts/map/dvips/arev/
moved arev*.enc to fonts/enc/dvips/arev/
moved source/latex/arev to source/fonts/arev
-
-
+2005-08-02:
+ Initial public release.
diff --git a/Master/texmf-dist/doc/fonts/arev/Makefile b/Master/texmf-dist/doc/fonts/arev/Makefile
index b358ec79140..c7e2f7ceb5e 100644
--- a/Master/texmf-dist/doc/fonts/arev/Makefile
+++ b/Master/texmf-dist/doc/fonts/arev/Makefile
@@ -2,58 +2,54 @@
# Makefile for Arev package documentation
# Main file
-arevdoc.pdf: arevdoc.ps
- ps2pdf arevdoc.ps arevdoc.pdf
-
-arevdoc.ps: arevdoc.dvi
- dvips -j0 arevdoc
- # download entire font so that it's present for included eps files
-
-arevdoc.dvi: arevdoc.tex fontsample.eps prosper-arev.eps prosper-helvetica.eps prosper-lcmss.eps prosper-cmss.eps prosper-cmbright.eps prosper-kerkis.eps
- latex arevdoc
- latex arevdoc
+arevdoc.pdf: arevdoc.tex fontsample.pdf prosper-arev.pdf prosper-helvetica.pdf prosper-lcmss.pdf prosper-cmss.pdf prosper-cmbright.pdf prosper-kerkis.pdf
+ pdflatex arevdoc
+ pdflatex arevdoc
clean:
- rm arevdoc.ps arevdoc.pdf *.dvi *.eps *.aux *.log
+ rm arevdoc.pdf fontsample.pdf prosper-*.pdf *.dvi *.eps *.aux *.log
# Font sample
-fontsample.eps: fontsample.dvi
+fontsample.pdf: fontsample.dvi
dvips -o fontsample.eps -E fontsample
+ epstopdf fontsample.eps -o=fontsample.pdf
fontsample.dvi: fontsample.tex
latex fontsample
# Prosper samples
-prosper-arev.eps: prosper-arev.dvi
+prosper-arev.pdf: prosper-arev.dvi
dvips -o prosper-arev.eps -E prosper-arev
+ epstopdf prosper-arev.eps -o=prosper-arev.pdf
prosper-arev.dvi: prosper-arev.tex prosper-header.tex prosper-text.tex
latex prosper-arev
-prosper-helvetica.eps: prosper-helvetica.dvi
+prosper-helvetica.pdf: prosper-helvetica.dvi
dvips -o prosper-helvetica.eps -E prosper-helvetica
+ epstopdf prosper-helvetica.eps -o=prosper-helvetica.pdf
prosper-helvetica.dvi: prosper-helvetica.tex prosper-header.tex prosper-text.tex
latex prosper-helvetica
-prosper-lcmss.eps: prosper-lcmss.dvi
+prosper-lcmss.pdf: prosper-lcmss.dvi
dvips -o prosper-lcmss.eps -E prosper-lcmss
+ epstopdf prosper-lcmss.eps -o=prosper-lcmss.pdf
prosper-lcmss.dvi: prosper-lcmss.tex prosper-header.tex prosper-text.tex
latex prosper-lcmss
-prosper-cmss.eps: prosper-cmss.dvi
+prosper-cmss.pdf: prosper-cmss.dvi
dvips -o prosper-cmss.eps -E prosper-cmss
+ epstopdf prosper-cmss.eps -o=prosper-cmss.pdf
prosper-cmss.dvi: prosper-cmss.tex prosper-header.tex prosper-text.tex
latex prosper-cmss
-prosper-cmbright.eps: prosper-cmbright.dvi
+prosper-cmbright.pdf: prosper-cmbright.dvi
dvips -o prosper-cmbright.eps -E prosper-cmbright
+ epstopdf prosper-cmbright.eps -o=prosper-cmbright.pdf
prosper-cmbright.dvi: prosper-cmbright.tex prosper-header.tex prosper-text.tex
latex prosper-cmbright
-prosper-kerkis.eps: prosper-kerkis.dvi
+prosper-kerkis.pdf: prosper-kerkis.dvi
dvips -o prosper-kerkis.eps -E prosper-kerkis
+ epstopdf prosper-kerkis.eps -o=prosper-kerkis.pdf
prosper-kerkis.dvi: prosper-kerkis.tex prosper-header.tex prosper-text.tex
latex prosper-kerkis
-
-
-
-
diff --git a/Master/texmf-dist/doc/fonts/arev/README b/Master/texmf-dist/doc/fonts/arev/README
index 4d546fb9117..df1b6fe1ede 100644
--- a/Master/texmf-dist/doc/fonts/arev/README
+++ b/Master/texmf-dist/doc/fonts/arev/README
@@ -1,6 +1,6 @@
Package: arev
Maintainer: Stephen Hartke, lastname at gmail dot com
-2005-08-08
+2006-05-31
The package arev provides Type 1 fonts, virtual fonts and LaTeX
packages for using Arev Sans for both text and mathematics. Arev Sans
@@ -14,9 +14,10 @@ thick stems. The style is very similar to the SliTeX font lcmss, but
heavier.
Arev Sans is used for all letters and letter-like symbols and
-MathDesign bold math fonts for Bitstream Charter is used for most
+MathDesign bold math fonts for Bitstream Charter are used for most
geometric symbols. Fourier-GUTenberg is used for blackboard bold,
Ralph Formal Script for script, and the AMS fonts for fraktur.
+Bera Mono is used for typewriter text.
Arev Sans is released under the Bitstream Vera license. All files
necessary to use Arev Sans with TeX were created by Stephen Hartke and
diff --git a/Master/texmf-dist/doc/fonts/arev/arevdoc.lyx b/Master/texmf-dist/doc/fonts/arev/arevdoc.lyx
index 89e2886451f..bc372290c9e 100644
--- a/Master/texmf-dist/doc/fonts/arev/arevdoc.lyx
+++ b/Master/texmf-dist/doc/fonts/arev/arevdoc.lyx
@@ -3,13 +3,26 @@
\textclass article
\begin_preamble
-%\usepackage[letterpaper,text={6.5in,9in}]{geometry}
\usepackage{fullpage}
-%\usepackage{fourier}
\usepackage{bera}
\usepackage{arevmath}
\fboxsep=.25in
+
+\usepackage[pdftex]{graphicx}
+\usepackage{epstopdf}
+
+\usepackage{hyperref}
+\hypersetup{
+ pdfauthor = {Stephen G. Hartke},
+ pdftitle = {Arev Sans for TeX and LaTeX},
+ pdfview = FitBH,
+ pdfstartview = FitBH,
+ colorlinks = false
+}
+
+\newcommand{\pic}[3][]
+ {\begin{center}\framebox{\scalebox{#2}{\includegraphics[#1]{#3.eps}}}\end{center}}
\end_preamble
\language english
\inputencoding auto
@@ -65,7 +78,7 @@ email
\layout Date
-August 2, 2005
+May 30, 2006
\layout Section
Introduction
@@ -303,7 +316,7 @@ x,
\begin_inset Quotes erd
\end_inset
- and uppercase Pi and Phi.
+ and uppercase Gamma, Pi, Xi, Sigma, and Phi.
The florin is used as an alternate
\begin_inset Quotes eld
\end_inset
@@ -328,26 +341,12 @@ collapsed true
\align center
\begin_inset ERT
-status Collapsed
+status Open
\layout Standard
\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename fontsample.eps
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
+pic[viewport=96 0 527 198]{1}{fontsample}
\end_inset
@@ -459,7 +458,7 @@ arev
\family typewriter
beamer
\family default
-
+
\begin_inset LatexCommand \cite{beamer}
\end_inset
@@ -469,256 +468,7 @@ beamer
professionalfonts
\family default
option.
-
-\begin_inset Float figure
-wide false
-collapsed true
-
-\layout Standard
-\align center
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-
-\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename prosper-arev.eps
- scale 90
- keepAspectRatio
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
-\end_inset
-
-
-\layout Caption
-\added_space_top -1.75em*
-
-\begin_inset LatexCommand \label{cap:ArevSans}
-
-\end_inset
-
-Arev Sans
-\end_inset
-
-
-\begin_inset Float figure
-wide false
-collapsed true
-
-\layout Standard
-\align center
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-
-\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename prosper-lcmss.eps
- scale 90
- keepAspectRatio
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
-\end_inset
-
-
-\layout Caption
-\added_space_top -1.75em*
-SliTeX font (
-\family typewriter
-lcmss
-\family default
-)
-\end_inset
-
-
-\begin_inset Float figure
-wide false
-collapsed true
-
-\layout Standard
-\align center
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-
-\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename prosper-cmss.eps
- scale 90
- keepAspectRatio
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
-\end_inset
-
-
-\layout Caption
-\added_space_top -1.75em*
-Computer Modern sans serif (
-\family typewriter
-cmss
-\family default
-)
-\end_inset
-
-
-\begin_inset Float figure
-wide false
-collapsed true
-
-\layout Standard
-\align center
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-
-\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename prosper-cmbright.eps
- scale 90
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
-\end_inset
-
-
-\layout Caption
-\added_space_top -1.75em*
-CM Bright
-\end_inset
-
-
-\begin_inset Float figure
-wide false
-collapsed true
-
-\layout Standard
-\align center
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-
-\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename prosper-kerkis.eps
- scale 90
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
-\end_inset
-
-
-\layout Caption
-\added_space_top -1.75em*
-Kerkis Sans
-\end_inset
-
-
-\begin_inset Float figure
-wide false
-collapsed true
-
-\layout Standard
-\align center
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-
-\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename prosper-helvetica.eps
- scale 90
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
-\end_inset
-
-
-\layout Caption
-\added_space_top -1.75em*
-
-\begin_inset LatexCommand \label{cap:Helvetica}
-
-\end_inset
-
-Helvetica
-\end_inset
-
-Figures\SpecialChar ~
+ Figures\SpecialChar ~
\begin_inset LatexCommand \ref{cap:ArevSans}
@@ -770,23 +520,7 @@ status Collapsed
\layout Standard
\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename prosper-arev.eps
- scale 50
- keepAspectRatio
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
+pic{.5}{prosper-arev}
\end_inset
@@ -825,23 +559,7 @@ status Collapsed
\layout Standard
\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename prosper-helvetica.eps
- scale 50
- keepAspectRatio
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
+pic{.5}{prosper-helvetica}
\end_inset
@@ -877,23 +595,7 @@ status Collapsed
\layout Standard
\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename prosper-lcmss.eps
- scale 50
- keepAspectRatio
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
+pic{.5}{prosper-lcmss}
\end_inset
@@ -931,23 +633,7 @@ status Collapsed
\layout Standard
\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename prosper-kerkis.eps
- scale 50
- keepAspectRatio
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
+pic{.5}{prosper-kerkis}
\end_inset
@@ -983,23 +669,7 @@ status Collapsed
\layout Standard
\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename prosper-cmss.eps
- scale 50
- keepAspectRatio
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
+pic{.5}{prosper-cmss}
\end_inset
@@ -1037,23 +707,7 @@ status Collapsed
\layout Standard
\backslash
-framebox{
-\end_inset
-
-
-\begin_inset Graphics
- filename prosper-cmbright.eps
- scale 50
- keepAspectRatio
-
-\end_inset
-
-
-\begin_inset ERT
-status Collapsed
-
-\layout Standard
-}
+pic{.5}{prosper-cmbright}
\end_inset
@@ -1105,6 +759,162 @@ tpslifonts.sty
\end_inset
.
+\begin_inset Float figure
+wide false
+collapsed true
+
+\layout Standard
+\align center
+
+\begin_inset ERT
+status Collapsed
+
+\layout Standard
+
+\backslash
+pic{.9}{prosper-arev}
+\end_inset
+
+
+\layout Caption
+\added_space_top -1.75em*
+
+\begin_inset LatexCommand \label{cap:ArevSans}
+
+\end_inset
+
+Arev Sans
+\end_inset
+
+
+\begin_inset Float figure
+wide false
+collapsed true
+
+\layout Standard
+\align center
+
+\begin_inset ERT
+status Collapsed
+
+\layout Standard
+
+\backslash
+pic{.9}{prosper-lcmss}
+\end_inset
+
+
+\layout Caption
+\added_space_top -1.75em*
+SliTeX font (
+\family typewriter
+lcmss
+\family default
+)
+\end_inset
+
+
+\begin_inset Float figure
+wide false
+collapsed true
+
+\layout Standard
+\align center
+
+\begin_inset ERT
+status Collapsed
+
+\layout Standard
+
+\backslash
+pic{.9}{prosper-cmss}
+\end_inset
+
+
+\layout Caption
+\added_space_top -1.75em*
+Computer Modern sans serif (
+\family typewriter
+cmss
+\family default
+)
+\end_inset
+
+
+\begin_inset Float figure
+wide false
+collapsed true
+
+\layout Standard
+\align center
+
+\begin_inset ERT
+status Collapsed
+
+\layout Standard
+
+\backslash
+pic{.9}{prosper-cmbright}
+\end_inset
+
+
+\layout Caption
+\added_space_top -1.75em*
+CM Bright
+\end_inset
+
+
+\begin_inset Float figure
+wide false
+collapsed true
+
+\layout Standard
+\align center
+
+\begin_inset ERT
+status Collapsed
+
+\layout Standard
+
+\backslash
+pic{.9}{prosper-kerkis}
+\end_inset
+
+
+\layout Caption
+\added_space_top -1.75em*
+Kerkis Sans
+\end_inset
+
+
+\begin_inset Float figure
+wide false
+collapsed true
+
+\layout Standard
+\align center
+
+\begin_inset ERT
+status Collapsed
+
+\layout Standard
+
+\backslash
+pic{.9}{prosper-helvetica}
+\end_inset
+
+
+\layout Caption
+\added_space_top -1.75em*
+
+\begin_inset LatexCommand \label{cap:Helvetica}
+
+\end_inset
+
+Helvetica
+\end_inset
+
+
\layout Section
Implementation
@@ -1145,6 +955,18 @@ afm
tfm
\family default
files.
+ Version 0.21a of Arev Sans contains a considerable number of glyphs;
+\family typewriter
+fontinst
+\family default
+ exhausted TeX's memory trying to process the
+\family typewriter
+afm
+\family default
+ files.
+ Thus, when creating the Type\SpecialChar ~
+1 versions of Arev Sans, most of the glyphs
+ unused by TeX were removed.
The Bash shell script
\family typewriter
afmtoglyphlist
@@ -1184,16 +1006,24 @@ fixot1accents.mtx
skewchar
\emph default
.
- To better visualize the placement of the accents, the graphical kerning
- dialog box in FontForge was used, and then the script
+ Bah has accent placement information in his FontForge sfd files, so the
+ scripts
+\family typewriter
+createkerndata
+\family default
+,
\family typewriter
-afmtokernaccent
+fonttokernsfd.ff
\family default
- extracts this kern information from the
+, and
\family typewriter
-afm
+sfdtokernaccent
\family default
- file and creates
+ extract this kern information from the
+\family typewriter
+sfd
+\family default
+ file and create
\family typewriter
mtx
\family default
@@ -1202,11 +1032,12 @@ mtx
\family typewriter
fontinst
\family default
- is that the kerning data must be reglyphed before applied to the font metrics.
+ is that the kerning data must be reglyphed before being applied to the
+ font metrics.
\layout Standard
-Arev Sans is used for all letter-like symbols, including Latin and Greek
- letters.
+In mathematics, Arev Sans is used for all letter-like symbols, including
+ Latin and Greek letters.
Arev Sans includes many mathematical symbols, but not the full range of
symbols included in Computer Modern or the AMS symbol fonts.
The Math Design Bitstream Charter\SpecialChar ~
@@ -1305,7 +1136,15 @@ arevtext
arevtext
\family default
also changes the default typewriter font to Bera Mono, a repackaging of
- Bitstream Vera Mono for TeX.
+ Bitstream Vera Sans Mono for TeX.
+ Since Bera Mono is a sans serif font and very close in appearance to Arev,
+ Luxi Mono\SpecialChar ~
+
+\begin_inset LatexCommand \cite{luximono}
+
+\end_inset
+
+ might be a better choice for the typewriter font.
\family typewriter
arevmath
@@ -1649,7 +1488,7 @@ varimath
\layout Standard
-\begin_inset Formula $\origPi$
+\begin_inset Formula $\origGamma$
\end_inset
@@ -1664,7 +1503,7 @@ varimath
\family typewriter
\backslash
-origPi
+origGamma
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -1680,7 +1519,7 @@ origPi
\layout Standard
-\begin_inset Formula $\varPi$
+\begin_inset Formula $\varGamma$
\end_inset
@@ -1695,7 +1534,7 @@ origPi
\family typewriter
\backslash
-varPi
+varGamma
\end_inset
</cell>
</row>
@@ -1768,7 +1607,7 @@ varf
\layout Standard
-\begin_inset Formula $\origPhi$
+\begin_inset Formula $\origXi$
\end_inset
@@ -1783,7 +1622,7 @@ varf
\family typewriter
\backslash
-origPhi
+origXi
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -1799,7 +1638,7 @@ origPhi
\layout Standard
-\begin_inset Formula $\varPhi$
+\begin_inset Formula $\varXi$
\end_inset
@@ -1814,7 +1653,7 @@ origPhi
\family typewriter
\backslash
-varPhi
+varXi
\end_inset
</cell>
</row>
@@ -1886,6 +1725,11 @@ varl
\layout Standard
+
+\begin_inset Formula $\origPi$
+\end_inset
+
+
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -1893,6 +1737,11 @@ varl
\layout Standard
+
+\family typewriter
+
+\backslash
+origPi
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -1907,6 +1756,11 @@ varl
\layout Standard
+
+\begin_inset Formula $\varPi$
+\end_inset
+
+
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -1914,6 +1768,11 @@ varl
\layout Standard
+
+\family typewriter
+
+\backslash
+varPi
\end_inset
</cell>
</row>
@@ -1985,6 +1844,11 @@ varu
\layout Standard
+
+\begin_inset Formula $\origSigma$
+\end_inset
+
+
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -1992,6 +1856,11 @@ varu
\layout Standard
+
+\family typewriter
+
+\backslash
+origSigma
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -2006,6 +1875,11 @@ varu
\layout Standard
+
+\begin_inset Formula $\varSigma$
+\end_inset
+
+
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -2013,6 +1887,11 @@ varu
\layout Standard
+
+\family typewriter
+
+\backslash
+varSigma
\end_inset
</cell>
</row>
@@ -2084,6 +1963,11 @@ varv
\layout Standard
+
+\begin_inset Formula $\origPhi$
+\end_inset
+
+
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -2091,6 +1975,11 @@ varv
\layout Standard
+
+\family typewriter
+
+\backslash
+origPhi
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -2105,6 +1994,11 @@ varv
\layout Standard
+
+\begin_inset Formula $\varPhi$
+\end_inset
+
+
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -2112,6 +2006,11 @@ varv
\layout Standard
+
+\family typewriter
+
+\backslash
+varPhi
\end_inset
</cell>
</row>
@@ -2320,6 +2219,159 @@ varx
\layout Standard
+All of the variant letters are selected by default.
+ The user can choose which variants to use by selecting the package option
+
+\family typewriter
+origletters
+\family default
+, and then choosing the variants from the options
+\family typewriter
+vara
+\family default
+,
+\family typewriter
+vari
+\family default
+,
+\family typewriter
+varf
+\family default
+,
+\family typewriter
+varl
+\family default
+,
+\family typewriter
+varu
+\family default
+,
+\family typewriter
+varv
+\family default
+,
+\family typewriter
+varw
+\family default
+,
+\family typewriter
+varx
+\family default
+,
+\family typewriter
+varI
+\family default
+,
+\family typewriter
+varGamma
+\family default
+,
+\family typewriter
+varXi
+\family default
+,
+\family typewriter
+ varPi
+\family default
+,
+\family typewriter
+ varSigma
+\family default
+, and
+\family typewriter
+varPhi
+\family default
+.
+ Note that there is no
+\family typewriter
+varimath
+\family default
+ option, which follows the
+\family typewriter
+vari
+\family default
+ selection, or
+\family typewriter
+varIota
+\family default
+ option, since Iota is treated the same as
+\begin_inset Quotes eld
+\end_inset
+
+I.
+\begin_inset Quotes erd
+\end_inset
+
+ For example, if a user selected
+\layout Quote
+
+
+\family typewriter
+
+\backslash
+usepackage[origletters,vara,varf,varGamma,varPi]{arevmath}
+\layout Standard
+
+the following letters would be used:
+\layout Standard
+\align center
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="1" columns="3">
+<features>
+<column alignment="left" valignment="top" width="0">
+<column alignment="left" valignment="top" width="0">
+<column alignment="left" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $a\origi\origimath\varf\origl\origu\origv\origw\origx\origI\Gamma\origXi\Pi\Sigma\origPhi$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+$ai
+\backslash
+imath fluvwxI
+\backslash
+Gamma
+\backslash
+Xi
+\backslash
+Pi
+\backslash
+Sigma
+\backslash
+Phi$
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\layout Standard
+
Extra symbols defined by
\family typewriter
arevmath
@@ -2329,13 +2381,16 @@ arevmath
\align center
\begin_inset Tabular
-<lyxtabular version="3" rows="4" columns="5">
+<lyxtabular version="3" rows="11" columns="8">
<features>
<column alignment="left" valignment="top" width="0">
<column alignment="left" valignment="top" width="0">
<column alignment="left" valignment="top" width="0.5in">
<column alignment="left" valignment="top" width="0">
<column alignment="left" valignment="top" width="0">
+<column alignment="block" valignment="top" width="0.5in">
+<column alignment="left" valignment="top" width="0">
+<column alignment="left" valignment="top" width="0">
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text
@@ -2392,6 +2447,37 @@ varspade
quarternote
\end_inset
</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\yinyang$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+yinyang
+\end_inset
+</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
@@ -2449,6 +2535,37 @@ varheart
eighthnote
\end_inset
</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\smileface$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+smileface
+\end_inset
+</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
@@ -2506,6 +2623,37 @@ vardiamond
sixteenthnote
\end_inset
</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\invsmileface$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+invsmileface
+\end_inset
+</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
@@ -2563,113 +2711,685 @@ varclub
steaming
\end_inset
</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\sadface$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+sadface
+\end_inset
+</cell>
</row>
-</lyxtabular>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\hbar$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+\backslash
+hbar
\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
\layout Standard
-All of the variant letters are selected by default except for the variant
-
-\begin_inset Quotes eld
+
+\begin_inset Formula $\westcross$
\end_inset
-f
-\begin_inset Quotes erd
+
\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
- (which is a florin symbol).
- The user can choose which variants to use by selecting the package option
-
\family typewriter
-origletters
-\family default
-, and then choosing the variants from the options
+
+\backslash
+westcross
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\eth$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-vara
-\family default
-,
+
+\backslash
+eth
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\hslash$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-vari
-\family default
-,
+
+\backslash
+hslash
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\eastcross$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-varf
-\family default
-,
+
+\backslash
+eastcross
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\mho$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-varl
-\family default
-,
+
+\backslash
+mho
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\skull$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-varu
-\family default
-,
+
+\backslash
+skull
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\anchor$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-varv
-\family default
-,
+
+\backslash
+anchor
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\pointright$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-varw
-\family default
-,
+
+\backslash
+pointright
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\radiation$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-varx
-\family default
-,
+
+\backslash
+radiation
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\recycle$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-varI
-\family default
-,
+
+\backslash
+recycle
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\pencil$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-varPi
-\family default
-, and
+
+\backslash
+pencil
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\biohazard$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-varPhi
-\family default
-.
- Note that there is no
+
+\backslash
+biohazard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\heavyqtleft$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-varimath
-\family default
- option, which follows the
+
+\backslash
+heavyqtleft
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\arrowbullet$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-vari
-\family default
- selection, or
+
+\backslash
+arrowbullet
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\swords$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
\family typewriter
-varIota
-\family default
- option, since Iota is treated the same as
-\begin_inset Quotes eld
+
+\backslash
+swords
\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
-I.
-\begin_inset Quotes erd
\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
- For example, if a user selected
-\layout Quote
+\layout Standard
+
+
+\begin_inset Formula $\heavyqtright$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
\family typewriter
\backslash
-usepackage[origletters,vara,varf,varPi]{arevmath}
+heavyqtright
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
\layout Standard
-the following letters would be used:
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\ballotcheck$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+ballotcheck
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\warning$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+warning
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\ballotx$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+ballotx
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\layout Standard
+
+
+\family typewriter
+arevmath
+\family default
+ also has support for several variant and ancient Greek characters.
+ All characters necessary for writing ordinal numbers as
+\begin_inset Quotes eld
+\end_inset
+
+alphabetic
+\begin_inset Quotes erd
+\end_inset
+
+ Greek numerals (which is similar in usage to Roman numerals---see\SpecialChar ~
+
+\begin_inset LatexCommand \cite{GreekNumerals}
+
+\end_inset
+
+) are available.
+
\layout Standard
\align center
\begin_inset Tabular
-<lyxtabular version="3" rows="1" columns="3">
+<lyxtabular version="3" rows="4" columns="8">
<features>
<column alignment="left" valignment="top" width="0">
<column alignment="left" valignment="top" width="0">
+<column alignment="block" valignment="top" width="0.5in">
+<column alignment="left" valignment="top" width="0">
+<column alignment="left" valignment="top" width="0">
+<column alignment="left" valignment="top" width="0.5in">
+<column alignment="left" valignment="top" width="0">
<column alignment="left" valignment="top" width="0">
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
@@ -2678,7 +3398,69 @@ the following letters would be used:
\layout Standard
-\begin_inset Formula $a\origi\origimath\varf\origl\origu\origv\origw\origx\origI\Pi\origPhi$
+\begin_inset Formula $\varbeta$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+varbeta
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\Qoppa$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+Qoppa
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\Sampi$
\end_inset
@@ -2689,6 +3471,87 @@ the following letters would be used:
\layout Standard
+
+\family typewriter
+
+\backslash
+Sampi
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\varkappa$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+varkappa
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\qoppa$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+qoppa
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\sampi$
+\end_inset
+
+
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -2698,13 +3561,175 @@ the following letters would be used:
\family typewriter
-$ai
+
\backslash
-imath fluvwxI
+sampi
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\digamma$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
\backslash
-Pi
+digamma
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\Koppa$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
\backslash
-Phi$
+Koppa
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\Stigma$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+Stigma
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\koppa$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+koppa
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\begin_inset Formula $\stigma$
+\end_inset
+
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\layout Standard
+
+
+\family typewriter
+
+\backslash
+stigma
\end_inset
</cell>
</row>
@@ -2723,6 +3748,214 @@ arevmath
This would require modification of the variant letters code as well.
\layout Section
+Installation
+\layout Standard
+
+These directions assume that your TeX installation is TDS-compliant.
+ I've tested these directions on teTeX 3.0, but other distributions should
+ be similar.
+\layout Paragraph
+
+teTeX:
+\layout Enumerate
+
+Copy
+\family typewriter
+doc
+\family default
+,
+\family typewriter
+fonts
+\family default
+,
+\family typewriter
+source
+\family default
+, and
+\family typewriter
+tex
+\family default
+ directories to your
+\family typewriter
+texmf
+\family default
+ directory (either your local or global
+\family typewriter
+texmf
+\family default
+ directory).
+\layout Enumerate
+
+Run
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+mktexlsr
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+ to refresh the filename database and make TeX aware of the new files.
+\layout Enumerate
+
+Run
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+updmap --enable Map arev.map
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+ to make
+\family typewriter
+dvips
+\family default
+,
+\family typewriter
+xdvi
+\family default
+,
+\family typewriter
+dvipdfm
+\family default
+, and
+\family typewriter
+pdflatex
+\family default
+ aware of the fonts.
+\layout Paragraph
+
+MikTeX:
+\layout Enumerate
+
+Copy
+\family typewriter
+doc
+\family default
+,
+\family typewriter
+fonts
+\family default
+,
+\family typewriter
+source
+\family default
+, and
+\family typewriter
+tex
+\family default
+ directories to your local
+\family typewriter
+texmf
+\family default
+ directory (most likely
+\family typewriter
+C:
+\backslash
+localtexmf
+\family default
+).
+\layout Enumerate
+
+Add the line
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+Map arev.map
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+ to the file
+\family typewriter
+updmap.cfg
+\family default
+ in your local
+\family typewriter
+texmf/config
+\family default
+ directory (most likely
+\family typewriter
+C:
+\backslash
+localtexmf
+\backslash
+miktex
+\backslash
+config
+\backslash
+updmap.cfg
+\family default
+).
+ If the file does not exist, then create it with just the line above.
+\layout Enumerate
+
+Refresh the filename database either through the graphical interface or
+ by running
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+initexmf -u
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+.
+\layout Enumerate
+
+Run
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+initexmf --mkmaps
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+ to make
+\family typewriter
+dvips
+\family default
+,
+\family typewriter
+yap
+\family default
+,
+\family typewriter
+dvipdfm(x)
+\family default
+, and
+\family typewriter
+pdflatex
+\family default
+ aware of the fonts.
+\layout Standard
+
+The
+\family typewriter
+arev
+\family default
+ package relies on the following font packages: Math Design (geometric symbols),
+ Fourier (blackboard bold), Ralph Smith Formal Script (script), and Bera
+ (typewriter text).
+\layout Section
+
Licenses
\layout Standard
@@ -2738,7 +3971,10 @@ Bitstream Vera is released under a special license that allows free distribution
instead of being converted from the Postscript fonts included with the
LaTeX package.
- FontForge source files may also be obtained at his website.
+ The TrueType versions are also complete, while the Type\SpecialChar ~
+1 Postscript versions
+ have a reduced gylph set.
+ FontForge source files may also be obtained at Bah's website.
\layout Standard
The virtual fonts, font definitions, LaTeX packages and other supporting
@@ -2785,6 +4021,27 @@ tex-fonts
fontinst
\family default
mailing lists.
+ Thanks also to L.\SpecialChar ~
+Dwynn Lafleur for requesting
+\begin_inset Formula $\hbar$
+\end_inset
+
+ and
+\begin_inset Formula $\hslash$
+\end_inset
+
+ and discussions about their use; and to Rafael Villaroel for pointing out
+ an error in
+\family typewriter
+arev.map
+\family default
+ in versions up through 2005 Aug 8.
+ Thanks to Krzysztof C.
+ Kiwiel for testing the installation of the
+\family typewriter
+arev
+\family default
+ package under MikTeX and providing suggestions for the instructions.
\layout Bibliography
\bibitem {arev}
@@ -2884,6 +4141,14 @@ Kerkis font by Antonis Tsolomitis, CTAN:
\family default
.
\layout Bibliography
+\bibitem {luximono}
+
+Luxi Mono by Bigelow and Holmes, CTAN:
+\family typewriter
+/fonts/greek/kerkis
+\family default
+.
+\layout Bibliography
\bibitem {mdch}
Math Design fonts for Bitstream Charter by Paul Pichaureau, CTAN:
@@ -2927,4 +4192,12 @@ TeXPower LaTeX style files by Stephan Lehmke,
http://texpower.sourceforge.net
\family default
.
+\layout Bibliography
+\bibitem {GreekNumerals}
+
+Wikipedia artical on Greek numerals,
+\family typewriter
+http://en.wikipedia.org/wiki/Greek_numerals
+\family default
+.
\the_end
diff --git a/Master/texmf-dist/doc/fonts/arev/arevdoc.pdf b/Master/texmf-dist/doc/fonts/arev/arevdoc.pdf
index f8db927c6f4..e0e97a03d0b 100644
--- a/Master/texmf-dist/doc/fonts/arev/arevdoc.pdf
+++ b/Master/texmf-dist/doc/fonts/arev/arevdoc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/arev/arevdoc.tex b/Master/texmf-dist/doc/fonts/arev/arevdoc.tex
index b23d9f82036..50d3f43ffb8 100644
--- a/Master/texmf-dist/doc/fonts/arev/arevdoc.tex
+++ b/Master/texmf-dist/doc/fonts/arev/arevdoc.tex
@@ -4,7 +4,7 @@
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{array}
-\usepackage{graphicx}
+\usepackage{amssymb}
\makeatletter
@@ -17,14 +17,27 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
-%\usepackage[letterpaper,text={6.5in,9in}]{geometry}
\usepackage{fullpage}
-%\usepackage{fourier}
\usepackage{bera}
\usepackage{arevmath}
\fboxsep=.25in
+\usepackage[pdftex]{graphicx}
+\usepackage{epstopdf}
+
+\usepackage{hyperref}
+\hypersetup{
+ pdfauthor = {Stephen G. Hartke},
+ pdftitle = {Arev Sans for TeX and LaTeX},
+ pdfview = FitBH,
+ pdfstartview = FitBH,
+ colorlinks = false
+}
+
+\newcommand{\pic}[3][]
+ {\begin{center}\framebox{\scalebox{#2}{\includegraphics[#1]{#3.eps}}}\end{center}}
+
\usepackage{babel}
\makeatother
\begin{document}
@@ -37,7 +50,7 @@
}}
-\date{August 2, 2005}
+\date{May 30, 2006}
\maketitle
@@ -84,14 +97,14 @@ without a baseline.%
} Additionally, several alternate glyphs were added that are {}``warmer''
or more {}``humanist'' than the strict {}``geometric'' glyphs.%
\footnote{The extra glyphs include {}``a,'' {}``i,'' {}``l,'' {}``u,''
-{}``v,'' {}``w,'' {}``x,'' and uppercase Pi and Phi. The florin
-is used as an alternate {}``f.''%
+{}``v,'' {}``w,'' {}``x,'' and uppercase Gamma, Pi, Xi, Sigma,
+and Phi. The florin is used as an alternate {}``f.''%
} These extra glyphs add a degree of warmth to mathematics written
in Arev Sans that is not achieved with other sans serif fonts.
%
\begin{figure*}
-\begin{center}\framebox{\includegraphics{fontsample.eps}}\end{center}
+\begin{center}\pic[viewport=96 0 527 198]{1}{fontsample}\end{center}
\caption{\label{cap:fontsample}Font sample of Arev Sans text and math.}
@@ -123,69 +136,14 @@ Helvetica and other PostScript sans serif fonts can be used for text
and for Latin letters in mathematics, but they do not have matching
Greek letters or the proper weight for geometric mathematical symbols.
-The \texttt{arev} package works well with the \LaTeX{} package \texttt{beamer}\cite{beamer}
-with the \texttt{professionalfonts} option. %
-\begin{figure}
-\begin{center}\framebox{\includegraphics[%
- scale=0.9]{prosper-arev.eps}}\end{center}
-
-
-\vspace*{-1.75em}
-\caption{\label{cap:ArevSans}Arev Sans}
-\end{figure}
-%
-\begin{figure}
-\begin{center}\framebox{\includegraphics[%
- scale=0.9]{prosper-lcmss.eps}}\end{center}
-
-
-\vspace*{-1.75em}
-\caption{Sli\TeX{} font (\texttt{lcmss})}
-\end{figure}
-%
-\begin{figure}
-\begin{center}\framebox{\includegraphics[%
- scale=0.9]{prosper-cmss.eps}}\end{center}
-
-
-\vspace*{-1.75em}
-\caption{Computer Modern sans serif (\texttt{cmss})}
-\end{figure}
-%
-\begin{figure}
-\begin{center}\framebox{\includegraphics[%
- scale=0.9]{prosper-cmbright.eps}}\end{center}
-
-
-\vspace*{-1.75em}
-\caption{CM Bright}
-\end{figure}
-%
-\begin{figure}
-\begin{center}\framebox{\includegraphics[%
- scale=0.9]{prosper-kerkis.eps}}\end{center}
-
-
-\vspace*{-1.75em}
-\caption{Kerkis Sans}
-\end{figure}
-%
-\begin{figure}
-\begin{center}\framebox{\includegraphics[%
- scale=0.9]{prosper-helvetica.eps}}\end{center}
-
-
-\vspace*{-1.75em}
-\caption{\label{cap:Helvetica}Helvetica}
-\end{figure}
-Figures~\ref{cap:ArevSans}-\ref{cap:Helvetica} show examples of
-\texttt{beamer} with the font options mentioned above where each slide
-is scaled to 90\% of its default size, and %
+The \texttt{arev} package works well with the \LaTeX{} package \texttt{beamer}
+\cite{beamer} with the \texttt{professionalfonts} option. Figures~\ref{cap:ArevSans}-\ref{cap:Helvetica}
+show examples of \texttt{beamer} with the font options mentioned above
+where each slide is scaled to 90\% of its default size, and %
\begin{figure}
\begin{center}\begin{tabular}{cc}
\begin{minipage}[c]{0.45\columnwidth}%
-\framebox{\includegraphics[%
- scale=0.5]{prosper-arev.eps}}
+\pic{.5}{prosper-arev}
\vspace*{-0.5em}
@@ -193,8 +151,7 @@ is scaled to 90\% of its default size, and %
\end{minipage}%
&
\begin{minipage}[c]{0.45\columnwidth}%
-\framebox{\includegraphics[%
- scale=0.5]{prosper-helvetica.eps}}
+\pic{.5}{prosper-helvetica}
\vspace*{-0.5em}
@@ -202,8 +159,7 @@ is scaled to 90\% of its default size, and %
\end{minipage}%
\tabularnewline
\begin{minipage}[c]{0.45\columnwidth}%
-\framebox{\includegraphics[%
- scale=0.5]{prosper-lcmss.eps}}
+\pic{.5}{prosper-lcmss}
\vspace*{-0.5em}
@@ -211,8 +167,7 @@ is scaled to 90\% of its default size, and %
\end{minipage}%
&
\begin{minipage}[c]{0.45\columnwidth}%
-\framebox{\includegraphics[%
- scale=0.5]{prosper-kerkis.eps}}
+\pic{.5}{prosper-kerkis}
\vspace*{-0.5em}
@@ -220,8 +175,7 @@ is scaled to 90\% of its default size, and %
\end{minipage}%
\tabularnewline
\begin{minipage}[c]{0.45\columnwidth}%
-\framebox{\includegraphics[%
- scale=0.5]{prosper-cmss.eps}}
+\pic{.5}{prosper-cmss}
\vspace*{-0.5em}
@@ -229,8 +183,7 @@ is scaled to 90\% of its default size, and %
\end{minipage}%
&
\begin{minipage}[c]{0.45\columnwidth}%
-\framebox{\includegraphics[%
- scale=0.5]{prosper-cmbright.eps}}
+\pic{.5}{prosper-cmbright}
\vspace*{-0.5em}
@@ -241,7 +194,55 @@ is scaled to 90\% of its default size, and %
\end{figure}
Figures~\ref{cap:Arev}-\ref{cap:CM-Bright} show side-by-side examples
scaled to 50\%. Sli\TeX{} sans serif is loaded into \texttt{beamer}
-using \TeX{}Power's \texttt{tpslifonts.sty}~\cite{texpower}.
+using \TeX{}Power's \texttt{tpslifonts.sty}~\cite{texpower}.%
+\begin{figure}
+\begin{center}\pic{.9}{prosper-arev}\end{center}
+
+
+\vspace*{-1.75em}
+\caption{\label{cap:ArevSans}Arev Sans}
+\end{figure}
+%
+\begin{figure}
+\begin{center}\pic{.9}{prosper-lcmss}\end{center}
+
+
+\vspace*{-1.75em}
+\caption{Sli\TeX{} font (\texttt{lcmss})}
+\end{figure}
+%
+\begin{figure}
+\begin{center}\pic{.9}{prosper-cmss}\end{center}
+
+
+\vspace*{-1.75em}
+\caption{Computer Modern sans serif (\texttt{cmss})}
+\end{figure}
+%
+\begin{figure}
+\begin{center}\pic{.9}{prosper-cmbright}\end{center}
+
+
+\vspace*{-1.75em}
+\caption{CM Bright}
+\end{figure}
+%
+\begin{figure}
+\begin{center}\pic{.9}{prosper-kerkis}\end{center}
+
+
+\vspace*{-1.75em}
+\caption{Kerkis Sans}
+\end{figure}
+%
+\begin{figure}
+\begin{center}\pic{.9}{prosper-helvetica}\end{center}
+
+
+\vspace*{-1.75em}
+\caption{\label{cap:Helvetica}Helvetica}
+\end{figure}
+
\section{Implementation}
@@ -258,10 +259,14 @@ who wish to create new math font packages for \LaTeX{}.
The excellent GPLed font editor FontForge~\cite{fontforge} was used
by Bah to create Arev Sans and was used by the author for creating
PostScript \texttt{pfb}, \texttt{afm} , and \TeX{} \texttt{tfm} files.
-The Bash shell script \texttt{afmtoglyphlist} was used to extract
-the glyph names from the \texttt{afm} file into a list that a \texttt{fontinst}
-script used for renaming glyphs. The magic of \texttt{fontinst} was
-used to create virtual fonts and font metrics, \LaTeX{} font definition
+Version 0.21a of Arev Sans contains a considerable number of glyphs;
+\texttt{fontinst} exhausted \TeX{}'s memory trying to process the
+\texttt{afm} files. Thus, when creating the Type~1 versions of Arev
+Sans, most of the glyphs unused by \TeX{} were removed. The Bash shell
+script \texttt{afmtoglyphlist} was used to extract the glyph names
+from the \texttt{afm} file into a list that a \texttt{fontinst} script
+used for renaming glyphs. The magic of \texttt{fontinst} was used
+to create virtual fonts and font metrics, \LaTeX{} font definition
files, and the \texttt{dvips} map file.
The vertical placement of math accents requires the accents to be
@@ -271,20 +276,20 @@ to have a zero depth, which is set by the file \texttt{fixot1accents.mtx}
depths). Horizontal placement of math accents is done by centering
the accent over the character, and then adjusting the position by
the kern between the character on the left and a special character
-called the \emph{skewchar}. To better visualize the placement of the
-accents, the graphical kerning dialog box in FontForge was used, and
-then the script \texttt{afmtokernaccent} extracts this kern information
-from the \texttt{afm} file and creates \texttt{mtx} files that calculate
-the appropriate kern. The one difficulty in implementing this in \texttt{fontinst}
-is that the kerning data must be reglyphed before applied to the font
-metrics.
-
-Arev Sans is used for all letter-like symbols, including Latin and
-Greek letters. Arev Sans includes many mathematical symbols, but not
-the full range of symbols included in Computer Modern or the AMS symbol
-fonts. The Math Design Bitstream Charter~\cite{mdch} bold math font
-comes very close to the weight of Arev Sans, and so is used for the
-majority of geometric symbols%
+called the \emph{skewchar}. Bah has accent placement information in
+his FontForge sfd files, so the scripts \texttt{createkerndata}, \texttt{fonttokernsfd.ff},
+and \texttt{sfdtokernaccent} extract this kern information from the
+\texttt{sfd} file and create \texttt{mtx} files that calculate the
+appropriate kern. The one difficulty in implementing this in \texttt{fontinst}
+is that the kerning data must be reglyphed before being applied to
+the font metrics.
+
+In mathematics, Arev Sans is used for all letter-like symbols, including
+Latin and Greek letters. Arev Sans includes many mathematical symbols,
+but not the full range of symbols included in Computer Modern or the
+AMS symbol fonts. The Math Design Bitstream Charter~\cite{mdch}
+bold math font comes very close to the weight of Arev Sans, and so
+is used for the majority of geometric symbols%
\footnote{The Math Design Bitstream Charter math fonts have a few minor flaws:
for instance, in the formation of square root symbols and overbraces.
However, most of the symbols are of fine quality, and the range of
@@ -306,10 +311,12 @@ There are three \LaTeX{} packages for use with Arev Sans: \texttt{arev},
simply loads both \texttt{arevtext} and \texttt{arevmath}. \texttt{arevtext}
changes the default text font (both roman and sans serif) to Arev
Sans. \texttt{arevtext} also changes the default typewriter font to
-Bera Mono, a repackaging of Bitstream Vera Mono for \TeX{}. \texttt{arevmath}
-sets the math fonts as described above. In addition to the normal
-styles, the \texttt{\textbackslash{}mathbm} command changes the math
-font to bold italic.
+Bera Mono, a repackaging of Bitstream Vera Sans Mono for \TeX{}. Since
+Bera Mono is a sans serif font and very close in appearance to Arev,
+Luxi Mono~\cite{luximono} might be a better choice for the typewriter
+font. \texttt{arevmath} sets the math fonts as described above. In
+addition to the normal styles, the \texttt{\textbackslash{}mathbm}
+command changes the math font to bold italic.
Variant letters defined by \texttt{arevmath}:
@@ -342,55 +349,55 @@ $\origimath$&
$\varimath$&
\texttt{\textbackslash{}varimath}&
&
-$\origPi$&
-\texttt{\textbackslash{}origPi}&
+$\origGamma$&
+\texttt{\textbackslash{}origGamma}&
&
-$\varPi$&
-\texttt{\textbackslash{}varPi}\tabularnewline
+$\varGamma$&
+\texttt{\textbackslash{}varGamma}\tabularnewline
$\origf$&
\texttt{\textbackslash{}origf}&
&
$\varf$&
\texttt{\textbackslash{}varf}&
&
-$\origPhi$&
-\texttt{\textbackslash{}origPhi}&
+$\origXi$&
+\texttt{\textbackslash{}origXi}&
&
-$\varPhi$&
-\texttt{\textbackslash{}varPhi}\tabularnewline
+$\varXi$&
+\texttt{\textbackslash{}varXi}\tabularnewline
$\origl$&
\texttt{\textbackslash{}origl}&
&
$\varl$&
\texttt{\textbackslash{}varl}&
&
+$\origPi$&
+\texttt{\textbackslash{}origPi}&
&
-&
-&
-&
-\tabularnewline
+$\varPi$&
+\texttt{\textbackslash{}varPi}\tabularnewline
$\origu$&
\texttt{\textbackslash{}origu}&
&
$\varu$&
\texttt{\textbackslash{}varu}&
&
+$\origSigma$&
+\texttt{\textbackslash{}origSigma}&
&
-&
-&
-&
-\tabularnewline
+$\varSigma$&
+\texttt{\textbackslash{}varSigma}\tabularnewline
$\origv$&
\texttt{\textbackslash{}origv}&
&
$\varv$&
\texttt{\textbackslash{}varv}&
&
+$\origPhi$&
+\texttt{\textbackslash{}origPhi}&
&
-&
-&
-&
-\tabularnewline
+$\varPhi$&
+\texttt{\textbackslash{}varPhi}\tabularnewline
$\origw$&
\texttt{\textbackslash{}origw}&
&
@@ -415,50 +422,158 @@ $\varx$&
\tabularnewline
\end{tabular}\end{center}
+All of the variant letters are selected by default. The user can choose
+which variants to use by selecting the package option \texttt{origletters},
+and then choosing the variants from the options \texttt{vara}, \texttt{vari},
+\texttt{varf}, \texttt{varl}, \texttt{varu}, \texttt{varv}, \texttt{varw},
+\texttt{varx}, \texttt{varI}, \texttt{varGamma}, \texttt{varXi}, \texttt{varPi},
+\texttt{varSigma}, and \texttt{varPhi}. Note that there is no \texttt{varimath}
+option, which follows the \texttt{vari} selection, or \texttt{varIota}
+option, since Iota is treated the same as {}``I.'' For example,
+if a user selected
+
+\begin{quote}
+\texttt{\textbackslash{}usepackage{[}origletters,vara,varf,varGamma,varPi{]}\{arevmath\}}
+\end{quote}
+the following letters would be used:
+
+\begin{center}\begin{tabular}{lll}
+$a\origi\origimath\varf\origl\origu\origv\origw\origx\origI\Gamma\origXi\Pi\Sigma\origPhi$&
+&
+\texttt{\$ai\textbackslash{}imath fluvwxI\textbackslash{}Gamma\textbackslash{}Xi\textbackslash{}Pi\textbackslash{}Sigma\textbackslash{}Phi\$}\tabularnewline
+\end{tabular}\end{center}
+
Extra symbols defined by \texttt{arevmath}:
-\begin{center}\begin{tabular}{ll>{\raggedright}p{0.5in}ll}
+\begin{center}\begin{tabular}{ll>{\raggedright}p{0.5in}llp{0.5in}ll}
$\varspade$&
\texttt{\textbackslash{}varspade}&
&
$\quarternote$&
-\texttt{\textbackslash{}quarternote}\tabularnewline
+\texttt{\textbackslash{}quarternote}&
+&
+$\yinyang$&
+\texttt{\textbackslash{}yinyang}\tabularnewline
$\varheart$&
\texttt{\textbackslash{}varheart}&
&
$\eighthnote$&
-\texttt{\textbackslash{}eighthnote}\tabularnewline
+\texttt{\textbackslash{}eighthnote}&
+&
+$\smileface$&
+\texttt{\textbackslash{}smileface}\tabularnewline
$\vardiamond$&
\texttt{\textbackslash{}vardiamond}&
&
$\sixteenthnote$&
-\texttt{\textbackslash{}sixteenthnote}\tabularnewline
+\texttt{\textbackslash{}sixteenthnote}&
+&
+$\invsmileface$&
+\texttt{\textbackslash{}invsmileface}\tabularnewline
$\varclub$&
\texttt{\textbackslash{}varclub}&
&
$\steaming$&
-\texttt{\textbackslash{}steaming}\tabularnewline
+\texttt{\textbackslash{}steaming}&
+&
+$\sadface$&
+\texttt{\textbackslash{}sadface}\tabularnewline
+$\hbar$&
+\texttt{\textbackslash{}hbar}&
+&
+$\westcross$&
+\texttt{\textbackslash{}westcross}&
+&
+$\eth$&
+\texttt{\textbackslash{}eth}\tabularnewline
+$\hslash$&
+\texttt{\textbackslash{}hslash}&
+&
+$\eastcross$&
+\texttt{\textbackslash{}eastcross}&
+&
+$\mho$&
+\texttt{\textbackslash{}mho}\tabularnewline
+$\skull$&
+\texttt{\textbackslash{}skull}&
+&
+$\anchor$&
+\texttt{\textbackslash{}anchor}&
+&
+$\pointright$&
+\texttt{\textbackslash{}pointright}\tabularnewline
+$\radiation$&
+\texttt{\textbackslash{}radiation}&
+&
+$\recycle$&
+\texttt{\textbackslash{}recycle}&
+&
+$\pencil$&
+\texttt{\textbackslash{}pencil}\tabularnewline
+$\biohazard$&
+\texttt{\textbackslash{}biohazard}&
+&
+$\heavyqtleft$&
+\texttt{\textbackslash{}heavyqtleft}&
+&
+$\arrowbullet$&
+\texttt{\textbackslash{}arrowbullet}\tabularnewline
+$\swords$&
+\texttt{\textbackslash{}swords}&
+&
+$\heavyqtright$&
+\texttt{\textbackslash{}heavyqtright}&
+&
+$\ballotcheck$&
+\texttt{\textbackslash{}ballotcheck}\tabularnewline
+$\warning$&
+\texttt{\textbackslash{}warning}&
+&
+&
+&
+&
+$\ballotx$&
+\texttt{\textbackslash{}ballotx}\tabularnewline
\end{tabular}\end{center}
-All of the variant letters are selected by default except for the
-variant {}``f'' (which is a florin symbol). The user can choose
-which variants to use by selecting the package option \texttt{origletters},
-and then choosing the variants from the options \texttt{vara}, \texttt{vari},
-\texttt{varf}, \texttt{varl}, \texttt{varu}, \texttt{varv}, \texttt{varw},
-\texttt{varx}, \texttt{varI}, \texttt{varPi}, and \texttt{varPhi}.
-Note that there is no \texttt{varimath} option, which follows the
-\texttt{vari} selection, or \texttt{varIota} option, since Iota is
-treated the same as {}``I.'' For example, if a user selected
-
-\begin{quote}
-\texttt{\textbackslash{}usepackage{[}origletters,vara,varf,varPi{]}\{arevmath\}}
-\end{quote}
-the following letters would be used:
+\texttt{arevmath} also has support for several variant and ancient
+Greek characters. All characters necessary for writing ordinal numbers
+as {}``alphabetic'' Greek numerals (which is similar in usage to
+Roman numerals---see~\cite{GreekNumerals}) are available.
-\begin{center}\begin{tabular}{lll}
-$a\origi\origimath\varf\origl\origu\origv\origw\origx\origI\Pi\origPhi$&
+\begin{center}\begin{tabular}{llp{0.5in}ll>{\raggedright}p{0.5in}ll}
+$\varbeta$&
+\texttt{\textbackslash{}varbeta}&
+&
+$\Qoppa$&
+\texttt{\textbackslash{}Qoppa}&
+&
+$\Sampi$&
+\texttt{\textbackslash{}Sampi}\tabularnewline
+$\varkappa$&
+\texttt{\textbackslash{}varkappa}&
+&
+$\qoppa$&
+\texttt{\textbackslash{}qoppa}&
+&
+$\sampi$&
+\texttt{\textbackslash{}sampi}\tabularnewline
+$\digamma$&
+\texttt{\textbackslash{}digamma}&
+&
+$\Koppa$&
+\texttt{\textbackslash{}Koppa}&
+&
+$\Stigma$&
+\texttt{\textbackslash{}Stigma}\tabularnewline
+&
&
-\texttt{\$ai\textbackslash{}imath fluvwxI\textbackslash{}Pi\textbackslash{}Phi\$}\tabularnewline
+&
+$\koppa$&
+\texttt{\textbackslash{}koppa}&
+&
+$\stigma$&
+\texttt{\textbackslash{}stigma}\tabularnewline
\end{tabular}\end{center}
A possible future capability of the \texttt{arevmath} package is the
@@ -466,6 +581,44 @@ ability to choose either italic or upright Greek letters. This would
require modification of the variant letters code as well.
+\section{Installation}
+
+These directions assume that your \TeX{} installation is TDS-compliant.
+I've tested these directions on te\TeX{} 3.0, but other distributions
+should be similar.
+
+
+\paragraph{te\TeX{}:}
+
+\begin{enumerate}
+\item Copy \texttt{doc}, \texttt{fonts}, \texttt{source}, and \texttt{tex}
+directories to your \texttt{texmf} directory (either your local or
+global \texttt{texmf} directory).
+\item Run {}``\texttt{mktexlsr}'' to refresh the filename database and
+make \TeX{} aware of the new files.
+\item Run {}``\texttt{updmap -{}-enable Map arev.map}'' to make \texttt{dvips},
+\texttt{xdvi}, \texttt{dvipdfm}, and \texttt{pdflatex} aware of the
+fonts.
+\end{enumerate}
+
+\paragraph{Mik\TeX{}:}
+
+\begin{enumerate}
+\item Copy \texttt{doc}, \texttt{fonts}, \texttt{source}, and \texttt{tex}
+directories to your local \texttt{texmf} directory (most likely \texttt{C:\textbackslash{}localtexmf}).
+\item Add the line {}``\texttt{Map arev.map}'' to the file \texttt{updmap.cfg}
+in your local \texttt{texmf/config} directory (most likely \texttt{C:\textbackslash{}localtexmf\textbackslash{}miktex\textbackslash{}config\textbackslash{}updmap.cfg}).
+If the file does not exist, then create it with just the line above.
+\item Refresh the filename database either through the graphical interface
+or by running {}``\texttt{initexmf -u}''.
+\item Run {}``\texttt{initexmf -{}-mkmaps}'' to make \texttt{dvips}, \texttt{yap},
+\texttt{dvipdfm(x)}, and \texttt{pdflatex} aware of the fonts.
+\end{enumerate}
+The \texttt{arev} package relies on the following font packages: Math
+Design (geometric symbols), Fourier (blackboard bold), Ralph Smith
+Formal Script (script), and Bera (typewriter text).
+
+
\section{Licenses}
Bitstream Vera is released under a special license that allows free
@@ -474,8 +627,10 @@ as the resulting fonts are released under a different name. Arev Sans
is released under the same license as Bitstream Vera. However, Arev's
creator Tavmjong Bah requests that TrueType versions of Arev be obtained
from his website at \cite{arev} instead of being converted from the
-Postscript fonts included with the \LaTeX{} package. FontForge source
-files may also be obtained at his website.
+Postscript fonts included with the \LaTeX{} package. The TrueType
+versions are also complete, while the Type~1 Postscript versions
+have a reduced gylph set. FontForge source files may also be obtained
+at Bah's website.
The virtual fonts, font definitions, \LaTeX{} packages and other supporting
files of the \texttt{arev} package are released under the \LaTeX{}
@@ -491,7 +646,12 @@ The author would like to thank Tavmjong Bah for his willingness to
add characters to Arev Sans; George Williams for a prompt response
and patch on the FontForge mailing list; and Lars Hellstr\"om for
help with math accents and \texttt{fontinst} on the \texttt{tex-fonts}
-and \texttt{fontinst} mailing lists.
+and \texttt{fontinst} mailing lists. Thanks also to L.~Dwynn Lafleur
+for requesting $\hbar$ and $\hslash$ and discussions about their
+use; and to Rafael Villaroel for pointing out an error in \texttt{arev.map}
+in versions up through 2005 Aug 8. Thanks to Krzysztof C. Kiwiel for
+testing the installation of the \texttt{arev} package under Mik\TeX{}
+and providing suggestions for the instructions.
\begin{thebibliography}{10}
\bibitem{arev}Arev Sans by Tavmjong Bah, \texttt{http://tavmjong.free.fr/FONTS}.
@@ -509,11 +669,13 @@ Sebastian Rahtz, Ulrik Vieth, Lars Hellstr\"om, and Rowland McDonnell,
CTAN:\texttt{/fonts/utilities/fontinst}.
\bibitem{fourier}Fourier-GUTenberg fonts and \LaTeX{} package by Michel Bovani, CTAN:\texttt{/fonts/fourier-GUT}.
\bibitem{kerkis}Kerkis font by Antonis Tsolomitis, CTAN:\texttt{/fonts/greek/kerkis}.
+\bibitem{luximono}Luxi Mono by Bigelow and Holmes, CTAN:\texttt{/fonts/greek/kerkis}.
\bibitem{mdch}Math Design fonts for Bitstream Charter by Paul Pichaureau, CTAN:\texttt{/fonts/mathdesign}.
\bibitem{mathptmx}\texttt{mathptmx} by Walter Schmidt, part of the \texttt{psnfss} package,
CTAN:\texttt{/fonts/psfonts/psnfss-source}.
\bibitem{rsfs}Ralph Smith Formal Script (\texttt{rsfs}) font by Ralph Smith, Postscript
Type 1 version by Taco Hoekwater, CTAN:\texttt{/fonts/rsfs}.
-\bibitem{texpower}\TeX{}Power \LaTeX{} style files by Stephan Lehmke, \texttt{http://texpower.sourceforge.net}.\end{thebibliography}
+\bibitem{texpower}\TeX{}Power \LaTeX{} style files by Stephan Lehmke, \texttt{http://texpower.sourceforge.net}.
+\bibitem{GreekNumerals}Wikipedia artical on Greek numerals, \texttt{http://en.wikipedia.org/wiki/Greek\_numerals}.\end{thebibliography}
\end{document}
diff --git a/Master/texmf-dist/doc/fonts/arev/fontsample.tex b/Master/texmf-dist/doc/fonts/arev/fontsample.tex
index aa0a037bd21..6eaa7bcb957 100644
--- a/Master/texmf-dist/doc/fonts/arev/fontsample.tex
+++ b/Master/texmf-dist/doc/fonts/arev/fontsample.tex
@@ -9,7 +9,7 @@
\usepackage{arev}
-\theoremstyle{definition}
+%\theoremstyle{definition}
\newtheorem{theorem}{Theorem}
\begin{document}
@@ -30,15 +30,15 @@ Let $G$ be a bounded open set in $\mathbb{C}$ and suppose that $f$ is a continuo
\]
\end{theorem}
-\newcommand{\abc}{abcdefghijklmnopqrstuvwxyz}
+\newcommand{\abc}{abcdefgh\hbar\hslash i\imath j\jmath klmnopqrstuvwxyz}
\newcommand{\ABC}{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
-\newcommand{\alphabeta}{\alpha\beta\gamma\delta\epsilon\varepsilon\zeta\eta\theta\vartheta\iota\kappa\lambda\mu\nu\xi o\pi\varpi\rho\sigma\varsigma\tau\upsilon\phi\varphi\chi\psi\omega}
+\newcommand{\alphabeta}{\alpha\beta\varbeta\gamma\delta\epsilon\varepsilon\zeta\eta\theta\vartheta\iota\kappa\varkappa\lambda\mu\nu\xi o\pi\varpi\rho\varrho\sigma\varsigma\tau\upsilon\phi\varphi\chi\psi\omega}
\newcommand{\AlphaBeta}{\Gamma\Delta\Theta\Lambda\Xi\Pi\Sigma\Upsilon\Phi\Psi\Omega}
-\ABC \qquad $\ABC$
+$\mathrm{\ABC}$ \qquad $\ABC$
-\abc \qquad $\abc$ \quad $\ell\wp\aleph\infty\propto\emptyset\nabla\partial$
+abcd$\eth$efghijklmnopqrstuvwxyz \qquad $\abc$ \quad $\ell\wp\aleph\infty\propto\emptyset\nabla\partial$
-$\AlphaBeta$ \qquad $\alphabeta$ \qquad $01234567890$
+$\AlphaBeta\mho$ \qquad $\alphabeta$ \qquad $01234567890$
\end{document}
diff --git a/Master/texmf-dist/doc/fonts/arev/mathtesty.pdf b/Master/texmf-dist/doc/fonts/arev/mathtesty.pdf
index db98d16d779..9554ffed809 100644
--- a/Master/texmf-dist/doc/fonts/arev/mathtesty.pdf
+++ b/Master/texmf-dist/doc/fonts/arev/mathtesty.pdf
Binary files differ