ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Space ignored in biblography
@ 2010-04-22 18:18 Matija Šuklje
  2010-04-22 18:54 ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Matija Šuklje @ 2010-04-22 18:18 UTC (permalink / raw)
  To: ntg-context

Hullo.

I've got a problem with the rendering of the "authoretaltext" — it doesn't put 
a space between the last name and the &al text.

Result:
* "Peeping, Tom; Crapper, Johnin ostali."

Expected result:
* "Peeping, Tom; Crapper, John in ostali."

--[snip]--
\setupheadtext[sl][pubs={\sca Literatura\blank[line]}]
\setuppublicationlist
	[title={{\sca\naslov} \blank[line]},
% 	totallist=6,
	author=\invertedauthor,
	artauthor=\invertedauthor,
	editor=\invertedauthor,
	namesep={; },
	lastnamesep={ in },
	finalnamesep={; },
	authoretallimit=10,
	authoretaltext={ in drugi},
	artauthoretallimit=10,
	artauthoretaltext={ in drugi},
	editoretallimit=10,
	editoretaltext={ in drugi}
]
\setuppublicationlayout[knjiga]{
	\insertauthors{}{: }{}%
	\inserttitle{\bgroup\sc}{\egroup}{}%
	\insertrevision{ (}{)}{\unskip}%
	\insertpubname{, }{}{\unskip}%
	\insertcity{, }{}{\unskip}%
	\insertpubyear{ }{.}{}%
}
--[snap]--

Any help appreciated.


Cheers,
Matija
-- 
gsm: +386 41 849 552
www: http://matija.suklje.name
xmpp: matija.suklje@gabbler.org
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Space ignored in biblography
  2010-04-22 18:18 Space ignored in biblography Matija Šuklje
@ 2010-04-22 18:54 ` Taco Hoekwater
  2010-04-22 20:03   ` Matija Šuklje
  0 siblings, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2010-04-22 18:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Matija Šuklje wrote:
> Hullo.
> 
> I've got a problem with the rendering of the "authoretaltext" — it doesn't put 
> a space between the last name and the &al text.
> 
> Result:
> * "Peeping, Tom; Crapper, Johnin ostali."
> 
> Expected result:
> * "Peeping, Tom; Crapper, John in ostali."

The module apparently also changed 'in drugi' into 'in ostali' all
on its own? Anyway, using {~in ostali} will likely work. If it does
not, please try for a complete test file.

Best wishes,
Taco
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Space ignored in biblography
  2010-04-22 18:54 ` Taco Hoekwater
@ 2010-04-22 20:03   ` Matija Šuklje
  2010-04-22 20:07     ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Matija Šuklje @ 2010-04-22 20:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dne četrtek 22. aprila 2010 ob 20:54:12 je Taco Hoekwater napisal(a):
> The module apparently also changed 'in drugi' into 'in ostali' all
> on its own?

No, that was me making a sloppy example :P

> Anyway, using {~in ostali} will likely work. If it does
> not, please try for a complete test file.

Workes, thanks :]

BTW, should I use the tilde also in other similar commands?

e.g.

lastnamesep={~in },

instead of 

lastnamesep={ in },


Cheers,
Matija
-- 
gsm: +386 41 849 552
www: http://matija.suklje.name
xmpp: matija.suklje@gabbler.org
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Space ignored in biblography
  2010-04-22 20:03   ` Matija Šuklje
@ 2010-04-22 20:07     ` Taco Hoekwater
  2010-04-22 20:16       ` Matija Šuklje
  0 siblings, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2010-04-22 20:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Matija Šuklje wrote:
> Dne četrtek 22. aprila 2010 ob 20:54:12 je Taco Hoekwater napisal(a):
>> The module apparently also changed 'in drugi' into 'in ostali' all
>> on its own?
> 
> No, that was me making a sloppy example :P
> 
>> Anyway, using {~in ostali} will likely work. If it does
>> not, please try for a complete test file.
> 
> Workes, thanks :]
> 
> BTW, should I use the tilde also in other similar commands?

It is safer, yes. Sometimes the bib module does an \ignorespaces
or \unskip to get rid of unwanted spaces creeping in, but a ~ is
never removed by that process.

Best wishes,
Taco
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Space ignored in biblography
  2010-04-22 20:07     ` Taco Hoekwater
@ 2010-04-22 20:16       ` Matija Šuklje
  0 siblings, 0 replies; 5+ messages in thread
From: Matija Šuklje @ 2010-04-22 20:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dne četrtek 22. aprila 2010 ob 22:07:50 je Taco Hoekwater napisal(a):
> It is safer, yes. Sometimes the bib module does an \ignorespaces
> or \unskip to get rid of unwanted spaces creeping in, but a ~ is
> never removed by that process.

Thanks :]

There's going to be quite a few changes to my PF_UL style in the near future 
;)


Cheers,
Matija
-- 
gsm: +386 41 849 552
www: http://matija.suklje.name
xmpp: matija.suklje@gabbler.org
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2010-04-22 20:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-22 18:18 Space ignored in biblography Matija Šuklje
2010-04-22 18:54 ` Taco Hoekwater
2010-04-22 20:03   ` Matija Šuklje
2010-04-22 20:07     ` Taco Hoekwater
2010-04-22 20:16       ` Matija Šuklje

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).