Package: yatex
Version: 1.71-1
I am using debian sarge, and having trouble with
yatex. I don't have this problem with other machines
with debian woody. The problem is as follows.
I set up the file association of konqueror so that
when I double click an tex file then it is opened
by the editor emacs. I use yatex to edit tex files.
Here is the part of my .emacs wich concerns yatex
(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)
;; YaTeX-mode
(setq auto-mode-alist
(cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
(setq dvi2-command "xdvi"
tex-command "platex -src"
dviprint-command-format "dvips %s | lpr"
YaTeX-kanji-code 3)
I set up the environment variables as follows in my .bashrc
export TEXINPUTS=.:/usr/share/texmf//:${HOME}/tex-macros//
export BIBINPUTS=.:/usr/share/texmf//:${HOME}/tex-macros//
export BSTINPUTS=.:/usr/share/texmf//:${HOME}/tex-macros//
I put macro files in tex-macros such as head.tex. When I try to
compile with Ctrl+c t j it doesn' recognize the variable TEXINPUTS
and says
! I can't find file `head'.
l.2 \input head
Please type another input file name:
If I open a tex file from the command line this problem does not
occur and I can compile the file. I don't know if this is a problem of
yatex or konqueror. When I open a tex file in a similar manner on a
woody machine this problem does not occur. Of course I may be
overlooking something, but I appreciate if somebody could look into the
matter.
Sincerely yours,
Akihiko Yukie
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]