Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.17 KB

CV/Resume Generator using LaTeX

This project allows you to create a clean and professional CV/Resume in PDF format using LaTeX. LaTeX takes care of the formatting so you can focus on the content.

Why LaTeX?

LaTeX provides a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation. LaTeX is the de facto standard for the communication and publication of scientific documents.

How to Use

  1. Fork this repository.
  2. Edit the main.txt file with your personal information and save your changes.
  3. Push your changes to your forked repository.
  4. The automated GitHub Action will compile the main.txt file using LaTeX and generate a PDF.
  5. Once the action is completed, you can download the generated PDF from the "Artifacts" section in the "Actions" tab of your forked repository.

Benefits

  • No need to worry about formatting, as LaTeX takes care of it.
  • No need to install any software or LaTeX on your system, as the PDF generation is handled by GitHub Actions.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT