Skip to content

leoraclet/handsome-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“œ Handsome LaTeX πŸ“œ

LaTeX template for your outstanding documents

license language lastcommit
Version Language Size OSS

Table of Contents

πŸ“– About

Handsome LaTeX is a custom LaTeX template that I developed and used throughout my academic years for writing documents, reports, and assignments.

The template includes a range of predefined components and formatting options designed to help you organize your content clearly and present it in a professional, visually appealing way. It’s suitable for both technical and non-technical documents.

🌟 Showcase

If you'd like to see the final result, you can view the complete PDF here.

Note

The included PDF is a basic demo designed to showcase the different components of the template in various use cases.

1 2
page1 page2
3 4
page3 page4
5 6
page5 page6

πŸš€ How to use

Requirements

A full TeX distribution is assumed for building the PDF. While there are several options available for different operating systems (Windows, macOS, Linux), TeX Live is the recommended choice.

You can install TeX Live directly from the official source for the most up-to-date version. Alternatively, on Debian-based systems, you can use:

sudo apt-get install texlive-full

Note

The package from apt is often a few versions behind the latest release.

If you'd prefer not to install the dependencies directly on your system, you can also use Docker as an alternative environment to build the project.

Usage

To get started with this template, simply copy the preamble.tex file into your project. You can then use it by following the structure shown in the example main.tex file.

To generate the output PDF, make sure you have LaTeX (see here) installed on your system, and that the latexmk command is available in your terminal.

Once that's set up, simply run:

latexmk {YOUR_DOCUMENT}.tex -pdf

Important

For this command to work correctly, both preamble.tex and main.tex must be located in the same directory.

Or, you can just clone this repo

git clone https://github.io/leoraclet/handsome-latex
cd handsome-latex

And then just use the Makefile like this

make

πŸ‘¨β€πŸ”§ Maintainers

Warning

I'm currently happy with the way the template is set up, so I don't plan to make any changes in the near future.

This project is maintained by:

For questions or suggestions, feel free to open an issue or reach out directly.

🀝 Contributing

Contributions are welcome and appreciated! If you'd like to improve the template, fix issues, or suggest new features, feel free to open a pull request or create an issue.

Before contributing, please:

  • Make sure your changes are well-documented and tested.
  • Follow the style and structure used in the existing files.
  • Keep the code and comments clear and concise.

Your contributions help make this project better for everyone !

πŸ™ Credits

  • LaTeX – A powerful document preparation system widely used in academia, especially in mathematics and computer science fields.

  • Internet Forums – For the countless small examples, tips, and snippets shared by the community that helped shape this template.

πŸ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.

About

πŸ“œ Handsome LaTeX is a LaTeX template for your outstanding documents

Topics

Resources

License

Stars

Watchers

Forks