IEEE_abbrv_fcn(mybi​b)

Version 1.3.0.0 (6.14 KB) by Curtis
IEEE abbreviation processing based on the style manual for a BibTex .bib file for use with LaTex.
40 Downloads
Updated Fri, 27 Apr 2018 02:36:28 +0000

View License

IEEE_abbrv(mybib) formats a NEW BibTex bibliography file for use in LaTex to abbreviate entries for journal, booktitle, publisher, school, and department. Care must be taken to review the entries for the newly generated .bib file as compound words can be abbreviated unexpectedly. It is suggested that you maintain the unabbreviated .bib file and then generate an abbreviated version just before use to avoid maintaining two .bib files. For use with IEEEtran.bst, IEEEabrv.bib, and rpi_IEEE.bst. IEEE has specific abbreviations for IEEE journals, so use \bibliography{IEEEabrv , mybib} to allow those substitutions first. Abbreviations base on IEEE EDITORIAL STYLE MANUAL V9 7-22-2016. This works with .bib files that use curly braces ie. journal={This Journal},

Cite As

Curtis (2024). IEEE_abbrv_fcn(mybib) (https://www.mathworks.com/matlabcentral/fileexchange/67045-ieee_abbrv_fcn-mybib), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on General Physics in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.0

Fixed compound word issue with some entries.

1.2.0.0

Ignore multiple '=' symbols in comments when checking for fields.

1.1.0.0

Fixed deleted braces at the end of entries with search strings that have trailing ' '.

1.0.0.0