summaryrefslogtreecommitdiff
path: root/dviware/dvgtk/etc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /dviware/dvgtk/etc
Initial commit
Diffstat (limited to 'dviware/dvgtk/etc')
-rw-r--r--dviware/dvgtk/etc/dv-env25
-rw-r--r--dviware/dvgtk/etc/sane9
2 files changed, 34 insertions, 0 deletions
diff --git a/dviware/dvgtk/etc/dv-env b/dviware/dvgtk/etc/dv-env
new file mode 100644
index 0000000000..2daced5ddb
--- /dev/null
+++ b/dviware/dvgtk/etc/dv-env
@@ -0,0 +1,25 @@
+# dv-env - 20:31 GMT +10:00 Sun 30 May 1993 - Geoffrey Tobin.
+# A sample C shell script for setting environment variables for the
+# dvgt 3.5 TeX previewer.
+
+# 1. Environment variables peculiar to dvitovdu.
+
+# PK font of last resort; assumed in usual font directory:
+setenv DV_DUMMY_PK cmr10.300pk
+# TFM metric of last resort; assumed in usual tfm directory:
+setenv DV_DUMMY_TFM cmr10.tfm
+# PS font prefix; Karl Berry's convention:
+setenv DV_PS_PREFIX p
+# Locations of help texts.
+setenv DV_HELP /usr/local/lib/tex/dv/help
+setenv DV_IMMED_HELP /usr/local/lib/tex/dv/immed.hlp
+# Video driver.
+setenv DV_TERM ncsatel
+
+# 2. Modify PKFONTS and TEXFONTS with care,
+# because other TeX programs use them!
+
+# PKFONTS lists directories where PK bitmap fonts live.
+setenv PKFONTS .:/usr/local/lib/tex/fonts/qume/
+# TEXFONTS lists directories where TFM metric files live.
+setenv TEXFONTS .:/usr/local/lib/tex/fonts/
diff --git a/dviware/dvgtk/etc/sane b/dviware/dvgtk/etc/sane
new file mode 100644
index 0000000000..fd766d1796
--- /dev/null
+++ b/dviware/dvgtk/etc/sane
@@ -0,0 +1,9 @@
+#!/bin/sh
+# sane
+# Complete, sane stty settings, for NCSA Telnet connection.
+
+stty sane
+stty 38400 # the baud rate is important: modify to suit
+stty -parenb cs8 -istrip tab3
+
+# end sane