Document ClassesClass for Book with multiple author?

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Matifou
Posts: 23
Joined: Fri Jan 14, 2011 11:27 am

Class for Book with multiple author?

Post by Matifou »

Hi

We are willing to publish a small book containing different articles from different authors. Thast is, each chapter should have title/author/abstract/.../bibliography

Would yo urecommend any laTeX class/package for this prupose?

Thanks!!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Class for Book with multiple author?

Post by meho_r »

I personally would use memoir document class and biblatex for bibliography (probably, but not as a must, with biber instead of bibtex as backend because biber supports UTF8). Both of these two are very versatile and allow a large number of customizations which makes them an ideal combination for any kind of work.
Matifou
Posts: 23
Joined: Fri Jan 14, 2011 11:27 am

Re: Class for Book with multiple author?

Post by Matifou »

Dear Meho

Thanks for your quick and complete answer!

I had a look at the description of package memoir, and indeed seems very exhaustive and flexible! I had not the time to go through the 500 pages docs, do you have by any chance any idea whether there is the possibility to have an author/abstract for each chapter? Which functions should be used?

Secondly, why do you recommend biblatex? Is it for the precise purpose to have the bibliography at the end of each chapter? Or some other reason?

Thanks!!
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Class for Book with multiple author?

Post by meho_r »

I guess you can use the usual way: \title, \author, \maketitle, \begin{abstract}...\end{abstract} etc. or create your own environments/commands for this purpose if these aren't enough.

As for biblatex, it is much easier to use than BibTeX and much more customizable. Take a look at the files in the attachment which show a most basic use of biblatex together with memoir document class.
Attachments
example.zip
(93.56 KiB) Downloaded 399 times
Matifou
Posts: 23
Joined: Fri Jan 14, 2011 11:27 am

Re: Class for Book with multiple author?

Post by Matifou »

Dear Meho

Thanks a lot for providing this example file, much appreciated!! It certainly helps me a lot! I don't understand all commands now but I will investigate it more thoroughly and eventually come back to you for some questions.

Thanks again

Mat
Post Reply