用于Word文档的样例字母样式的Latex模板(具有某些规范)

时间:2018-09-22 05:59:45

标签: latex pdflatex biblatex

我想用“ 在不带行号,行距为1.5,Times New Roman 11点字体大小,上/下边距为1”,边距为空白的字母大小的纸上准备稿件左/右为1.25。”,但我对Latex感到满意。因此,是否有可能为上述样式(格式)准备在Latex中的手稿,然后可以将其转换为Word文件。上面的样式设置使用了Latex模板。.预先感谢。

1 个答案:

答案 0 :(得分:2)

\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}