Re: using .sty files

1998-12-04 Thread Mate Wierdl
Mate>The idea is that you should create a directory texinputs/ in Mate> you home dir (or any other name, of course), and add to your Mate> startup files setenv TEXINPUTS ${HOME}/texinputs/:$TEXINPUTS Mate> No, this is not good (or unpredictable: it assumes TEXINPUTS is

Re: using .sty files

1998-12-04 Thread Jean-Marc Lasgouttes
> "Mate" == Mate Wierdl <[EMAIL PROTECTED]> writes: >> "Garst" == Richard E Hawkins Esq <[EMAIL PROTECTED]> >> writes: Garst> Does the sun shine there?:) Sorry if that's just an American Garst> joke. My question is, what is the best way to incorporate this Garst> into the docs, and/o

Re: using .sty files

1998-12-03 Thread Mate Wierdl
> "Garst" == Richard E Hawkins Esq <[EMAIL PROTECTED]> writes: Garst> Does the sun shine there?:) Sorry if that's just an American Garst> joke. My question is, what is the best way to incorporate this Garst> into the docs, and/or can Configure do this for us. I hacked my Ga

Re: using .sty files

1998-12-03 Thread Mate Wierdl
The sh solution is clearly best, but was not obvious to rick until it was pointed out, and I don't think rick is entitled to "newbie" status. Well, xdvi xdvi $TEXMF/doc/tetex/TETEXDOC, page 5, man {tex,bibtex} (look for env variables). info kpathsea Mate

Re: using .sty files

1998-12-03 Thread Jean-Marc Lasgouttes
> "Garst" == Richard E Hawkins Esq <[EMAIL PROTECTED]> writes: Garst> Does the sun shine there?:) Sorry if that's just an American Garst> joke. My question is, what is the best way to incorporate this Garst> into the docs, and/or can Configure do this for us. I hacked my Garst> system and pu

re: using .sty files

1998-12-03 Thread Richard E. Hawkins Esq.
The return-path strikes again :) Garst asked me to forward this (I also liked the old auto-reply to list) JM wrote: Add \usepackage{isuthesis} in your document's preamble. You should make sure that you put the .sty files in some place where LaTeX can find them and that they work with latex2e.

Re: using .sty files

1998-12-02 Thread Richard E. Hawkins Esq.
> if you use a sh-like shell, or > > setenv TEXINPUTS "~/tex//:" yikes, that was almost too easy :) thanks I paniced for a moment, but when i ran down the hall for my printing, the guy in there had a printout wiht pagenumbers on top, too. Seems that's the rule around here . . . --

Re: using .sty files

1998-12-02 Thread Mate Wierdl
OK, but how do I specify TEXINPUTS? That variable isn't defined in my environment. Suppose you put these files in ~hawk/tex/ Then put in the approriate shell init file either of TEXINPUTS="~/tex//:" export TEXINPUTS if you use a sh-like shell, or setenv TEXINPUTS "~/tex//:" if

Re: using .sty files

1998-12-02 Thread Mate Wierdl
(*don't* include the whole file in the preamble. Yuck.) It is not only yuck, it usually does not work at all (@ and friends). Mate--- Mate Wierdl | Dept. of Math. Sciences | University of Memphis

Re: using .sty files

1998-12-02 Thread Richard E. Hawkins Esq.
> Wait. Does the thesis file have \documentstyle{isuthesis}? (Or documentclass. > Whatever.) The thesis example is: \documentclass[11pt]{report} \usepackage{isuthesis} \usepackage{moreverb} %\includeonly{chapter4} \newtheorem{guess}{Hypothesis} \newtheorem{althyp}{($H_a$)Alternative Hypothesis

Re: using .sty files

1998-12-02 Thread Amir Karger
(The only problem with writing long emails is that the people who write short ones answer questions faster. Oh well.) On Wed, Dec 02, 1998 at 02:24:14PM -0600, Richard E. Hawkins Esq. wrote: > > I can't find this in the documentation, either. > > I have found a sample thesis, with about 3 .sty

Re: using .sty files

1998-12-02 Thread Jean-Marc Lasgouttes
> "Richard" == Richard E Hawkins Esq <[EMAIL PROTECTED]> writes: Richard> I can't find this in the documentation, either. Richard> I have found a sample thesis, with about 3 .sty files, that Richard> satisfied our dissertation office. Richard> Do I set somethign in lyxrc to tell it where th

using .sty files

1998-12-02 Thread Richard E. Hawkins Esq.
I can't find this in the documentation, either. I have found a sample thesis, with about 3 .sty files, that satisfied our dissertation office. Do I set somethign in lyxrc to tell it where these are, and put a /use{isuthesis} in the preamble? Do I paste the entire files into the preamble?