# LaTex Guidelines

Most reputable journals and conference proceedings recommend LaTex for scientific writing. This chapter helps you keep consistent formatting in your writings, which has the following benefits:

* Readers can easily follow your content since they do not need to learn a new formatting style.
* You will spend less time writing since you already know what formatting you want to use to present the content.
* Your writings will look professional since the guidelines suggested here have been used to publish numerous papers.

## Contents

* [Getting Started](/ai-research-practicum/supplementary/latex-guidelines/getting-started.md)
* [File Structure](/ai-research-practicum/supplementary/latex-guidelines/file-structure.md)
* [Packages](/ai-research-practicum/supplementary/latex-guidelines/packages.md)
* [References](/ai-research-practicum/supplementary/latex-guidelines/references.md)
* [Paragraphs](/ai-research-practicum/supplementary/latex-guidelines/paragraphs.md)
* [Labels](/ai-research-practicum/supplementary/latex-guidelines/labels.md)
* [Tables](/ai-research-practicum/supplementary/latex-guidelines/tables.md)
* [Figures](/ai-research-practicum/supplementary/latex-guidelines/figures.md)
* [Lists](/ai-research-practicum/supplementary/latex-guidelines/lists.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://emory.gitbook.io/ai-research-practicum/supplementary/latex-guidelines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
