> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/questions-and-answers/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.md).

# How can I learn advanced LaTeX and become a full LaTeX programmer?

Here's a (possibly opinionated! `:-)` ) list of books/resources that might be helpful:

* Check out the [third part](/latex/more-topics/15-free-online-introduction-to-latex-part-3.md) of our [online $$\mathrm\LaTeX$$ course](/latex/more-topics/13-free-online-introduction-to-latex-part-1.md)
* The [LaTeX wikibook](https://en.wikibooks.org/wiki/LaTeX) covers quite a bit of advanced stuff, including lower-level topics like lengths, boxes, macros, creating packages, etc.
* Stefan Kottwitz's [LaTeX Cookbook](http://latex-cookbook.net/) is nicely structured, with a lot of good examples.
* The classic [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) is still a classic, in our opinion.
* Nicola Talbot's new book [LaTeX for Administrative Work](http://www.dickimaw-books.com/latex/admin/index.shtml) is a lot of fun—automating many tasks with LaTeX.
* No LaTeX book list is complete without [The TeX Book](http://www.amazon.com/The-TeXbook-Donald-E-Knuth/dp/0201134489) and [TeX by Topic](http://eijkhout.net/texbytopic/texbytopic.html), especially if you're interested in the actual working details of TeX and LaTeX
* Take a look at [this TeX.SX question](http://stackoverflow.com/questions/776102/advanced-latex-tutorial-book) for more inspiration!

Also, hanging around on [TeX.SX](http://tex.stackexchange.com/) to browse and answer questions would also help gain quite a bit of experience. You can also follow [Overleaf's twitter feed](https://twitter.com/overleaf) about our Gallery updates for interesting examples.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/questions-and-answers/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
