-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I also abbreviate proceedings titles (but not titles of other books)? #34
Comments
It looks like you came up with a solution that I didn't notice until I posted my own. It's possible that there are better solutions, but hopefully the solution you came up with is doing the trick for you. |
Thanks for your contribution! My own solution has so far held up. Yours looks like it could also work, though I haven't tested it extensively. |
The new solution from moewe is probably the best/simplest one for this:
Can you give that a try and let me know how it works out for you? |
I've now tested more thoroughly. It seems to perform identically to my own solution, and is much simpler. I've marked that answer as accepted. |
@compholio Thank you for creating this package! I would like to abbreviate proceedings titles as well but using bibtex. Is there a similar solution? |
@cruyffturn I think this would be a fairly simple change to whatever Here's an untested patch showing the changes to
|
@logological Thank you for your lightning response, it worked! For people using "jabbrv_IEEEtran.bst", here is my work around: I have made two changes:
|
@cruyffturn, do you think that it would be useful to others to update the version included with jabbrv with this change? |
I'm using Biblatex and I'd like to apply ISO 4–style abbreviations to the titles of conference proceedings (i.e., the
booktitle
field of@inproceedings
entries and thetitle
field of@proceedings
entries). What's the right way of doing this with jabbrv? Using\DeclareFieldInputHandler{booktitle}{\def\NewValue{\JournalTitle{#1}}}
works great except that it also affects titles of@inbook
entries, which I don't want. Using\DeclareFieldFormat[inproceedings]{booktitle}{\JournalTitle{#1}}
instead results in aMissing \endcsname inserted.
compilation error. What am I missing here?Further details (including a minimal example) are also available in a TeX Stack Exchange question.
The text was updated successfully, but these errors were encountered: