使用overleaf编写LaTeX基本语法

这篇博客介绍了如何在Overleaf上使用LaTeX,内容来源于https://cn.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes。尽管初学者感觉不太习惯,但计划逐渐熟悉并掌握LaTeX的使用。
摘要由CSDN通过智能技术生成

本文所编写的这些语句都是https://cn.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes中提供的,话不多说,直接上代码


\documentclass[12pt, a4paper]{report}
\usepackage[utf8]{inputenc}

\title{First document}
\author{Hanlei Liu \thanks{funded by the overleaf team}}
\date{\today}

\usepackage{graphicx}
\graphicspath{ {images/} }

\begin{document}

\maketitle

\tableofcontents

\begin{abstract}
We have now added a title,author and date to our first \LaTeX{} document! First document. This is a simple example, with no extra parameters or packages included.
\end{abstract}

\chapter{First Chapter}
\section{Bold, italics and underlining}
Some of the \textbf{greatest} 
discoveries in \underline{science} 
were made by \textbf{\textit{accident}}.

% \emph{...} 其作用要看与textit的相互作用
Some of the greatest \emph{discoveries}
in science were made by accident.

\textit{Some of the greatest \emph{discoveries}
in 
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值