Articles, Essays, and Journal TemplatesLatex template for wiley journals

IEEE, Elsevier, ACM, ACE, Science, AGU, PNAS, PLOS, RSoC, Springer, Stylish articles and Essays
Post Reply
samia
Posts: 2
Joined: Fri Oct 02, 2015 12:10 pm

Latex template for wiley journals

Post by samia »

Hello,

I need help because the journal Advanced Materials (Wiley) does not provide a Latex template and they have a set of requirements for Latex submissions but I don't know how to build a Latex template bottom up.

http://onlinelibrary.wiley.com/journal/ ... latex.html

Please, does anyone have a suitable template that I could use?
It is very important and urgent for me

Thank you so much.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Latex template for wiley journals

Post by Johannes_B »

samia wrote:a set of requirements for Latex submissions but I don't know how to build a Latex template bottom up.
Wiley wrote:Only a few guidelines are to be observed, you may lay out your document as you wish, but for easy reading by editors and referees.

Code: Select all

% arara: latex 
% use `dvips'  to coonvert to ps-format
\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
this is text.
\end{document}
The code above is pretty much it. If you have external graphics, use package graphicx. All this basic knowledge can be found in every LaTeX-introduction. I can recommend LaTeX for complete novices to get started with using LaTeX for document preparation.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
samia
Posts: 2
Joined: Fri Oct 02, 2015 12:10 pm

Re: Latex template for wiley journals

Post by samia »

Thanks a lot Johannes_B for your help.

I will send just a pdf while waiting to find a model template.

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

Latex template for wiley journals

Post by Johannes_B »

I would use latex in dvi-mode to create a dvi and convert this to Postscript (ps) vi dvips as hinted in my answer. The webpage you linked states that they prefer PS.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
sam ldb
Posts: 1
Joined: Thu Aug 18, 2016 8:46 am

Latex template for wiley journals

Post by sam ldb »

samia wrote:Thanks a lot Johannes_B for your help.

I will send just a pdf while waiting to find a model template.

samia
Good Morning Samia,

May I ask you please if you have managed to get the LATex template for Wiley? I m currenty facing the same issue and I would appreciate if you can share it.

Thanks for your support.
Post Reply