# JDF_Latex_Tools
Automate LaTeX table and image creation in JDF format for OMSCS projects with customizable templates and seamless Git integration. This tool provides cross-platform support, making it easy for students and professionals to streamline documentation tasks efficiently.
## Features
- **Automated LaTeX Generation**: Quickly create complex tables and images in JDF format.
- **Customizable Templates**: Use and modify pre-defined templates to suit your project's needs.
- **Git Integration**: Seamlessly manage changes and version control with integrated Git commands.
- **Cross-Platform Support**: Compatible with Windows, macOS, and Linux.
- **User-Friendly CLI**: Intuitive command-line interface for easy operation.
- **Comprehensive Documentation**: In-depth guides and examples to help you get started quickly.Installation
To install JDFLatexTools, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/JDF_Latex_Tools.git- Navigate into the project directory:
cd JDF_Latex_Tools- Run the setup script:
./setup.shNote: Ensure you have the necessary permissions to execute scripts and that your system meets the prerequisites (e.g., Git, LaTeX distribution).
Usage
Here are some basic examples to get you started:
- Generate a Table:
./jdf_tool.sh generate table --template default --output table.tex- Create an Image:
./jdf_tool.sh generate image --template graph --output image.tex- Commit Changes to Git:
./jdf_tool.sh git commit -m "Updated documentation with new tables and images"