ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \inpu
@ 2012-01-01  3:28 Michael Talbot-Wilson
  2012-01-01  7:00 ` \inpu luigi scarso
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Talbot-Wilson @ 2012-01-01  3:28 UTC (permalink / raw)
  To: Context Mailing List

I thought I'd see if I could use ConTeXt.  Here is my first try, hello.tex.

\starttext
\input header
Hello, World!\startlua
a = 1.5
b = 1.8
c = a * b
tex.print(c)
\stoplua plus1.
\stoptext

Didn't work because the file header.tex could not be found, even
though kpsewhich can find it.




(hello.tex
publications    : loading formatting style from bxml-apa
(/usr/local/libexec/ConTeXt/tex/texmf-context/tex/context/base/bxml-apa.mkiv)

ConTeXt  ver: 2010.06.23 12:45 MKIV  fmt: 2011.12.24  int: english/english

system          : cont-new loaded
(/usr/local/libexec/ConTeXt/tex/texmf-context/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
(/usr/local/libexec/ConTeXt/tex/texmf-context/tex/context/base/cont-new.mkiv))
system          : cont-fil loaded
(/usr/local/libexec/ConTeXt/tex/texmf-context/tex/context/base/cont-fil.tex
loading         : ConTeXt File Synonyms
)
system          : cont-sys.rme loaded
(/usr/local/libexec/ConTeXt/tex/texmf-context/tex/context/user/cont-sys.rme (/usr/local/libexec/ConTeXt/tex/texmf-context/tex/context/base/type-def.mkiv) (/usr/local/libexec/ConTeXt/tex/texmf-context/tex/context/base/type-lua.mkiv) (/usr/local/libexec/ConTeXt/tex/texmf-context/tex/context/base/type-siz.mkiv) (/usr/local/libexec/ConTeXt/tex/texmf-context/tex/context/base/type-otf.mkiv))
system          : hello.top loaded
%
%	begin of optionfile
%
%	% runtime options files (command line driven)
%	\unprotect
%	% feedback and basic job control
%	% handy for special styles
%	\startluacode
%	document = document or { }
%	document.arguments={
%	}
%	document.files={
%	 "hello",
%	}
%	\stopluacode
%	% process info
%	\setupsystem[inputfile=hello]
%	\setupsystem[\c!n=1,\c!m=1]
%	% modes
%	% options (not that important)
%	\startsetups *runtime:options
%	\setupoutput[pdftex]
%	\stopsetups
%	% styles and modules
%	\startsetups *runtime:modules
%	\stopsetups
%	% done
%	\protect \endinput
%
%	end of optionfile
%
(hello.top)
fonts           : preloading latin modern fonts
{/usr/local/libexec/ConTeXt/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/usr/local/libexec/ConTeXt/tex/texmf/fonts/map/dvips/lm/lm-rm.map}{/usr/local/libexec/ConTeXt/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
bodyfont        : 12pt rm is loaded
language        : language en is active
systems         : begin file hello at line 1
! I can't find file `header'.
l.2 \input header

Please type another input file name: 
! Emergency stop.
l.2 \input header

End of file on the terminal!

!  ==> Fatal error occurred, no output PDF file produced!
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: \inpu
  2012-01-01  3:28 \inpu Michael Talbot-Wilson
@ 2012-01-01  7:00 ` luigi scarso
  2012-01-01  9:17   ` \inpu Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: luigi scarso @ 2012-01-01  7:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, Jan 1, 2012 at 4:28 AM, Michael Talbot-Wilson <mtw@view.net.au> wrote:
> I thought I'd see if I could use ConTeXt.  Here is my first try, hello.tex.
>
> \starttext
> \input header
> Hello, World!\startlua
> a = 1.5
> b = 1.8
> c = a * b
> tex.print(c)
> \stoplua plus1.
> \stoptext
>
> Didn't work because the file header.tex could not be found, even
> though kpsewhich can find it.
I'm not sure that mkiv uses kpsewhich....
You should use mtxrun --locate, i.e.
mtxrun --locate --all knuth

-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: \inpu
  2012-01-01  7:00 ` \inpu luigi scarso
@ 2012-01-01  9:17   ` Wolfgang Schuster
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2012-01-01  9:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 01.01.2012 um 08:00 schrieb luigi scarso:

> On Sun, Jan 1, 2012 at 4:28 AM, Michael Talbot-Wilson <mtw@view.net.au> wrote:
>> I thought I'd see if I could use ConTeXt.  Here is my first try, hello.tex.
>> 
>> \starttext
>> \input header
>> Hello, World!\startlua
>> a = 1.5
>> b = 1.8
>> c = a * b
>> tex.print(c)
>> \stoplua plus1.
>> \stoptext
>> 
>> Didn't work because the file header.tex could not be found, even
>> though kpsewhich can find it.
> I'm not sure that mkiv uses kpsewhich….

No, MkIV use a different system to find files.

> You should use mtxrun --locate, i.e.
> mtxrun --locate --all knuth

The file list is updated with “mtxrun --generate” or “context --generate” (which will then run mtxrun).

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-01  9:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-01  3:28 \inpu Michael Talbot-Wilson
2012-01-01  7:00 ` \inpu luigi scarso
2012-01-01  9:17   ` \inpu Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).