TransWikia.com

small problem in cite for bibliography

TeX - LaTeX Asked on May 5, 2021

why, for example in n.3, I don’t get the publisher={Pafnuty Publications, Oxford},

@misc{driscoll2014chebfun,
  title={Chebfun guide},
  author={Driscoll, Tobin A and Hale, Nicholas and Trefethen, Lloyd N},
  year={2014},
  publisher={Pafnuty Publications, Oxford}
}

enter image description here

Same prooblem in 17,

@misc{whitefluid,
  title={Fluid mechanics', 2nd edn; 1986},
  author={White, FM},
  publisher={Singapore, McGraw-Hill Book Co}
}

enter image description here

One Answer

The standard @misc bibliography type does not provide a publisher field. Use organization instead:

documentclass{article}
usepackage{biblatex}
addbibresource{jobname.bib}

begin{filecontents}[overwrite]{jobname.bib}
@misc{driscoll2014chebfun,
 title={Chebfun guide},
 author={Driscoll, Tobin A and Hale, Nicholas and Trefethen, Lloyd N},
 year={2014},
 organization={Pafnuty Publications, Oxford},
}end{filecontents}

begin{document}

nocite{*}
printbibliography

end{document}

enter image description here

A more correct way to get the location is this:

 organization={Pafnuty Publications},
 location = {Oxford},

which gives:

enter image description here

Correct answer by Ivan on May 5, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP