Hi,
In the article class, how do I include the word "by" between the title and my name, as I've seen elsewhere? Also, how do I suppress the large date, which must be meaningless in a journal? Thank you.
Document Classes ⇒ Adding "by" but suppressing date (article class)
Adding "by" but suppressing date (article class)
Last edited by quickq on Fri Oct 15, 2010 3:59 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Adding "by" but suppressing date (article class)
The easiest way would be to stick the by in the \author field with a line break afterwards like this:
To remove the date, just make it blank (yes, that removes the space for it too):
If having "by" in the author field screws up the metadata, or is contrary to the journal's practice, then you can create your own title format using the titling package (see its documentation). Most journals, however, would provide their own template or document class if they planned on publishing your document more or less "as is".
Code: Select all
\author{by \\ Your name}
Code: Select all
\date{}
Re: adding "by" but suppressing date (article class)
Thank you, I'm going to go ahead and do it this way. Marking the thread resolved.