ninovanhooff
About
- Username
- ninovanhooff
- Joined
- Roles
- Member
Comments
-
Also see http://codydunne.blogspot.nl/2012/01/suppressing-bibtex-fields-for-specific.html For an option inside latex. I think it should be \AtEveryBibitem{% Clean up the bibtex rather than editing it \ifentrytype{misc}{% websites are of misc ty…
-
Hey dsmurrell, To edit your own file: 1. add "urldate" to the ENTRY list. Line 76 in my file. 2. Add function format.urldate after format.url. Line 303 in my file. FUNCTION {format.urldate} { urldate empty$ { "" } { "accessed " urldate * …
-
I found a solution by adjusting the bibliography style file I used. The url shows up twice because it exports it in boththe howpublished and URL fields. My solution works with natbib. You can find the file here: plainnat_no_howpublished.bst Instru…
-
Same problem here!