\author : here you write the name of the author(s) and, optionally, the \thanks command within the curly braces:
- \thanks : can be added after the name of the author, всередині braces of the author command. Це буде add a superscript and footnote with the text inside the braces. Useful if you need to do ank institution in your article.
З цими лініями з'єднаний, ваш преамбль повинен дати деякий час як це:
\documentclass[12pt, letterpaper]article>
\titleMy first LaTeX document>
\authorHubert Farnsworth\thanksFunded by the Overleaf team.>>
\dateAugust 2022>
Для typeset the title, author and date use the \maketitle command within the body of the document:
\begindocument>
\maketitle We have now added a title, author and date to our first \LaTeX<> document! \enddocument>
Попередня і тіло може бути здійснено, що виробляється в повному обсязі, який може бути відкрито в Overleaf:
\documentclass[12pt, letterpaper]article>
\titleMy first LaTeX document>
\authorHubert Farnsworth\thanksFunded by the Overleaf team.>>
\dateAugust 2022>
\begindocument>
\maketitle We have now added a title, author and date to our first \LaTeX<> document! \enddocument>
Цей example produces the following output:
Adding comments
LaTeX є формою “програмного коду”, але один з яких спеціалізується в документі typesetting; зрештою, як з кодом написано в будь-якій іншій програмній мові, він може бути дуже можливим для включення повідомлень звласним документом. A L a T e X comment is a section of text that will not be typeset or affect the document in any way-often used to add “to do” notes; include explanatory notes; дає змогу виконати in-line explanations of tricky macros or comment-out lines/sections of LaTeX code when debugging.
Щоб зробити коментар в L a T e X , simplely write a % symbol at beginning of the line, as shown in the following code which uses the example above:
\documentclass[12pt, letterpaper]article>
\titleMy first LaTeX document>
\authorHubert Farnsworth\thanksFunded by the Overleaf team.>>
\dateAugust 2022>
\begindocument>
\maketitle We have now added a title, author and date to our first \LaTeX<> document! % This line here is a comment. Це не буде typeset в документі.
\enddocument>
Цей приклад дає змогу побачити, що це identical to the previous LaTeX code which did not contain the comment.
Bold, italics and underlining
Next, we will now look at some text formatting commands:
- Bold: bold text в LaTeX is typeset using the \textbf <. >Command.
- Italics: italicised text is produced using the \textit <. >Command.
- Underline: для underline text use the \underline <. >Command.
Next example demonstrates these commands:
Один з них \textbfgreatest> discoveries in \underlinescience> were made by \textbf\textitaccident>>.
Цей example produces the following output:
Another very useful command is \emphargument> , whose effect on its argument depends on the context. Inside normal text, emphasized text is italicized, but this behaviour is reversed if used inside an italicized text—see the next example:
Один з найбільших \emphdiscoveries> in science were made by accident. \textitОдин з найбільших \emphdiscoveries> in science were made by accident.>
\textbfОдин з найбільших \emphdiscoveries> in science were made by accident.>
Цей example produces the following output:
- Note: деякі пакети, так як Beamer, зміна behaviour of \emph command.
Adding images
У цьому розділі ми будемо дивитися на те, щоб додати зображення до L a T e X document. Overleaf supports three ways to insert images:
- Use the Insert Figure button( ), що знаходиться на editor toolbar, to insert an image into Visual Editor or Code Editor.
- Copy and paste an image into Visual Editor or Code Editor.
- Use Code Editor написати LaTeX code, що відображається на графіку.
Options 1 і 2 автоматично генерують LaTeX code, що потрібні для insert images, але тут буде введено опцію 3—note that you will need to upload those images to your Overleaf project. Наступні приклади демонструють, як додати до Picture:
\documentclassarticle>
\usepackagegraphicx>
%LaTeX package to import graphics
\graphicspath>>
%configuring the graphicx package
\begindocument> Universe is immense and it seems to be homogeneous, on a large scale, everywhere we look. % The \includegraphcs command is
% provided (implemented) by the
% graphicx package
\includegraphicsuniverse> Там є зображення galaxy над. \enddocument>
Цей example produces the following output:
Importing graphics into a L a T e X документи потрібні an add-on package які виконують команди і особливості, що потрібні для включення зовнішніх графічних файлів.Докладніше loads the graphicx package which, as mange other commands, provides \includegraphics <. >to import graphics and \graphicspath <. >to advise L a T e X де графіки є located.
Для використання graphicx package, включаючи following line у вашому скасованому документі:
\usepackagegraphicx>
У нашому прикладі комбінації \graphicspath> informs L a T e X що зображення є kept в доповнених названих зображеннях , які містяться в поточній директорії:
\includegraphics command does the поточна робота з зображенні зображення в документі. Тут, universe is name of image file but without its extension.
Note:
- Крім повного файлу ім'я, включаючи його розширення, міститься в розділі \includegraphics, він вважається більшою практикою, щоб оминути файл розширення тому, що він буде налаштований L a T e X для пошуку для всіх підтриманих форматів.
- Generally, the graphic's file name should not contain white spaces or multiple dots; it is also recomended to use lowercase letters for file extension when uploading image files to Overleaf.
Більше інформації про L a T e X Packages може бути заснований на кінці цієї теми в розділі Finding and using LaTeX packages.
Captions, labels and references
Images can be captioned, labelled and referenced by means of the figure environment, as shown below:
\documentclassarticle>
\usepackagegraphicx>
\graphicspath>>
\begindocument>
\beginfigure>[h] \centering
\includegraphics[width=0.75\textwidth]mesh>
\captionA nice plot.>
\labelfig:mesh1>
\endfigure> As you can see in figure \reffig:mesh1>, the function grows near the origin. Цей example is on page \pagereffig:mesh1>. \enddocument>
Цей example produces the following output:
Там є низка помітнихзавжди співрозмовників в прикладі:
- \includegraphics[width=0.75\textwidth] : Ця форма \includegraphics instructs L a T e X встановіть фігуру в width до 75% тексту width—whose value is stored in the \textwidth command.
- \caption : Як його name suggests, цей список нагадує фігуру caption які може бути placed above or below the figure. Якщо ви створили аркуш фігур, цей посібник буде використано в цьому аркуші.
- \label : Щоб повідомити цей малюнок з вашим документом, ви збираєтеся, щоб його за допомогою \label command. Розмітка використовується як загальний номер для зображення і, з'єднаний з наступним керуванням, буде дозволено вам повідомити про це.
- \ref : Цей код буде substituted з номером, що відповідає на referenced figure.
Images incorporated in L a T e X document повинні бути placed inside a figure environment, or similar, so that L a T e X може автоматично position the image at suitable location in your document.
Further guidance is contained in the following Overleaf help articles:
Creating lists in L a T e X
Ви можете створювати різні типи листів за допомогою environments, Який використовується для оподаткування L a T e X коду, що вимагається для здійснення специфічного типувідповіді. An environment starts with \beginenvironment-name> and ends with \endenvironment-name> where environment-name might be figure , tabular or one of the list types: itemize for unordered lists or enumerate for ordered lists.
Unordered lists
Unordered lists are produced by the itemize навколишнього середовища. Всі ці написи повинні бути вибрані з \item command, as shown below:
\documentclassarticle>
\begindocument>
\beginitemize>
\item Індивідуальні елементи є встановлені з black dot, so-called bullet. \item The text in the entries може бути будь-яким днем. \enditemize>
\enddocument>
Цей example produces the following output:
Ви можете також відкрити цей великий проект над проектом, який показує різні типи L a T e X list.
Ordered lists
Ordered lists use the same syntax as unordered lists but are created using the enumerate environment:
\documentclassarticle>
\begindocument>
\beginenumerate>
\item Це є першим пунктом в нашому листі. \item List numbers increase with each entry we add. \endenumerate>
\enddocument>
Цей example produces the following output:
Як з unordered lists, each entry must be preceded the \item command which, here, automatically generates numerical ordered-list label value, starting at 1.
Для подальшої інформації ви можете зробити цей великий проект, який показує різні типи латинських листів або сторінки, які використовуються в нашій статі, що написані в латексних листах, які виробляють багато інших повідомлень і показують, як створено customized lists.
Adding math to L a T e X
Один з основних значень L a T e X є те, з яким математичні вирази можуть бути написані. L a T e X забезпечує два написання режимів для типунадання математичних:
- inline math mode used for writing formulas that are part of a paragraph
- display Математика може бути використана для отримання зображень, що не є частиною тексту або параграфа і є типом set on separate lines
Inline math mode
Let’s see an example of inline math mode:
\documentclass[12pt, letterpaper]article>
\begindocument> У physics, the mass-energy equivalence is stated by the equation $E=mc^2$, Завершено в 1905 році Albert Einstein. \enddocument>
Цей example produces the following output:
Для typeset inline-mode mate може бути використана одна з цих блискавків: \( . \) , $ . $ or \begin . \end , as demonstrated в following example:
\documentclass[12pt, letterpaper]article>
\begindocument>
\beginmath> E=mc^2 \endmath> is typeset in a paragraph використовуючи inline math mode---as is $E=mc^2$, and so too is \(E=mc^2\). \enddocument>
Цей example produces the following output:
Display math mode
Equations typeset in display mode can be numbered or unnumbered, as in the following example:
\documentclass[12pt, letterpaper]article>
\begindocument> The mass-energy equivalence is described by the famous equation \[
E=mc^2
\] discovered in 1905 by Albert Einstein. In natural units ($c
=
1$), the formula expresses the identity \beginеквівалент> E=m \endеквівалент>
\enddocument>
Цей example produces the following output:
Для typeset display-mode math можна використати один з цих послідовників: \[ . \begin . $$ . display math here . $$ , але цей спосіб не є тривалим: use LaTeX's delimiters \[ .
More complete examples
Наведені приклади демонструють низку математичного вмісту typeset за допомогою LaTeX.
\documentclassarticle>
\begindocument> Subscripts in math mode are written as $a_b$ and superscripts are written as $a^b$These can be combined and nested to write expressions such as \[
T^1
i_2
\dots
i_p>_1
j_2
\dots
j_q>
=
T(x^1>,\dots,x^,e_1>,\dots,e_ )
\] We write integrals using $\int$ and fractions using $\frac
$. Limits are placed on integrals using superscripts and subscripts: \[
\int_0^1
\frac
=
\frac-1>
\] Lower case Greek letters are written as $\omega$
$\delta$ etc. while upper case Greek letters are written as $\Omega$
$\Delta$. Mathematical operators are prefixed with a backslash as $\sin(\beta)$, $\cos(\alpha)$, $\log(x)$ etc. \enddocument>
Цей example produces the following output:
Next example uses the ecuation* environment which is provided by the amsmath package, so we need to add the following line to our document preamble:
\usepackageamsmath>% For equation* environment
Для подальшої інформації про використання електронної пошти ви знайдете нашу статтю.
\documentclassarticle>
\usepackageamsmath>% For equation* environment
\begindocument>
\sectionFirst example> Well-known Pythagorean theorem \(x^2
+
y^2
=
z^2\) був здійснений, щоб бути неправильним для інших exponents, аналіз next equation не має integer solutions for \(n>2\): \[
x^n
+
y^n
=
z^n
\]
\sectionSecond example> This is a simple math expression \(\sqrt2+1>\) всередині тексту. \beginmath>
\sqrtx^2+1>
\endmath> but by using another command. Це є simple math expression without numbering \[\sqrt2+1>\] separated from text. This is also the same: \begindisplaymath>
\sqrtx^2+1>
\enddisplaymath>
\ldots and this: \beginequation*>
\sqrtx^2+1>
\endequation*>
\enddocument>
Цей example produces the following output:
Можливості з матусью в L a T e X є втрачені так, щоб бути доступними для наших сторінок сторінок для пристроїв і прикладів на конкретних топиків:
- Mathematical expressions
- Subscripts and superscripts
- Brackets and Parentheses
- Fractions and Binomials
- Aligning Equations
- Operators
- Spacing in math mode
- Integrals, sums and limits
- Display style in math mode
- List of Greek letters and math symbols
- Mathematical fonts
Basic document structure
Далі, ми розкриваємо abstracts і як до кампанії L a T e X документ в різних chapters, sections і paragraphs.
Abstracts
Scientific articles usually provide an abstract which is a brief overview/summary їх core topics, чи arguments. Next example demonstrates typesetting an abstract using L a T e X 's abstract environment:
\documentclassarticle>
\begindocument>
\beginabstract> Це є простий пункт при написанні документа. A brief введення про основний предмет. \endabstract>
\enddocument>
Цей example produces the following output:
Параграфи та нові лінії
З abstract in place, ми можемо написати наш перший параграф. The next example demonstrates:
- Як новий параграф створюється за допомогою "вводу" key twice;
- як виконати нову лінію без запуску нового параграфа, викладаючи manual line break using the \ command, which is a double backslash; Абсолютно, використовуючи \newline command.
Трійний пункт в цьому прикладі показує використання команд \ and \newline :
\documentclassarticle>
\begindocument>
\beginabstract> Це є простий пункт при написанні документа. A brief введення про основний предмет. \endabstract> Після нашої abstract ми можемо запустити перший граф, тоді натисніть "Enter" twice to start second one. Ця лінія буде запускати дві секунди. I will start the third paragraph and then add \\ manual manual line break which causa this text to start on a new line but remains part of the same paragraph. З іншого боку, я може використовувати їх \verb|\newline|\newline command to start a new line, which is also part of the same paragraph. \enddocument>
Цей example produces the following output:
Note how L a T e X автоматично indents paragraphs-except immediately after document headings such as section and subsection-as we will see.
New users advised that multiple \ or \newline s should not used to “simulate” graphs with larger spacing between them can interfere with L a T e X 's typesetting algorithms. Схема методу продовжує використовувати бланк ліній для створення нових статей, без будь-якого \ , і натиснути package parskip by adding \usepackage to preamble.
Більшість інформації на матеріалах може бути зроблено в наступних матеріалах:
- Параграфи та нові лінії
- How to change paragraph spacing в LaTeX
- LaTeX Error.
Chapters and sections
Низькі документи, безумовно здійснююча програма, є зазвичай партійними в частинах, chapters, sections, subsections і so forth. LaTeX також забезпечує документи-структурування команд, але наявні команди, і їх implementation (what they do), може depend on the document class being used. В якості прикладу, документи, створені за допомогою літератури, можуть бути виготовлені в частинах, пунктах, секціях, subsections і будь-яких, але класи літератури не підтримуються (підтримують) будь-які команди до того, що.
Цей next example demonstrates commands використовує структуру документа, що базується на школі класу:
\documentclassbook>
\begindocument>
\chapterFirst Chapter>
\sectionIntroduction> Це є першим розділом. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam lobortisfacilisis sem. Nullam nec mi et neque pharetra sollicitudin. Praesent imperdietmi nec ante. Donec ullamcorper, felis non sodales. \sectionSecond Section> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam lobortis facilisissem. Nullam nec mi et neque pharetra sollicitudin. Praesent imperdiet mi necante. \subsectionFirst Subsection> Praesent imperdietmi nec ante. Donec ullamcorper, felis non sodales. \section*Unnumbered Section> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam lobortis facilisissem. \enddocument>
Цей example produces the following output:
Names of sectioning commands are mostly self-explanatory; for example, \chapter creates a new chapter titled First Chapter , \section produces a section titled Introduction , і so forth. Sections може бути further divided в \subsection <. >and even \subsubsection <. >. Номери в розділах, subsections etc. is automatic but can be disabled by using the so-called starred version of the appropriate command which has asterisk (*) at the end, such as \section* <. >and \subsection* <. >.
Collectively, LaTeX document classes забезпечує наступні розділи, з конкретними класами, які підтримують відповідний subset:
- \part
- \chapter
- \section
- \subsection
- \subsubsection
- \paragraph
- \subparagraph
У особливих випадках, \part and \chapter commands є лише наявними в report і book document classes.
Виглядає вищезазначений article article про розділи і chapters for further information про document-structure commands.
Creating tables
Overleaf забезпечує три можливості для створення таблиць:
- За допомогою Insert Table button in the Visual Editor (or Code Editor) toolbar.
- Copying and pasting a table from another document while using Visual Editor.
- Записуючи LaTeX code для table в Code Editor.
If you’re new to LaTeX, using the toolbar in Visual Editor (Option 1) is a great way to get started-you can switch between Visual Editor and Code Editor to see the code behind the table.
Тут, ми фокусуємося на варіанті 3 — most flexible метод для створення tables—і надає приклади, які показують, як дотворити tables в LaTeX, включаючи додаток lines (rules) and captions. Як ви хотіли б випробувати, дивитися на наші глибокі підходи на те, як створювати таблиці за допомогою LaTeX.
Creating a basic table у L a T e X
We start with an example showing how to typeset a basic table:
\begincenter>
\begintabular>c c c> cell1 & cell2 & cell3 \\ cell4 & cell5 & cell6 \\ cell7 & cell8 & cell9 \endtabular>
\endcenter>
Цей example produces the following output:
У таблиці навколишнього середовища є default L a T e X метод до створених таблиць. Ви повинні визначати параметр для цього навколишнього середовища, в цьому випадку, який позначається L a T e X, що вони будуть три columnи і текст всередині всіх, хто повинен бути заснований. Ви можете також скористатися r для правого-введення тексту і l для лівого-введення. Примітка символу & використовується для позначення окремих table cells within table row. To end a table row use the new line command \ . Цей список є встановленим у центрі навколишнього середовища для створення його центру з текстом width of the page.
Adding borders
Метамерифікація навколишнього середовища horizontal and vertical lines (rules) as part of the table:
- до add horizontal rules, above and below rows, use the \hline command
- to add vertical rules, between columns, use the vertical line parameter |
У цьому прикладі argument є <|c|c|c|>яких розголошують три (в центрі) columnи, які separated by a vertical line (rule); в додатку, ми будемо використовувати \hline до місця в horizontal rule above the first row and below the final row:
\begincenter>
\begintabular>|c|c|c|>
\hline cell1 & cell2 & cell3 \\ cell4 & cell5 & cell6 \\ cell7 & cell8 & cell9 \\
\hline
\endtabular>
\endcenter>
Цей example produces the following output:
Here is a further example:
\begincenter>
\begintabular>||c c c c||>
\hline Col1 & Col2 & Col2 & Col3 \\ [0.5ex] \hline\hline 1 & 6 & 87837 & 787 \\
\hline 2 & 7 & 78 & 5415 \\
\hline 3 & 545 & 778 & 7507 \\
\hline 4 & 545 & 18744 & 7560 \\
\hline 5 & 88 & 788 & 6344 \\ [1ex] \hline
\endtabular>
\endcenter>
Цей example produces the following output:
Captions, labels and references
Ви можете повідомити та повідомити таблиці в більшості випадків як зображення. Only difference is that instead of the figure environment, ви використовуєте table environment.
Table \reftable:data> shows how to add a table caption and reference a table. \begintable>[h!] \centering
\begintabular>||c c c c||>
\hline Col1 & Col2 & Col2 & Col3 \\ [0.5ex] \hline\hline 1 & 6 & 87837 & 787 \\ 2 & 7 & 78 & 5415 \\ 3 & 545 & 778 & 7507 \\ 4 & 545 & 18744 & 7560 \\ 5 & 88 & 788 & 6344 \\ [1ex] \hline
\endtabular>
\captionTable to test captions and labels.>
\labeltable:data>
\endtable>
Цей example produces the following output:
Adding a Table of Contents
Створення table of contents is straightforward because the command \tableofcontents does all the work for you:
\documentclassarticle>
\titleSections and Chapters>
\authorGubert Farnsworth>
\dateAugust 2022>
\begindocument>
\maketitle
\tableofcontents
\sectionIntroduction> Це є першим розділом. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam lobortisfacilisis sem. Nullam nec mi et neque pharetra sollicitudin. Praesent imperdietmi nec ante. Donec ullamcorper, felis non sodales. \section*Unnumbered Section>
\addcontentslinetoc>section>Unnumbered Section> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam lobortis facilisissem. Nullam nec mi et neque pharetra sollicitudin. Praesent imperdiet mi necante. \sectionSecond Section> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam lobortis facilisissem. Nullam nec mi et neque pharetra sollicitudin. Praesent imperdiet mi necante. \enddocument>
Цей example produces the following output:
Розділи, subsections і chapters є автоматично включені в table of contents. Для manuald add entries, such as unnumbered section, use the command \addcontentsline as shown in the example.
Downloading your finished document
Наступні статеві відеокліпи показують, як додати свій проект's source code or the typeset PDF file:
Більше інформації може бути знайдено в заголовку Help article Exporting your work from Overleaf.
Finding and using LaTeX packages
L a T e X не є лише розв'язувачами, що спричиняють typesetting capabilities but also provides a framework for extensibility through the use of add-on packages. Rather than attempting to provide commands and features що “try to do everything”, L a T e X is designed to be extensible, Застосовуючи користувачів, які використовуються для отримання зовнішніх категорій кодів (packages), які забезпечують більше specialist typesetting capabilities or extend L a T e X 's built-in features—such as typesetting tables. Як відображені в розділі Примітки з зображеннями, графічні package extends L a T e X за допомогою повідомлень до import graphics files and was loaded (in the preamble) by writing
\usepackagegraphicx>
Loading packages
Як завантажено, пакети будуть завантажені в документі попередньої допомоги за \usepackage command but because (many) L a T e X packages provide a set of options, Який може бути використаний для їх behaviour, \usepackage command often looks like this:
\usepackage[options]somepackage>
The square brackets “ [. ] ” inform L a T e X , які набори опцій повинні бути застосовані , коли він надається деякі пакети . З використанням набору опцій потрібні користувачеві, окремі опції, або налаштування, є окремо відокремленим з comma; для прикладу, геометричні пакети забезпечують багато варіантів для налаштування page layout в L a T e X , так як типовий використання geometry might look like this:
\usepackage[total=6.5in,8.75in>, top=1.2in, left=0.9in, includefoot]geometry>
Геометрія пакета є одним з прикладів пакету, написаного і визнаного членами Global L a T e community and made available, for free, to anyone who wants to use it.
Якщо L a T e X пакети не надаються будь-яким варіантам, або користувачі намагаються використовувати додаткові значення для пакетів' options, it would be loaded like this:
\usepackagesomepackage>
When you write \usepackage[. ] L a T e X looks for a corresponding file called somepackage.sty , which it needs to load and process—здійснити package commands available and execute any other code provided by that package. If L a T e X cannot find somepackage.sty it will terminate with an error, as demonstrated in the following Overleaf example:
\documentclass[12pt, letterpaper]article>
\usepackagesomepackage>% a NON-EXISTENT package
\begindocument> This will fail! \enddocument>
Цей example produces the following output:
Відомості про пакети: CTAN
Packages є розповсюджені через Comprehensive TeX Archive Network, зазвичай пов'язані з CTAN, які, на час написання, hosts 6287 пакети від 2881 contributors. CTAN describes itself as
. Набір веб-сайтів навколо світу, що містить TEX-відносний матеріал для download.
Ви можете налаштувати CTAN для перегляду useful packages; for example:
Ви можете використовувати інструмент пошуку (на верхній сторінці).
Packages available on Overleaf: Introducing TeX Live
Once per year a (великий) subset packages hosted на CTAN, plus L a T e X -пов'язані fonts і інший software, є розподіленим і розповсюдженим як система названа TEX Live, яка може бути використана для встановлення свого права (місцевого) LaTeX setup. In fact, Overleaf's servers також use TeX Live і є updated when a new version of TeX Live is released. Закінчити TEX Live оновлення не є безперервним, але беруть участь в кількох місяцях після завершення, продовжуючи виконати тривалість виконання комп'ютерних тестів з новою версією TEX Live з тисячами templates, розміщених в нашій галереї.Для прикладу, там є наш TeX Live 2022 upgrade announcement.
Although TeX Live contains a (великий) subset з CTAN packages it is possible to find an interesting package, such as igo for typesetting Go diagrams, which is hosted on CTAN but no included in (distributed by) TEX Live і це неможливе на Overleaf. Кілька пакетів hosted на CTAN не є частиною TeX Live, тому що різноманіття конкретних умов: можливий пакет є загальним, має змогу ліквідувати проблеми, є дуже новим (рецензовано uploaded) або platform dependences, так як працює на Windows, але не Linux.
Нові пакети, і оновлення до існуючих онов, є завантажені до CTAN протягом року, але будуть оновлені до TeX Live, які будуть розміщені annually; зрештою, пакети містяться в поточній версії TeX Live не буде, як для того, щоб бути hosted на CTAN. Тому, що нові сервери використовують TeX Live, це можливо, що пакети, налаштовані на наших серверах—i.e.
Overleaf guides
- Creating a document in Overleaf
- Uploading a project
- Copying a project
- Creating a project from a template
- Використовуючи Overleaf project menu
- Including images in Overleaf
- Exporting вашу роботу від Overleaf
- Working offline in Overleaf
- За допомогою Track Changes in Overleaf
- За допомогою bibliographies в Overleaf
- Sharing your work with others
- Використовуючи History feature
- Debugging Compilation timeout errors
- How-to guides
- Guide to Overleaf's premium features
LaTeX Basics
Mathematics
- Mathematical expressions
- Subscripts and superscripts
- Brackets and Parentheses
- Matrices
- Fractions and Binomials
- Aligning equations
- Operators
- Spacing in math mode
- Integrals, sums and limits
- Display style in math mode
- List of Greek letters and math symbols
- Mathematical fonts
- За допомогою Symbol Palette in Overleaf
Figures and tables
References and Citations
- Bibliography management with bibtex
- Bibliography management with natbib
- Bibliography management with biblatex
- Bibtex bibliography styles
- Natbib bibliography styles
- Natbib citation styles
- Biblatex bibliography styles
- Biblatex citation styles
Languages
- Multilingual typsetting on Overleaf using polyglossia and fontspec
- Multilingual typsetting on Overleaf using babel and fontspec
- International language support
- Quotations and quotation marks
- Arabic
- Chinese
- French
- Німеччина
- Greek
- Italian
- Japanese
- Korean
- Portuguese
- Ukrainian
- Spanish
Document structure
- Sections and chapters
- Table of contents
- Cross referencing sections, equations and floats
- Indices
- Glossaries
- Nomenclatures
- Management in large project
- Multi-file LaTeX проекти
- Hyperlinks
Formatting
- Lengths in L a T e X
- Headers and footers
- Page numbering
- Параграф форматування
- Line breaks and blank spaces
- Text alignment
- Page size and margins
- Single sided and double sided documents
- Multiple columns
- Counters
- Code listing
- Code Highlighting with minted
- За допомогою кольорів в LaTeX
- Footnotes
- Margin notes
Fonts
Presentations
Commands
Field specific
- Theorems and proofs
- Chemistry formulae
- Feynman diagrams
- Molecular orbital diagrams
- Chess notation
- Knitting patterns
- CircuiTikz package
- Pgfplots package
- Typesetting exams in LaTeX
- Knitr
- Attribute Value Matrices
Class files
Advanced TeX/LaTeX