Re: Fwd: [NTG-context] \inmargin, \setupindenting, and overfull boxes

2005-05-06 Thread Taco Hoekwater
Hi Idris,
It's definately a \parindent, but I cannot figure whence it came.
Anyway, if you need an immediate fix, the following hack works:
  \let\normalinmargin\inmargin
  \def\inmargin#1{{\parindent0pt \normalinmargin{#1}}}
Greetings, Taco
Idris Samawi Hamid wrote:
Hi gang,
I sent this about ten days ago; trying again:-)
Best
Idris
--- Forwarded message ---
Dear cartel,
Here is one for you-) If you uncomment the \setupindenting you will get an
overfull hbox; a real nuisance when you have dozens of \inmargin's...
Awaiting advice:-)
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] BibTeX problem (all refs are [??])

2005-05-06 Thread Taco Hoekwater
Tobias Burnus wrote:
Hello,
Any ideas?
Should work, of course. Can you send me JHund.bib
and/or  a minimal (not-)working example?
Greetings, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] BibTeX problem (all refs are [??])

2005-05-06 Thread Tobias Burnus
Hello,
Taco Hoekwater wrote:
Should work, of course. Can you send me JHund.bib
and/or  a minimal (not-)working example?
No, I changed the file (removed manual [1] and \cite[...] in favour
of footnotes since I wanted to add several notes to the references). I
now retried with simply adding a \cite[...] and it simply works (I
didn't even run bibtex inbetween nor did I reboot).
Well, at least it works :-)
Does anyone know how to create a footnotenumber which looks like 1
instead of \high{1}? For my poor man's references, I'd like to say in
Ref.~\footnote[id]{Author, title (year). This is based on ... and covers
esp...}, but this looks strange when printed as in Ref. \high{1}.
Tobias
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] BibTeX module (convert 'and others' to 'et~al.')

2005-05-06 Thread Michael Fuchs
Hi!

Is there a possibility to create 'et~al.' in a listed publication
in the publication list? In my bbl file there is an entry:

\startpublication[k=Assafiri:2003mv,t=article,
a={Assafiri et~al.},y=2003,
n=49,s=Ass03]
\artauthor[]{Y.}[Y.]{}{Assafiri}
\artauthor[]{}[]{}{others}
\pubyear{2003}
\arttitle{{Double $\pi^0$ photoproduction on the proton at GRAAL}}
\journal{Phys. Rev. Lett.}
\volume{90}
\pages{222001}
\stoppublication


In the publication list this will be:

Ass03 Assafiri, Y. and others, (2003). Double ... photoproduction on the proton 
at GRAAL.
Phys. Rev. Lett., 90:222001.

I would like to replace and others by et~al..

Best regards

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


Re: Fwd: [NTG-context] \inmargin, \setupindenting, and overfull boxes

2005-05-06 Thread Idris Samawi Hamid
Hi Taco,
On Fri, 06 May 2005 08:46:04 +0200, Taco Hoekwater [EMAIL PROTECTED] 
wrote:

Hi Idris,
It's definately a \parindent, but I cannot figure whence it came.
Anyway, if you need an immediate fix, the following hack works:
   \let\normalinmargin\inmargin
   \def\inmargin#1{{\parindent0pt \normalinmargin{#1}}}
Thank you for the fix; I'll test it after work.
This is interesting, because the original output looks fine in the 
argument to \inmargin, there is no actual indentation going on...

Thnx again
Idris
--- Forwarded message ---
Dear cartel,
Here is one for you-) If you uncomment the \setupindenting you will get 
an
overfull hbox; a real nuisance when you have dozens of \inmargin's...
--
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Bookmarking a \title

2005-05-06 Thread John R. Culleton
Let me try again. How do I bookmark a \title?
-- 

John Culleton
The answers to all your publishing questions are found 
in the excellent books listed in the word-famous shortlist!
http://wexfordpress.com/tex/shortlist.pdf

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


Re: [NTG-context] Bookmarking a \title

2005-05-06 Thread William F. Adams
On May 6, 2005, at 7:35 AM, John R. Culleton wrote:
Let me try again. How do I bookmark a \title?
What? Isn't the answer for this in a book listed in your signature?
The answers to all your publishing questions are found
in the excellent books listed in the word-famous shortlist!
http://wexfordpress.com/tex/shortlist.pdf
If not, probably you should revise and correct your .sig, no?
William
--
William Adams, publishing specialist
voice - 717-731-6707 | Fax - 717-731-6708
www.atlis.com
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


RE: FWD: [NTG-context] \inmargin, \setupindenting, and overfull boxes

2005-05-06 Thread Idris Samawi Hamid
Hi Taco,

Ok your hack works for small files but in my larger work this is causing TeX's 
capacity to overload (indeed, I don't think I've run into this particular 
overload message before; does the `255' signify some ceiling here?):

===
! TeX capacity exceeded, sorry [grouping levels=255].
\normalinmargin #1-{
 \parindent 0pt \normalinmargin {#1}}
\normalinmargin ...indent 0pt \normalinmargin {#1}
  }
\normalinmargin ...indent 0pt \normalinmargin {#1}
  }
\normalinmargin ...indent 0pt \normalinmargin {#1}
  }
\normalinmargin ...indent 0pt \normalinmargin {#1}
  }
\normalinmargin ...indent 0pt \normalinmargin {#1}
  }
...
=

Although if I implement this manually it does not overload TeX:

===
\setupoutput[pdftex]%

\setupindenting[medium]

%\let\normalinmargin\inmargin
%\def\inmargin#1{{\parindent0pt \normalinmargin{#1}}}

\starttext

\input knuth {\parindent0pt\inmargin{This is a test.}}

\stoptext
===

Something about that pseudo-recursive definition I suppose? It may take a 
while for me to narrow this new problem down to a small file, but I can 
privately send you the larger files if you care to look at this.

Thnx 4 all your help.

Best
Idris

= Original Message From Taco Hoekwater [EMAIL PROTECTED] =
Hi Idris,

It's definately a \parindent, but I cannot figure whence it came.
Anyway, if you need an immediate fix, the following hack works:


Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

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