Got bib file with entry types not recognized by amsrefs












2















From somebody else I received a bib file with the bibliography I have to use. I also have to use IEEEtran for the bibliography style. I know it has been used with it and with amsrefs before. For me, it produces errors.



Bibtex only issues warnings:



This is BibTeX, Version 0.99d (MiKTeX 2.9.6960 64-bit)


....



Warning--entry type for "OpenMP" isn't style-file defined
--line 18 of file parallel.bib
Warning--entry type for "OmpSs17" isn't style-file defined
--line 97 of file parallel.bib


....



Warning--to sort, need author or key in OpenMP
Warning--missing date in OpenMP
(There were 4 warnings)


LaTeX-ing produces errors on these, and on other entries too:



! Package amsrefs Error: Undefined entry type: .

See the amsrefs package documentation for explanation.
...

l.5 bib{OpenMP}{}
{
?

Package amsrefs Warning: No authors, editors or translators on input line 9.


...



! Package amsrefs Error: Undefined entry type: booklet.

See the amsrefs package documentation for explanation.
Type H <return> for immediate help.
...

l.362 bib{STFC17}{booklet}
{
?


and several others.



Some of the problematic entries in that bib file:



@STANDARD{OpenMP,
title = {{OpenMP 4.5 Specifications}},
url = {http://www.openmp.org/mp-documents/openmp-4.5.pdf},
note = {{A}ccessed on Oct~13, 2017}
},

@INBOOK{Chamberlain15,
author = {Bradford L.~Chamberlain},
editor = {Pavan Balaji},
title = {Programming Models for Parallel Computing},
chapter = {Chapel},
publisher = {{MIT} Press},
year = {2015},
month = nov,
}


My questions: concerning bibtex warning to sort, need author or key - obviously there are types of entries without authors. But what is key?



Concerning the rest - clearly there are entry types like booklet or inbook defined somewhere. How to search for such things?



Fulfilling request for an example, here it is



documentclass{article}

usepackage{amsrefs}

begin{document}

Sample citations: cites{OpenMP,Chamberlain15}.

bibliographystyle{IEEEtran}
bibliography{IEEEabrv,example}

end{document}


Here the file example.bib is exactly as reproduced above, the bibtex log is



Command Line:   bibtex.exe "example"
Startup Folder: C:UsersmeDesktopexample

This is BibTeX, Version 0.99d (MiKTeX 2.9.6960 64-bit)
The top-level auxiliary file: example.aux
The style file: amsrn.bst
Database file #1: IEEEabrv.bib
Database file #2: example.bib
Warning--entry type for "OpenMP" isn't style-file defined
--line 1 of file example.bib
Warning--to sort, need author or key in OpenMP
Warning--missing date in OpenMP
(There were 3 warnings)


and the pdflatex log is



Command Line:   pdflatex.exe --interaction=errorstopmode --synctex=-1 "example.tex"
Startup Folder: C:UsersmeDesktopexample

This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.6960 64-bit)
entering extended mode
(example.tex
LaTeX2e <2018-12-01>
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/basearticle.cls"
Document Class: article 2018/09/03 v1.4i Standard LaTeX document class
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/basesize10.clo"))
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsamsrefs.sty"
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/urlurl.sty")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefspcatcode.sty"
) ("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsifoption.st
y")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsrkeyval.sty")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefstextcmds.sty
")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsmathscinet.st
y")) (example.aux) (example.bbl

! Package amsrefs Error: Undefined entry type: .

See the amsrefs package documentation for explanation.
Type H <return> for immediate help.
...

l.5 bib{OpenMP}{}
{
?

Package amsrefs Warning: No authors, editors or translators on input line 9.


! Package amsrefs Error: Undefined entry type: inbook.

See the amsrefs package documentation for explanation.
Type H <return> for immediate help.
...

l.11 bib{Chamberlain15}{inbook}
{
?
) [1{C:/Users/me/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}]
(example.aux) )<C:/Users/me/AppData/Local/Programs/MiKTeX 2.9/fonts/type1/publi
c/amsfonts/cm/cmbx12.pfb><C:/Users/me/AppData/Local/Programs/MiKTeX 2.9/fonts/t
ype1/public/amsfonts/cm/cmr10.pfb><C:/Users/me/AppData/Local/Programs/MiKTeX 2.
9/fonts/type1/public/amsfonts/cm/cmr8.pfb><C:/Users/me/AppData/Local/Programs/M
iKTeX 2.9/fonts/type1/public/amsfonts/cm/cmti8.pfb>
Output written on example.pdf (1 page, 50285 bytes).
SyncTeX written on example.synctex.
Transcript written on example.log.


_____________________________________________________________________

PDFTeXify Compilation Report (Pages: 1)

Errors: 2 Warnings: 1 Bad Boxes: 0
_____________________________________________________________________









share|improve this question




















  • 1





    Can you please make a small example with the offending entries and also a small LaTeX sample file?

    – egreg
    Feb 12 at 14:20











  • @egreg did it. Should think of it myself, actually...

    – მამუკა ჯიბლაძე
    Feb 12 at 14:45











  • (don't know how to do it in one file, sorry)

    – მამუკა ჯიბლაძე
    Feb 12 at 14:47






  • 1





    For a starter: you can't use IEEEtran as a style for amsrefs.

    – egreg
    Feb 12 at 14:49











  • @STANDARD seems to be a type which is used internally in jabref. Upon exporting it should have been replaced with something that really exists, for example @misc or @TechReport

    – jiha
    Feb 12 at 14:54
















2















From somebody else I received a bib file with the bibliography I have to use. I also have to use IEEEtran for the bibliography style. I know it has been used with it and with amsrefs before. For me, it produces errors.



Bibtex only issues warnings:



This is BibTeX, Version 0.99d (MiKTeX 2.9.6960 64-bit)


....



Warning--entry type for "OpenMP" isn't style-file defined
--line 18 of file parallel.bib
Warning--entry type for "OmpSs17" isn't style-file defined
--line 97 of file parallel.bib


....



Warning--to sort, need author or key in OpenMP
Warning--missing date in OpenMP
(There were 4 warnings)


LaTeX-ing produces errors on these, and on other entries too:



! Package amsrefs Error: Undefined entry type: .

See the amsrefs package documentation for explanation.
...

l.5 bib{OpenMP}{}
{
?

Package amsrefs Warning: No authors, editors or translators on input line 9.


...



! Package amsrefs Error: Undefined entry type: booklet.

See the amsrefs package documentation for explanation.
Type H <return> for immediate help.
...

l.362 bib{STFC17}{booklet}
{
?


and several others.



Some of the problematic entries in that bib file:



@STANDARD{OpenMP,
title = {{OpenMP 4.5 Specifications}},
url = {http://www.openmp.org/mp-documents/openmp-4.5.pdf},
note = {{A}ccessed on Oct~13, 2017}
},

@INBOOK{Chamberlain15,
author = {Bradford L.~Chamberlain},
editor = {Pavan Balaji},
title = {Programming Models for Parallel Computing},
chapter = {Chapel},
publisher = {{MIT} Press},
year = {2015},
month = nov,
}


My questions: concerning bibtex warning to sort, need author or key - obviously there are types of entries without authors. But what is key?



Concerning the rest - clearly there are entry types like booklet or inbook defined somewhere. How to search for such things?



Fulfilling request for an example, here it is



documentclass{article}

usepackage{amsrefs}

begin{document}

Sample citations: cites{OpenMP,Chamberlain15}.

bibliographystyle{IEEEtran}
bibliography{IEEEabrv,example}

end{document}


Here the file example.bib is exactly as reproduced above, the bibtex log is



Command Line:   bibtex.exe "example"
Startup Folder: C:UsersmeDesktopexample

This is BibTeX, Version 0.99d (MiKTeX 2.9.6960 64-bit)
The top-level auxiliary file: example.aux
The style file: amsrn.bst
Database file #1: IEEEabrv.bib
Database file #2: example.bib
Warning--entry type for "OpenMP" isn't style-file defined
--line 1 of file example.bib
Warning--to sort, need author or key in OpenMP
Warning--missing date in OpenMP
(There were 3 warnings)


and the pdflatex log is



Command Line:   pdflatex.exe --interaction=errorstopmode --synctex=-1 "example.tex"
Startup Folder: C:UsersmeDesktopexample

This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.6960 64-bit)
entering extended mode
(example.tex
LaTeX2e <2018-12-01>
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/basearticle.cls"
Document Class: article 2018/09/03 v1.4i Standard LaTeX document class
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/basesize10.clo"))
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsamsrefs.sty"
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/urlurl.sty")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefspcatcode.sty"
) ("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsifoption.st
y")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsrkeyval.sty")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefstextcmds.sty
")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsmathscinet.st
y")) (example.aux) (example.bbl

! Package amsrefs Error: Undefined entry type: .

See the amsrefs package documentation for explanation.
Type H <return> for immediate help.
...

l.5 bib{OpenMP}{}
{
?

Package amsrefs Warning: No authors, editors or translators on input line 9.


! Package amsrefs Error: Undefined entry type: inbook.

See the amsrefs package documentation for explanation.
Type H <return> for immediate help.
...

l.11 bib{Chamberlain15}{inbook}
{
?
) [1{C:/Users/me/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}]
(example.aux) )<C:/Users/me/AppData/Local/Programs/MiKTeX 2.9/fonts/type1/publi
c/amsfonts/cm/cmbx12.pfb><C:/Users/me/AppData/Local/Programs/MiKTeX 2.9/fonts/t
ype1/public/amsfonts/cm/cmr10.pfb><C:/Users/me/AppData/Local/Programs/MiKTeX 2.
9/fonts/type1/public/amsfonts/cm/cmr8.pfb><C:/Users/me/AppData/Local/Programs/M
iKTeX 2.9/fonts/type1/public/amsfonts/cm/cmti8.pfb>
Output written on example.pdf (1 page, 50285 bytes).
SyncTeX written on example.synctex.
Transcript written on example.log.


_____________________________________________________________________

PDFTeXify Compilation Report (Pages: 1)

Errors: 2 Warnings: 1 Bad Boxes: 0
_____________________________________________________________________









share|improve this question




















  • 1





    Can you please make a small example with the offending entries and also a small LaTeX sample file?

    – egreg
    Feb 12 at 14:20











  • @egreg did it. Should think of it myself, actually...

    – მამუკა ჯიბლაძე
    Feb 12 at 14:45











  • (don't know how to do it in one file, sorry)

    – მამუკა ჯიბლაძე
    Feb 12 at 14:47






  • 1





    For a starter: you can't use IEEEtran as a style for amsrefs.

    – egreg
    Feb 12 at 14:49











  • @STANDARD seems to be a type which is used internally in jabref. Upon exporting it should have been replaced with something that really exists, for example @misc or @TechReport

    – jiha
    Feb 12 at 14:54














2












2








2








From somebody else I received a bib file with the bibliography I have to use. I also have to use IEEEtran for the bibliography style. I know it has been used with it and with amsrefs before. For me, it produces errors.



Bibtex only issues warnings:



This is BibTeX, Version 0.99d (MiKTeX 2.9.6960 64-bit)


....



Warning--entry type for "OpenMP" isn't style-file defined
--line 18 of file parallel.bib
Warning--entry type for "OmpSs17" isn't style-file defined
--line 97 of file parallel.bib


....



Warning--to sort, need author or key in OpenMP
Warning--missing date in OpenMP
(There were 4 warnings)


LaTeX-ing produces errors on these, and on other entries too:



! Package amsrefs Error: Undefined entry type: .

See the amsrefs package documentation for explanation.
...

l.5 bib{OpenMP}{}
{
?

Package amsrefs Warning: No authors, editors or translators on input line 9.


...



! Package amsrefs Error: Undefined entry type: booklet.

See the amsrefs package documentation for explanation.
Type H <return> for immediate help.
...

l.362 bib{STFC17}{booklet}
{
?


and several others.



Some of the problematic entries in that bib file:



@STANDARD{OpenMP,
title = {{OpenMP 4.5 Specifications}},
url = {http://www.openmp.org/mp-documents/openmp-4.5.pdf},
note = {{A}ccessed on Oct~13, 2017}
},

@INBOOK{Chamberlain15,
author = {Bradford L.~Chamberlain},
editor = {Pavan Balaji},
title = {Programming Models for Parallel Computing},
chapter = {Chapel},
publisher = {{MIT} Press},
year = {2015},
month = nov,
}


My questions: concerning bibtex warning to sort, need author or key - obviously there are types of entries without authors. But what is key?



Concerning the rest - clearly there are entry types like booklet or inbook defined somewhere. How to search for such things?



Fulfilling request for an example, here it is



documentclass{article}

usepackage{amsrefs}

begin{document}

Sample citations: cites{OpenMP,Chamberlain15}.

bibliographystyle{IEEEtran}
bibliography{IEEEabrv,example}

end{document}


Here the file example.bib is exactly as reproduced above, the bibtex log is



Command Line:   bibtex.exe "example"
Startup Folder: C:UsersmeDesktopexample

This is BibTeX, Version 0.99d (MiKTeX 2.9.6960 64-bit)
The top-level auxiliary file: example.aux
The style file: amsrn.bst
Database file #1: IEEEabrv.bib
Database file #2: example.bib
Warning--entry type for "OpenMP" isn't style-file defined
--line 1 of file example.bib
Warning--to sort, need author or key in OpenMP
Warning--missing date in OpenMP
(There were 3 warnings)


and the pdflatex log is



Command Line:   pdflatex.exe --interaction=errorstopmode --synctex=-1 "example.tex"
Startup Folder: C:UsersmeDesktopexample

This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.6960 64-bit)
entering extended mode
(example.tex
LaTeX2e <2018-12-01>
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/basearticle.cls"
Document Class: article 2018/09/03 v1.4i Standard LaTeX document class
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/basesize10.clo"))
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsamsrefs.sty"
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/urlurl.sty")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefspcatcode.sty"
) ("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsifoption.st
y")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsrkeyval.sty")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefstextcmds.sty
")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsmathscinet.st
y")) (example.aux) (example.bbl

! Package amsrefs Error: Undefined entry type: .

See the amsrefs package documentation for explanation.
Type H <return> for immediate help.
...

l.5 bib{OpenMP}{}
{
?

Package amsrefs Warning: No authors, editors or translators on input line 9.


! Package amsrefs Error: Undefined entry type: inbook.

See the amsrefs package documentation for explanation.
Type H <return> for immediate help.
...

l.11 bib{Chamberlain15}{inbook}
{
?
) [1{C:/Users/me/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}]
(example.aux) )<C:/Users/me/AppData/Local/Programs/MiKTeX 2.9/fonts/type1/publi
c/amsfonts/cm/cmbx12.pfb><C:/Users/me/AppData/Local/Programs/MiKTeX 2.9/fonts/t
ype1/public/amsfonts/cm/cmr10.pfb><C:/Users/me/AppData/Local/Programs/MiKTeX 2.
9/fonts/type1/public/amsfonts/cm/cmr8.pfb><C:/Users/me/AppData/Local/Programs/M
iKTeX 2.9/fonts/type1/public/amsfonts/cm/cmti8.pfb>
Output written on example.pdf (1 page, 50285 bytes).
SyncTeX written on example.synctex.
Transcript written on example.log.


_____________________________________________________________________

PDFTeXify Compilation Report (Pages: 1)

Errors: 2 Warnings: 1 Bad Boxes: 0
_____________________________________________________________________









share|improve this question
















From somebody else I received a bib file with the bibliography I have to use. I also have to use IEEEtran for the bibliography style. I know it has been used with it and with amsrefs before. For me, it produces errors.



Bibtex only issues warnings:



This is BibTeX, Version 0.99d (MiKTeX 2.9.6960 64-bit)


....



Warning--entry type for "OpenMP" isn't style-file defined
--line 18 of file parallel.bib
Warning--entry type for "OmpSs17" isn't style-file defined
--line 97 of file parallel.bib


....



Warning--to sort, need author or key in OpenMP
Warning--missing date in OpenMP
(There were 4 warnings)


LaTeX-ing produces errors on these, and on other entries too:



! Package amsrefs Error: Undefined entry type: .

See the amsrefs package documentation for explanation.
...

l.5 bib{OpenMP}{}
{
?

Package amsrefs Warning: No authors, editors or translators on input line 9.


...



! Package amsrefs Error: Undefined entry type: booklet.

See the amsrefs package documentation for explanation.
Type H <return> for immediate help.
...

l.362 bib{STFC17}{booklet}
{
?


and several others.



Some of the problematic entries in that bib file:



@STANDARD{OpenMP,
title = {{OpenMP 4.5 Specifications}},
url = {http://www.openmp.org/mp-documents/openmp-4.5.pdf},
note = {{A}ccessed on Oct~13, 2017}
},

@INBOOK{Chamberlain15,
author = {Bradford L.~Chamberlain},
editor = {Pavan Balaji},
title = {Programming Models for Parallel Computing},
chapter = {Chapel},
publisher = {{MIT} Press},
year = {2015},
month = nov,
}


My questions: concerning bibtex warning to sort, need author or key - obviously there are types of entries without authors. But what is key?



Concerning the rest - clearly there are entry types like booklet or inbook defined somewhere. How to search for such things?



Fulfilling request for an example, here it is



documentclass{article}

usepackage{amsrefs}

begin{document}

Sample citations: cites{OpenMP,Chamberlain15}.

bibliographystyle{IEEEtran}
bibliography{IEEEabrv,example}

end{document}


Here the file example.bib is exactly as reproduced above, the bibtex log is



Command Line:   bibtex.exe "example"
Startup Folder: C:UsersmeDesktopexample

This is BibTeX, Version 0.99d (MiKTeX 2.9.6960 64-bit)
The top-level auxiliary file: example.aux
The style file: amsrn.bst
Database file #1: IEEEabrv.bib
Database file #2: example.bib
Warning--entry type for "OpenMP" isn't style-file defined
--line 1 of file example.bib
Warning--to sort, need author or key in OpenMP
Warning--missing date in OpenMP
(There were 3 warnings)


and the pdflatex log is



Command Line:   pdflatex.exe --interaction=errorstopmode --synctex=-1 "example.tex"
Startup Folder: C:UsersmeDesktopexample

This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.6960 64-bit)
entering extended mode
(example.tex
LaTeX2e <2018-12-01>
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/basearticle.cls"
Document Class: article 2018/09/03 v1.4i Standard LaTeX document class
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/basesize10.clo"))
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsamsrefs.sty"
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/urlurl.sty")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefspcatcode.sty"
) ("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsifoption.st
y")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsrkeyval.sty")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefstextcmds.sty
")
("C:UsersmeAppDataLocalProgramsMiKTeX 2.9tex/latex/amsrefsmathscinet.st
y")) (example.aux) (example.bbl

! Package amsrefs Error: Undefined entry type: .

See the amsrefs package documentation for explanation.
Type H <return> for immediate help.
...

l.5 bib{OpenMP}{}
{
?

Package amsrefs Warning: No authors, editors or translators on input line 9.


! Package amsrefs Error: Undefined entry type: inbook.

See the amsrefs package documentation for explanation.
Type H <return> for immediate help.
...

l.11 bib{Chamberlain15}{inbook}
{
?
) [1{C:/Users/me/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}]
(example.aux) )<C:/Users/me/AppData/Local/Programs/MiKTeX 2.9/fonts/type1/publi
c/amsfonts/cm/cmbx12.pfb><C:/Users/me/AppData/Local/Programs/MiKTeX 2.9/fonts/t
ype1/public/amsfonts/cm/cmr10.pfb><C:/Users/me/AppData/Local/Programs/MiKTeX 2.
9/fonts/type1/public/amsfonts/cm/cmr8.pfb><C:/Users/me/AppData/Local/Programs/M
iKTeX 2.9/fonts/type1/public/amsfonts/cm/cmti8.pfb>
Output written on example.pdf (1 page, 50285 bytes).
SyncTeX written on example.synctex.
Transcript written on example.log.


_____________________________________________________________________

PDFTeXify Compilation Report (Pages: 1)

Errors: 2 Warnings: 1 Bad Boxes: 0
_____________________________________________________________________






bibliographies bibtex amsrefs






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 12 at 14:45







მამუკა ჯიბლაძე

















asked Feb 12 at 14:15









მამუკა ჯიბლაძემამუკა ჯიბლაძე

391110




391110








  • 1





    Can you please make a small example with the offending entries and also a small LaTeX sample file?

    – egreg
    Feb 12 at 14:20











  • @egreg did it. Should think of it myself, actually...

    – მამუკა ჯიბლაძე
    Feb 12 at 14:45











  • (don't know how to do it in one file, sorry)

    – მამუკა ჯიბლაძე
    Feb 12 at 14:47






  • 1





    For a starter: you can't use IEEEtran as a style for amsrefs.

    – egreg
    Feb 12 at 14:49











  • @STANDARD seems to be a type which is used internally in jabref. Upon exporting it should have been replaced with something that really exists, for example @misc or @TechReport

    – jiha
    Feb 12 at 14:54














  • 1





    Can you please make a small example with the offending entries and also a small LaTeX sample file?

    – egreg
    Feb 12 at 14:20











  • @egreg did it. Should think of it myself, actually...

    – მამუკა ჯიბლაძე
    Feb 12 at 14:45











  • (don't know how to do it in one file, sorry)

    – მამუკა ჯიბლაძე
    Feb 12 at 14:47






  • 1





    For a starter: you can't use IEEEtran as a style for amsrefs.

    – egreg
    Feb 12 at 14:49











  • @STANDARD seems to be a type which is used internally in jabref. Upon exporting it should have been replaced with something that really exists, for example @misc or @TechReport

    – jiha
    Feb 12 at 14:54








1




1





Can you please make a small example with the offending entries and also a small LaTeX sample file?

– egreg
Feb 12 at 14:20





Can you please make a small example with the offending entries and also a small LaTeX sample file?

– egreg
Feb 12 at 14:20













@egreg did it. Should think of it myself, actually...

– მამუკა ჯიბლაძე
Feb 12 at 14:45





@egreg did it. Should think of it myself, actually...

– მამუკა ჯიბლაძე
Feb 12 at 14:45













(don't know how to do it in one file, sorry)

– მამუკა ჯიბლაძე
Feb 12 at 14:47





(don't know how to do it in one file, sorry)

– მამუკა ჯიბლაძე
Feb 12 at 14:47




1




1





For a starter: you can't use IEEEtran as a style for amsrefs.

– egreg
Feb 12 at 14:49





For a starter: you can't use IEEEtran as a style for amsrefs.

– egreg
Feb 12 at 14:49













@STANDARD seems to be a type which is used internally in jabref. Upon exporting it should have been replaced with something that really exists, for example @misc or @TechReport

– jiha
Feb 12 at 14:54





@STANDARD seems to be a type which is used internally in jabref. Upon exporting it should have been replaced with something that really exists, for example @misc or @TechReport

– jiha
Feb 12 at 14:54










1 Answer
1






active

oldest

votes


















4














You can't use amsrefs with the IEEEtran style. Just omit usepackage{amsrefs} and the specific commands.



begin{filecontents*}{jobname.bib}
@STANDARD{OpenMP,
institution = {{OpenMP}},
title = {{OpenMP 4.5 Specifications}},
url = {http://www.openmp.org/mp-documents/openmp-4.5.pdf},
note = {{A}ccessed on Oct~13, 2017}
},

@INBOOK{Chamberlain15,
author = {Bradford L.~Chamberlain},
editor = {Pavan Balaji},
title = {Programming Models for Parallel Computing},
chapter = {Chapel},
publisher = {{MIT} Press},
year = {2015},
month = nov,
}
end{filecontents*}

documentclass{article}

begin{document}

Sample citations: cite{OpenMP} cite{Chamberlain15}.

bibliographystyle{IEEEtran}
bibliography{IEEEabrv,jobname}

end{document}


Here I used jobname as the name of the bib database, but it's just to make the example self-contained. Note that a @STANDARD entry needs an institution field.



enter image description here



To be more precise: amsrefs ignores bibliographystyle commands in the document and uses its own style (amsrn). Such a style doesn't know the same entries as IEEEtran, in particular @STANDARD or @BOOKLET.






share|improve this answer


























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "85"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f474522%2fgot-bib-file-with-entry-types-not-recognized-by-amsrefs%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    4














    You can't use amsrefs with the IEEEtran style. Just omit usepackage{amsrefs} and the specific commands.



    begin{filecontents*}{jobname.bib}
    @STANDARD{OpenMP,
    institution = {{OpenMP}},
    title = {{OpenMP 4.5 Specifications}},
    url = {http://www.openmp.org/mp-documents/openmp-4.5.pdf},
    note = {{A}ccessed on Oct~13, 2017}
    },

    @INBOOK{Chamberlain15,
    author = {Bradford L.~Chamberlain},
    editor = {Pavan Balaji},
    title = {Programming Models for Parallel Computing},
    chapter = {Chapel},
    publisher = {{MIT} Press},
    year = {2015},
    month = nov,
    }
    end{filecontents*}

    documentclass{article}

    begin{document}

    Sample citations: cite{OpenMP} cite{Chamberlain15}.

    bibliographystyle{IEEEtran}
    bibliography{IEEEabrv,jobname}

    end{document}


    Here I used jobname as the name of the bib database, but it's just to make the example self-contained. Note that a @STANDARD entry needs an institution field.



    enter image description here



    To be more precise: amsrefs ignores bibliographystyle commands in the document and uses its own style (amsrn). Such a style doesn't know the same entries as IEEEtran, in particular @STANDARD or @BOOKLET.






    share|improve this answer






























      4














      You can't use amsrefs with the IEEEtran style. Just omit usepackage{amsrefs} and the specific commands.



      begin{filecontents*}{jobname.bib}
      @STANDARD{OpenMP,
      institution = {{OpenMP}},
      title = {{OpenMP 4.5 Specifications}},
      url = {http://www.openmp.org/mp-documents/openmp-4.5.pdf},
      note = {{A}ccessed on Oct~13, 2017}
      },

      @INBOOK{Chamberlain15,
      author = {Bradford L.~Chamberlain},
      editor = {Pavan Balaji},
      title = {Programming Models for Parallel Computing},
      chapter = {Chapel},
      publisher = {{MIT} Press},
      year = {2015},
      month = nov,
      }
      end{filecontents*}

      documentclass{article}

      begin{document}

      Sample citations: cite{OpenMP} cite{Chamberlain15}.

      bibliographystyle{IEEEtran}
      bibliography{IEEEabrv,jobname}

      end{document}


      Here I used jobname as the name of the bib database, but it's just to make the example self-contained. Note that a @STANDARD entry needs an institution field.



      enter image description here



      To be more precise: amsrefs ignores bibliographystyle commands in the document and uses its own style (amsrn). Such a style doesn't know the same entries as IEEEtran, in particular @STANDARD or @BOOKLET.






      share|improve this answer




























        4












        4








        4







        You can't use amsrefs with the IEEEtran style. Just omit usepackage{amsrefs} and the specific commands.



        begin{filecontents*}{jobname.bib}
        @STANDARD{OpenMP,
        institution = {{OpenMP}},
        title = {{OpenMP 4.5 Specifications}},
        url = {http://www.openmp.org/mp-documents/openmp-4.5.pdf},
        note = {{A}ccessed on Oct~13, 2017}
        },

        @INBOOK{Chamberlain15,
        author = {Bradford L.~Chamberlain},
        editor = {Pavan Balaji},
        title = {Programming Models for Parallel Computing},
        chapter = {Chapel},
        publisher = {{MIT} Press},
        year = {2015},
        month = nov,
        }
        end{filecontents*}

        documentclass{article}

        begin{document}

        Sample citations: cite{OpenMP} cite{Chamberlain15}.

        bibliographystyle{IEEEtran}
        bibliography{IEEEabrv,jobname}

        end{document}


        Here I used jobname as the name of the bib database, but it's just to make the example self-contained. Note that a @STANDARD entry needs an institution field.



        enter image description here



        To be more precise: amsrefs ignores bibliographystyle commands in the document and uses its own style (amsrn). Such a style doesn't know the same entries as IEEEtran, in particular @STANDARD or @BOOKLET.






        share|improve this answer















        You can't use amsrefs with the IEEEtran style. Just omit usepackage{amsrefs} and the specific commands.



        begin{filecontents*}{jobname.bib}
        @STANDARD{OpenMP,
        institution = {{OpenMP}},
        title = {{OpenMP 4.5 Specifications}},
        url = {http://www.openmp.org/mp-documents/openmp-4.5.pdf},
        note = {{A}ccessed on Oct~13, 2017}
        },

        @INBOOK{Chamberlain15,
        author = {Bradford L.~Chamberlain},
        editor = {Pavan Balaji},
        title = {Programming Models for Parallel Computing},
        chapter = {Chapel},
        publisher = {{MIT} Press},
        year = {2015},
        month = nov,
        }
        end{filecontents*}

        documentclass{article}

        begin{document}

        Sample citations: cite{OpenMP} cite{Chamberlain15}.

        bibliographystyle{IEEEtran}
        bibliography{IEEEabrv,jobname}

        end{document}


        Here I used jobname as the name of the bib database, but it's just to make the example self-contained. Note that a @STANDARD entry needs an institution field.



        enter image description here



        To be more precise: amsrefs ignores bibliographystyle commands in the document and uses its own style (amsrn). Such a style doesn't know the same entries as IEEEtran, in particular @STANDARD or @BOOKLET.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Feb 12 at 15:06

























        answered Feb 12 at 15:00









        egregegreg

        734k8919333257




        734k8919333257






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f474522%2fgot-bib-file-with-entry-types-not-recognized-by-amsrefs%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Human spaceflight

            Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

            File:DeusFollowingSea.jpg