It should be something like:Code: Select all
THIS CODE IS WRONG @ARTICLE{gasTurbineCombustor_GeneralMotors_AIAA} AUTHOR = {"N.K.Rizk , H.C.Mongia"}, TITLE = {"Gas Turbine combustor performance evaluation"}, YEAR = {"1991"}, JOURNAL = {"29^{th } Aerospace sciences meeting"}, NUMBER = {"AIAA-91-0640"}, }
Code: Select all
@ARTICLE{gasTurbineCombustor_GeneralMotors_AIAA,
AUTHOR = "N.K. Rizk and H.C. Mongia",
TITLE = "Gas Turbine combustor performance evaluation",
YEAR = 1991,
JOURNAL = "29{\textsuperscript{th}} Aerospace sciences meeting",
NUMBER = "AIAA-91-0640",
}
\textsuperscript
since you're superscripting text, but you could easily put math mode in there as well provided it's inside braces so as to expand directly).I say "something like" because there are still a number of problems with this. (1) There is a number, but no volume; (2) This is not a journal article, it's an inproceedings. There are others.