Welcome to Latex Beamer FGV EMAp Template, a LaTeX Beamer Template specifically designed for use by students and faculty at FGV EMAp. This template provides an easy and efficient way to create beautifully formatted presentations, maintaining the aesthetic and quality standards of our institution.
To use this template, you'll need to have Git installed on your system. If you're new to Git, please visit Git's official site for installation instructions.
In the examples contained in main.tex
, there's some minted
environments. To compile the document, you'll need to run to add following flag:
pdflatex -shell-escape main.tex
(each editor has its own way to do this, usually you can add this flag in the settings)
If you don't want to use minted
, you can remove the minted
package and the minted
environments from the document. You'll be able to compile the document without the -shell-escape
flag.
For convenience, you can also run the start.sh
script directly from the web:
curl -sSL https://tinyurl.com/slide-emap | bash
- Clone the Repository: Clone this repository to your local machine using the following command:
git clone https://github.com/adamesalles/latex-beamer-emap.git
- Run the Setup Script: Navigate to the cloned directory and run the setup script:
cd latex-beamer-emap
chmod +x start.sh
./start.sh
- Follow the Prompts: The script will prompt you to enter details like the presentation's title, authors and date. You can choose up to 5 authors, and the script will format the authors' section appropriately.
Feel free to edit the main.tex
file to further customize your presentation. The script sets up the basic structure, but the flexibility of LaTeX allows for extensive customization to suit your needs.
This project thrives on your input! If you have ideas, suggestions, or spot any known mistakes, please feel free to contribute. To collaborate, you can:
- Fork the repository.
- Make your changes.
- Submit a pull request.
For any queries or suggestions, you can reach out to me at eadamesalles@gmail.com.
Special thanks to prof. Yuri Saporito for providing the early version of this template in 2021. I would also like to thank prof. Luiz Max de Carvalho for remembering me that quote from Lord Knuth:
Premature optimization is the root of all evil,
which inspired me to publish this repo - even though it is still a work in progress.
Also, thanks to Tulio Koneçny, Daniel Csillag and prof. Claudio Struchiner for their suggestions.