Corrected a long-standing error in which ending text with a literal
[xcircuit.git] / lib / python / xcstartup.py
blobde9ed1b77d7b8a971f29782b1a59e961f07f9a2c
1 # XCircuit Python startup script (xcstartup.py)
2 # Does the work previously handled by "builtins.lps". Commands
3 # "loadlibrary" and "loadfontencoding" should no longer be used.
5 # Written by Tim Edwards 1/19/01 (tim@bach.ece.jhu.edu)
6 # The Johns Hopkins University
8 font("times_roman.xfe")
9 font("times_romaniso.xfe")
10 font("helvetica.xfe")
11 font("helveticaiso.xfe")
12 font("courier.xfe")
13 font("courieriso.xfe")
14 font("symbol.xfe")
16 # Alternate font encodings: Uncomment these if you want them
17 # loaded by default
19 # font("times_romaniso2.xfe")
20 # font("courieriso2.xfe")
21 # font("helveticaiso2.xfe")
22 # font("times_romaniso5.xfe")
23 # font("courieriso5.xfe")
24 # font("helveticaiso5.xfe")
26 # First library page
27 library("generic.lps", 1)
28 library("analog.lps", 1)
29 library("avlsi.lps", 1)
30 library("digital.lps", 1)
32 # Second library page
33 library ("analoglib2.lps", 2)
35 # Third library page
36 library ("ic_templates.lps", 3)
38 # Fourth library page
39 library ("quadparts.lps", 4)