SCI template paper ---overleaf

1.模板 (在线overleaf)
https://www.overleaf.com/latex/templates/
https://www.overleaf.com/project/5d22a3b6e72dfd7d126ae208
https://www.zhihu.com/question/19954023/answer/504784589
2.LATEX 使用教程
https://www.overleaf.com/learn
内容
1 简介
2 文件的序言
3 显示文档的标题
4 基本格式:抽象,段落和换行符
5 评论
6 参考指南
7 进一步阅读

\ documentclass { article }
 
\ begin { document }
第一份文件。这是一个简单的例子,没有
包括额外的参数或包。
\ end { document }

输入文件只是一个纯文本文件,扩展名为.tex。它将包含计算机解释为生成PDF文件的代码。第一行代码声明了文档的类型,在本例中是一篇文章。然后,在\begin{document} \end{document}标签之间,您必须编写文档的文本。

注意:要了解如何生成输出文件,请参阅我们关于编译的文章。

\documentclass[12pt, letterpaper, twoside]{article}
\usepackage[utf8]{inputenc}%codification of the document

\usepackage{comment}




\title{ZJ's THESIS}
\author{Hubert Farnsworth \thanks{funded by the ShareLaTeX team}}
\date{February 2014}

%Here begins the body of the document
\begin{document}

\begin{titlepage}
\maketitle This 
\end{titlepage}

在这里插入图片描述

\begin{abstract}
This is a simple paragraph at the beginning of the 
document. A brief introduction about the main subject.
\end{abstract}

In this document some extra packages and parameters
were added. There is a encoding package
an a pagesize and fontsize parameters.

This line will start a second Paragraph. And I can brake\\ the lines \\
and continue in a new line.

This documents contains a lot of comments, non of them
will appear here, only this text.

This documents contains a lot of comments, non of them
will appear here, only this text.

\begin{comment}
This text won't show up in the compiled pdf
this is just a multi-line comment. Useful
to, for instance, comment out slow-rendering
while working on the draft.
\end{comment}

\end{document}

在这里插入图片描述

\documentclass[12pt, letterpaper]{article}
\usepackage[utf8]{inputenc}
 
\title{First document}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值