Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tlug: dviprt and Kyocera L-880



--------------------------------------------------------
tlug note from "Stephen J. Turnbull" <turnbull@example.com>
--------------------------------------------------------
>>>>> "Craig" == C Oda <craig@example.com> writes:

    Craig> a while ago I posted a question about GhostScript drivers
    Craig> for the Kyocera L-880 laser printer.  I was just reviewing
    Craig> my Linux nyumon book, when I noticed that dviprt had

Yuck, but it works.  Specials are not "dvi*k" compatible, though.  I
don't know what specials dviprt does, actually.

    Craig> Other people might want to give it a look.  All I have to
    Craig> do now is find a text to dvi filter and I'm set.  I guess I
    Craig> could hack something with TeX if I was really desperate.

# /bin/sh
# probably ought to clean up the file naming and cleanup parts
# of the script.  Handles Japanese, too!

echo << EOTeX > tmp.tex
\documentclass[a4paper]{article}  % I don't like jarticle format

\begin{document}
\begin{verbatim}
EOTeX

cat $1 >>tmp.tex

echo << EOTeX >> tmp.tex
\end{verbatim}
\end{document}
EOTeX

jlatex tmp
dviprt $2 tmp.dvi

rm -f tmp.tex tmp.dvi tmp.aux tmp.log # any other trash

-- 
                            Stephen J. Turnbull
Institute of Policy and Planning Sciences                    Yaseppochi-Gumi
University of Tsukuba                      http://turnbull.sk.tsukuba.ac.jp/
Tel: +81 (298) 53-5091;  Fax: 55-3849              turnbull@example.com
-----------------------------------------------------------------
a word from the sponsor will appear below
-----------------------------------------------------------------
The TLUG mailing list is proudly sponsored by TWICS - Japan's First
Public-Access Internet System.  Now offering 20,000 yen/year flat
rate Internet access with no time charges.  Full line of corporate
Internet and intranet products are available.   info@example.com
Tel: 03-3351-5977   Fax: 03-3353-6096


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links