diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2008-07-13 23:38:43 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2008-07-13 23:38:43 +0000 |
commit | 5c85a4388af5902257dbe2e7bc1c6b3a2716fb61 (patch) | |
tree | d3fc49b02c134e88d8edc2fd9029e2980cac1736 /Master | |
parent | 68941d07f2527033e839dfde3728fd81571908de (diff) |
support/dviout/ added
git-svn-id: svn://tug.org/texlive/trunk@9532 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/support/dviout/README | 21 | ||||
-rwxr-xr-x | Master/support/dviout/install.par | 5 | ||||
-rw-r--r-- | Master/support/dviout/tex318w.zip | bin | 0 -> 2706126 bytes |
3 files changed, 26 insertions, 0 deletions
diff --git a/Master/support/dviout/README b/Master/support/dviout/README new file mode 100755 index 00000000000..37337317e20 --- /dev/null +++ b/Master/support/dviout/README @@ -0,0 +1,21 @@ +This directory contains Dviout, the DVI previewer for Windows
+by Toshio Oshima.
+Installation:
+- make directory for dviout, e.g. c:\dviout or C:\Program Files\dviout
+- unzip tex318w.zip in that directory
+- copy install.par to that directory
+
+Configuration for TeX Live2008:
+- *before* starting dviout, edit install.par and change absolute paths,
+ especially TEXROOT="C:\Documents and Settings\XXX\ (change XXX to
+ the current value you have, e.g. user name; if TL was installed in
+ another directory then the default (c:\Program Files\texlive\2008\)
+ you have to change also those paths.
+- make a shortcut on your desktop (you can also make file association
+ for opening DVI files by dviout)
+- the first run of dviout will autoconfigure the program by reading
+ prepared install.par.
+
+Prepared by Staszek Wawrykiewicz thanks to hints from Toshio Oshima
+and Akira Kakuto
+
\ No newline at end of file diff --git a/Master/support/dviout/install.par b/Master/support/dviout/install.par new file mode 100755 index 00000000000..23d4aba2f24 --- /dev/null +++ b/Master/support/dviout/install.par @@ -0,0 +1,5 @@ +dpi=600
+TEXROOT="C:\Documents and Settings\XXX\.texlive2008\texmf-var\fonts;C:\Program Files\texlive\2008\texmf-var\fonts;C:\Program Files\texlive\2008\texmf-dist\fonts;C:\Program Files\texlive\2008\texmf\fonts"
+TEXPK=^r\tfm\\^s^tfm;^r\pk\\^s.^dpk;^r\vf\\^s.vf;^r\ovf\\^s.ovf;^r\tfm\\^s.tfm
+gsx="C:\Program Files\texlive\2008\tlpkg\tlgs\bin\gswin32c.exe"
+gen="`C:\Program Files\texlive\2008\bin\win32\mktexpk.exe --mfmode / --dpi ^d --bdpi ^D --mag ^M ^s"
diff --git a/Master/support/dviout/tex318w.zip b/Master/support/dviout/tex318w.zip Binary files differnew file mode 100644 index 00000000000..441a86e8325 --- /dev/null +++ b/Master/support/dviout/tex318w.zip |