kourgeorge / arxiv-style

A Latex style and template for paper preprints (based on NIPS style)
MIT License
1.18k stars 318 forks source link

Is there a command for removing the date? #9

Closed emanuelepesce closed 5 years ago

emanuelepesce commented 5 years ago

I would like to remove the date that appears after the authors. I already tried \date{} but it does work. There is a command for this or the only solution is to edit the .sty file?

kourgeorge commented 5 years ago

HI Emanuaele, If you add the \date{} just before the \begin{document} it should work. In any case, I added a comment in the right location in the last version. Please update me if that works for you.

emanuelepesce commented 5 years ago

Hey, thanks a lot! It works, I just realised I was using an old version taken from Overleaf.

No problems with the date in this version, however removing the text "A preprint" doesn't seem to work, even though I uncommented the following line as suggesed by the documentation.

% Uncomment to override  the `A preprint' in the header
\renewcommand{\headeright}{}
kourgeorge commented 5 years ago

Did you update the sty file as well?