Articles, Essays, and Journal Templateselsarticle class and template files: copyright issues

IEEE, Elsevier, ACM, ACE, Science, AGU, PNAS, PLOS, RSoC, Springer, Stylish articles and Essays
Post Reply
ornithogalum
Posts: 2
Joined: Mon Oct 19, 2015 5:47 pm

elsarticle class and template files: copyright issues

Post by ornithogalum »

I have trouble interpreting the copyright related to modification of the files.

I would like to use elsarticle template and class files to create separate pdf files of the essays that I include in my doctoral thesis (the essays have not yet been published in journals). However, I should do some modifications to the original files before they meet my needs. The most obvious thing is to modify the title page (for example, I do not want to leave any references to Elsevier because that would be misleading). I have no intention of distributing the modified template (.tex) or class (.cls) files. In practice, the resulting pdf files would only be different thesis chapters.

Would I violate the copyright if used the resulting pdf versions of the essays in my dissertation?

I'm sorry if this is a stupid question, but I hope someone with more experience could help me out.

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

elsarticle class and template files: copyright issues

Post by Johannes_B »

Welcome,

no stupid question at all, but a very good one indeed.

elsarticle licensed the bundle under the LPPL version 1.2, that means you can use the files and even change them if you rename them and make the modifications stand out.

The only purpose of elsarticle class is: Getting the output elsarticle-matching. You don't want that, you want the output to be matching with your PhD. You mentioned chapters: Why not simply use \chapter? This is perfectly fine and done by many many others on a regular basis.

If you insist on an article solution, use the generic article document class, which is much much easier to customize using packages than a journal-class file.

Johannes, the guy who is tired by all the template confusion.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
ornithogalum
Posts: 2
Joined: Mon Oct 19, 2015 5:47 pm

elsarticle class and template files: copyright issues

Post by ornithogalum »

Thank you very much for your quick and clear answer, Johannes!
Moreover, it was nice to get a warm welcome.

I understand why you suggested using \chapter. I don't think it is necessary in my case. Namely, the essays can be separate entities. Sorry for my poor choice of words when I wrote about "chapters."

About elsarticle - I have tested making the needed modifications, and these changes should not be a problem. But you are right, I should also consider using the generic article document class.

All in all, it is good to know that it would be fine to use the modified files in the future when I need to prepare new papers (for example, early drafts and working paper versions) as long as I denote my modifications clearly and rename the files.

ornithogalum, the appreciative newbie
Post Reply