Articles, Essays, and Journal TemplatesHow to use the Template for Wiley Journals

IEEE, Elsevier, ACM, ACE, Science, AGU, PNAS, PLOS, RSoC, Springer, Stylish articles and Essays
Post Reply
IanFla
Posts: 2
Joined: Tue Sep 17, 2019 11:57 pm

How to use the Template for Wiley Journals

Post by IanFla »

I download the template from https://onlinelibrary.wiley.com/page/jo ... _files.htm. But I can not use it at all! It always have an error that 'No room for a new \count'. I added '\usepackage{etex}' according to some answers on the net but it did not work.

I think the problem is in the 'WileyNJD-v2.cls'. I hope someone can find out it and tell me how to solve it.

Thanks a lot!
Attachments
WileyNJD-v2.cls
(106.68 KiB) Downloaded 1018 times

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

How to use the Template for Wiley Journals

Post by rais »

IanFla wrote: I think the problem is in the 'WileyNJD-v2.cls'. I hope someone can find out it and tell me how to solve it.
if that's true, s.th. like

Code: Select all

\documentclass{WileyNJD-v2}
\begin{document}
X
\end{document}
should throw the same error (it doesn't for me).
If it does (throw the same error), you may attach the .log file from that run here.

KR
Rainer
IanFla
Posts: 2
Joined: Tue Sep 17, 2019 11:57 pm

How to use the Template for Wiley Journals

Post by IanFla »

rais wrote:
IanFla wrote: I think the problem is in the 'WileyNJD-v2.cls'. I hope someone can find out it and tell me how to solve it.
if that's true, s.th. like

Code: Select all

\documentclass{WileyNJD-v2}
\begin{document}
X
\end{document}
should throw the same error (it doesn't for me).
If it does (throw the same error), you may attach the .log file from that run here.

KR
Rainer
Thanks for your help! It do still throw the same error. I attach my .log file here. Is there any problem with my TEX software?

Best regards,
Ian
Attachments
test.log
(23.26 KiB) Downloaded 754 times
rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

How to use the Template for Wiley Journals

Post by rais »

I'd say so...
yours:
LaTeX2e <2011/06/27>

mine:
LaTeX2e <2018-12-01>

An update of your distribution should help.

KR
Rainer
Post Reply