testBibUniqueness

버전 1.0.4 (4.64 KB) 작성자: Jonas
This function makes use of the bibclean tool and the windows power shell to create a text file which lists the entries of the bibtex file.
다운로드 수: 3
업데이트 날짜: 2020/6/16

라이선스 보기

This function makes use of the bibclean tool and the windows power shell to create a text file which lists the entries of the bibtex file sorted by field name.
I used this to ceck author names, page numbers and ranges, and jounal names.
The listed compatibility 2016B is due to the use of the function 'contains.m', if u use lower matlab, you can also try to edit the code.
bibclean available here
http://ftp.math.utah.edu/pub/bibclean/
please have a look into the .cmd file before using this matlab file
Sorry for the ugly code, you are free to use and edit this code ;-)

additional note: if u write your bib file properly anyways u dont need bibclean or the cmd file or the windows power shell (i think is might also be interesting for LINUX or iOS users). in my case i used bibclean to have proper spacing (before and after the '=') and for readability, that's why I let bibclean align the entries to the '='. i think it's also important to use a ',' (comma) after each field entry, also after the last field before the closing curly bracket

exemplary code available in the function description

Tags: latex, bibtex, bibliography, bibclean

인용 양식

Jonas (2024). testBibUniqueness (https://www.mathworks.com/matlabcentral/fileexchange/76998-testbibuniqueness), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
R2016b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.4

corrected some errors in description

1.0.3

added some decription

1.0.2

added link for bibclean (Im not an author)

1.0.1

just updated the decription

1.0.0