Wolfgang Schuster wrote:
Am 04.12.2009 um 19:32 schrieb Hans Hagen:

\def\dousepublications#1%
 {\doonlyonce{#1.\f!bibextension}
    {\let\@@savedpar\par
     \let\par\ignorespaces
     \ifhmode\kern\zeropoint\fi
     \readfile{#1.\f!bibextension}
       {\showmessage\m!publications{4}{#1.\f!bibextension}}
       {\showmessage\m!publications{2}{#1.\f!bibextension}}%
     \ifhmode\removeunwantedspaces\fi
     \let\par\@@savedpar}}

why not \let\par\normalpar

actually i had that but then i was not sure if par might have been redefined as a \cite command can occure anywhere; it's also why we cannot use grouping ... or use

\startnointerference
\globaldefs\plusone
...
\stopnointerference

actually, it's not the \startpublication that is the problem as we can add \ignorespaces at the end, or use tricks that need grouping as they are defined global anyway, but it's the \setuppublciations in the bbl file that interferes

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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to