Re: [NTG-context] mbib installation

2004-06-14 Thread Taco Hoekwater

Hi,

Short answer:

Leave them in the directory where your input files are.


Long answer:

The 'logical' place for the .TEX files would be 

temf-root/tex/context/user

And for the .BST files:

temf-root/bibtex/bst/context

Both directories would need to be created if they do not exist.

texmf-root is a variable. You could use the main tree (/usr/share/texmf) 
assuming you are root on your machine, or (better)  the 'local tree'  
(probably  /usr/share/texmf-local), or even a private tree under  your home 
directory ($HOME/texmf, handy if you have no rights on the machine).

After copying, you need to execute mktexlsr to make sure that
the search database is updated.


Greetings, Taco


However,

On Mon, 14 Jun 2004 09:45:25 +0200, Jean wrote:

 Hello all,
 I am new on this list, trying these days to learn about context and
 considering switching from laTex to context.
 I have downloaded and unzipped the mbib package but not found *any*
 installation instructions, only some files plus a very brief README. So
 can anyone tell me what should I do with those.
 my TeX installation is teTeX
 TIA,
 -- 
 Jean Magnan de Bornier
 3 Cours Victor Hugo, 13980 Alleins   France
 Tel: 04 90 59 33 94Port: 06 09 17 35 87
 mèl: jm.bornier*at*free.fr
 ___
 ntg-context mailing list
 [EMAIL PROTECTED]
 http://www.ntg.nl/mailman/listinfo/ntg-context


-- 
groeten,

Taco
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] pagination problem with \startitemize[columns]

2004-06-14 Thread Hans Hagen
Willi Egger wrote:
ConTeXt  ver: 2004.3.19  fmt: 2004.6.6
This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2c 7.5.2) 
(format=cont-en 2004.6.6)  12 JUN 2004 15:00

Hans, what is the meaning of the k behind PdfTeX?
experimental (has become an x)
Hans
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] pagination problem with \startitemize[columns]

2004-06-14 Thread Hans Hagen
Nikolai Weibull wrote:
I sent a response to an earlier thread about this, but I don't know if
it got through (my mail was down later that day).  Anyway, here's an
example of something that gets messed up.  Text following the itemize
doesn't get paginated properly.  Having a new chapter after it seems to
fix it from there on, though.
\starttext
\chapter{One}
\dorecurse{7}{\input zapf \par\relax}
\startitemize[columns,four]
\dorecurse{12}{\nop \type{[:alnum:]}}
\stopitemize
\dorecurse{7}{\input zapf \par\relax}
\stoptext
 

i posted a fix for that:
\def\endmulticolumns
 {%\par
  \vskip\lineheight\vskip-\lineheight % take footnotes into account
  \dontshowcomposition
  \doflushcolumnfloat  % added recently
 %\doflushcolumnfloats % no, since it results in wrong top floats
  \flushnotes  % before start of columns
  \par
  \ifbalancecolumns
\global\output{\continuousmulticolumnsout}%
\goodbreak
\global\output{\balancedmulticolumnsout}%
  \else
\goodbreak
  \fi
  \eject   % the prevdepth is important, try e.g. toclist in
  \prevdepth\zeropoint % columns before some noncolumned text text
  \global\output\singlecolumnout
  \global\output{\the\mainoutput}% % % % % todo
  \ifvoid\precolumnbox\else
\unvbox\precolumnbox
  \fi
  \global\precolumnboxheight\zeropoint
  \endgroup % here
  \nofcolumns\plusone
  \setvsize % the outer one!
  \synchronizeoutput % new may 2004 / we need to: \pagegoal\vsize
  \checkendcolumnfootnotes
  \dosomebreak\allowbreak
  \restoresavedfloats}
this should go into cont=new.tex
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] mbib question

2004-06-14 Thread Bernd Militzer
Hi Taco,

in which file can I change
editor to Herausgeber
page to Seite
and to und
...

Thanks for help

Bernd

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] m-bib question (language dependant string values)

2004-06-14 Thread Taco Hoekwater


Hi Bernd,

For now: you can change these in bibl-apa.tex or bibl-aps.tex, you should 
choose  the one you actually use (probably bibl-apa). 

Dont' forget to make copies first!

For Hans:

Hans, what is the clean solution to this problem? bibl-XXX.tex files use
pieces of typesetting code along the lines of:

\insertpages{page }{. }{. }% #1=before. #2=after, #3=notfound

where the arguments (like page ) are literal text to be typeset. Using
the \interfaced command wouldn't work (because of embedded spaces
and commas and such). 

So, should I be using \labeltext one way or  another? 

\setuplabeltext [en] [pagebefore={page }] % etc ...

The downside of that is: it will need a lot of interface constant definitions
(pagebefore,pageafter,pagenotfound,'titlebefore' ...). Can you
advise me?

Greetings, Taco

On Mon, 14 Jun 2004 12:19:21 +0200, Bernd wrote:

 Hi Taco,
 
 in which file can I change
 editor to Herausgeber
 page to Seite
 and to und
 ...
 
 Thanks for help
 
 Bernd
 
 ___
 ntg-context mailing list
 [EMAIL PROTECTED]
 http://www.ntg.nl/mailman/listinfo/ntg-context


-- 
groeten,

Taco
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: \startlinenumbering and \starttyping

2004-06-14 Thread Hans Hagen
Nikolai Weibull wrote:
* Patrick Gundlach [EMAIL PROTECTED] [Jun 11, 2004 19:00]:
 

What is your def of \startfiletyping?
   

Argh, should have sticked to the original example - copy and pasted...
Anyway, it is equivalent to
\startlinenumbering
\starttyping
Kenneth Brown recent conduct has been rather
unacceptible in my humble opinion.  It is,
perhaps, not a coincidence that his last name
is the as that of the color of poo.
\stoptyping
\stoplinenumbering
 

this works ok  here
what is startfiletyping supposed to do?
\setuptyping[file][numbering=file] \typefile{test.tex}
Hans
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: Question abount ConTeXt

2004-06-14 Thread Hans Hagen
Hi,
the en/nl/etc have to do with the interface language and there is no 
spanisch interface (yet)

if you want to typeset spanish, you need spanish patterns and these are 
loaded by default, so

 texexec --make --alone
will do for you. If you want all patterns:
 texexec --make --alone --all
switching to spanish is done with
 \mainlanguage[es]

Hans
Estimated sirs of Pragma,
I am a newcomer to ConTeXt, though I used LaTeX for some time. I don't
know if I can pose my question to this e-mail address, if not I would
appretiate indications in order to forward it to a more adequate address.
I am creating the en and nl formats with:
texexec --make en nl
and everything goes fine.
My problem comes when I want to do:
texexec --make es
to create the Spanish format.
 

I have created a line for es into fmtutil file (fmtutil --edit) which
copies the ones dedicated to en and nl. I have also uncommented the
es line in texmf/tex/context/config/cont-usr.tex file and created a
cont-es.ini file that mimicks cont.en.ini file in the same directory
(texmf/tex/context/config)
Is there something wrong or something else to do in order to get the
Spanish format running?
Thanks in advance !
Jose Ignacio Marín Alberdi
 

-
 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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \AtBeginDocument

2004-06-14 Thread Peter Mnster
On Sun, 13 Jun 2004, Hans Hagen Outside wrote:

 hm, starttext is called anyway so it should work with product as well

Indeed, I saw this in the definition of \startproduct. Now I know, why it
does not work here: in my example (see below), \startproduct is called
before the environment is read in.

file env.tex:
\startenvironment env
\appendtoks\def\TestIt{test}\to\everystarttext
\stopenvironment

file proj.tex:
\startproject proj
\environment env
\product prod
\stopproject

file prod.tex:
\startproduct prod
\project proj
Test it: \TestIt
\stopproduct

Doesn't matter, I'll find other solutions for my purposes.

 P.S.: Unfortunately, it is quite hard to browse the core-*.tex files,
 because of the mix of 2 languages...  Are the non-english user-interfaces
 really used?
   
 sure, i use it, esp for dutch books (styles)

Excuse me, in fact it was a silly question.

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
_
FilmSearch engine: http://f-s.sf.net/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] enco-ffr again

2004-06-14 Thread Peter Mnster
I've just discovered, that the problem is only with : and ; but not with ?
and !
Here my example files:

file env.tex:
\startenvironment env
\useencoding[ffr]
\mainlanguage[fr]
\stopenvironment

file test.tex:
\environment env
\starttext
No space before : nor ;
bla: bla; bla? bla!
\stoptext

Could someone help?
Greetings, Peter

-- 
http://pmrb.free.fr/contact/
_
FilmSearch engine: http://f-s.sf.net/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] startappendices creates an extra empty page

2004-06-14 Thread Peter Mnster
On Mon, 21 Oct 2002, Rob van Swol wrote:

 When is use \startappendices \stopappendices to create appendices, I get
 an extra empty page. Is there a way to solve this?

Hello,
did someone find a solution for this problem?
I have the same problem with \startbackmatter, here a test file:

\setupheadertexts[\currentpage/\lastpage]
\starttext
\startfrontmatter
hello
\stopfrontmatter
\startbodymatter
hello
\stopbodymatter
\startbackmatter
hello
\stopbackmatter
\stoptext

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
_
FilmSearch engine: http://f-s.sf.net/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] footnote in paragraph

2004-06-14 Thread Peter Mnster
Hello,
how could I place a footnote in a startParagraph environment?

\defineparagraphs[Par][n=3]
\starttext
\startPar
bla\Par bla\footnote{a footnote, that gets hidden...}\Par bla
\stopPar
\stoptext

Greetings, Peter

-- 
http://pmrb.free.fr/contact/
_
FilmSearch engine: http://f-s.sf.net/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context