Re: [NTG-context] Hash (Pound) Sign (#) in `\biburl'

2015-06-01 Thread Alexander Shukaev
On Sun, May 31, 2015 at 1:00 PM, Pablo Rodriguez  wrote:

> On 05/30/2015 11:04 AM, Alexander Shukaev wrote:
> > Hello,
> >
> > I ran into the problem with `\biburl':
> >
> > \biburl{http://computing.llnl.gov/tutorials/mpi_performance/#Protocols}
> > [...]
> > Do you have any suggestions on how to overcome this problem?  Thanks a
> lot.
>
> Hi Alexander,
>
> this may work:
>
> \biburl{http://computing.llnl.gov/tutorials/mpi_performance/\letterhash
> Protocols}
>
> If it doesn’t work, please send a minimal sample. I have never used
> bibliographies in ConTeXt.
>
>
> Pablo
> --
> http://www.ousia.tk
>
> ___
> 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
>
> ___


​You're the BO$$, Pablo.  Thanks!  ;)

Kind regards,
Alexander
___
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
___

Re: [NTG-context] Hash (Pound) Sign (#) in `\biburl'

2015-05-31 Thread Pablo Rodriguez
On 05/30/2015 11:04 AM, Alexander Shukaev wrote:
> Hello,
> 
> I ran into the problem with `\biburl':
> 
> \biburl{http://computing.llnl.gov/tutorials/mpi_performance/#Protocols}
> [...]
> Do you have any suggestions on how to overcome this problem?  Thanks a lot.

Hi Alexander,

this may work:

\biburl{http://computing.llnl.gov/tutorials/mpi_performance/\letterhash
Protocols}

If it doesn’t work, please send a minimal sample. I have never used
bibliographies in ConTeXt.


Pablo
-- 
http://www.ousia.tk
___
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
___

[NTG-context] Hash (Pound) Sign (#) in `\biburl'

2015-05-30 Thread Alexander Shukaev
Hello,

I ran into the problem with `\biburl':

\biburl{http://computing.llnl.gov/tutorials/mpi_performance/#Protocols}

reports an error due to '#'.  Escaping

\biburl{http://computing.llnl.gov/tutorials/mpi_performance/\#Protocols}

does compile and is displayed correctly, but when clicking this URL it
brings me to the

http://computing.llnl.gov/tutorials/mpi_performance//#Protocols

rather than

http://computing.llnl.gov/tutorials/mpi_performance/#Protocols

Do you have any suggestions on how to overcome this problem?  Thanks a lot.

Regards,
Alexander
___
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
___