BibTeX, biblatex and biber ⇒ Reference Formatting
Reference Formatting
[1] A.B. Khan, C.D. Shah and E.F. Naqvi, “Article Title”, Journal, Publisher, Location, Date, pp. 1-10.
[2] A.B. Khan, C.D. Shah and E.F. Naqvi, "Article Title", in proc. Conference, Location, Date.
Please tell me which style I should use. My document is 2 column article. Also I need these references to be in 9pt in size.
Thanks
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Reference Formatting
latex makebst
on the command line; without seeing a much more comprehensive example, I can't be certain what non-article and non-incollection/inproceedings entries should look like. If you're formatting for a specific journal, I advise looking around for their LaTeX style files; a .bst file is usually included, and then any errors in the bibliography style file can be blamed on them.Reference Formatting
[1] A.B. Khan, C.D. Shah and E.F. Naqvi, “Article Title”, Journal, Publisher, Location, Date, pp. 1-10.
[2] C.D. Shah, A.B. Khan and E.F. Naqvi, Book Title, Publisher, Location, Date.
[3] A.B. Khan, C.D. Shah and E.F. Naqvi, "Article Title", in proc. Conference, Location, Date.
(submitted to a conference)
[4] C.D. Shah, A.B. Khan and E.F. Naqvi, "Article Title", submitted to Conference, Location, Date.
Theses:
[5] C.D. Shah, Thesis title, PhD/MS/MPhil/MA/MSc etc thesis, Department if any, University, Location, Date.
Thanks
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Reference Formatting
latex makebst
at the shell and answer the questions. It generates a .bst file for you. It's pretty straightforward.