Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.04 KB

LaTeX Model to Internationalization (i18n)

This project provides a model for internationalization (i18n) using LaTeX. It aims to facilitate the creation of documents in multiple languages by providing a structured approach. The project uses the babel package as its base for language support.

Installation

Clone the repository:

git clone https://github.com/alanveloso/i18n-model-latex.git

Usage

  1. Navigate to the project directory:
    cd i18n-model-latex
  2. Compile the LaTeX document:
    pdflatex main.tex

Using with Overleaf

  1. Download the repository as a ZIP file or clone it.
  2. Upload the files to your Overleaf project.
  3. Compile the main.tex file in Overleaf.
  4. Alternatively, you can import the GitHub repository directly into Overleaf by selecting "Import from GitHub" and providing the repository URL.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License.