LyXSwitching between two document classes

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
CSMR
Posts: 44
Joined: Fri Oct 10, 2008 10:44 pm

Switching between two document classes

Post by CSMR »

I'd like:
- to submit papers with a particular document class: article (econometrica)
- To have an ordinary document class for working in, posting to my webpage etc.

I'm happy with the standard "article" class, but it doesn't have some frontmatter environments that "article (econometrica)" has:
Keyword
Thanks Text
Authors Block
Address
RunAuthor

Also there are Custom/flex insets that "article (econometrica)" has that "article" does not have.

Questions:
-Is there a way to get keywords and thanks text using "article" or something that looks like "article".
-Is there a way to implement all these "article (econometrica)" fields while looking like "article".

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

d60pmp
Posts: 17
Joined: Wed Mar 09, 2011 1:54 pm

Re: Switching between two document classes

Post by d60pmp »

I don't think so, not without manually editing the class, which requires detailed LaTeX knowledge.
I'd suggest trying out some of the other available classes and finding the right ones for your purposes.
CSMR
Posts: 44
Joined: Fri Oct 10, 2008 10:44 pm

Re: Switching between two document classes

Post by CSMR »

Can conditional statements be inserted into a LaTeX document?

If class=A
then
else
Post Reply