~ubuntu-branches/ubuntu/hardy/texmacs/hardy

« back to all changes in this revision

Viewing changes to TeXmacs/progs/fonts/fonts-misc.scm

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Treinen
  • Date: 2004-04-19 20:34:00 UTC
  • Revision ID: james.westby@ubuntu.com-20040419203400-g4e34ih0315wcn8v
Tags: upstream-1.0.3-R2
ImportĀ upstreamĀ versionĀ 1.0.3-R2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
3
;;
 
4
;; MODULE      : misc-fonts.scm
 
5
;; DESCRIPTION : setup miscellaneous fonts for text mode
 
6
;; COPYRIGHT   : (C) 1999  Joris van der Hoeven
 
7
;;
 
8
;; This software falls under the GNU general public license and comes WITHOUT
 
9
;; ANY WARRANTY WHATSOEVER. See the file $TEXMACS_PATH/LICENSE for details.
 
10
;; If you don't have this file, write to the Free Software Foundation, Inc.,
 
11
;; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
12
;;
 
13
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
14
 
 
15
(texmacs-module (fonts fonts-misc))
 
16
 
 
17
(set-font-rules
 
18
  '(((cherokee $a medium $b $s $d) (tex cherokee $s $d 0))
 
19
    ((tengwar $a medium $b $s $d) (tex tengwar $s $d 0))
 
20
    ((shavian $a medium $b $s $d) (tex shavian $s $d 0))
 
21
 
 
22
    ((bbding $a medium $b $s $d) (tex bbding $s $d))
 
23
    ((dancers $a medium $b $s $d) (tex dancers $s $d 0))
 
24
    ((go $a $b $c $s $d) (tex go $s $d))
 
25
    ((iching $a $b $c $s $d) (tex iching $s $d 0))
 
26
    ((karta $a medium $b $s $d) (tex karta $s $d 15))
 
27
    ((klinz $a medium $b $s $d) (tex klinz $s $d 0))
 
28
    ((magic $a medium $b $s $d) (tex magic $s $d 0))
 
29
    ((phonetic $a medium right $s $d) (tex cmph $s $d))
 
30
    ((phonetic $a medium italic $s $d) (tex cmphi $s $d))
 
31
    ((phonetic $a bold $b $s $d) (tex cmphb $s $d))
 
32
    ((tsipa $a medium $b $s $d) (tex tsipa $s $d))
 
33
    ((wsuipa $a medium right $s $d) (tex wsuipa $s $d))
 
34
    ((wsuipa $a medium slanted $s $d) (tex wslipa $s $d))
 
35
    ((wsuipa $a bold $b $s $d) (tex wbxipa $s $d))))