Memming's Inconsistency
Nothing Personal, Yet Subjective
Blog | Guestbook
Keyword | Local | Tag
T 27 / Y 78 / Total 54293
Catergories
Calendar
«   2010/07   »
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tag
tip, MATLAB, vim, LaTeX, mathematics, Google, Tips, 촛불집회, derivative, conference wsom, theorem, CNEL, correlogram, ocw, equation search engine, algorithm, synchrony, spike train, coupled oscillator, javascript,
Archive
Link
Search
  submit
Recent Articles
Recent Comments
Recent Trackbacks
2008/11/14 13:01
Excluding the output of URL in bibliography
2008/11/14 13:01 2008/11/14 13:01
Source: Zdenek http://www.tug.org/pipermail/tex-live/2007-August/014582.html

Sometimes, the LaTeX style files provided by the publisher does things that are not desirable. One of the big hassles is the URL in the bibliography portion. For example, the Elsevier bst file does it. I used to just go into my BiBTeX files and remove all the URL fields (that were automatically included when I exported from websites such as citeUlike)
\bibliographystyle{elsart-harv}

But there's a better solution. It is to modify the bst file directly.
Open the corresponding bst file (in my case elsart-harv.bst), and look for the following function.
FUNCTION {write.url}
{ url empty$
    { skip$ }
    { "\newline\urlprefix\url{" url * "}" * write$ newline$ }
    { "" }
    { "" }
  if$
}
This is where the URL is being output. Change this to
FUNCTION {write.url}
{ url empty$
    { "" }
    { "" }
  if$
}
and you are done!
Make sure to clean the aux files and rerun BiBTeX and LaTeX.
TAG : ,
Trackback : http://blog.memming.com/trackback/2304411
Name   Password   Home   Secret   Submit
 Prev   1  ...  2   3   4   5   6   7   8   9   10  ...  29   Next 
memming’s Blog is powered by Tattertools.com / Designed by faido