https://authorservices.wiley.com/asset/ ... mplate.zip
And the .tex file is
Code: Select all
\documentclass[AMA,Times1COL]{WileyNJDv5}
\articletype{Article Type}%
\received{Date Month Year}
\revised{Date Month Year}
\accepted{Date Month Year}
\journal{Journal}
\volume{00}
\copyyear{2023}
\startpage{1}
\raggedbottom
\graphicspath{ {./images} }
\usepackage{amsmath,amssymb,amsfonts,mathtools,graphicx,textcomp,xcolor,braket,longtable,array,environ}
\begin{document}[
\bibliography{wileyNJD-AMA}
Code: Select all
@book{2020Quantum,
author = {Yoann PI{\' E}TRI and , Jonathan HALLIWELL},
year = {2020},
month = {sep 25},
publisher = {IMPERIAL COLLEGE LONDON},
title = {Quantum {Cryptography}},
}
@article{Galambos2013Comparison,
address = {Reston, Virginia},
author = {Galambos, Mate and Bacsardi, Laszlo and Imre, Sandor},
journal = {31st AIAA International Communications Satellite Systems Conference},
year = {2013},
month = {oct 11},
publisher = {{American Institute of Aeronautics and Astronautics}},
title = {Comparison of {BB84} and {S09} {Quantum} {Key} {Distribution} {Protocols} in {Space}-{Space} {Links}},
}
@article{2012QUANTUM,
author = {, Eduin Esteban Hernandez Serna},
journal = {Quantum Physics},
year = {2012},
month = {may 12},
title = {QUANTUM {KEY} {DISTRIBUTION} {PROTOCOL} {WITH} {PRIVATE}-{PUBLIC} {KEY}},
}
@article{2013QUANTUM,
author = {, Eduin H. SERNA},
journal = {Quantum Technology Laboratory, ADAPTUN SAS,},
year = {2013},
title = {QUANTUM {KEY} {DISTRIBUTION} {FROM} {A} {RANDOM} {SEED}},
}
I am using mac OS -> Texifier -> XeLatex
kindly help me.