Overleaf_LaTex (1)

Overleaf是一款云端协作的LaTeX编辑工具,适合撰写科学文档。本文将介绍如何设置字体大小、纸张,创建标题,以及使用注释、加粗、斜体、下划线、强调、图形插入、标题、标签和引用等基本功能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Contents

1 What is Overleaf?

2 Write the first part

3 Preamble

3.1 font size and paper

3.2 title author and date in preamble

 3.3 make title

4 Function

4.1 comment

4.2 bold, italic, and underline

4.3 Emphasis

4.4 Graph

4.4.1 use package

4.4.2 include graphics

 4.5 Headings, labels, and references


1 What is Overleaf?

Overleaf is a collaborative cloud-based LaTeX editor used for writing, editing and publishing scientific documents.

2 Write the first part

# This example's class is 'article', there is  also 'report', 'book', etc.
\documentclass{article}

# Fill in the blanks with body content.

\begin{document}
  xxxxxxx(body)
\end{document}

3 Preamble

3.1 font size and paper

# There are two arguments: the font size (9pt, 11pt, 12pt, etc. Default is 10pt), 
# the second is the paper size (a4paper, legalpaper, letterpaper)

# The article code is UTF8.

\documentclass[12pt, letterpaper]{article}
\usepackage[utf8]{inputenc}

3.2 title author and date in preamble

\title{Academic papers}

\author{CZ Zhang}

# Used in the braces of Author.
\thanks{funded by the Overleaf team}

# Or \today automatic update date.
\date{11 November 2021}
# Preamble

\documentclass[12pt, letterpaper, twoside]{article}
\us
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值