ACC SHELL
# Style sheet for Symbols, a precursor of PreScript
# Copyright (c) 1988, 89, 90, 91, 92, 93 Miguel Santana
# Copyright (c) 1995, 96, 97, 98 Akim Demaille, Miguel Santana
# $Id: symbols.ssh,v 1.2 1998/01/15 15:02:49 demaille Exp $
#
#
# This file is part of a2ps.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING. If not, write to
# the Free Software Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
style Symbols is
written by "Akim Demaille <akim@freefriends.org>"
version is 1.0
requires a2ps version 4.9.7
documentation is
"This style sheet should be a precursor for any style sheet which"
"uses LaTeX like symbols."
end documentation
first alphabet is
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\\_"
second alphabet is
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_"
case sensitive
keywords are
"\\to" \rightarrow,
"\\item" \bullet,
"\\backslash" "\\",
"\\forall" \forall,
"\\exists" \exists,
"\\suchthat" \suchthat,
"\\cong" \cong,
"\\Alpha" \Alpha,
"\\Beta" \Beta,
"\\Chi" \Chi,
"\\Delta" \Delta,
"\\Epsilon" \Epsilon,
"\\Phi" \Phi,
"\\Gamma" \Gamma,
"\\Eta" \Eta,
"\\Iota" \Iota,
"\\vartheta" \vartheta,
"\\Kappa" \Kappa,
"\\Lambda" \Lambda,
"\\Mu" \Mu,
"\\Nu" \Nu,
"\\Omicron" \Omicron,
"\\Pi" \Pi,
"\\Theta" \Theta,
"\\Rho" \Rho,
"\\Sigma" \Sigma,
"\\Tau" \Tau,
"\\Upsilon" \Upsilon,
"\\varsigma" \varsigma,
"\\Omega" \Omega,
"\\Xi" \Xi,
"\\Psi" \Psi,
"\\Zeta" \Zeta,
"\\therefore" \therefore,
"\\perp" \perp,
"\\radicalex" \radicalex,
"\\alpha" \alpha,
"\\beta" \beta,
"\\chi" \chi,
"\\delta" \delta,
"\\epsilon" \epsilon,
"\\phi" \phi,
"\\gamma" \gamma,
"\\eta" \eta,
"\\iota" \iota,
"\\varphi" \phi,
"\\kappa" \kappa,
"\\lambda" \lambda,
"\\mu" \mu,
"\\nu" \nu,
"\\omicron" \omicron,
"\\pi" \pi,
"\\theta" \theta,
"\\rho" \rho,
"\\sigma" \sigma,
"\\tau" \tau,
"\\upsilon" \upsilon,
"\\varpi" \varpi,
"\\omega" \omega,
"\\xi" \xi,
"\\psi" \psi,
"\\zeta" \zeta,
"\\sim" \sim,
"\\varUpsilon" \varUpsilon,
"\\prime" \prime,
"\\leq" \leq,
"\\infty" \infty,
"\\florin" \florin,
"\\clubsuit" \clubsuit,
"\\diamondsuit" \diamondsuit,
"\\heartsuit" \heartsuit,
"\\spadesuit" \spadesuit,
"\\leftrightarrow" \leftrightarrow,
"\\leftarrow" \leftarrow,
"\\uparrow" \uparrow,
"\\rightarrow" \rightarrow,
"\\downarrow" \downarrow,
"\\circ" \circ,
"\\pm" \pm,
"\\geq" \geq,
"\\times" \times,
"\\propto" \propto,
"\\partial" \partial,
"\\bullet" \bullet,
"\\div" \div,
"\\neq" \neq,
"\\equiv" \equiv,
"\\approx" \approx,
"\\ldots" \ldots,
"---" ---,
"\\carriagereturn" \carriagereturn,
"\\aleph" \aleph,
"\\Im" \Im,
"\\Re" \Re,
"\\wp" \wp,
"\\otimes" \otimes,
"\\oplus" \oplus,
"\\emptyset" \emptyset,
"\\cap" \cap,
"\\cup" \cup,
"\\supset" \supset,
"\\supseteq" \supseteq,
"\\not\\subset" \not\subset,
"\\subset" \subset,
"\\subseteq" \subseteq,
"\\in" \in,
"\\not\\in" \not\in,
"\\angle" \angle,
"\\nabla" \nabla,
"\\varregister" \register,
"\\varcopyright" \copyright,
"\\vartrademark" \trademark,
"\\prod" \prod,
"\\surd" \surd,
"\\cdot" \cdot,
"\\not" \not,
"\\wedge" \wedge,
"\\vee" \vee,
"\\Leftrightarrow" \Leftrightarrow,
"\\Leftarrow" \Leftarrow,
"\\Uparrow" \Uparrow,
"\\Rightarrow" \Rightarrow,
"\\Downarrow" \Downarrow,
"\\lozenge" \diamondsuit,
"\\langle" \langle,
"\\register" \register,
"\\copyright" \copyright,
"\\trademark" \trademark,
"\\sum" \sum,
"\\lceil" \lceil,
"\\lfloor" \lfloor,
"\\rangle" \rangle,
"\\int" \int,
"\\rceil" \rceil,
"\\rfloor" \rfloor
end keywords
end style # Symbols
ACC SHELL 2018