summaryrefslogtreecommitdiff
path: root/systems/msdos/emtex-contrib/contrib/bj10e.dvidot
diff options
context:
space:
mode:
Diffstat (limited to 'systems/msdos/emtex-contrib/contrib/bj10e.dvidot')
-rw-r--r--systems/msdos/emtex-contrib/contrib/bj10e.dvidot65
1 files changed, 65 insertions, 0 deletions
diff --git a/systems/msdos/emtex-contrib/contrib/bj10e.dvidot b/systems/msdos/emtex-contrib/contrib/bj10e.dvidot
new file mode 100644
index 0000000000..a8a85da86a
--- /dev/null
+++ b/systems/msdos/emtex-contrib/contrib/bj10e.dvidot
@@ -0,0 +1,65 @@
+Date: Tue, 25 Feb 92 17:22:02 +0000
+From: SYSMGR@uk.ac.kcl.ph.ipg
+Subject: EmTeX (DVIDOT) driver for BJ10e
+
+I sent this to UKTEX July last, but judging from Andrew McLean's
+letter it hasn't found its way into the archive. Its short enough to
+bear repetition anyway: following is a DVIDOT driver revipe for a Cannon
+BJ10e.
+
+Notes:
+
+I have split the INIT1 and INIT2 lines in two to keep within 80 characters.
+To use, I think you'll have to re-join these into one rather long line,
+unless there is a continuation line mechanism that I didn't notice in
+the MAKEDOT doc. Also, you'll want your BJ10e in mode 2 (IBM emulation).
+The graphics sequences used are IBM ones, and presumably there is some
+IBM printer for which this recipe will also work.
+
+The font libraries you need are the P6H_*.FLI. I made mine myself using
+MFJOB; took a few days on a 386SX, and they occupy about 6Mb.
+
+ Nigel Arnot.
+
+*
+* BJ10e high resolution driver (derived from ibm4208m.dot )
+*
+COMMENT=360x360 driver for BJ10e
+ENV_NAME=BJ10E
+LOG_NAME=dvidot
+FONT_PATH=\emtex\pixel.p6h\$rdpi
+PAGE_WIDTH=8in
+PAGE_HEIGHT=11in
+FORM_LENGTH=
+RESOLUTION=360 360
+COLUMNS=2880
+ONE_LINE_FEED=
+BLANK_WIDTH=36
+METHOD=6 1
+MAX_WIDTH=2880
+PINS=7 0
+MAX_LF=255
+FF_METHOD=FF
+S_OPTION=SLOW
+*
+* INIT 1 resets to user defaults, may include economy mode SW1-2 ON
+INIT1=CAN ESC '[ 'K 1 0 4 DC2 ESC 'F ESC 'H ESC 'I 0 ESC 'T ESC 'X 1 80
+ESC "[@" 4 0 0 0 17 1 ESC '_ 0 ESC '- 0 ESC '[ '\ 4 0 0 0 0x68 0x01 ESC '3 48 C
+R
+*
+* whereas INIT 2 resets to factory, SW1-2 OFF.
+INIT2=CAN ESC '[ 'K 1 0 0 DC2 ESC 'F ESC 'H ESC 'I 0 ESC 'T ESC 'X 1 80
+ESC "[@" 4 0 0 0 17 1 ESC '_ 0 ESC '- 0 ESC '[ '\ 4 0 0 0 0x68 0x01 ESC '3 48 C
+R
+*
+* and after we are done go back to user defaults.
+EXIT=ESC '[ 'K 1 0 0
+*
+GRAPH_MODE=FS 'C 'B 4 4 LH+0
+GRAPH_END=
+LINE_FEED=FS 'C 'J 4 L+0
+FORM_FEED=FF
+POS_X=
+*
+* The end
+*