This Docker image provides a complete LaTeX environment specifically configured for writing scientific documents at IU International University. It is designed to ensure a consistent and reliable writing environment across different platforms.
- Based on
buildpack-deps
image (Ubuntu 22.04 Jammy
) - Full TeX Live installation with commonly used packages
- Pre-configured with German locale (
de_DE.UTF-8
) - Includes the IU LaTeX Package for scientific writing at IU International University
- LaTeX-specific packages pre-installed using
apt-get
andtlmgr
This image can be used in multiple ways:
- Direct Docker Usage: Pull and run the image directly using Docker
- Dev Containers: Use with VS Code Dev Containers for an integrated development experience
- GitHub Codespaces: Supports development in the cloud with GitHub Codespaces
For templates and examples using this container image, check out the IU LaTeX Container Templates repository.
- IU LaTeX Package: The main LaTeX package for scientific writing at IU International University, providing document classes and templates for various types of scientific work.
- IU LaTeX Container Templates: Ready-to-use templates that utilize this Docker image through Dev Containers, making it easy to start writing your scientific documents.
Contributions are welcome! Please feel free to submit a Pull Request.