Am 02.10.2011 um 19:53 schrieb Pablo Rodríguez:
On 10/02/2011 06:40 PM, Philipp Gesang wrote:
Well, in my previous example, rather use:
\definefontfeature[url][onum=no,smcp=yes]
and come back with a complete example if it doesn’t help.
Philipp, I'm afraid it doesn't work. Sample file:
[…]
Use \addfs{url} to disable the onus feature.
After having to write the second url, I began to think it was unnecessarily complex.
Fwiw I think that \useURL fits the context style best as it separates the declaration of an element from its use in the document.
Sorry, but I'm afraid I don't see your point. Would you think the same for titles or emphasized text?
Imagine a whole book in one document. If you have more than 100 urls, it would be inconvenient to have to go to the document preamble and back to the body text only to add an url.
But I guess it might be a question of habits.
Move the preamble in a external environment file, you can then switch between both without scrolling up and down. Wolfgang