summaryrefslogtreecommitdiff
path: root/lib/startup.script
blob: 59ea7d381eefcd096e9137bb1a623bddb3bcb438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# XCircuit startup script
# Does the work previously handled by "builtins.lps".  Commands
# "loadlibrary" and "loadfontencoding" should no longer be used.
#
#  Written by Tim Edwards 12/19/00 (tim@bach.ece.jhu.edu)
#  The Johns Hopkins University

font times_roman.xfe
font times_romaniso.xfe
font helvetica.xfe
font helveticaiso.xfe
font courier.xfe
font courieriso.xfe
font symbol.xfe

# Alternate font encodings:  Uncomment these if you want them
# loaded by default
#
# font times_romaniso2.xfe
# font courieriso2.xfe
# font helveticaiso2.xfe
# font times_romaniso5.xfe
# font courieriso5.xfe
# font helveticaiso5.xfe

# First library page
library generic.lps 1
library analog.lps 1
library avlsi.lps 1
library digital.lps 1

# Second library page
library analoglib2.lps 2

# Third library page
library ic_templates.lps 3

# Fourth library page
library quadparts.lps 4