Re: [NTG-context] Can't get texmfstart to work

2006-07-20 Thread Hans Hagen
The Wizard wrote:
 All -
 I downloaded and installed ruby 1.8.4 from sunfreeware.com, and now 
 I can at least use the texmfstart command. I ran texmfstart texexec 
 --check and get this back:

 TeXExec | current distribution: web2c
 TeXExec | context source date: 2006.07.14 12:08
 TeXExec | format path: . /home/markea/.texmf-config/web2c/unset 
 /home/markea/.texmf-var/web2c/unset /home/markea/texmf/web2c/unset 
 /usr/local/teTeX/share/texmf-config/web2c/unset 
 /usr/local/teTeX/share/texmf-var/web2c/unset 
 /usr/local/teTeX/share/texmf/web2c/unset 
 /usr/local/teTeX/share/texmf-local/web2c/unset 
 /usr/local/teTeX/share/texmf-dist/web2c/unset 
 /home/markea/.texmf-config/web2c /home/markea/.texmf-var/web2c 
 /home/markea/texmf/web2c /usr/local/teTeX/share/texmf-config/web2c 
 /usr/local/teTeX/share/texmf-var/web2c 
 /usr/local/teTeX/share/texmf/web2c 
 /usr/local/teTeX/share/texmf-local/web2c 
 /usr/local/teTeX/share/texmf-dist/web2c
   
path maddness ... i assume that the unset is the engine part

texexec should use the first writable path out of these; and then use an 
engine subpath
  file:line:error style messages enabled.
   
i've never seen that one

 So, it seems to be working. Now, I try to generate a test document which 
 I normally use to test my setup with the features I use most frequently, 
 and everything works except including graphics. I have a set of pdf 
 graphics which I normally modify on a per-project basis, and they go on 
 the cover page of my documents. The document seems to be complete, and I 
 don't see any inclusion errors in the log. But I do see some new errors 
 about underfull/overfull which I have not seen previously, and I don't 
 know how to interpret them. Anyone want to take a stab at figuring out 
 what's wrong?


   
overfull/undefull boxes depend on settings; they may be harmless

is hyphenation working?

Hans

-- 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Can't get texmfstart to work

2006-07-20 Thread Sanjoy Mahajan
   file:line:error style messages enabled.

 i've never seen that one

It's very useful.  Here's a sample run of pdftex with that option,
which makes the error output match the format that most language
compilers use (e.g. gcc).

So you can run tex in an Emacs *compilation* buffer (with M-x
compileCR) and Emacs can parse all the errors (C-x `) and take you
to them one by one.

  $ pdftex --file-line-error-style -interaction nonstopmode c
  This is pdfeTeXk, Version 3.141592-1.30.6-2.2 (Web2C 7.5.5)
   file:line:error style messages enabled.
  entering extended mode
  (./c.tex
  ./c.tex:4: Undefined control sequence.
  l.4 \abc

  [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] )
  (see the transcript file for additional
  information)/usr/share/texmf-tetex/fon
  ts/type1/bluesky/cm/cmr10.pfb
  Output written on c.pdf (1 page, 5134 bytes).
  Transcript written on c.log.

-Sanjoy

`Never underestimate the evil of which men of power are capable.'
 --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context