用于 word 文档的样本字母样式乳胶模板(具有一些规范)

Sample letter styled Latex Template (with some specification) for word document

我想准备一份手稿,格式为“Word,信纸大小,无行号,行距1.5,Times New Roman 11号字号,页边距top/bottom of 1”, margins left/right of 1.25.” 但我对 Latex 很满意。那么,是否有可能为上述风格(格式)准备 latex 手稿,然后可以转换为 word 文件。如果意味着指导我使用 Latex 模板进行上述样式设置。提前致谢。

\documentclass[11pt]{article}

\linespread{1.5}
\usepackage[top=1in,bottom=1in,left=1.25in,right=1.25in]{geometry}

\begin{document}


This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. 
This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. 
This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. 
This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. 


\end{document}