Skip to content

Overleaf

Overleaf ,官网 https://www.overleaf.com/ ,中文官网 https://cn.overleaf.com/

Learn LaTeX in 30 minutes , https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes

编译器包括: pdfLaTeX 、 LaTeX 、 XeLaTeX 、 LuaLaTeX 。

为控制成本,2023 年,免费版编译时长调整为 20 秒。2025 年,免费版编译时长调整为 10 秒。

新建项目,模板内容。

\documentclass{article}
\usepackage{graphicx} % Required for inserting images

\title{tex}
\author{BaiMa}
\date{January 2049}

\begin{document}

\maketitle

\section{Introduction}

\end{document}

联系 math@baima.site