Using mk_req_extended Was: Viewing/printing tex documents

2005-03-29 Thread Mike Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 29 Mar 2005 at 14:56 (-0500), Sam Hartman wrote: > You have to get the credentials before calling mk_req_extended. Here's > how mk_req works: > > /* obtain ticket & session key */ > memset((char *)&creds, 0, sizeof(creds)); > if ((retval = krb

Re: Viewing/printing tex documents

2005-03-29 Thread Sam Hartman
> "Mike" == Mike Friedman <[EMAIL PROTECTED]> writes: Mike> But this brings me to a very specific question, that even Mike> the source code is not answering for me (I'm probably Mike> overlooking something obvious): Mike> I'd like to use krb5_mk_req_extended, instead of Mi

Re: Viewing/printing tex documents

2005-03-28 Thread Mike Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 25 Mar 2005 at 20:40 (-0500), Sam Hartman wrote: > Hi. The really bad news is the api docs in doc/api are sufficiently out > of date as to be useless for most purposes. I think they might be > useful if someone wanted a starting point for an

Re: Viewing/printing tex documents

2005-03-26 Thread Rachel Elizabeth Dillon
On Fri, Mar 25, 2005 at 10:36:27AM -0800, Mike Friedman wrote: > I'm quite amenable to reinstalling LaTex, but where can I get it? I've > looked at the LaTex project web page, which refers to several other sites, > but they all appear to contain multiple components and packages and (not > knowing

Re: Viewing/printing tex documents

2005-03-25 Thread Sam Hartman
Hi. The really bad news is the api docs in doc/api are sufficiently out of date as to be useless for most purposes. I think they might be useful if someone wanted a starting point for an API document although even that is questionable. Kerberos ma

Re: Viewing/printing tex documents

2005-03-25 Thread Ken Raeburn
On Mar 25, 2005, at 09:28, Rachel Elizabeth Dillon wrote: I also noticed a couple of things about the documentation tarball that might be of more general interest: (1) the root makefile seems to depend on the source tree being available Yes. Offhand, I know we pull in the man pages for some prog

Re: Viewing/printing tex documents

2005-03-25 Thread Mike Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 25 Mar 2005 at 09:28 (-0500), Rachel Elizabeth Dillon wrote: > This is most likely a problem with your LaTeX installation, as the > latex.fmt file should be part of your LaTeX install; on my Debian Linux > machine, it lives in /var/lib/texmf/w

Re: Viewing/printing tex documents

2005-03-25 Thread Rachel Elizabeth Dillon
This is most likely a problem with your LaTeX installation, as the latex.fmt file should be part of your LaTeX install; on my Debian Linux machine, it lives in /var/lib/texmf/web2c/latex.fmt, but I don't have a Solaris machine to find it on handy. If "find / | grep latex.fmt" (and there are probab

Viewing/printing tex documents

2005-03-25 Thread Mike Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For all the years I've been working with MIT Kerberos, the one problem I've had consistently is not being able to view or print the .tex documents. At this point, it appears I have texinfo, ncurses and even a version of Latex on my (Solaris 8) system,