Editing csl issues
Hi, I'm sorry to ask this again. I am trying to modify the American Medical Association 11th edition style to do the following:
1. Display the extra field, with the text in the extra field in parentheses AND bold!
2. NOT display the DOI if there is one.
I am having no luck with this. Editing csl files is NOT intuitive!
Thanks to anyone that can give me the code and tell me where to put the code in the file!
1. Display the extra field, with the text in the extra field in parentheses AND bold!
2. NOT display the DOI if there is one.
I am having no luck with this. Editing csl files is NOT intuitive!
Thanks to anyone that can give me the code and tell me where to put the code in the file!
For code, this will do:
1.
<text variable="note" font-weight="bold" prefix="(" suffix=")"/>
You can experiment with placement in the style file (right before the last</layout>
would likely work).2. Delete
<text value="doi:"/>
leaving everything else as is.<text variable="DOI"/>
I SO appreciate your help and your fast response!! Thanks again!